Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b220847201e83bd7d2b05191ce33e2cf4f3b5326 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14646 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/245 [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/245 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision b220847201e83bd7d2b05191ce33e2cf4f3b5326 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b220847201e83bd7d2b05191ce33e2cf4f3b5326 # timeout=10 Commit message: "Merge pull request #2920 from weichou1229/issue-2861" > git rev-list --no-walk f155a7c6506425abdabefc4c4caef6dce7961eb8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-05T13:48:28.636Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-05T13:48:28.954Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-05T13:48:29.051Z] ========================================================= [2020-12-05T13:48:29.051Z] EdgeX Global Pipelines Version Info [2020-12-05T13:48:29.051Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-05T13:48:30.525Z] ------------------- [2020-12-05T13:48:30.525Z] stable info: [2020-12-05T13:48:30.525Z] ------------------- [2020-12-05T13:48:30.525Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-05T13:48:30.525Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-05T13:48:30.525Z] Message: update stable to v1.0.169 [2020-12-05T13:48:31.476Z] ------------------- [2020-12-05T13:48:31.476Z] experimental info: [2020-12-05T13:48:31.476Z] ------------------- [2020-12-05T13:48:31.476Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-05T13:48:31.476Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-05T13:48:31.476Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-05T13:48:31.760Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-05T13:48:31.851Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-05T13:48:31.946Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-05T13:48:32.033Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-05T13:48:32.140Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-05T13:48:32.262Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-05T13:48:32.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-05T13:48:32.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-05T13:48:32.535Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-05T13:48:32.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-05T13:48:32.710Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-05T13:48:32.799Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-05T13:48:32.914Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-05T13:48:33.021Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-05T13:48:33.123Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-05T13:48:33.209Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-05T13:48:33.317Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-05T13:48:33.405Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-05T13:48:33.506Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-05T13:48:33.596Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-05T13:48:33.684Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-05T13:48:33.811Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-05T13:48:33.908Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-05T13:48:34.016Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-05T13:48:34.100Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-05T13:48:34.186Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] echo [2020-12-05T13:48:34.273Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b220847 [Pipeline] echo [2020-12-05T13:48:34.363Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-05T13:48:34.535Z] provisioning config files... [2020-12-05T13:48:34.565Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/245@tmp/config2655642552627024086tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-05T13:48:34.949Z] ---> docker-login.sh [2020-12-05T13:48:34.949Z] nexus3.edgexfoundry.org:10001 [2020-12-05T13:48:35.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T13:48:35.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T13:48:35.477Z] Configure a credential helper to remove this warning. See [2020-12-05T13:48:35.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T13:48:35.477Z] [2020-12-05T13:48:35.477Z] Login Succeeded [2020-12-05T13:48:35.477Z] nexus3.edgexfoundry.org:10002 [2020-12-05T13:48:35.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T13:48:35.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T13:48:35.740Z] Configure a credential helper to remove this warning. See [2020-12-05T13:48:35.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T13:48:35.740Z] [2020-12-05T13:48:35.740Z] Login Succeeded [2020-12-05T13:48:35.740Z] nexus3.edgexfoundry.org:10003 [2020-12-05T13:48:35.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T13:48:35.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T13:48:35.740Z] Configure a credential helper to remove this warning. See [2020-12-05T13:48:35.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T13:48:35.740Z] [2020-12-05T13:48:35.740Z] Login Succeeded [2020-12-05T13:48:35.740Z] nexus3.edgexfoundry.org:10004 [2020-12-05T13:48:36.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T13:48:36.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T13:48:36.003Z] Configure a credential helper to remove this warning. See [2020-12-05T13:48:36.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T13:48:36.003Z] [2020-12-05T13:48:36.003Z] Login Succeeded [2020-12-05T13:48:36.003Z] docker.io [2020-12-05T13:48:36.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T13:48:36.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T13:48:36.530Z] Configure a credential helper to remove this warning. See [2020-12-05T13:48:36.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T13:48:36.530Z] [2020-12-05T13:48:36.530Z] Login Succeeded [2020-12-05T13:48:36.530Z] ---> docker-login.sh ends [Pipeline] } [2020-12-05T13:48:36.539Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-05T13:48:37.044Z] ++ 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-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-05T13:48:37.044Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T13:48:37.044Z] ++ dirname cmd/core-command/Dockerfile [2020-12-05T13:48:37.044Z] ++ cut -d/ -f2 [2020-12-05T13:48:37.044Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-05T13:48:37.044Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T13:48:37.044Z] ++ dirname cmd/core-data/Dockerfile [2020-12-05T13:48:37.044Z] ++ cut -d/ -f2 [2020-12-05T13:48:37.044Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-05T13:48:37.044Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T13:48:37.044Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-05T13:48:37.044Z] ++ cut -d/ -f2 [2020-12-05T13:48:37.044Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-05T13:48:37.044Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T13:48:37.044Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-05T13:48:37.044Z] ++ cut -d/ -f2 [2020-12-05T13:48:37.044Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-05T13:48:37.044Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T13:48:37.044Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-05T13:48:37.044Z] ++ cut -d/ -f2 [2020-12-05T13:48:37.044Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-05T13:48:37.044Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T13:48:37.044Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-05T13:48:37.044Z] ++ cut -d/ -f2 [2020-12-05T13:48:37.044Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-05T13:48:37.044Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T13:48:37.044Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-05T13:48:37.044Z] ++ cut -d/ -f2 [2020-12-05T13:48:37.044Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-05T13:48:37.044Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T13:48:37.044Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-05T13:48:37.044Z] ++ cut -d/ -f2 [2020-12-05T13:48:37.044Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-05T13:48:37.044Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T13:48:37.044Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-05T13:48:37.044Z] ++ cut -d/ -f2 [2020-12-05T13:48:37.044Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-05T13:48:37.044Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T13:48:37.044Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-05T13:48:37.044Z] ++ cut -d/ -f2 [2020-12-05T13:48:37.044Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-05T13:48:37.150Z] 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-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-12-05T13:48:38.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-05T13:48:38.788Z] [2020-12-05T13:48:38.788Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:48:39.143Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-05T13:48:39.143Z] latest: Pulling from edgex-devops/git-semver [2020-12-05T13:48:39.143Z] 31603596830f: Pulling fs layer [2020-12-05T13:48:39.143Z] 2a8b12db71e7: Pulling fs layer [2020-12-05T13:48:39.143Z] 6ca5941a6612: Pulling fs layer [2020-12-05T13:48:39.143Z] ecc8261a40a4: Pulling fs layer [2020-12-05T13:48:39.143Z] ecc8261a40a4: Waiting [2020-12-05T13:48:39.143Z] 2a8b12db71e7: Verifying Checksum [2020-12-05T13:48:39.143Z] 2a8b12db71e7: Download complete [2020-12-05T13:48:39.405Z] 31603596830f: Verifying Checksum [2020-12-05T13:48:39.405Z] 31603596830f: Download complete [2020-12-05T13:48:39.405Z] ecc8261a40a4: Verifying Checksum [2020-12-05T13:48:39.405Z] ecc8261a40a4: Download complete [2020-12-05T13:48:39.405Z] 6ca5941a6612: Verifying Checksum [2020-12-05T13:48:39.405Z] 6ca5941a6612: Download complete [2020-12-05T13:48:39.670Z] 31603596830f: Pull complete [2020-12-05T13:48:39.937Z] 2a8b12db71e7: Pull complete [2020-12-05T13:48:40.522Z] 6ca5941a6612: Pull complete [2020-12-05T13:48:40.786Z] ecc8261a40a4: Pull complete [2020-12-05T13:48:40.787Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-05T13:48:40.787Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-05T13:48:40.787Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-05T13:48:40.907Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T13:48:40.975Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-05T13:48:43.966Z] $ docker top c4aa4ffb41ec3b905f0b94019873cb1634167a660795887e7a7190843fff7569 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-05T13:48:44.258Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-05T13:48:44.258Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-05T13:48:44.476Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-05T13:48:44.495Z] $ docker exec c4aa4ffb41ec3b905f0b94019873cb1634167a660795887e7a7190843fff7569 ssh-agent [2020-12-05T13:48:44.642Z] SSH_AUTH_SOCK=/tmp/ssh-62xiyOs1kFIv/agent.12 [2020-12-05T13:48:44.642Z] SSH_AGENT_PID=18 [2020-12-05T13:48:44.651Z] Running ssh-add (command line suppressed) [2020-12-05T13:48:44.782Z] Identity added: /w/workspace/edgex-go/245@tmp/private_key_4986982623703702495.key (/w/workspace/edgex-go/245@tmp/private_key_4986982623703702495.key) [2020-12-05T13:48:44.820Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-05T13:48:45.161Z] + git tag --points-at HEAD [Pipeline] } [2020-12-05T13:48:45.200Z] $ docker exec --env ******** --env ******** c4aa4ffb41ec3b905f0b94019873cb1634167a660795887e7a7190843fff7569 ssh-agent -k [2020-12-05T13:48:45.310Z] unset SSH_AUTH_SOCK; [2020-12-05T13:48:45.310Z] unset SSH_AGENT_PID; [2020-12-05T13:48:45.310Z] echo Agent pid 18 killed; [2020-12-05T13:48:45.341Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-05T13:48:45.483Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-05T13:48:45.483Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-05T13:48:45.655Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-05T13:48:45.674Z] $ docker exec c4aa4ffb41ec3b905f0b94019873cb1634167a660795887e7a7190843fff7569 ssh-agent [2020-12-05T13:48:45.825Z] SSH_AUTH_SOCK=/tmp/ssh-y3bmSPg4TswS/agent.49 [2020-12-05T13:48:45.825Z] SSH_AGENT_PID=55 [2020-12-05T13:48:45.833Z] Running ssh-add (command line suppressed) [2020-12-05T13:48:45.967Z] Identity added: /w/workspace/edgex-go/245@tmp/private_key_7493572925954874703.key (/w/workspace/edgex-go/245@tmp/private_key_7493572925954874703.key) [2020-12-05T13:48:46.002Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-05T13:48:46.357Z] + git semver init [2020-12-05T13:48:46.357Z] # -> Open(): unable to determine branch for HEAD [2020-12-05T13:48:46.357Z] # $GIT_DIR = /w/workspace/edgex-go/245/.git [2020-12-05T13:48:46.357Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/245 [2020-12-05T13:48:46.357Z] # $SEMVER_REMOTE_NAME = origin [2020-12-05T13:48:46.357Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-05T13:48:46.357Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-05T13:48:46.357Z] # $SEMVER_BRANCH = master [2020-12-05T13:48:46.357Z] # $SEMVER_TEMP = /tmp/semver-609035985 [2020-12-05T13:48:46.357Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-05T13:49:12.980Z] # '/tmp/semver-609035985' -> '/w/workspace/edgex-go/245/.semver' [2020-12-05T13:49:12.980Z] # -> Force: false [2020-12-05T13:49:12.980Z] # $SEMVER_DIR = /w/workspace/edgex-go/245/.semver [Pipeline] } [2020-12-05T13:49:13.010Z] $ docker exec --env ******** --env ******** c4aa4ffb41ec3b905f0b94019873cb1634167a660795887e7a7190843fff7569 ssh-agent -k [2020-12-05T13:49:13.272Z] unset SSH_AUTH_SOCK; [2020-12-05T13:49:13.273Z] unset SSH_AGENT_PID; [2020-12-05T13:49:13.273Z] echo Agent pid 55 killed; [2020-12-05T13:49:13.339Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-05T13:49:13.824Z] + git semver [Pipeline] } [2020-12-05T13:49:13.859Z] $ docker stop --time=1 c4aa4ffb41ec3b905f0b94019873cb1634167a660795887e7a7190843fff7569 [2020-12-05T13:49:15.618Z] $ docker rm -f c4aa4ffb41ec3b905f0b94019873cb1634167a660795887e7a7190843fff7569 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-05T13:49:16.108Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-05T13:49:16.648Z] Stashed 1 file(s) [Pipeline] echo [2020-12-05T13:49:16.651Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.3 [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-12-05T13:49:17.624Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-05T13:49:17.932Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-05T13:49:18.241Z] + sudo service docker restart [2020-12-05T13:49:18.241Z] + true [2020-12-05T13:49:18.241Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-05T13:49:18.883Z] ========================================================= [2020-12-05T13:49:18.884Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-05T13:49:18.884Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:49:19.231Z] + 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-12-05T13:49:23.465Z] Sending build context to Docker daemon 326.3MB [2020-12-05T13:49:23.465Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-05T13:49:23.465Z] Step 2/7 : FROM ${BASE} [2020-12-05T13:49:23.465Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-05T13:49:23.465Z] 188c0c94c7c5: Pulling fs layer [2020-12-05T13:49:23.465Z] 0ef7d3d256c8: Pulling fs layer [2020-12-05T13:49:23.465Z] de9db76c5a1d: Pulling fs layer [2020-12-05T13:49:23.465Z] bca2f99d35d6: Pulling fs layer [2020-12-05T13:49:23.465Z] 93359f2a8cfa: Pulling fs layer [2020-12-05T13:49:23.465Z] 7c6f9722023f: Pulling fs layer [2020-12-05T13:49:23.465Z] a35cf1a2eb13: Pulling fs layer [2020-12-05T13:49:23.465Z] bca2f99d35d6: Waiting [2020-12-05T13:49:23.465Z] 93359f2a8cfa: Waiting [2020-12-05T13:49:23.465Z] 7c6f9722023f: Waiting [2020-12-05T13:49:23.465Z] a35cf1a2eb13: Waiting [2020-12-05T13:49:23.465Z] de9db76c5a1d: Verifying Checksum [2020-12-05T13:49:23.465Z] de9db76c5a1d: Download complete [2020-12-05T13:49:23.465Z] 0ef7d3d256c8: Verifying Checksum [2020-12-05T13:49:23.465Z] 0ef7d3d256c8: Download complete [2020-12-05T13:49:23.465Z] 93359f2a8cfa: Verifying Checksum [2020-12-05T13:49:23.465Z] 93359f2a8cfa: Download complete [2020-12-05T13:49:23.465Z] 7c6f9722023f: Verifying Checksum [2020-12-05T13:49:23.465Z] 7c6f9722023f: Download complete [2020-12-05T13:49:23.465Z] 188c0c94c7c5: Verifying Checksum [2020-12-05T13:49:23.465Z] 188c0c94c7c5: Download complete [2020-12-05T13:49:23.727Z] 188c0c94c7c5: Pull complete [2020-12-05T13:49:23.996Z] 0ef7d3d256c8: Pull complete [2020-12-05T13:49:23.997Z] de9db76c5a1d: Pull complete [2020-12-05T13:49:25.929Z] a35cf1a2eb13: Download complete [2020-12-05T13:49:26.508Z] bca2f99d35d6: Download complete [2020-12-05T13:49:32.048Z] Still waiting to schedule task [2020-12-05T13:49:32.048Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-05T13:49:33.138Z] bca2f99d35d6: Pull complete [2020-12-05T13:49:33.138Z] 93359f2a8cfa: Pull complete [2020-12-05T13:49:33.138Z] 7c6f9722023f: Pull complete [2020-12-05T13:49:37.369Z] a35cf1a2eb13: Pull complete [2020-12-05T13:49:37.369Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-05T13:49:37.369Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-05T13:49:37.369Z] ---> a62c8e92a672 [2020-12-05T13:49:37.369Z] 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-12-05T13:49:37.369Z] ---> Running in 33ad5a02834b [2020-12-05T13:49:37.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T13:49:39.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T13:49:40.949Z] (1/12) Installing libmagic (5.38-r0) [2020-12-05T13:49:41.212Z] (2/12) Installing file (5.38-r0) [2020-12-05T13:49:41.475Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-05T13:49:41.475Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-05T13:49:59.612Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-05T13:49:59.612Z] (6/12) Installing patch (2.7.6-r6) [2020-12-05T13:49:59.612Z] (7/12) Installing build-base (0.5-r2) [2020-12-05T13:49:59.612Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-05T13:49:59.873Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-05T13:49:59.873Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-05T13:50:00.134Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-05T13:50:00.134Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-05T13:50:00.397Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T13:50:00.397Z] OK: 233 MiB in 51 packages [2020-12-05T13:50:03.716Z] Removing intermediate container 33ad5a02834b [2020-12-05T13:50:03.716Z] ---> 85593eeca184 [2020-12-05T13:50:03.716Z] Step 4/7 : WORKDIR /edgex-go [2020-12-05T13:50:03.716Z] ---> Running in 7bad0bba5767 [2020-12-05T13:50:03.978Z] Removing intermediate container 7bad0bba5767 [2020-12-05T13:50:03.979Z] ---> 5f2514565ca9 [2020-12-05T13:50:03.979Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-05T13:50:04.553Z] latest: Pulling from library/docker [2020-12-05T13:50:04.553Z] 188c0c94c7c5: Already exists [2020-12-05T13:50:04.553Z] 0c7c675703d6: Pulling fs layer [2020-12-05T13:50:04.553Z] cc8c12a437cb: Pulling fs layer [2020-12-05T13:50:04.553Z] f092543453df: Pulling fs layer [2020-12-05T13:50:04.553Z] 65b6bc45957d: Pulling fs layer [2020-12-05T13:50:04.553Z] 4de832df471b: Pulling fs layer [2020-12-05T13:50:04.553Z] 79aa7fa92271: Pulling fs layer [2020-12-05T13:50:04.553Z] 65b6bc45957d: Waiting [2020-12-05T13:50:04.553Z] 4de832df471b: Waiting [2020-12-05T13:50:04.553Z] 79aa7fa92271: Waiting [2020-12-05T13:50:04.818Z] cc8c12a437cb: Verifying Checksum [2020-12-05T13:50:04.818Z] cc8c12a437cb: Download complete [2020-12-05T13:50:04.818Z] 0c7c675703d6: Verifying Checksum [2020-12-05T13:50:04.818Z] 0c7c675703d6: Download complete [2020-12-05T13:50:04.818Z] 65b6bc45957d: Verifying Checksum [2020-12-05T13:50:04.818Z] 65b6bc45957d: Download complete [2020-12-05T13:50:04.818Z] 4de832df471b: Verifying Checksum [2020-12-05T13:50:04.818Z] 4de832df471b: Download complete [2020-12-05T13:50:05.084Z] 79aa7fa92271: Verifying Checksum [2020-12-05T13:50:05.084Z] 79aa7fa92271: Download complete [2020-12-05T13:50:05.084Z] 0c7c675703d6: Pull complete [2020-12-05T13:50:05.084Z] cc8c12a437cb: Pull complete [2020-12-05T13:50:05.659Z] f092543453df: Verifying Checksum [2020-12-05T13:50:05.659Z] f092543453df: Download complete [2020-12-05T13:50:08.224Z] f092543453df: Pull complete [2020-12-05T13:50:08.224Z] 65b6bc45957d: Pull complete [2020-12-05T13:50:08.224Z] 4de832df471b: Pull complete [2020-12-05T13:50:08.224Z] 79aa7fa92271: Pull complete [2020-12-05T13:50:08.487Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-05T13:50:08.487Z] Status: Downloaded newer image for docker:latest [2020-12-05T13:50:09.881Z] ---> 1e4960a95a32 [2020-12-05T13:50:09.881Z] Step 6/7 : COPY go.mod . [2020-12-05T13:50:10.146Z] ---> 5e00ce383031 [2020-12-05T13:50:10.146Z] Step 7/7 : RUN go mod download [2020-12-05T13:50:10.146Z] ---> Running in 8ffddeda0829 [2020-12-05T13:50:32.181Z] Removing intermediate container 8ffddeda0829 [2020-12-05T13:50:32.181Z] ---> f2abdf08c302 [2020-12-05T13:50:32.181Z] Successfully built f2abdf08c302 [2020-12-05T13:50:32.181Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:50:32.505Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-05T13:50:32.505Z] . [Pipeline] withDockerContainer [2020-12-05T13:50:32.608Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T13:50:32.668Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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 ******** ci-base-image-x86_64 cat [2020-12-05T13:50:33.493Z] $ docker top a100f71018460fff9209051aecdfa2499f83d5105e3583883aa06a0de1adc51a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T13:50:34.047Z] + go version [2020-12-05T13:50:34.047Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-05T13:50:34.076Z] $ docker stop --time=1 a100f71018460fff9209051aecdfa2499f83d5105e3583883aa06a0de1adc51a [2020-12-05T13:50:35.432Z] $ docker rm -f a100f71018460fff9209051aecdfa2499f83d5105e3583883aa06a0de1adc51a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:50:36.218Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-05T13:50:36.219Z] . [Pipeline] withDockerContainer [2020-12-05T13:50:36.423Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T13:50:36.541Z] $ 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/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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 ******** ci-base-image-x86_64 cat [2020-12-05T13:50:37.194Z] $ docker top 6eaf104ea54ee0474b90cea51771c1608c74d6803b6e153edfc2660ffeaf21d6 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-05T13:50:37.417Z] ========================================================= [2020-12-05T13:50:37.417Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-05T13:50:37.417Z] ========================================================= [Pipeline] sh [2020-12-05T13:50:37.711Z] + make test [2020-12-05T13:50:37.711Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-05T13:50:47.764Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-05T13:51:02.781Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-05T13:51:07.041Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-05T13:51:07.997Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-05T13:51:07.997Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-05T13:51:07.997Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-05T13:51:07.997Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-05T13:51:08.266Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-05T13:51:10.910Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.043s [2020-12-05T13:51:10.910Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-05T13:51:10.910Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-05T13:51:11.495Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-05T13:51:11.495Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-05T13:51:11.495Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-05T13:51:11.495Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-05T13:51:12.271Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14647 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-05T13:51:12.325Z] Running in /w/workspace/edgex-go/245 [Pipeline] { [Pipeline] checkout [2020-12-05T13:51:14.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 46.6% of statements [2020-12-05T13:51:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-05T13:51:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-05T13:51:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-05T13:51:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-05T13:51:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-05T13:51:17.268Z] using credential edgex-jenkins-ssh [2020-12-05T13:51:17.333Z] Cloning the remote Git repository [2020-12-05T13:51:18.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.197s coverage: 27.1% of statements [2020-12-05T13:51:18.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-05T13:51:18.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-05T13:51:18.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-05T13:51:18.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-05T13:51:18.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-05T13:51:18.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-05T13:51:18.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.079s coverage: 100.0% of statements [2020-12-05T13:51:18.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-05T13:51:18.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2020-12-05T13:51:18.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-05T13:51:18.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-05T13:51:18.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.073s coverage: 65.5% of statements [2020-12-05T13:51:18.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-05T13:51:18.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-05T13:51:18.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.116s coverage: 82.7% of statements [2020-12-05T13:51:18.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-05T13:51:18.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-05T13:51:18.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-05T13:51:18.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-05T13:51:17.402Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-05T13:51:17.519Z] > git init /w/workspace/edgex-go/245 # timeout=10 [2020-12-05T13:51:17.632Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-05T13:51:17.632Z] > git --version # timeout=10 [2020-12-05T13:51:17.650Z] > git --version # 'git version 2.17.1' [2020-12-05T13:51:17.652Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-05T13:51:17.717Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-05T13:51:19.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.348s coverage: 28.6% of statements [2020-12-05T13:51:19.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-05T13:51:19.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-05T13:51:19.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-05T13:51:19.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-05T13:51:19.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-05T13:51:19.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2020-12-05T13:51:19.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-05T13:51:19.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2020-12-05T13:51:19.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-05T13:51:19.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.094s coverage: 86.7% of statements [2020-12-05T13:51:19.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-05T13:51:19.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements [2020-12-05T13:51:19.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-05T13:51:20.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 78.3% of statements [2020-12-05T13:51:20.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-05T13:51:20.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-05T13:51:20.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-05T13:51:20.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-05T13:51:22.031Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.300s coverage: 94.7% of statements [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-05T13:51:22.031Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-05T13:51:22.031Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-05T13:51:22.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2020-12-05T13:51:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-05T13:51:22.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 75.5% of statements [2020-12-05T13:51:22.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.040s coverage: 80.8% of statements [2020-12-05T13:51:22.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2020-12-05T13:51:22.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 84.2% of statements [2020-12-05T13:51:22.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.031s coverage: 100.0% of statements [2020-12-05T13:51:22.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-05T13:51:23.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 63.5% of statements [2020-12-05T13:51:23.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-05T13:51:23.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-05T13:51:23.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2020-12-05T13:51:23.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2020-12-05T13:51:23.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2020-12-05T13:51:23.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2020-12-05T13:51:24.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2020-12-05T13:51:24.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.292s coverage: 55.9% of statements [2020-12-05T13:51:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-05T13:51:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-05T13:51:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-05T13:51:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-05T13:51:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-05T13:51:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-05T13:51:34.258Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-05T13:51:34.280Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-05T13:51:34.304Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-05T13:51:34.349Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-05T13:51:34.350Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-05T13:51:34.362Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-05T13:51:34.942Z] Checking out Revision b220847201e83bd7d2b05191ce33e2cf4f3b5326 (master) [2020-12-05T13:51:34.964Z] > git config core.sparsecheckout # timeout=10 [2020-12-05T13:51:34.988Z] > git checkout -f b220847201e83bd7d2b05191ce33e2cf4f3b5326 # timeout=10 [2020-12-05T13:51:39.688Z] Commit message: "Merge pull request #2920 from weichou1229/issue-2861" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-05T13:51:41.458Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-05T13:51:41.864Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-05T13:51:42.205Z] + sudo service docker restart [2020-12-05T13:51:42.205Z] + true [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 18.408s coverage: 86.3% of statements [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.087s coverage: 72.2% of statements [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.458s coverage: 72.1% of statements [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.047s coverage: 82.4% of statements [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.044s coverage: 48.4% of statements [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.038s coverage: 28.8% of statements [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 37.2% of statements [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.290s coverage: 84.0% of statements [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 47.1% of statements [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.022s coverage: 100.0% of statements [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.685s coverage: 29.1% of statements [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-05T13:51:43.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.042s coverage: 32.1% of statements [2020-12-05T13:51:43.261Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2020-12-05T13:51:43.261Z] GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-05T13:51:44.315Z] provisioning config files... [2020-12-05T13:51:44.357Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/245@tmp/config6617624256080091553tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-05T13:51:44.766Z] ---> docker-login.sh [2020-12-05T13:51:44.766Z] nexus3.edgexfoundry.org:10001 [2020-12-05T13:51:45.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T13:51:46.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T13:51:46.022Z] Configure a credential helper to remove this warning. See [2020-12-05T13:51:46.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T13:51:46.022Z] [2020-12-05T13:51:46.022Z] Login Succeeded [2020-12-05T13:51:46.022Z] nexus3.edgexfoundry.org:10002 [2020-12-05T13:51:46.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T13:51:46.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T13:51:46.616Z] Configure a credential helper to remove this warning. See [2020-12-05T13:51:46.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T13:51:46.616Z] [2020-12-05T13:51:46.616Z] Login Succeeded [2020-12-05T13:51:46.616Z] nexus3.edgexfoundry.org:10003 [2020-12-05T13:51:46.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T13:51:47.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T13:51:47.166Z] Configure a credential helper to remove this warning. See [2020-12-05T13:51:47.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T13:51:47.166Z] [2020-12-05T13:51:47.166Z] Login Succeeded [2020-12-05T13:51:47.166Z] nexus3.edgexfoundry.org:10004 [2020-12-05T13:51:47.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T13:51:47.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T13:51:47.718Z] Configure a credential helper to remove this warning. See [2020-12-05T13:51:47.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T13:51:47.718Z] [2020-12-05T13:51:47.718Z] Login Succeeded [2020-12-05T13:51:47.718Z] docker.io [2020-12-05T13:51:47.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T13:51:48.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T13:51:48.594Z] Configure a credential helper to remove this warning. See [2020-12-05T13:51:48.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T13:51:48.594Z] [2020-12-05T13:51:48.594Z] Login Succeeded [2020-12-05T13:51:48.594Z] ---> docker-login.sh ends [Pipeline] } [2020-12-05T13:51:48.611Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-05T13:51:49.107Z] ========================================================= [2020-12-05T13:51:49.107Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-05T13:51:49.107Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:51:49.487Z] + 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-12-05T13:51:52.132Z] Sending build context to Docker daemon 165.6MB [2020-12-05T13:51:52.132Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-05T13:51:52.132Z] Step 2/7 : FROM ${BASE} [2020-12-05T13:51:52.132Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-05T13:51:52.132Z] 5f621e34cdf4: Pulling fs layer [2020-12-05T13:51:52.132Z] a4357932f1b6: Pulling fs layer [2020-12-05T13:51:52.132Z] 18c013af1878: Pulling fs layer [2020-12-05T13:51:52.132Z] 00ac8860ef70: Pulling fs layer [2020-12-05T13:51:52.132Z] 63d7cb157983: Pulling fs layer [2020-12-05T13:51:52.132Z] b116817d02f9: Pulling fs layer [2020-12-05T13:51:52.132Z] 745a02a5169b: Pulling fs layer [2020-12-05T13:51:52.132Z] 00ac8860ef70: Waiting [2020-12-05T13:51:52.132Z] b116817d02f9: Waiting [2020-12-05T13:51:52.132Z] 63d7cb157983: Waiting [2020-12-05T13:51:52.132Z] 745a02a5169b: Waiting [2020-12-05T13:51:52.132Z] 18c013af1878: Verifying Checksum [2020-12-05T13:51:52.132Z] 18c013af1878: Download complete [2020-12-05T13:51:52.132Z] a4357932f1b6: Verifying Checksum [2020-12-05T13:51:52.132Z] a4357932f1b6: Download complete [2020-12-05T13:51:52.132Z] 63d7cb157983: Verifying Checksum [2020-12-05T13:51:52.132Z] 63d7cb157983: Download complete [2020-12-05T13:51:52.409Z] b116817d02f9: Verifying Checksum [2020-12-05T13:51:52.409Z] b116817d02f9: Download complete [2020-12-05T13:51:52.409Z] 5f621e34cdf4: Verifying Checksum [2020-12-05T13:51:52.409Z] 5f621e34cdf4: Download complete [2020-12-05T13:51:53.021Z] 5f621e34cdf4: Pull complete [2020-12-05T13:51:53.631Z] a4357932f1b6: Pull complete [2020-12-05T13:51:53.910Z] 18c013af1878: Pull complete [2020-12-05T13:51:54.891Z] 745a02a5169b: Download complete [2020-12-05T13:51:56.325Z] 00ac8860ef70: Verifying Checksum [2020-12-05T13:51:56.325Z] 00ac8860ef70: Download complete [2020-12-05T13:52:06.515Z] 00ac8860ef70: Pull complete [2020-12-05T13:52:06.515Z] 63d7cb157983: Pull complete [2020-12-05T13:52:07.109Z] b116817d02f9: Pull complete [2020-12-05T13:52:10.000Z] gofmt -l . [2020-12-05T13:52:10.000Z] [ "`gofmt -l .`" = "" ] [2020-12-05T13:52:10.000Z] ./bin/test-go-mod-tidy.sh [2020-12-05T13:52:10.000Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-05T13:52:10.517Z] 745a02a5169b: Pull complete [2020-12-05T13:52:10.517Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-05T13:52:10.517Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-05T13:52:10.517Z] ---> b7e6874047d6 [2020-12-05T13:52:10.517Z] 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-12-05T13:52:10.989Z] + ls -al . [2020-12-05T13:52:10.990Z] total 648 [2020-12-05T13:52:10.990Z] drwxrwxr-x 10 1001 1001 4096 Dec 5 13:52 . [2020-12-05T13:52:10.990Z] drwxr-xr-x 4 root root 32 Dec 5 13:50 .. [2020-12-05T13:52:10.990Z] -rw-rw-r-- 1 1001 1001 11 Dec 5 13:48 .dockerignore [2020-12-05T13:52:10.990Z] drwxrwxr-x 8 1001 1001 162 Dec 5 13:48 .git [2020-12-05T13:52:10.990Z] drwxrwxr-x 3 1001 1001 125 Dec 5 13:48 .github [2020-12-05T13:52:10.990Z] -rw-rw-r-- 1 1001 1001 971 Dec 5 13:48 .gitignore [2020-12-05T13:52:10.990Z] drwx------ 3 1001 1001 32 Dec 5 13:49 .semver [2020-12-05T13:52:10.990Z] -rw-rw-r-- 1 1001 1001 166 Dec 5 13:48 .sonarcloud.properties [2020-12-05T13:52:10.990Z] -rw-rw-r-- 1 1001 1001 3804 Dec 5 13:48 CONTRIBUTING.md [2020-12-05T13:52:10.990Z] -rw-rw-r-- 1 1001 1001 1035 Dec 5 13:48 Dockerfile.build [2020-12-05T13:52:10.990Z] -rw-rw-r-- 1 1001 1001 863 Dec 5 13:48 Jenkinsfile [2020-12-05T13:52:10.990Z] -rw-rw-r-- 1 1001 1001 10775 Dec 5 13:48 LICENSE [2020-12-05T13:52:10.990Z] -rw-rw-r-- 1 1001 1001 6318 Dec 5 13:48 Makefile [2020-12-05T13:52:10.990Z] -rw-rw-r-- 1 1001 1001 6447 Dec 5 13:48 README.md [2020-12-05T13:52:10.990Z] -rw-rw-r-- 1 1001 1001 259 Dec 5 13:48 SECURITY.md [2020-12-05T13:52:10.990Z] -rw-rw-r-- 1 1001 1001 11 Dec 5 13:49 VERSION [2020-12-05T13:52:10.990Z] -rw-rw-r-- 1 1001 1001 4131 Dec 5 13:48 ZMQWindows.md [2020-12-05T13:52:10.990Z] drwxrwxr-x 2 1001 1001 117 Dec 5 13:48 bin [2020-12-05T13:52:10.990Z] drwxrwxr-x 15 1001 1001 4096 Dec 5 13:48 cmd [2020-12-05T13:52:10.990Z] -rw-r--r-- 1 root root 554872 Dec 5 13:51 coverage.out [2020-12-05T13:52:10.990Z] -rw-r--r-- 1 root root 1041 Dec 5 13:52 go.mod [2020-12-05T13:52:10.990Z] -rw-r--r-- 1 root root 18856 Dec 5 13:52 go.sum [2020-12-05T13:52:10.990Z] drwxrwxr-x 8 1001 1001 127 Dec 5 13:48 internal [2020-12-05T13:52:10.990Z] drwxrwxr-x 4 1001 1001 26 Dec 5 13:48 openapi [2020-12-05T13:52:10.990Z] drwxrwxr-x 4 1001 1001 71 Dec 5 13:48 snap [2020-12-05T13:52:10.990Z] -rw-rw-r-- 1 1001 1001 168 Dec 5 13:48 version.go [Pipeline] sh [2020-12-05T13:52:11.289Z] + '[' -e coverage.out ] [2020-12-05T13:52:11.289Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-05T13:52:11.528Z] Stashed 1 file(s) [Pipeline] sh [2020-12-05T13:52:11.826Z] + make build [2020-12-05T13:52:11.826Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/core-data/core-data ./cmd/core-data [2020-12-05T13:52:13.945Z] ---> Running in 62ac53648b67 [2020-12-05T13:52:15.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-05T13:52:15.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T13:52:16.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T13:52:17.818Z] (1/12) Installing libmagic (5.38-r0) [2020-12-05T13:52:17.818Z] (2/12) Installing file (5.38-r0) [2020-12-05T13:52:18.089Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-05T13:52:18.089Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-05T13:52:22.379Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-05T13:52:22.379Z] (6/12) Installing patch (2.7.6-r6) [2020-12-05T13:52:22.379Z] (7/12) Installing build-base (0.5-r2) [2020-12-05T13:52:22.379Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-05T13:52:22.379Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-05T13:52:22.379Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-05T13:52:22.379Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-05T13:52:22.652Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-05T13:52:22.652Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T13:52:22.652Z] OK: 217 MiB in 51 packages [2020-12-05T13:52:23.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/core-command/core-command ./cmd/core-command [2020-12-05T13:52:24.310Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-05T13:52:25.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-05T13:52:25.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-05T13:52:26.950Z] Removing intermediate container 62ac53648b67 [2020-12-05T13:52:26.950Z] ---> 5ae166520be8 [2020-12-05T13:52:26.950Z] Step 4/7 : WORKDIR /edgex-go [2020-12-05T13:52:26.950Z] ---> Running in 5c0648fc8193 [2020-12-05T13:52:27.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-05T13:52:27.220Z] Removing intermediate container 5c0648fc8193 [2020-12-05T13:52:27.220Z] ---> 9c6fdcb39619 [2020-12-05T13:52:27.220Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-05T13:52:27.811Z] latest: Pulling from library/docker [2020-12-05T13:52:28.096Z] 5f621e34cdf4: Already exists [2020-12-05T13:52:28.096Z] 85db56a05063: Pulling fs layer [2020-12-05T13:52:28.096Z] ccb67d6aeaaa: Pulling fs layer [2020-12-05T13:52:28.096Z] de930078acea: Pulling fs layer [2020-12-05T13:52:28.096Z] d5a9d88a4785: Pulling fs layer [2020-12-05T13:52:28.096Z] e7f15c1544d5: Pulling fs layer [2020-12-05T13:52:28.096Z] 877c515997d3: Pulling fs layer [2020-12-05T13:52:28.096Z] d5a9d88a4785: Waiting [2020-12-05T13:52:28.096Z] e7f15c1544d5: Waiting [2020-12-05T13:52:28.096Z] 877c515997d3: Waiting [2020-12-05T13:52:28.096Z] 85db56a05063: Verifying Checksum [2020-12-05T13:52:28.096Z] 85db56a05063: Download complete [2020-12-05T13:52:28.376Z] d5a9d88a4785: Verifying Checksum [2020-12-05T13:52:28.376Z] d5a9d88a4785: Download complete [2020-12-05T13:52:28.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-05T13:52:28.650Z] ccb67d6aeaaa: Verifying Checksum [2020-12-05T13:52:28.650Z] ccb67d6aeaaa: Download complete [2020-12-05T13:52:28.650Z] e7f15c1544d5: Download complete [2020-12-05T13:52:28.650Z] 877c515997d3: Verifying Checksum [2020-12-05T13:52:28.650Z] 877c515997d3: Download complete [2020-12-05T13:52:28.935Z] 85db56a05063: Pull complete [2020-12-05T13:52:29.212Z] ccb67d6aeaaa: Pull complete [2020-12-05T13:52:29.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-05T13:52:29.808Z] de930078acea: Verifying Checksum [2020-12-05T13:52:29.808Z] de930078acea: Download complete [2020-12-05T13:52:30.854Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-05T13:52:31.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-05T13:52:32.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-05T13:52:33.220Z] de930078acea: Pull complete [2020-12-05T13:52:33.815Z] d5a9d88a4785: Pull complete [2020-12-05T13:52:33.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-05T13:52:34.085Z] e7f15c1544d5: Pull complete [2020-12-05T13:52:34.357Z] 877c515997d3: Pull complete [2020-12-05T13:52:34.357Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-05T13:52:34.357Z] Status: Downloaded newer image for docker:latest [Pipeline] } [2020-12-05T13:52:34.876Z] $ docker stop --time=1 6eaf104ea54ee0474b90cea51771c1608c74d6803b6e153edfc2660ffeaf21d6 [2020-12-05T13:52:36.463Z] $ docker rm -f 6eaf104ea54ee0474b90cea51771c1608c74d6803b6e153edfc2660ffeaf21d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-12-05T13:52:37.760Z] ---> 3962ceb76508 [2020-12-05T13:52:37.761Z] Step 6/7 : COPY go.mod . [2020-12-05T13:52:38.361Z] ---> dab9eb07a591 [2020-12-05T13:52:38.361Z] Step 7/7 : RUN go mod download [2020-12-05T13:52:38.361Z] ---> Running in 4c9e744b38eb [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:52:39.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-05T13:52:39.945Z] [2020-12-05T13:52:39.945Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:52:40.290Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-05T13:52:40.290Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-05T13:52:40.290Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-05T13:52:40.290Z] ca9280d653b3: Pulling fs layer [2020-12-05T13:52:40.290Z] 7e9c9ca2126c: Pulling fs layer [2020-12-05T13:52:40.551Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-05T13:52:40.551Z] cbdbe7a5bc2a: Download complete [2020-12-05T13:52:40.814Z] cbdbe7a5bc2a: Pull complete [2020-12-05T13:52:41.079Z] ca9280d653b3: Verifying Checksum [2020-12-05T13:52:41.079Z] ca9280d653b3: Download complete [2020-12-05T13:52:42.044Z] ca9280d653b3: Pull complete [2020-12-05T13:52:42.044Z] 7e9c9ca2126c: Download complete [2020-12-05T13:52:48.692Z] 7e9c9ca2126c: Pull complete [2020-12-05T13:52:48.692Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-05T13:52:48.692Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-05T13:52:48.692Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-05T13:52:48.860Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T13:52:48.919Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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-devops/edgex-compose:latest cat [2020-12-05T13:52:51.668Z] $ docker top 9ecdd735bb4332ce3f8d4112a6be2ffb59ad37df16f19f88c4af2035d78e848d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T13:52:52.204Z] + docker-compose build --help [2020-12-05T13:52:52.204Z] + grep parallel [2020-12-05T13:52:53.150Z] --parallel Build images in parallel. [Pipeline] } [2020-12-05T13:52:53.168Z] $ docker stop --time=1 9ecdd735bb4332ce3f8d4112a6be2ffb59ad37df16f19f88c4af2035d78e848d [2020-12-05T13:52:54.523Z] $ docker rm -f 9ecdd735bb4332ce3f8d4112a6be2ffb59ad37df16f19f88c4af2035d78e848d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:52:55.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-05T13:52:55.139Z] . [Pipeline] withDockerContainer [2020-12-05T13:52:55.237Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T13:52:55.286Z] $ 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/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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-12-05T13:52:55.930Z] $ docker top e8e769e1f9334f428aca9f965977268c2c14ba9f2faaab51390b3cb4ecc8b335 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T13:52:56.417Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-05T13:52:57.362Z] Building docker-core-command-go ... [2020-12-05T13:52:57.362Z] Building docker-core-data-go ... [2020-12-05T13:52:57.362Z] Building docker-core-metadata-go ... [2020-12-05T13:52:57.362Z] Building docker-security-bootstrap-redis-go ... [2020-12-05T13:52:57.362Z] Building docker-security-proxy-setup-go ... [2020-12-05T13:52:57.362Z] Building docker-security-secrets-setup-go ... [2020-12-05T13:52:57.362Z] Building docker-security-secretstore-setup-go ... [2020-12-05T13:52:57.362Z] Building docker-support-notifications-go ... [2020-12-05T13:52:57.362Z] Building docker-support-scheduler-go ... [2020-12-05T13:52:57.362Z] Building docker-sys-mgmt-agent-go ... [2020-12-05T13:52:57.362Z] Building docker-security-secrets-setup-go [2020-12-05T13:52:57.362Z] Building docker-sys-mgmt-agent-go [2020-12-05T13:52:57.362Z] Building docker-security-bootstrap-redis-go [2020-12-05T13:52:57.362Z] Building docker-core-metadata-go [2020-12-05T13:52:57.362Z] Building docker-support-scheduler-go [2020-12-05T13:53:05.166Z] Removing intermediate container 4c9e744b38eb [2020-12-05T13:53:05.166Z] ---> b82037cb1d8b [2020-12-05T13:53:05.166Z] Successfully built b82037cb1d8b [2020-12-05T13:53:05.166Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:53:05.508Z] + docker inspect -f . ci-base-image-arm64 [2020-12-05T13:53:05.508Z] . [Pipeline] withDockerContainer [2020-12-05T13:53:05.749Z] prd-ubuntu18.04-docker-arm64-4c-16g-14647 does not seem to be running inside a container [2020-12-05T13:53:05.833Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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 ******** ci-base-image-arm64 cat [2020-12-05T13:53:07.288Z] $ docker top 409a05b804ec6e4b136e5bcc1b5315e4d38a78ab68139441388e8de82d4bcb59 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T13:53:08.276Z] + go version [2020-12-05T13:53:08.276Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-05T13:53:08.299Z] $ docker stop --time=1 409a05b804ec6e4b136e5bcc1b5315e4d38a78ab68139441388e8de82d4bcb59 [2020-12-05T13:53:10.223Z] $ docker rm -f 409a05b804ec6e4b136e5bcc1b5315e4d38a78ab68139441388e8de82d4bcb59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:53:11.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-05T13:53:11.556Z] [2020-12-05T13:53:11.556Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:53:11.938Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-05T13:53:12.210Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-05T13:53:12.210Z] 29e5d40040c1: Pulling fs layer [2020-12-05T13:53:12.210Z] 1ce36da41761: Pulling fs layer [2020-12-05T13:53:12.210Z] 25b303627fd3: Pulling fs layer [2020-12-05T13:53:12.485Z] 29e5d40040c1: Verifying Checksum [2020-12-05T13:53:12.485Z] 29e5d40040c1: Download complete [2020-12-05T13:53:13.084Z] 1ce36da41761: Verifying Checksum [2020-12-05T13:53:13.085Z] 1ce36da41761: Download complete [2020-12-05T13:53:13.085Z] 29e5d40040c1: Pull complete [2020-12-05T13:53:14.523Z] 1ce36da41761: Pull complete [2020-12-05T13:53:14.523Z] 25b303627fd3: Verifying Checksum [2020-12-05T13:53:14.523Z] 25b303627fd3: Download complete [2020-12-05T13:53:24.686Z] 25b303627fd3: Pull complete [2020-12-05T13:53:24.686Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-05T13:53:24.686Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-05T13:53:24.686Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-05T13:53:24.928Z] prd-ubuntu18.04-docker-arm64-4c-16g-14647 does not seem to be running inside a container [2020-12-05T13:53:25.016Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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-devops/edgex-compose-arm64:latest cat [2020-12-05T13:53:28.500Z] $ docker top e1a63001e5cc5d55f2d6901b0062b0d00b902a5fd84c0da76a6becdf6a9e9711 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T13:53:29.529Z] + grep parallel [2020-12-05T13:53:29.529Z] + docker-compose build --help [2020-12-05T13:53:29.632Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:53:29.632Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:53:29.632Z] ---> f2abdf08c302 [2020-12-05T13:53:29.632Z] Step 3/22 : WORKDIR /edgex-go [2020-12-05T13:53:29.632Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:53:29.632Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:53:29.632Z] ---> f2abdf08c302 [2020-12-05T13:53:29.632Z] Step 3/27 : WORKDIR /edgex-go [2020-12-05T13:53:29.632Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:53:29.632Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:53:29.632Z] ---> f2abdf08c302 [2020-12-05T13:53:29.632Z] Step 3/22 : WORKDIR /edgex-go [2020-12-05T13:53:29.632Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:53:29.632Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:53:29.632Z] ---> f2abdf08c302 [2020-12-05T13:53:29.632Z] Step 3/21 : WORKDIR /edgex-go [2020-12-05T13:53:29.632Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:53:29.632Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-05T13:53:29.632Z] ---> f2abdf08c302 [2020-12-05T13:53:29.632Z] Step 3/29 : WORKDIR /edgex-go [2020-12-05T13:53:29.632Z] ---> Running in 620d5da06199 [2020-12-05T13:53:29.632Z] ---> Running in 83c8e1cce9a5 [2020-12-05T13:53:29.632Z] ---> Running in 24206b5ba091 [2020-12-05T13:53:29.632Z] ---> Running in f93ceaf40f9d [2020-12-05T13:53:29.632Z] ---> Running in d9f7ac489a7f [2020-12-05T13:53:29.632Z] Removing intermediate container 24206b5ba091 [2020-12-05T13:53:29.632Z] ---> f1b4534c947a [2020-12-05T13:53:29.632Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:53:29.632Z] Removing intermediate container d9f7ac489a7f [2020-12-05T13:53:29.632Z] ---> 9f23bfebca38 [2020-12-05T13:53:29.632Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:53:29.632Z] Removing intermediate container 620d5da06199 [2020-12-05T13:53:29.632Z] ---> 1305d10d1d46 [2020-12-05T13:53:29.632Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:53:29.632Z] Removing intermediate container f93ceaf40f9d [2020-12-05T13:53:29.632Z] ---> 343bf97c4190 [2020-12-05T13:53:29.632Z] Step 4/29 : RUN apk update && apk add make git [2020-12-05T13:53:29.632Z] Removing intermediate container 83c8e1cce9a5 [2020-12-05T13:53:29.632Z] ---> e01a1e44dbb0 [2020-12-05T13:53:29.632Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:53:29.632Z] ---> Running in f8d819ad3506 [2020-12-05T13:53:29.632Z] ---> Running in 748655905b04 [2020-12-05T13:53:29.632Z] ---> Running in 491c6312cbfa [2020-12-05T13:53:29.632Z] ---> Running in ae0c665d28ea [2020-12-05T13:53:29.632Z] ---> Running in 828810d7be7d [2020-12-05T13:53:30.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T13:53:30.800Z] Removing intermediate container 491c6312cbfa [2020-12-05T13:53:30.800Z] ---> d68370fbefa6 [2020-12-05T13:53:30.800Z] Step 5/22 : RUN apk update && apk add make git [2020-12-05T13:53:30.800Z] Removing intermediate container f8d819ad3506 [2020-12-05T13:53:30.800Z] ---> 9e9307387983 [2020-12-05T13:53:30.800Z] Step 5/21 : RUN apk update && apk add make git [2020-12-05T13:53:30.800Z] ---> Running in 64499bf4d27c [2020-12-05T13:53:30.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T13:53:31.064Z] Removing intermediate container 748655905b04 [2020-12-05T13:53:31.064Z] ---> c1f8daca396d [2020-12-05T13:53:31.064Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-05T13:53:31.064Z] ---> Running in bbcb41163a22 [2020-12-05T13:53:31.326Z] ---> Running in bfeb149af1a4 [2020-12-05T13:53:31.326Z] Removing intermediate container 828810d7be7d [2020-12-05T13:53:31.326Z] ---> 850a7ebfa2cd [2020-12-05T13:53:31.326Z] Step 5/22 : RUN apk update && apk add make git [2020-12-05T13:53:31.326Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:53:31.326Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:53:31.326Z] OK: 12745 distinct packages available [2020-12-05T13:53:31.592Z] ---> Running in bae2e7f045a5 [2020-12-05T13:53:31.592Z] OK: 233 MiB in 51 packages [2020-12-05T13:53:31.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T13:53:32.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T13:53:32.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T13:53:32.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T13:53:32.394Z] Removing intermediate container ae0c665d28ea [2020-12-05T13:53:32.394Z] ---> 7ef860bb1dd7 [2020-12-05T13:53:32.394Z] Step 5/29 : COPY go.mod . [2020-12-05T13:53:32.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T13:53:32.662Z] ---> 10186ebede68 [2020-12-05T13:53:32.662Z] Step 6/29 : RUN go mod download [2020-12-05T13:53:32.662Z] ---> Running in b42a4129610b [2020-12-05T13:53:32.910Z] --parallel Build images in parallel. [Pipeline] } [2020-12-05T13:53:32.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T13:53:32.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T13:53:32.929Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:53:32.929Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:53:32.929Z] OK: 12745 distinct packages available [2020-12-05T13:53:32.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T13:53:32.932Z] $ docker stop --time=1 e1a63001e5cc5d55f2d6901b0062b0d00b902a5fd84c0da76a6becdf6a9e9711 [2020-12-05T13:53:33.195Z] OK: 233 MiB in 51 packages [2020-12-05T13:53:33.465Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:53:33.465Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:53:33.465Z] OK: 12745 distinct packages available [2020-12-05T13:53:33.465Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:53:33.465Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:53:33.465Z] OK: 12745 distinct packages available [2020-12-05T13:53:33.465Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:53:33.465Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:53:33.465Z] OK: 12745 distinct packages available [2020-12-05T13:53:33.773Z] OK: 233 MiB in 51 packages [2020-12-05T13:53:33.773Z] OK: 233 MiB in 51 packages [2020-12-05T13:53:33.773Z] OK: 233 MiB in 51 packages [2020-12-05T13:53:33.773Z] Removing intermediate container 64499bf4d27c [2020-12-05T13:53:33.773Z] ---> 009526091613 [2020-12-05T13:53:33.773Z] Step 6/22 : COPY go.mod . [2020-12-05T13:53:34.347Z] ---> beab2cc31999 [2020-12-05T13:53:34.347Z] Step 7/22 : RUN go mod download [2020-12-05T13:53:34.614Z] ---> Running in 1a125c785db3 [2020-12-05T13:53:34.614Z] Removing intermediate container bbcb41163a22 [2020-12-05T13:53:34.614Z] ---> 58def82cc06f [2020-12-05T13:53:34.614Z] Step 6/21 : COPY go.mod . [2020-12-05T13:53:34.614Z] Removing intermediate container bfeb149af1a4 [2020-12-05T13:53:34.614Z] ---> bfabaf90083c [2020-12-05T13:53:34.614Z] Step 6/27 : COPY go.mod . [2020-12-05T13:53:34.923Z] $ docker rm -f e1a63001e5cc5d55f2d6901b0062b0d00b902a5fd84c0da76a6becdf6a9e9711 [2020-12-05T13:53:35.201Z] Removing intermediate container b42a4129610b [2020-12-05T13:53:35.201Z] ---> 69e148528e49 [2020-12-05T13:53:35.201Z] Step 7/29 : COPY . . [2020-12-05T13:53:35.201Z] Removing intermediate container bae2e7f045a5 [2020-12-05T13:53:35.201Z] ---> 186c568d9787 [2020-12-05T13:53:35.201Z] Step 6/22 : COPY go.mod . [2020-12-05T13:53:35.201Z] ---> 407e946b8492 [2020-12-05T13:53:35.201Z] Step 7/21 : RUN go mod download [2020-12-05T13:53:35.201Z] ---> 18ea7d22b3ae [2020-12-05T13:53:35.201Z] Step 7/27 : RUN go mod download [2020-12-05T13:53:35.201Z] ---> Running in 240365944d82 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:53:35.470Z] ---> Running in 10465927c91d [2020-12-05T13:53:35.708Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-05T13:53:35.708Z] . [Pipeline] withDockerContainer [2020-12-05T13:53:35.969Z] prd-ubuntu18.04-docker-arm64-4c-16g-14647 does not seem to be running inside a container [2020-12-05T13:53:36.051Z] $ 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/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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-12-05T13:53:36.054Z] ---> bd3953025002 [2020-12-05T13:53:36.054Z] Step 7/22 : RUN go mod download [2020-12-05T13:53:36.320Z] ---> Running in b36cdd3be0b6 [2020-12-05T13:53:37.483Z] $ docker top 984d082e03d22a1fabe355267126722c2e79eed2e5b52cd5b6dab58bd2ca7258 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T13:53:38.493Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-05T13:53:39.652Z] Removing intermediate container 1a125c785db3 [2020-12-05T13:53:39.652Z] ---> 8556f86d8383 [2020-12-05T13:53:39.652Z] Step 8/22 : COPY . . [2020-12-05T13:53:41.867Z] Building docker-core-command-go ... [2020-12-05T13:53:41.867Z] Building docker-core-data-go ... [2020-12-05T13:53:41.867Z] Building docker-core-metadata-go ... [2020-12-05T13:53:41.867Z] Building docker-security-bootstrap-redis-go ... [2020-12-05T13:53:41.867Z] Building docker-security-proxy-setup-go ... [2020-12-05T13:53:41.867Z] Building docker-security-secrets-setup-go ... [2020-12-05T13:53:41.867Z] Building docker-security-secretstore-setup-go ... [2020-12-05T13:53:41.867Z] Building docker-support-notifications-go ... [2020-12-05T13:53:41.867Z] Building docker-support-scheduler-go ... [2020-12-05T13:53:41.867Z] Building docker-sys-mgmt-agent-go ... [2020-12-05T13:53:41.867Z] Building docker-security-bootstrap-redis-go [2020-12-05T13:53:41.867Z] Building docker-core-data-go [2020-12-05T13:53:41.867Z] Building docker-sys-mgmt-agent-go [2020-12-05T13:53:41.867Z] Building docker-security-secretstore-setup-go [2020-12-05T13:53:41.867Z] Building docker-core-metadata-go [2020-12-05T13:53:46.274Z] Removing intermediate container 240365944d82 [2020-12-05T13:53:46.274Z] ---> 44dea9dcaaf8 [2020-12-05T13:53:46.274Z] Step 8/21 : COPY . . [2020-12-05T13:53:46.274Z] Removing intermediate container 10465927c91d [2020-12-05T13:53:46.274Z] ---> f439786dd956 [2020-12-05T13:53:46.274Z] Step 8/27 : COPY . . [2020-12-05T13:53:46.539Z] Removing intermediate container b36cdd3be0b6 [2020-12-05T13:53:46.539Z] ---> 0835b289b872 [2020-12-05T13:53:46.539Z] Step 8/22 : COPY . . [2020-12-05T13:54:08.612Z] ---> 14c1514fb84e [2020-12-05T13:54:08.612Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-05T13:54:09.581Z] ---> Running in 2ba042f90ddc [2020-12-05T13:54:11.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-05T13:54:20.371Z] ---> b8e2dd83bdc5 [2020-12-05T13:54:20.371Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-05T13:54:20.371Z] ---> Running in d4e4d8f52d6d [2020-12-05T13:54:20.970Z] ---> 6999b2407f64 [2020-12-05T13:54:20.970Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-05T13:54:20.970Z] ---> ab7fc53f7caf [2020-12-05T13:54:20.970Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-05T13:54:20.970Z] ---> 239dc6404dee [2020-12-05T13:54:20.970Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-05T13:54:20.970Z] ---> Running in b3280960357d [2020-12-05T13:54:20.970Z] ---> Running in 55b9e2bd7dcf [2020-12-05T13:54:20.970Z] ---> Running in 26611e2b453d [2020-12-05T13:54:21.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-05T13:54:21.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-05T13:54:22.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-05T13:54:22.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-05T13:54:28.883Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:54:28.883Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:54:28.883Z] ---> b82037cb1d8b [2020-12-05T13:54:28.883Z] Step 3/22 : WORKDIR /edgex-go [2020-12-05T13:54:28.883Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:54:28.883Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:54:28.883Z] ---> b82037cb1d8b [2020-12-05T13:54:28.883Z] Step 3/23 : WORKDIR /edgex-goStep 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:54:28.883Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:54:28.883Z] ---> b82037cb1d8b [2020-12-05T13:54:28.883Z] Step 3/27 : WORKDIR /edgex-go [2020-12-05T13:54:28.883Z] [2020-12-05T13:54:28.883Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:54:28.883Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:54:28.883Z] ---> b82037cb1d8b [2020-12-05T13:54:28.883Z] Step 3/22 : WORKDIR /edgex-go [2020-12-05T13:54:28.883Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:54:28.883Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:54:28.883Z] ---> b82037cb1d8b [2020-12-05T13:54:28.883Z] Step 3/24 : WORKDIR /edgex-go [2020-12-05T13:54:31.526Z] ---> Running in 320ec5d9ba63 [2020-12-05T13:54:31.526Z] ---> Running in b741d3f83eb6 [2020-12-05T13:54:31.526Z] ---> Running in 4da2b38d02f6 [2020-12-05T13:54:31.526Z] ---> Running in 42e63058884b [2020-12-05T13:54:31.526Z] ---> Running in 068403cbf34c [2020-12-05T13:54:31.803Z] Removing intermediate container 42e63058884b [2020-12-05T13:54:31.803Z] ---> bd33af051435 [2020-12-05T13:54:31.803Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:54:32.080Z] Removing intermediate container 4da2b38d02f6 [2020-12-05T13:54:32.080Z] ---> 8a2cff4a1300 [2020-12-05T13:54:32.080Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:54:32.080Z] Removing intermediate container b741d3f83eb6 [2020-12-05T13:54:32.080Z] ---> d0598197d5e3 [2020-12-05T13:54:32.080Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:54:32.080Z] Removing intermediate container 068403cbf34c [2020-12-05T13:54:32.080Z] ---> d5ba837f67e8 [2020-12-05T13:54:32.080Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:54:32.080Z] Removing intermediate container 320ec5d9ba63 [2020-12-05T13:54:32.080Z] ---> 609d91da2927 [2020-12-05T13:54:32.080Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:54:32.080Z] ---> Running in 9e463fabce8a [2020-12-05T13:54:32.354Z] ---> Running in 356533c3558a [2020-12-05T13:54:32.354Z] ---> Running in ed322c3594e2 [2020-12-05T13:54:32.354Z] ---> Running in d36a56e39277 [2020-12-05T13:54:32.354Z] ---> Running in 52a3ac1b0fe5 [2020-12-05T13:54:34.553Z] Removing intermediate container 2ba042f90ddc [2020-12-05T13:54:34.553Z] ---> 170cdfe36275 [2020-12-05T13:54:34.553Z] [2020-12-05T13:54:34.553Z] Step 9/29 : FROM alpine:latest [2020-12-05T13:54:34.553Z] latest: Pulling from library/alpine [2020-12-05T13:54:34.822Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-05T13:54:34.822Z] Status: Downloaded newer image for alpine:latest [2020-12-05T13:54:34.822Z] ---> d6e46aa2470d [2020-12-05T13:54:34.822Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-05T13:54:35.091Z] ---> Running in c62f0f5c3694 [2020-12-05T13:54:35.673Z] Removing intermediate container c62f0f5c3694 [2020-12-05T13:54:35.673Z] ---> 51237bef785f [2020-12-05T13:54:35.673Z] Step 11/29 : USER root [2020-12-05T13:54:35.673Z] ---> Running in 4eaf0689ab0f [2020-12-05T13:54:35.942Z] Removing intermediate container 4eaf0689ab0f [2020-12-05T13:54:35.942Z] ---> 265e63d64601 [2020-12-05T13:54:35.942Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-05T13:54:35.942Z] ---> Running in a0e180f2668e [2020-12-05T13:54:36.708Z] Removing intermediate container 9e463fabce8a [2020-12-05T13:54:36.708Z] ---> 9d57c8b9423c [2020-12-05T13:54:36.708Z] Step 5/22 : RUN apk update && apk add make git [2020-12-05T13:54:36.708Z] Removing intermediate container 356533c3558a [2020-12-05T13:54:36.708Z] ---> 5ba381328a68 [2020-12-05T13:54:36.708Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-05T13:54:36.708Z] ---> Running in c3c8d4e63766 [2020-12-05T13:54:36.708Z] ---> Running in f7d7e589a253 [2020-12-05T13:54:36.905Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T13:54:36.905Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T13:54:36.981Z] Removing intermediate container 52a3ac1b0fe5 [2020-12-05T13:54:36.981Z] ---> 052a60a84af0 [2020-12-05T13:54:36.981Z] Step 5/24 : RUN apk update && apk add make git [2020-12-05T13:54:36.981Z] Removing intermediate container ed322c3594e2 [2020-12-05T13:54:36.981Z] ---> 7def27dfbb50 [2020-12-05T13:54:36.981Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-05T13:54:37.260Z] Removing intermediate container d36a56e39277 [2020-12-05T13:54:37.260Z] ---> 7577df982f7f [2020-12-05T13:54:37.260Z] Step 5/22 : RUN apk update && apk add make git [2020-12-05T13:54:37.260Z] ---> Running in d1dcb549a9d4 [2020-12-05T13:54:37.260Z] ---> Running in cb810db62812 [2020-12-05T13:54:37.496Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:54:37.496Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:54:37.496Z] OK: 12746 distinct packages available [2020-12-05T13:54:37.534Z] ---> Running in fa33a32ebcd5 [2020-12-05T13:54:37.770Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-05T13:54:37.770Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-05T13:54:37.770Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T13:54:37.770Z] Executing ca-certificates-20191127-r4.trigger [2020-12-05T13:54:38.359Z] OK: 6 MiB in 16 packages [2020-12-05T13:54:38.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T13:54:38.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T13:54:39.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T13:54:39.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T13:54:39.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T13:54:39.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T13:54:39.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T13:54:39.790Z] Removing intermediate container a0e180f2668e [2020-12-05T13:54:39.790Z] ---> e6252a3257f4 [2020-12-05T13:54:39.790Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-05T13:54:39.890Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:54:39.890Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:54:39.890Z] OK: 12616 distinct packages available [2020-12-05T13:54:40.057Z] ---> Running in cdfe0032134c [2020-12-05T13:54:40.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T13:54:40.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T13:54:40.323Z] Removing intermediate container cdfe0032134c [2020-12-05T13:54:40.323Z] ---> 1bec6c560974 [2020-12-05T13:54:40.323Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-05T13:54:40.323Z] ---> Running in 835b5c278044 [2020-12-05T13:54:40.441Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:54:40.441Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:54:40.441Z] OK: 12616 distinct packages available [2020-12-05T13:54:40.718Z] OK: 217 MiB in 51 packages [2020-12-05T13:54:40.913Z] Removing intermediate container 835b5c278044 [2020-12-05T13:54:40.913Z] ---> 97e7cd3dc63e [2020-12-05T13:54:40.913Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-05T13:54:40.913Z] ---> Running in 368c8fb185a8 [2020-12-05T13:54:41.000Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:54:41.000Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:54:41.000Z] OK: 12616 distinct packages available [2020-12-05T13:54:41.000Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:54:41.000Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:54:41.000Z] OK: 12616 distinct packages available [2020-12-05T13:54:41.000Z] OK: 217 MiB in 51 packages [2020-12-05T13:54:41.621Z] OK: 217 MiB in 51 packages [2020-12-05T13:54:41.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T13:54:41.621Z] OK: 217 MiB in 51 packages [2020-12-05T13:54:42.604Z] Removing intermediate container c3c8d4e63766 [2020-12-05T13:54:42.604Z] ---> 881dc1c6e531 [2020-12-05T13:54:42.604Z] Step 6/22 : COPY go.mod . [2020-12-05T13:54:42.877Z] Removing intermediate container f7d7e589a253 [2020-12-05T13:54:42.877Z] ---> 68583fca8c73 [2020-12-05T13:54:42.877Z] Step 6/27 : COPY go.mod . [2020-12-05T13:54:43.483Z] Removing intermediate container cb810db62812 [2020-12-05T13:54:43.483Z] ---> 24521fdbfd7e [2020-12-05T13:54:43.483Z] Step 6/24 : COPY go.mod . [2020-12-05T13:54:43.483Z] ---> c682618a26b7 [2020-12-05T13:54:43.483Z] Step 7/22 : RUN go mod download [2020-12-05T13:54:43.519Z] Removing intermediate container 368c8fb185a8 [2020-12-05T13:54:43.519Z] ---> 751f7aa188ee [2020-12-05T13:54:43.519Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-05T13:54:43.754Z] Removing intermediate container fa33a32ebcd5 [2020-12-05T13:54:43.754Z] ---> be5a27a078fb [2020-12-05T13:54:43.754Z] Step 6/22 : COPY go.mod . [2020-12-05T13:54:43.755Z] ---> 83aa749f7dd6 [2020-12-05T13:54:43.755Z] Step 7/27 : RUN go mod download [2020-12-05T13:54:43.755Z] ---> Running in 3e696c26fba9 [2020-12-05T13:54:44.028Z] ---> Running in 805d3c885300 [2020-12-05T13:54:44.324Z] ---> 36b0f6b43537 [2020-12-05T13:54:44.324Z] Step 7/24 : RUN go mod download [2020-12-05T13:54:44.540Z] ---> 0feef0607c1e [2020-12-05T13:54:44.540Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-05T13:54:44.607Z] ---> 7711bfdceb0b [2020-12-05T13:54:44.607Z] Step 7/22 : RUN go mod download [2020-12-05T13:54:44.607Z] ---> Running in 9022e4f3782b [2020-12-05T13:54:44.883Z] ---> Running in f993ff086343 [2020-12-05T13:54:45.135Z] ---> 55df186731fe [2020-12-05T13:54:45.135Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-05T13:54:45.727Z] ---> ef70f2fb7ff5 [2020-12-05T13:54:45.727Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-05T13:54:45.873Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:54:45.873Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:54:45.873Z] OK: 12616 distinct packages available [2020-12-05T13:54:46.321Z] ---> 53abf5d8eec9 [2020-12-05T13:54:46.321Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-05T13:54:46.862Z] OK: 217 MiB in 51 packages [2020-12-05T13:54:46.931Z] ---> de8d7416f7a5 [2020-12-05T13:54:46.931Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-05T13:54:46.931Z] ---> Running in acf8b35efd5f [2020-12-05T13:54:47.855Z] Removing intermediate container 3e696c26fba9 [2020-12-05T13:54:47.855Z] ---> b3b4b54fba38 [2020-12-05T13:54:47.855Z] Step 8/22 : COPY . . [2020-12-05T13:54:48.131Z] Removing intermediate container 805d3c885300 [2020-12-05T13:54:48.131Z] ---> 254d6dbbbc3f [2020-12-05T13:54:48.131Z] Step 8/27 : COPY . . [2020-12-05T13:54:48.732Z] Removing intermediate container d1dcb549a9d4 [2020-12-05T13:54:48.732Z] ---> 4bea6cc158f3 [2020-12-05T13:54:48.732Z] Step 6/23 : COPY go.mod . [2020-12-05T13:54:49.014Z] Removing intermediate container f993ff086343 [2020-12-05T13:54:49.014Z] ---> 54e81853c353 [2020-12-05T13:54:49.014Z] Step 8/22 : COPY . . [2020-12-05T13:54:49.668Z] Removing intermediate container 9022e4f3782b [2020-12-05T13:54:49.668Z] ---> e21f4008d206 [2020-12-05T13:54:49.668Z] Step 8/24 : COPY . . [2020-12-05T13:54:49.950Z] ---> 55db4a4b337b [2020-12-05T13:54:49.950Z] Step 7/23 : RUN go mod download [2020-12-05T13:54:50.290Z] Removing intermediate container 26611e2b453d [2020-12-05T13:54:50.291Z] ---> 67d6d5cdadb3 [2020-12-05T13:54:50.291Z] [2020-12-05T13:54:50.291Z] Step 10/22 : FROM alpine:3.10 [2020-12-05T13:54:50.291Z] Removing intermediate container acf8b35efd5f [2020-12-05T13:54:50.291Z] ---> 3871ab49d0d3 [2020-12-05T13:54:50.291Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-05T13:54:50.550Z] ---> Running in 300124a6db46 [2020-12-05T13:54:50.563Z] 3.10: Pulling from library/alpine [2020-12-05T13:54:52.486Z] ---> 553c1177f991 [2020-12-05T13:54:52.486Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-05T13:54:52.486Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-05T13:54:52.486Z] ---> Running in 9474fcd30865 [2020-12-05T13:54:52.486Z] Status: Downloaded newer image for alpine:3.10 [2020-12-05T13:54:52.486Z] ---> be4e4bea2c2e [2020-12-05T13:54:52.486Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-05T13:54:53.068Z] Removing intermediate container b3280960357d [2020-12-05T13:54:53.068Z] ---> 4c9351e86cb2 [2020-12-05T13:54:53.068Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-05T13:54:54.457Z] ---> Running in 67f36884f2fc [2020-12-05T13:54:54.457Z] ---> Running in 797880b9af15 [2020-12-05T13:54:55.032Z] Removing intermediate container 55b9e2bd7dcf [2020-12-05T13:54:55.032Z] ---> d1676265b29b [2020-12-05T13:54:55.032Z] [2020-12-05T13:54:55.032Z] Step 10/21 : FROM scratch [2020-12-05T13:54:55.032Z] ---> [2020-12-05T13:54:55.032Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-05T13:54:55.615Z] ---> Running in c2eadd2520fe [2020-12-05T13:54:55.983Z] Removing intermediate container 300124a6db46 [2020-12-05T13:54:55.983Z] ---> af4c286b3c10 [2020-12-05T13:54:55.983Z] Step 8/23 : COPY . . [2020-12-05T13:54:57.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-05T13:54:57.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-05T13:54:57.798Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-05T13:54:57.798Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-05T13:54:57.798Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-05T13:54:57.798Z] OK: 10348 distinct packages available [2020-12-05T13:54:58.059Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-05T13:54:58.059Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-05T13:54:58.059Z] Removing intermediate container c2eadd2520fe [2020-12-05T13:54:58.059Z] ---> fbad8a11f168 [2020-12-05T13:54:58.059Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-05T13:54:58.059Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-05T13:54:58.059Z] (4/5) Installing curl (7.66.0-r1) [2020-12-05T13:54:58.059Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-05T13:54:58.059Z] Executing busybox-1.30.1-r3.trigger [2020-12-05T13:54:58.059Z] Executing ca-certificates-20191127-r2.trigger [2020-12-05T13:54:58.632Z] OK: 7 MiB in 19 packages [2020-12-05T13:54:58.632Z] ---> Running in dab8e5d37f79 [2020-12-05T13:54:58.632Z] Removing intermediate container 9474fcd30865 [2020-12-05T13:54:58.632Z] ---> 99b1caff3943 [2020-12-05T13:54:58.632Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-05T13:54:58.632Z] Removing intermediate container d4e4d8f52d6d [2020-12-05T13:54:58.632Z] ---> c3268b57ba57 [2020-12-05T13:54:58.632Z] [2020-12-05T13:54:58.632Z] Step 10/22 : FROM scratch [2020-12-05T13:54:58.632Z] ---> [2020-12-05T13:54:58.632Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-05T13:54:58.632Z] ---> Using cache [2020-12-05T13:54:58.632Z] ---> fbad8a11f168 [2020-12-05T13:54:58.632Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-05T13:54:58.894Z] ---> Running in 54521dde6948 [2020-12-05T13:54:58.894Z] ---> Running in 38010b93bb4e [2020-12-05T13:54:59.157Z] Removing intermediate container dab8e5d37f79 [2020-12-05T13:54:59.157Z] ---> 26f23cb42dde [2020-12-05T13:54:59.157Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-05T13:54:59.157Z] ---> Running in 95e48781e28f [2020-12-05T13:54:59.157Z] Removing intermediate container 38010b93bb4e [2020-12-05T13:54:59.157Z] ---> db56da43ffcb [2020-12-05T13:54:59.157Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-05T13:54:59.427Z] ---> Running in 07e8d65b3fd3 [2020-12-05T13:54:59.689Z] Removing intermediate container 95e48781e28f [2020-12-05T13:54:59.689Z] ---> c241a7eb4ec3 [2020-12-05T13:54:59.689Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-05T13:55:01.081Z] Removing intermediate container 07e8d65b3fd3 [2020-12-05T13:55:01.081Z] ---> 44c8a7691dda [2020-12-05T13:55:01.081Z] Step 14/22 : WORKDIR / [2020-12-05T13:55:01.081Z] Removing intermediate container 67f36884f2fc [2020-12-05T13:55:01.081Z] ---> b92eb8b67c77 [2020-12-05T13:55:01.081Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-05T13:55:01.342Z] ---> 85b7a4ffeb1d [2020-12-05T13:55:01.342Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-05T13:55:01.342Z] ---> Running in ecf81e536e00 [2020-12-05T13:55:01.342Z] Removing intermediate container 797880b9af15 [2020-12-05T13:55:01.342Z] ---> ce04c96d8e84 [2020-12-05T13:55:01.342Z] [2020-12-05T13:55:01.342Z] Step 11/27 : FROM docker:latest [2020-12-05T13:55:01.342Z] ---> b0757c55a1fd [2020-12-05T13:55:01.342Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-05T13:55:01.606Z] ---> Running in c60a70cd8500 [2020-12-05T13:55:01.869Z] ---> Running in 9da3c5e5c1a5 [2020-12-05T13:55:01.869Z] Removing intermediate container ecf81e536e00 [2020-12-05T13:55:01.869Z] ---> 6bbc9ee7a266 [2020-12-05T13:55:01.869Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-05T13:55:02.132Z] Removing intermediate container c60a70cd8500 [2020-12-05T13:55:02.132Z] ---> d65bd8af0315 [2020-12-05T13:55:02.132Z] Step 13/22 : WORKDIR / [2020-12-05T13:55:02.132Z] ---> 9fdcff5cf110 [2020-12-05T13:55:02.132Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-05T13:55:02.406Z] ---> Running in 267c6190a41e [2020-12-05T13:55:02.406Z] Removing intermediate container 54521dde6948 [2020-12-05T13:55:02.406Z] ---> 72e6dc57baf3 [2020-12-05T13:55:02.406Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-05T13:55:02.406Z] ---> 192a968807f6 [2020-12-05T13:55:02.406Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-05T13:55:02.406Z] ---> Running in 364db353a17e [2020-12-05T13:55:02.406Z] ---> 4a35608c9fc9 [2020-12-05T13:55:02.406Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-05T13:55:02.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T13:55:02.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T13:55:02.941Z] ---> Running in 6ee414b8e188 [2020-12-05T13:55:02.941Z] Removing intermediate container 267c6190a41e [2020-12-05T13:55:02.941Z] ---> 39541f35e8ee [2020-12-05T13:55:02.941Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-05T13:55:02.941Z] (1/2) Installing readline (8.0.4-r0) [2020-12-05T13:55:02.941Z] (2/2) Installing bash (5.0.17-r0) [2020-12-05T13:55:02.941Z] Executing bash-5.0.17-r0.post-install [2020-12-05T13:55:02.941Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T13:55:02.941Z] OK: 12 MiB in 22 packages [2020-12-05T13:55:02.941Z] Removing intermediate container 364db353a17e [2020-12-05T13:55:02.941Z] ---> 34718aad1e30 [2020-12-05T13:55:02.941Z] Step 26/29 : CMD [ "generate" ] [2020-12-05T13:55:03.204Z] ---> 750ec672aa56 [2020-12-05T13:55:03.204Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-05T13:55:03.204Z] ---> Running in db3db9c1ae68 [2020-12-05T13:55:03.778Z] Removing intermediate container 6ee414b8e188 [2020-12-05T13:55:03.778Z] ---> 01542a2ee0be [2020-12-05T13:55:03.778Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T13:55:03.778Z] ---> 4c5c2c41ac90 [2020-12-05T13:55:03.778Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-05T13:55:04.040Z] ---> Running in cf551a30af01 [2020-12-05T13:55:04.040Z] ---> 049d19ce1b7f [2020-12-05T13:55:04.040Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-05T13:55:04.302Z] Removing intermediate container db3db9c1ae68 [2020-12-05T13:55:04.302Z] ---> 65352ed207be [2020-12-05T13:55:04.302Z] Step 27/29 : LABEL arch=x86_64 [2020-12-05T13:55:04.302Z] ---> Running in 3d67cecf61df [2020-12-05T13:55:04.302Z] Removing intermediate container 9da3c5e5c1a5 [2020-12-05T13:55:04.302Z] ---> 1eb2ea7e0c1f [2020-12-05T13:55:04.302Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-05T13:55:04.302Z] Removing intermediate container cf551a30af01 [2020-12-05T13:55:04.302Z] ---> 617b8c923de5 [2020-12-05T13:55:04.302Z] Step 19/21 : LABEL arch=x86_64 [2020-12-05T13:55:04.565Z] ---> bbe0606f7043 [2020-12-05T13:55:04.565Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-05T13:55:04.565Z] ---> Running in b71e1906d7dc [2020-12-05T13:55:04.565Z] ---> Running in 192f10194f21 [2020-12-05T13:55:04.565Z] ---> Running in 4390a232e239 [2020-12-05T13:55:04.828Z] Removing intermediate container 3d67cecf61df [2020-12-05T13:55:04.828Z] ---> ca7e333aea2f [2020-12-05T13:55:04.828Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T13:55:05.102Z] Removing intermediate container b71e1906d7dc [2020-12-05T13:55:05.102Z] ---> 9c36eb69327d [2020-12-05T13:55:05.102Z] Step 28/29 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:55:05.102Z] ---> Running in 7c57dd4b7505 [2020-12-05T13:55:05.102Z] ---> 4334c6b637f3 [2020-12-05T13:55:05.102Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-05T13:55:05.102Z] Removing intermediate container 4390a232e239 [2020-12-05T13:55:05.102Z] ---> 04a19c8c6024 [2020-12-05T13:55:05.102Z] Step 20/21 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:55:05.102Z] ---> Running in bbd2331a9486 [2020-12-05T13:55:05.369Z] ---> Running in eaaa08629d22 [2020-12-05T13:55:05.369Z] Removing intermediate container 7c57dd4b7505 [2020-12-05T13:55:05.369Z] ---> 221ca892d374 [2020-12-05T13:55:05.369Z] Step 20/22 : LABEL arch=x86_64 [2020-12-05T13:55:05.633Z] Removing intermediate container bbd2331a9486 [2020-12-05T13:55:05.633Z] ---> be35d08f500b [2020-12-05T13:55:05.633Z] Step 29/29 : LABEL version=2.0.0-dev.3 [2020-12-05T13:55:05.633Z] ---> Running in 1a050018e358 [2020-12-05T13:55:05.633Z] ---> 8d25810b96e6 [2020-12-05T13:55:05.633Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-05T13:55:06.174Z] ---> 18881b7b4ddc [2020-12-05T13:55:06.174Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-05T13:55:06.174Z] ---> 483ad3185861 [2020-12-05T13:55:06.174Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-05T13:55:06.175Z] ---> 89631c083ef7 [2020-12-05T13:55:06.175Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-05T13:55:06.175Z] ---> fc1b4c9caa45 [2020-12-05T13:55:06.175Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-05T13:55:06.175Z] ---> Running in 8a836d67242f [2020-12-05T13:55:06.175Z] ---> Running in 3e1ff9a82d9f [2020-12-05T13:55:06.210Z] Removing intermediate container eaaa08629d22 [2020-12-05T13:55:06.210Z] ---> ece18b75903d [2020-12-05T13:55:06.210Z] Step 21/21 : LABEL version=2.0.0-dev.3 [2020-12-05T13:55:06.210Z] ---> Running in 29308dc455d7 [2020-12-05T13:55:06.210Z] ---> Running in 5dc4326672c7 [2020-12-05T13:55:06.210Z] ---> Running in dc0e60fb84c3 [2020-12-05T13:55:06.210Z] Removing intermediate container 1a050018e358 [2020-12-05T13:55:06.210Z] ---> 9c8f9180c3e0 [2020-12-05T13:55:06.210Z] Step 21/22 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:55:06.451Z] ---> Running in 19e3182977d9 [2020-12-05T13:55:06.451Z] ---> Running in 38dde560c10f [2020-12-05T13:55:06.792Z] ---> Running in a4aed6ae966b [2020-12-05T13:55:06.792Z] Removing intermediate container 29308dc455d7 [2020-12-05T13:55:06.792Z] ---> 803ce81a85fd [2020-12-05T13:55:06.792Z] [2020-12-05T13:55:06.792Z] Removing intermediate container 192f10194f21 [2020-12-05T13:55:06.792Z] ---> 7b997db249d7 [2020-12-05T13:55:06.792Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-05T13:55:06.792Z] Removing intermediate container dc0e60fb84c3 [2020-12-05T13:55:06.792Z] ---> 7bf3d4518c37 [2020-12-05T13:55:06.792Z] [2020-12-05T13:55:06.792Z] ---> Running in 333f53a5b046 [2020-12-05T13:55:06.792Z] Successfully built 803ce81a85fd [2020-12-05T13:55:07.053Z] Successfully built 7bf3d4518c37 [2020-12-05T13:55:07.053Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-05T13:55:07.053Z]  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go [2020-12-05T13:55:07.053Z] Removing intermediate container a4aed6ae966b [2020-12-05T13:55:07.053Z] ---> 1fefbfc793d2 [2020-12-05T13:55:07.053Z] Step 22/22 : LABEL version=2.0.0-dev.3 [2020-12-05T13:55:07.053Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-05T13:55:07.053Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2020-12-05T13:55:07.316Z] ---> Running in 9cd0cf7d7d63 [2020-12-05T13:55:07.316Z] Removing intermediate container 333f53a5b046 [2020-12-05T13:55:07.316Z] ---> 7244e0dba233 [2020-12-05T13:55:07.316Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-05T13:55:07.579Z] ---> Running in b7c2f33583fe [2020-12-05T13:55:07.579Z] Removing intermediate container 9cd0cf7d7d63 [2020-12-05T13:55:07.579Z] ---> e54a49479825 [2020-12-05T13:55:07.579Z] [2020-12-05T13:55:07.842Z] Successfully built e54a49479825 [2020-12-05T13:55:08.104Z] Successfully tagged docker-core-metadata-go:latest [2020-12-05T13:55:08.105Z] Building docker-support-notifications-go [2020-12-05T13:55:08.105Z]  Building docker-core-metadata-go ... done Removing intermediate container 5dc4326672c7 [2020-12-05T13:55:08.105Z] ---> bbba58d3076c [2020-12-05T13:55:08.105Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-05T13:55:08.105Z] Removing intermediate container b7c2f33583fe [2020-12-05T13:55:08.105Z] ---> 0447851b25a8 [2020-12-05T13:55:08.105Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-05T13:55:08.372Z] ---> Running in f749a632a897 [2020-12-05T13:55:08.372Z] ---> Running in a7f253138685 [2020-12-05T13:55:08.433Z] ---> eac80370d296 [2020-12-05T13:55:08.433Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-05T13:55:08.433Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-05T13:55:08.433Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-05T13:55:08.706Z] ---> Running in a72e6197a42a [2020-12-05T13:55:08.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-05T13:55:08.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-05T13:55:10.304Z] Removing intermediate container a7f253138685 [2020-12-05T13:55:10.304Z] ---> 188d6afff271 [2020-12-05T13:55:10.304Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-05T13:55:10.718Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/core-data/core-data ./cmd/core-data [2020-12-05T13:55:16.914Z] Removing intermediate container f749a632a897 [2020-12-05T13:55:16.914Z] ---> c2912de072b0 [2020-12-05T13:55:16.914Z] Step 20/22 : LABEL arch=x86_64 [2020-12-05T13:55:16.914Z] ---> Running in e1ab5a795be4 [2020-12-05T13:55:16.914Z] ---> 18b3279f2a33 [2020-12-05T13:55:16.914Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-05T13:55:16.914Z] ---> 4ed471ca0751 [2020-12-05T13:55:16.914Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-05T13:55:16.914Z] Removing intermediate container e1ab5a795be4 [2020-12-05T13:55:16.914Z] ---> 85b147dc9753 [2020-12-05T13:55:16.914Z] Step 21/22 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:55:16.914Z] ---> Running in 0c7dce039346 [2020-12-05T13:55:17.183Z] Removing intermediate container 0c7dce039346 [2020-12-05T13:55:17.183Z] ---> 802e305db24d [2020-12-05T13:55:17.184Z] Step 22/22 : LABEL version=2.0.0-dev.3 [2020-12-05T13:55:17.184Z] ---> 7e1155846660 [2020-12-05T13:55:17.184Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-05T13:55:17.761Z] ---> Running in f3523c147ff9 [2020-12-05T13:55:17.761Z] ---> Running in 970762c3d47e [2020-12-05T13:55:22.022Z] Removing intermediate container f3523c147ff9 [2020-12-05T13:55:22.022Z] ---> 30a3ae27ebca [2020-12-05T13:55:22.022Z] [2020-12-05T13:55:22.022Z] Successfully built 30a3ae27ebca [2020-12-05T13:55:22.292Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-05T13:55:22.292Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2020-12-05T13:55:23.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T13:55:23.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T13:55:23.540Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-05T13:55:23.540Z] (2/33) Installing expat (2.2.9-r1) [2020-12-05T13:55:23.540Z] (3/33) Installing libffi (3.3-r2) [2020-12-05T13:55:23.540Z] (4/33) Installing gdbm (1.13-r1) [2020-12-05T13:55:23.540Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-05T13:55:23.540Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-05T13:55:23.823Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-05T13:55:26.432Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-05T13:55:26.696Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-05T13:55:26.959Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-05T13:55:26.959Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-05T13:55:27.537Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-05T13:55:28.491Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-05T13:55:28.491Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-05T13:55:29.456Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-05T13:55:30.033Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-05T13:55:30.325Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-05T13:55:30.592Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-05T13:55:30.592Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-05T13:55:31.173Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-05T13:55:31.754Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-05T13:55:32.028Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-05T13:55:32.028Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-05T13:55:32.028Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-05T13:55:32.608Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-05T13:55:32.883Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-05T13:55:33.466Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:55:33.466Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:55:33.466Z] ---> f2abdf08c302 [2020-12-05T13:55:33.466Z] Step 3/23 : WORKDIR /edgex-go [2020-12-05T13:55:33.466Z] ---> Using cache [2020-12-05T13:55:33.466Z] ---> e01a1e44dbb0 [2020-12-05T13:55:33.466Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:55:33.466Z] ---> Using cache [2020-12-05T13:55:33.466Z] ---> 850a7ebfa2cd [2020-12-05T13:55:33.466Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-05T13:55:33.466Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-05T13:55:33.466Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-05T13:55:33.466Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-05T13:55:33.466Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-05T13:55:33.466Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-05T13:55:33.466Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-05T13:55:33.466Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-05T13:55:33.728Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:55:33.728Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:55:33.728Z] ---> f2abdf08c302 [2020-12-05T13:55:33.728Z] Step 3/21 : WORKDIR /edgex-go [2020-12-05T13:55:33.728Z] ---> Using cache [2020-12-05T13:55:33.728Z] ---> e01a1e44dbb0 [2020-12-05T13:55:33.728Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:55:33.728Z] ---> Using cache [2020-12-05T13:55:33.728Z] ---> 850a7ebfa2cd [2020-12-05T13:55:33.728Z] Step 5/21 : RUN apk update && apk add make git [2020-12-05T13:55:33.728Z] ---> Using cache [2020-12-05T13:55:33.728Z] ---> 186c568d9787 [2020-12-05T13:55:33.728Z] Step 6/21 : COPY go.mod . [2020-12-05T13:55:33.728Z] ---> Using cache [2020-12-05T13:55:33.728Z] ---> bd3953025002 [2020-12-05T13:55:33.728Z] Step 7/21 : RUN go mod download [2020-12-05T13:55:33.991Z] ---> Using cache [2020-12-05T13:55:33.991Z] ---> 0835b289b872 [2020-12-05T13:55:33.991Z] Step 8/21 : COPY . . [2020-12-05T13:55:34.253Z] ---> Using cache [2020-12-05T13:55:34.253Z] ---> 239dc6404dee [2020-12-05T13:55:34.253Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-05T13:55:34.829Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:55:34.829Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:55:34.829Z] ---> f2abdf08c302 [2020-12-05T13:55:34.829Z] Step 3/24 : WORKDIR /edgex-go [2020-12-05T13:55:34.829Z] ---> Using cache [2020-12-05T13:55:34.829Z] ---> e01a1e44dbb0 [2020-12-05T13:55:34.829Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:55:34.829Z] ---> Using cache [2020-12-05T13:55:34.829Z] ---> 850a7ebfa2cd [2020-12-05T13:55:34.829Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-05T13:55:36.335Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T13:55:36.336Z] ---> Running in 9b7623fd693b [2020-12-05T13:55:36.336Z] ---> Running in 4319fd294be5 [2020-12-05T13:55:36.336Z] ---> Running in 7278bea9dab1 [2020-12-05T13:55:36.336Z] OK: 71 MiB in 55 packages [2020-12-05T13:55:37.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T13:55:37.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T13:55:37.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-05T13:55:37.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T13:55:37.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T13:55:38.187Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:55:38.187Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:55:38.187Z] OK: 12745 distinct packages available [2020-12-05T13:55:38.451Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:55:38.451Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:55:38.451Z] OK: 12745 distinct packages available [2020-12-05T13:55:38.715Z] OK: 233 MiB in 51 packages [2020-12-05T13:55:38.715Z] OK: 233 MiB in 51 packages [2020-12-05T13:55:42.077Z] Removing intermediate container 4319fd294be5 [2020-12-05T13:55:42.077Z] ---> fde6dec46358 [2020-12-05T13:55:42.077Z] Step 6/24 : COPY go.mod . [2020-12-05T13:55:42.077Z] Removing intermediate container 7278bea9dab1 [2020-12-05T13:55:42.077Z] ---> c68f85dbbee5 [2020-12-05T13:55:42.078Z] Step 6/23 : COPY go.mod . [2020-12-05T13:55:43.042Z] ---> 51b059c4f301 [2020-12-05T13:55:43.043Z] Step 7/24 : RUN go mod download [2020-12-05T13:55:43.043Z] ---> 012985499949 [2020-12-05T13:55:43.043Z] Step 7/23 : RUN go mod download [2020-12-05T13:55:43.312Z] ---> Running in 6cd1a5ccc61f [2020-12-05T13:55:43.312Z] ---> Running in b8be82da5701 [2020-12-05T13:55:45.328Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:55:45.328Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:55:45.328Z] ---> f2abdf08c302 [2020-12-05T13:55:45.328Z] Step 3/22 : WORKDIR /edgex-go [2020-12-05T13:55:45.328Z] ---> Using cache [2020-12-05T13:55:45.328Z] ---> e01a1e44dbb0 [2020-12-05T13:55:45.328Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:55:45.328Z] ---> Using cache [2020-12-05T13:55:45.328Z] ---> 850a7ebfa2cd [2020-12-05T13:55:45.328Z] Step 5/22 : RUN apk update && apk add make git [2020-12-05T13:55:45.328Z] ---> Using cache [2020-12-05T13:55:45.605Z] ---> 186c568d9787 [2020-12-05T13:55:45.605Z] Step 6/22 : COPY go.mod . [2020-12-05T13:55:45.605Z] ---> Using cache [2020-12-05T13:55:45.605Z] ---> bd3953025002 [2020-12-05T13:55:45.605Z] Step 7/22 : RUN go mod download [2020-12-05T13:55:45.605Z] ---> Using cache [2020-12-05T13:55:45.605Z] ---> 0835b289b872 [2020-12-05T13:55:45.605Z] Step 8/22 : COPY . . [2020-12-05T13:55:45.605Z] ---> Using cache [2020-12-05T13:55:45.605Z] ---> 239dc6404dee [2020-12-05T13:55:45.605Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-05T13:55:46.572Z] ---> Running in 573de82e4eec [2020-12-05T13:55:49.163Z] Removing intermediate container 6cd1a5ccc61f [2020-12-05T13:55:49.163Z] ---> 881585642799 [2020-12-05T13:55:49.163Z] Step 8/24 : COPY . . [2020-12-05T13:55:49.163Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/core-command/core-command ./cmd/core-command [2020-12-05T13:55:49.431Z] Removing intermediate container b8be82da5701 [2020-12-05T13:55:49.431Z] ---> 8fb061984377 [2020-12-05T13:55:49.431Z] Step 8/23 : COPY . . [2020-12-05T13:55:52.019Z] Removing intermediate container 970762c3d47e [2020-12-05T13:55:52.019Z] ---> 4326a5ebe641 [2020-12-05T13:55:52.019Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-05T13:55:56.279Z] ---> Running in 0c7fe16a2048 [2020-12-05T13:55:58.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-05T13:56:13.928Z] Collecting docker-compose==1.23.2 [2020-12-05T13:56:13.928Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-05T13:56:13.928Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-05T13:56:13.928Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-05T13:56:14.198Z] Collecting docopt<0.7,>=0.6.1 [2020-12-05T13:56:14.198Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-05T13:56:17.550Z] 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-12-05T13:56:18.133Z] Collecting texttable<0.10,>=0.9.0 [2020-12-05T13:56:18.133Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-05T13:56:19.102Z] Collecting docker<4.0,>=3.6.0 [2020-12-05T13:56:19.102Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-05T13:56:19.364Z] Removing intermediate container 9b7623fd693b [2020-12-05T13:56:19.364Z] ---> e8ba4055e1cd [2020-12-05T13:56:19.364Z] [2020-12-05T13:56:19.364Z] Step 10/21 : FROM alpine [2020-12-05T13:56:19.364Z] ---> d6e46aa2470d [2020-12-05T13:56:19.364Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-05T13:56:20.313Z] Collecting cached-property<2,>=1.2.0 [2020-12-05T13:56:20.313Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-05T13:56:20.576Z] ---> Running in 5588dd6f73c4 [2020-12-05T13:56:20.576Z] ---> 2d3e0ab5b406 [2020-12-05T13:56:20.576Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-05T13:56:20.576Z] Collecting jsonschema<3,>=2.5.1 [2020-12-05T13:56:20.576Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-05T13:56:20.838Z] ---> 9421a7df47a5 [2020-12-05T13:56:20.838Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-05T13:56:21.115Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-05T13:56:21.115Z] ---> Running in 4eef7c90395b [2020-12-05T13:56:21.115Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-05T13:56:21.115Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-05T13:56:21.115Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-05T13:56:21.115Z] ---> Running in fee2a93922eb [2020-12-05T13:56:21.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T13:56:21.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T13:56:21.969Z] Collecting PyYAML<4,>=3.10 [2020-12-05T13:56:21.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-05T13:56:21.969Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-05T13:56:21.969Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/core-data/core-data ./cmd/core-data [2020-12-05T13:56:22.242Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:56:22.242Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:56:22.242Z] OK: 12746 distinct packages available [2020-12-05T13:56:22.518Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-05T13:56:22.518Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-05T13:56:22.518Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-05T13:56:22.518Z] (4/4) Installing curl (7.69.1-r1) [2020-12-05T13:56:22.518Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T13:56:22.518Z] Executing ca-certificates-20191127-r4.trigger [2020-12-05T13:56:22.518Z] OK: 7 MiB in 18 packages [2020-12-05T13:56:22.810Z] 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-12-05T13:56:22.810Z] 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-12-05T13:56:23.078Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-05T13:56:23.078Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-05T13:56:25.653Z] Collecting idna<2.8,>=2.5 [2020-12-05T13:56:25.653Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-05T13:56:25.653Z] Collecting docker-pycreds>=0.4.0 [2020-12-05T13:56:25.653Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-05T13:56:25.923Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-05T13:56:25.923Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-05T13:56:25.923Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-05T13:56:25.923Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-05T13:56:26.193Z] Removing intermediate container 573de82e4eec [2020-12-05T13:56:26.193Z] ---> f90906c84181 [2020-12-05T13:56:26.193Z] [2020-12-05T13:56:26.193Z] Step 10/22 : FROM scratch [2020-12-05T13:56:26.193Z] ---> [2020-12-05T13:56:26.193Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-05T13:56:26.193Z] Installing collected packages: urllib3, idna, requests, docopt, texttable, websocket-client, docker-pycreds, docker, cached-property, jsonschema, dockerpty, PyYAML, docker-compose [2020-12-05T13:56:26.193Z] Attempting uninstall: urllib3 [2020-12-05T13:56:26.193Z] Found existing installation: urllib3 1.25.9 [2020-12-05T13:56:26.193Z] Uninstalling urllib3-1.25.9: [2020-12-05T13:56:26.460Z] Successfully uninstalled urllib3-1.25.9 [2020-12-05T13:56:26.460Z] Removing intermediate container 5588dd6f73c4 [2020-12-05T13:56:26.460Z] ---> b91880ad54ee [2020-12-05T13:56:26.460Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-05T13:56:26.724Z] ---> Using cache [2020-12-05T13:56:26.724Z] ---> fbad8a11f168 [2020-12-05T13:56:26.724Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-05T13:56:28.128Z] ---> Running in 5fd073e22dd4 [2020-12-05T13:56:28.128Z] ---> Running in 47c55f7fe365 [2020-12-05T13:56:28.128Z] Attempting uninstall: idna [2020-12-05T13:56:28.128Z] Found existing installation: idna 2.9 [2020-12-05T13:56:28.128Z] Uninstalling idna-2.9: [2020-12-05T13:56:28.128Z] Successfully uninstalled idna-2.9 [2020-12-05T13:56:28.714Z] Removing intermediate container 5fd073e22dd4 [2020-12-05T13:56:28.714Z] ---> 4588a74af13f [2020-12-05T13:56:28.714Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-05T13:56:28.714Z] Attempting uninstall: requests [2020-12-05T13:56:28.714Z] Found existing installation: requests 2.23.0 [2020-12-05T13:56:28.714Z] Uninstalling requests-2.23.0: [2020-12-05T13:56:28.714Z] Successfully uninstalled requests-2.23.0 [2020-12-05T13:56:29.306Z] ---> Running in fe9b25511e63 [2020-12-05T13:56:29.306Z] Running setup.py install for docopt: started [2020-12-05T13:56:29.306Z] Removing intermediate container 47c55f7fe365 [2020-12-05T13:56:29.306Z] ---> 07ea948bedf2 [2020-12-05T13:56:29.306Z] Step 13/21 : WORKDIR /edgex [2020-12-05T13:56:29.576Z] ---> Running in b293d9874e95 [2020-12-05T13:56:29.576Z] Removing intermediate container fe9b25511e63 [2020-12-05T13:56:29.576Z] ---> 00880887e9d9 [2020-12-05T13:56:29.576Z] Step 14/22 : WORKDIR / [2020-12-05T13:56:29.856Z] ---> Running in 8a6a54d3ffcc [2020-12-05T13:56:30.131Z] Removing intermediate container b293d9874e95 [2020-12-05T13:56:30.131Z] ---> c78851bc3a50 [2020-12-05T13:56:30.131Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-05T13:56:30.131Z] Running setup.py install for docopt: finished with status 'done' [2020-12-05T13:56:30.131Z] Running setup.py install for texttable: started [2020-12-05T13:56:30.131Z] Removing intermediate container 8a6a54d3ffcc [2020-12-05T13:56:30.131Z] ---> 0c5a251a7920 [2020-12-05T13:56:30.131Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-05T13:56:30.734Z] ---> 0b53326d1a83 [2020-12-05T13:56:30.734Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-05T13:56:30.734Z] Running setup.py install for texttable: finished with status 'done' [2020-12-05T13:56:30.734Z] ---> d5e34dce2863 [2020-12-05T13:56:30.734Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-05T13:56:32.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-05T13:56:33.363Z] ---> 848b690b770b [2020-12-05T13:56:33.363Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-05T13:56:34.357Z] ---> 58f45e5e7617 [2020-12-05T13:56:34.357Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-05T13:56:34.943Z] ---> 061e1f0e101b [2020-12-05T13:56:34.943Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-05T13:56:35.226Z] Running setup.py install for dockerpty: started [2020-12-05T13:56:35.501Z] ---> Running in 06eca8697f15 [2020-12-05T13:56:35.501Z] ---> bdc0aaa1f6ed [2020-12-05T13:56:35.501Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-05T13:56:35.501Z] ---> Running in 4b08aa549b5f [2020-12-05T13:56:35.792Z] Removing intermediate container 06eca8697f15 [2020-12-05T13:56:35.792Z] ---> fa5510ec902a [2020-12-05T13:56:35.792Z] Step 18/21 : CMD ["--init=true"] [2020-12-05T13:56:35.792Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-05T13:56:35.792Z] Running setup.py install for PyYAML: started [2020-12-05T13:56:35.792Z] ---> Running in f16d249b9435 [2020-12-05T13:56:36.063Z] Removing intermediate container 4b08aa549b5f [2020-12-05T13:56:36.063Z] ---> c6732a2cef95 [2020-12-05T13:56:36.063Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T13:56:36.063Z] ---> Running in 3bde581b2740 [2020-12-05T13:56:36.332Z] Removing intermediate container f16d249b9435 [2020-12-05T13:56:36.332Z] ---> 92006edcc413 [2020-12-05T13:56:36.332Z] Step 19/21 : LABEL arch=x86_64 [2020-12-05T13:56:36.332Z] ---> Running in eb63ff23d90a [2020-12-05T13:56:36.332Z] Removing intermediate container 3bde581b2740 [2020-12-05T13:56:36.332Z] ---> c00eb33dcfae [2020-12-05T13:56:36.332Z] Step 20/22 : LABEL arch=x86_64 [2020-12-05T13:56:36.604Z] Removing intermediate container eb63ff23d90a [2020-12-05T13:56:36.604Z] ---> a5bc4cf4cfe4 [2020-12-05T13:56:36.604Z] Step 20/21 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:56:36.604Z] ---> Running in 1c3a95b628a8 [2020-12-05T13:56:36.604Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-05T13:56:36.876Z] ---> Running in 2c3c70f76874 [2020-12-05T13:56:36.876Z] Removing intermediate container 1c3a95b628a8 [2020-12-05T13:56:36.876Z] ---> 2d7cedc68fb2 [2020-12-05T13:56:36.876Z] Step 21/22 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:56:37.473Z] 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-12-05T13:56:37.473Z] ---> Running in 399d83986432 [2020-12-05T13:56:37.473Z] Removing intermediate container 2c3c70f76874 [2020-12-05T13:56:37.473Z] ---> 0e8732efa753 [2020-12-05T13:56:37.473Z] Step 21/21 : LABEL version=2.0.0-dev.3 [2020-12-05T13:56:37.743Z] ---> Running in 347803b53b65 [2020-12-05T13:56:38.014Z] Removing intermediate container 399d83986432 [2020-12-05T13:56:38.014Z] ---> 85d4f8a5e5b0 [2020-12-05T13:56:38.014Z] Step 22/22 : LABEL version=2.0.0-dev.3 [2020-12-05T13:56:38.014Z] ---> Running in 3474088d5d66 [2020-12-05T13:56:38.292Z] Removing intermediate container 347803b53b65 [2020-12-05T13:56:38.292Z] ---> d395d9cd4fbf [2020-12-05T13:56:38.292Z] [2020-12-05T13:56:38.578Z] Removing intermediate container 3474088d5d66 [2020-12-05T13:56:38.578Z] ---> 78786f759a78 [2020-12-05T13:56:38.578Z] [2020-12-05T13:56:38.578Z] Successfully built d395d9cd4fbf [2020-12-05T13:56:38.578Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-05T13:56:38.578Z] Building docker-security-secretstore-setup-go [2020-12-05T13:56:38.848Z]  Building docker-security-proxy-setup-go ... done Successfully built 78786f759a78 [2020-12-05T13:56:38.848Z] Successfully tagged docker-core-command-go:latest [2020-12-05T13:56:39.424Z] Removing intermediate container 19e3182977d9 [2020-12-05T13:56:39.424Z] ---> 1cddfe3cd87a [2020-12-05T13:56:39.424Z] [2020-12-05T13:56:39.424Z] Step 10/22 : FROM alpine:3.10 [2020-12-05T13:56:39.424Z] 3.10: Pulling from library/alpine [2020-12-05T13:56:42.095Z] Removing intermediate container 38dde560c10f [2020-12-05T13:56:42.095Z] ---> 76089d7214d8 [2020-12-05T13:56:42.095Z] [2020-12-05T13:56:42.095Z] Step 10/24 : FROM alpine:3.10 [2020-12-05T13:56:42.095Z] 3.10: Pulling from library/alpine [2020-12-05T13:56:42.095Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-05T13:56:42.095Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-05T13:56:42.095Z] Status: Image is up to date for alpine:3.10 [2020-12-05T13:56:42.095Z] ---> 536a684cf733 [2020-12-05T13:56:42.095Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-05T13:56:42.095Z] Status: Downloaded newer image for alpine:3.10 [2020-12-05T13:56:42.095Z] ---> 536a684cf733 [2020-12-05T13:56:42.095Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-05T13:56:42.095Z] Removing intermediate container 3e1ff9a82d9f [2020-12-05T13:56:42.385Z] ---> 50e57f61e6e7 [2020-12-05T13:56:42.385Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-05T13:56:42.385Z] ---> Running in 2ee930aeb450 [2020-12-05T13:56:42.385Z] ---> Running in edc2baf2d987 [2020-12-05T13:56:42.667Z] ---> Running in f39985940326 [2020-12-05T13:56:45.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-05T13:56:45.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-05T13:56:45.333Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-05T13:56:45.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-05T13:56:45.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-05T13:56:46.173Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-05T13:56:46.173Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-05T13:56:46.173Z] OK: 10169 distinct packages available [2020-12-05T13:56:46.173Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-05T13:56:46.173Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-05T13:56:46.173Z] OK: 10169 distinct packages available [2020-12-05T13:56:46.780Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-05T13:56:46.780Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-05T13:56:46.780Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-05T13:56:47.052Z]  Building docker-core-command-go ... done Removing intermediate container 0c7fe16a2048 [2020-12-05T13:56:47.052Z] ---> 8a773c6bd308 [2020-12-05T13:56:47.052Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-05T13:56:47.061Z] (4/5) Installing curl (7.66.0-r1) [2020-12-05T13:56:47.061Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-05T13:56:47.061Z] Executing busybox-1.30.1-r3.trigger [2020-12-05T13:56:47.061Z] Executing ca-certificates-20191127-r2.trigger [2020-12-05T13:56:47.061Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-05T13:56:47.061Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-05T13:56:47.339Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-05T13:56:47.339Z] (4/5) Installing curl (7.66.0-r1) [2020-12-05T13:56:47.339Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-05T13:56:47.339Z] Executing busybox-1.30.1-r3.trigger [2020-12-05T13:56:47.339Z] Executing ca-certificates-20191127-r2.trigger [2020-12-05T13:56:47.339Z] OK: 7 MiB in 19 packages [2020-12-05T13:56:47.637Z] ---> Running in e4afffdbc1b3 [2020-12-05T13:56:47.946Z] OK: 7 MiB in 19 packages [2020-12-05T13:56:51.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T13:56:51.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T13:56:51.018Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-05T13:56:51.431Z] Removing intermediate container edc2baf2d987 [2020-12-05T13:56:51.432Z] ---> 869a85778cef [2020-12-05T13:56:51.432Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-05T13:56:51.432Z] ---> Running in f3b0165c4858 [2020-12-05T13:56:51.432Z] Removing intermediate container 2ee930aeb450 [2020-12-05T13:56:51.432Z] ---> 9a2eb35af300 [2020-12-05T13:56:51.432Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-05T13:56:51.606Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-05T13:56:51.606Z] (3/3) Installing curl (7.69.1-r1) [2020-12-05T13:56:51.606Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T13:56:51.606Z] OK: 72 MiB in 58 packages [2020-12-05T13:56:51.711Z] Removing intermediate container f39985940326 [2020-12-05T13:56:51.711Z] ---> 5a9048d77782 [2020-12-05T13:56:51.711Z] [2020-12-05T13:56:51.711Z] Step 11/27 : FROM docker:latest [2020-12-05T13:56:51.711Z] ---> 84e3a507c27b [2020-12-05T13:56:51.711Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-05T13:56:51.711Z] ---> Running in 316ad913ea6b [2020-12-05T13:56:51.993Z] ---> Running in 3b7ea8699338 [2020-12-05T13:56:52.271Z] Removing intermediate container f3b0165c4858 [2020-12-05T13:56:52.271Z] ---> c2770f9ac5dd [2020-12-05T13:56:52.271Z] Step 13/24 : WORKDIR / [2020-12-05T13:56:52.546Z] ---> Running in 1b67a8a9e859 [2020-12-05T13:56:52.818Z] Removing intermediate container 316ad913ea6b [2020-12-05T13:56:52.818Z] ---> e0ca19b62cb6 [2020-12-05T13:56:52.818Z] Step 13/22 : WORKDIR / [2020-12-05T13:56:53.093Z] ---> Running in d35c76f592f6 [2020-12-05T13:56:53.694Z] Removing intermediate container 1b67a8a9e859 [2020-12-05T13:56:53.694Z] ---> ddbbd965d2f7 [2020-12-05T13:56:53.694Z] 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-12-05T13:56:53.975Z] Removing intermediate container d35c76f592f6 [2020-12-05T13:56:53.975Z] ---> 1a2de096fbad [2020-12-05T13:56:53.975Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-05T13:56:54.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T13:56:54.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T13:56:55.462Z] ---> 7c74a517974f [2020-12-05T13:56:55.462Z] 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-12-05T13:56:55.462Z] ---> 570c14a6338d [2020-12-05T13:56:55.462Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-05T13:56:55.462Z] (1/2) Installing readline (8.0.4-r0) [2020-12-05T13:56:55.462Z] (2/2) Installing bash (5.0.17-r0) [2020-12-05T13:56:55.740Z] Executing bash-5.0.17-r0.post-install [2020-12-05T13:56:55.740Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T13:56:55.740Z] OK: 12 MiB in 22 packages [2020-12-05T13:56:56.448Z] Removing intermediate container 4eef7c90395b [2020-12-05T13:56:56.448Z] ---> 5f2d467990ba [2020-12-05T13:56:56.448Z] [2020-12-05T13:56:56.448Z] Step 10/24 : FROM scratch [2020-12-05T13:56:56.448Z] ---> [2020-12-05T13:56:56.448Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-05T13:56:57.044Z] Removing intermediate container e4afffdbc1b3 [2020-12-05T13:56:57.044Z] ---> 53feff398f97 [2020-12-05T13:56:57.044Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-05T13:56:57.044Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:56:57.044Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:56:57.044Z] ---> f2abdf08c302 [2020-12-05T13:56:57.044Z] Step 3/24 : WORKDIR /edgex-go [2020-12-05T13:56:57.044Z] ---> Using cache [2020-12-05T13:56:57.044Z] ---> e01a1e44dbb0 [2020-12-05T13:56:57.044Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:56:57.044Z] ---> Using cache [2020-12-05T13:56:57.044Z] ---> 850a7ebfa2cd [2020-12-05T13:56:57.044Z] Step 5/24 : RUN apk update && apk add make git [2020-12-05T13:56:57.044Z] ---> Using cache [2020-12-05T13:56:57.044Z] ---> 186c568d9787 [2020-12-05T13:56:57.044Z] Step 6/24 : COPY go.mod . [2020-12-05T13:56:57.044Z] ---> Using cache [2020-12-05T13:56:57.044Z] ---> bd3953025002 [2020-12-05T13:56:57.044Z] Step 7/24 : RUN go mod download [2020-12-05T13:56:57.044Z] ---> Using cache [2020-12-05T13:56:57.044Z] ---> 0835b289b872 [2020-12-05T13:56:57.044Z] Step 8/24 : COPY . . [2020-12-05T13:56:57.044Z] ---> Using cache [2020-12-05T13:56:57.044Z] ---> 239dc6404dee [2020-12-05T13:56:57.044Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-05T13:56:57.187Z] ---> 782e7fb6b2dc [2020-12-05T13:56:57.187Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-05T13:56:58.173Z] ---> 27228c33728a [2020-12-05T13:56:58.173Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-05T13:56:58.444Z] ---> Running in 6c8eb198bfff [2020-12-05T13:56:58.448Z] Removing intermediate container 3b7ea8699338 [2020-12-05T13:56:58.448Z] ---> 2ba07ca70ee7 [2020-12-05T13:56:58.448Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-05T13:56:58.725Z] ---> Running in ed4c0af30a4c [2020-12-05T13:56:58.725Z] ---> Running in e11e5b29e158 [2020-12-05T13:56:58.727Z] ---> Running in 83e52a2b75bf [2020-12-05T13:56:58.727Z] ---> dbeede8869af [2020-12-05T13:56:58.727Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-05T13:56:58.989Z] Removing intermediate container 6c8eb198bfff [2020-12-05T13:56:58.989Z] ---> 416b76233236 [2020-12-05T13:56:58.989Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-05T13:56:58.989Z] ---> Running in 4b35b6b7248e [2020-12-05T13:56:59.251Z] Removing intermediate container ed4c0af30a4c [2020-12-05T13:56:59.251Z] ---> 3f4064f203e8 [2020-12-05T13:56:59.251Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T13:56:59.251Z] ---> Running in f63c024b696f [2020-12-05T13:56:59.251Z] Removing intermediate container 4b35b6b7248e [2020-12-05T13:56:59.251Z] ---> 006673868a0d [2020-12-05T13:56:59.251Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-05T13:56:59.516Z] ---> Running in d593dee7ceda [2020-12-05T13:56:59.516Z] Removing intermediate container f63c024b696f [2020-12-05T13:56:59.516Z] ---> 701ab8062328 [2020-12-05T13:56:59.516Z] Step 25/27 : LABEL arch=x86_64 [2020-12-05T13:56:59.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-05T13:56:59.724Z] ---> ae2eda055d7f [2020-12-05T13:56:59.724Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-05T13:56:59.788Z] ---> Running in b9eddf8b675f [2020-12-05T13:56:59.788Z] Removing intermediate container d593dee7ceda [2020-12-05T13:56:59.788Z] ---> 243a91cb6d51 [2020-12-05T13:56:59.788Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-05T13:57:00.050Z] Removing intermediate container b9eddf8b675f [2020-12-05T13:57:00.050Z] ---> 47c54ecd8957 [2020-12-05T13:57:00.050Z] Step 26/27 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:00.050Z] ---> Running in d759484ea1b4 [2020-12-05T13:57:00.050Z] ---> 48211bececc1 [2020-12-05T13:57:00.050Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-05T13:57:00.315Z] Removing intermediate container d759484ea1b4 [2020-12-05T13:57:00.315Z] ---> d68aecb14c8d [2020-12-05T13:57:00.315Z] Step 27/27 : LABEL version=2.0.0-dev.3 [2020-12-05T13:57:00.904Z] ---> Running in 74f58ba6cca9 [2020-12-05T13:57:01.733Z] ---> f60f49a08ebb [2020-12-05T13:57:01.733Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-05T13:57:01.733Z] ---> 120a3d6ce9ec [2020-12-05T13:57:01.733Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-05T13:57:02.014Z] ---> Running in f38ef91778db [2020-12-05T13:57:02.323Z] ---> c2ee74c5fdce [2020-12-05T13:57:02.323Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-05T13:57:02.902Z] Removing intermediate container 74f58ba6cca9 [2020-12-05T13:57:02.902Z] ---> d365af5527c2 [2020-12-05T13:57:02.902Z] [2020-12-05T13:57:03.167Z] Successfully built d365af5527c2 [2020-12-05T13:57:03.443Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-05T13:57:03.443Z]  Building docker-sys-mgmt-agent-go ... done  ---> e7cbd257f691 [2020-12-05T13:57:03.443Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-05T13:57:03.471Z] Removing intermediate container 83e52a2b75bf [2020-12-05T13:57:03.471Z] ---> 1915aeaa75f7 [2020-12-05T13:57:03.471Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-05T13:57:03.471Z] ---> Running in 947d17884fac [2020-12-05T13:57:03.716Z] Removing intermediate container fee2a93922eb [2020-12-05T13:57:03.716Z] ---> 7e2620c974af [2020-12-05T13:57:03.716Z] [2020-12-05T13:57:03.716Z] Step 10/23 : FROM alpine [2020-12-05T13:57:03.716Z] ---> d6e46aa2470d [2020-12-05T13:57:03.716Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-05T13:57:03.716Z] ---> Running in 998f575fdc6f [2020-12-05T13:57:03.982Z] ---> d62823834acb [2020-12-05T13:57:03.982Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-05T13:57:03.982Z] Removing intermediate container 998f575fdc6f [2020-12-05T13:57:03.982Z] ---> 27814cfdd764 [2020-12-05T13:57:03.982Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-05T13:57:04.084Z] ---> 7b58af963fe5 [2020-12-05T13:57:04.084Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-05T13:57:04.366Z] Removing intermediate container 947d17884fac [2020-12-05T13:57:04.366Z] ---> 260a0c875c76 [2020-12-05T13:57:04.366Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-05T13:57:04.644Z] ---> Running in b68e3b99119c [2020-12-05T13:57:04.931Z] ---> Running in fb0c40b544c7 [2020-12-05T13:57:05.198Z] Removing intermediate container fb0c40b544c7 [2020-12-05T13:57:05.198Z] ---> 66b6ea6d09c9 [2020-12-05T13:57:05.198Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-05T13:57:05.198Z] ---> Running in 628b534515d9 [2020-12-05T13:57:05.198Z] ---> 1a93f155c3a4 [2020-12-05T13:57:05.198Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-05T13:57:05.481Z] Removing intermediate container 628b534515d9 [2020-12-05T13:57:05.481Z] ---> e2e161c05222 [2020-12-05T13:57:05.481Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:57:05.481Z] ---> Running in 9f978d5d84af [2020-12-05T13:57:05.481Z] ---> f8587fa7accb [2020-12-05T13:57:05.481Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-05T13:57:05.641Z] ---> 2710b34f4a4a [2020-12-05T13:57:05.641Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-05T13:57:05.641Z] Removing intermediate container b68e3b99119c [2020-12-05T13:57:05.641Z] ---> 1447e254d279 [2020-12-05T13:57:05.641Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-05T13:57:05.774Z] ---> Running in 66c1b9c0b71e [2020-12-05T13:57:05.922Z] ---> Running in db12406181fa [2020-12-05T13:57:06.049Z] Removing intermediate container 66c1b9c0b71e [2020-12-05T13:57:06.050Z] ---> 5bdc10e0aaaa [2020-12-05T13:57:06.050Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T13:57:06.050Z] ---> Running in 1065a00bcdd4 [2020-12-05T13:57:06.201Z] ---> Running in c7f28dce0b93 [2020-12-05T13:57:06.319Z] Removing intermediate container 1065a00bcdd4 [2020-12-05T13:57:06.319Z] ---> d58492ee0807 [2020-12-05T13:57:06.319Z] Step 22/24 : LABEL arch=x86_64 [2020-12-05T13:57:06.489Z] Removing intermediate container f38ef91778db [2020-12-05T13:57:06.489Z] ---> 75073e48aa3d [2020-12-05T13:57:06.489Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-05T13:57:06.489Z] ---> Running in 95f1497fd501 [2020-12-05T13:57:06.588Z] ---> Running in fcfb8a21da48 [2020-12-05T13:57:06.768Z] Removing intermediate container c7f28dce0b93 [2020-12-05T13:57:06.768Z] ---> 109f68e3653a [2020-12-05T13:57:06.768Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-05T13:57:06.855Z] Removing intermediate container fcfb8a21da48 [2020-12-05T13:57:06.855Z] ---> c1742b2a2e57 [2020-12-05T13:57:06.855Z] Step 23/24 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:06.855Z] ---> Running in beb1b56f7478 [2020-12-05T13:57:07.123Z] Removing intermediate container beb1b56f7478 [2020-12-05T13:57:07.123Z] ---> d2b8e47cdec5 [2020-12-05T13:57:07.123Z] Step 24/24 : LABEL version=2.0.0-dev.3 [2020-12-05T13:57:07.372Z] Removing intermediate container 95f1497fd501 [2020-12-05T13:57:07.372Z] ---> ae09c20e5d05 [2020-12-05T13:57:07.372Z] Step 20/22 : LABEL arch=arm64 [2020-12-05T13:57:07.398Z] Removing intermediate container 9f978d5d84af [2020-12-05T13:57:07.398Z] ---> a50bff2d64f4 [2020-12-05T13:57:07.398Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-05T13:57:07.398Z] ---> Running in abec3ad6fc8e [2020-12-05T13:57:07.652Z] ---> Running in 4ddd962b3e1d [2020-12-05T13:57:07.662Z] ---> Running in 89f02476e82c [2020-12-05T13:57:08.609Z] Removing intermediate container abec3ad6fc8e [2020-12-05T13:57:08.609Z] ---> 0ce5a68fabde [2020-12-05T13:57:08.609Z] [2020-12-05T13:57:08.609Z] Successfully built 0ce5a68fabde [2020-12-05T13:57:08.609Z] Successfully tagged docker-support-notifications-go:latest [2020-12-05T13:57:08.649Z] Removing intermediate container 4ddd962b3e1d [2020-12-05T13:57:08.649Z] ---> 52561f21e80e [2020-12-05T13:57:08.649Z] Step 21/22 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:08.871Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T13:57:08.928Z] ---> Running in 1d8cd0a750c9 [2020-12-05T13:57:09.206Z] ---> cd4a45c1e0c6 [2020-12-05T13:57:09.206Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-05T13:57:09.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-05T13:57:09.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T13:57:09.817Z] Removing intermediate container db12406181fa [2020-12-05T13:57:09.818Z] ---> 273e2d5e8640 [2020-12-05T13:57:09.818Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-05T13:57:10.126Z] Removing intermediate container 1d8cd0a750c9 [2020-12-05T13:57:10.126Z] ---> b27fc315dbfe [2020-12-05T13:57:10.126Z] Step 22/22 : LABEL version=2.0.0-dev.3 [2020-12-05T13:57:10.126Z] ---> Running in 566a438a6586 [2020-12-05T13:57:10.401Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-05T13:57:10.401Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-05T13:57:10.401Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-05T13:57:10.425Z] ---> Running in 5cedecd42363 [2020-12-05T13:57:10.664Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-05T13:57:10.703Z] ---> edcd693bbd90 [2020-12-05T13:57:10.703Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-05T13:57:10.929Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-05T13:57:10.929Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T13:57:11.193Z] OK: 8 MiB in 19 packages [2020-12-05T13:57:11.320Z] Removing intermediate container 566a438a6586 [2020-12-05T13:57:11.320Z] ---> b481d3037b3a [2020-12-05T13:57:11.320Z] Step 22/24 : LABEL arch=arm64 [2020-12-05T13:57:11.320Z] Removing intermediate container 5cedecd42363 [2020-12-05T13:57:11.320Z] ---> 3e2eeee08128 [2020-12-05T13:57:11.320Z] [2020-12-05T13:57:11.600Z] ---> Running in 1d7fc1aa67a0 [2020-12-05T13:57:11.881Z] Successfully built 3e2eeee08128 [2020-12-05T13:57:12.156Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-05T13:57:12.156Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secrets-setup-go [2020-12-05T13:57:12.156Z] ---> ea255d6e02d5 [2020-12-05T13:57:12.156Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-05T13:57:12.430Z] Removing intermediate container 1d7fc1aa67a0 [2020-12-05T13:57:12.431Z] ---> d7dfe3a8c0eb [2020-12-05T13:57:12.431Z] Step 23/24 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:12.706Z] ---> Running in ee77e3b5730a [2020-12-05T13:57:12.983Z] ---> Running in 9161c011cbf8 [2020-12-05T13:57:13.747Z] Removing intermediate container 89f02476e82c [2020-12-05T13:57:13.747Z] ---> 2449d7e76075 [2020-12-05T13:57:13.747Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-05T13:57:13.747Z] Removing intermediate container e11e5b29e158 [2020-12-05T13:57:13.747Z] ---> 3d7d6677697e [2020-12-05T13:57:13.747Z] [2020-12-05T13:57:13.747Z] Step 10/24 : FROM alpine:3.10 [2020-12-05T13:57:13.747Z] ---> be4e4bea2c2e [2020-12-05T13:57:13.747Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-05T13:57:13.747Z] ---> Using cache [2020-12-05T13:57:13.747Z] ---> b92eb8b67c77 [2020-12-05T13:57:13.747Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-05T13:57:13.747Z] ---> 9ad6c1974502 [2020-12-05T13:57:13.747Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-05T13:57:13.747Z] ---> Running in cac6f38af830 [2020-12-05T13:57:14.008Z] Removing intermediate container cac6f38af830 [2020-12-05T13:57:14.008Z] ---> e5edf1641c92 [2020-12-05T13:57:14.008Z] Step 13/24 : WORKDIR / [2020-12-05T13:57:14.273Z] ---> Running in 981762c58d32 [2020-12-05T13:57:14.273Z] ---> c01c5a01552c [2020-12-05T13:57:14.273Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-05T13:57:14.535Z] Removing intermediate container 981762c58d32 [2020-12-05T13:57:14.535Z] ---> 9fcee8f62715 [2020-12-05T13:57:14.535Z] 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-12-05T13:57:14.535Z] ---> 50fe4f390b50 [2020-12-05T13:57:14.535Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-05T13:57:14.796Z] ---> Running in 3c3efb4663d3 [2020-12-05T13:57:14.796Z] ---> d205f0771193 [2020-12-05T13:57:14.796Z] 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-12-05T13:57:14.796Z] Removing intermediate container 3c3efb4663d3 [2020-12-05T13:57:14.796Z] ---> 3e1ef2851877 [2020-12-05T13:57:14.796Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T13:57:15.034Z] Removing intermediate container 9161c011cbf8 [2020-12-05T13:57:15.034Z] ---> 59d06becddfc [2020-12-05T13:57:15.034Z] Step 24/24 : LABEL version=2.0.0-dev.3 [2020-12-05T13:57:15.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T13:57:15.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T13:57:15.058Z] ---> Running in 9ea70de27374 [2020-12-05T13:57:15.058Z] ---> d19f2edc7fae [2020-12-05T13:57:15.058Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-05T13:57:15.058Z] Removing intermediate container 9ea70de27374 [2020-12-05T13:57:15.058Z] ---> 0c8548b3e73e [2020-12-05T13:57:15.058Z] Step 21/23 : LABEL arch=x86_64 [2020-12-05T13:57:15.058Z] ---> Running in 1543453d1692 [2020-12-05T13:57:15.321Z] ---> 0e5f1509b709 [2020-12-05T13:57:15.321Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-05T13:57:15.321Z] Removing intermediate container 1543453d1692 [2020-12-05T13:57:15.321Z] ---> 1154d79c7659 [2020-12-05T13:57:15.321Z] Step 22/23 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:15.586Z] ---> Running in f682734dfb3e [2020-12-05T13:57:15.586Z] ---> c1efe0a66e8c [2020-12-05T13:57:15.586Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-05T13:57:15.586Z] Removing intermediate container f682734dfb3e [2020-12-05T13:57:15.586Z] ---> 4c8d40016e46 [2020-12-05T13:57:15.586Z] Step 23/23 : LABEL version=2.0.0-dev.3 [2020-12-05T13:57:15.639Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-05T13:57:15.639Z] (2/33) Installing expat (2.2.9-r1) [2020-12-05T13:57:15.640Z] (3/33) Installing libffi (3.3-r2) [2020-12-05T13:57:15.640Z] (4/33) Installing gdbm (1.13-r1) [2020-12-05T13:57:15.850Z] ---> Running in 86d2d4e41643 [2020-12-05T13:57:15.850Z] Removing intermediate container 86d2d4e41643 [2020-12-05T13:57:15.850Z] ---> ca366fa50701 [2020-12-05T13:57:15.850Z] [2020-12-05T13:57:15.924Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-05T13:57:15.924Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-05T13:57:15.924Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-05T13:57:16.112Z] Successfully built ca366fa50701 [2020-12-05T13:57:16.112Z] Successfully tagged docker-core-data-go:latest [2020-12-05T13:57:16.112Z]  Building docker-core-data-go ... done  ---> 7b396e8f71bf [2020-12-05T13:57:16.112Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-05T13:57:16.205Z] ---> Running in 2e99881bf8a1 [2020-12-05T13:57:16.375Z] ---> 01156ccb9558 [2020-12-05T13:57:16.375Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-05T13:57:16.375Z] ---> Running in b0831028cad8 [2020-12-05T13:57:16.484Z] Removing intermediate container 8a836d67242f [2020-12-05T13:57:16.484Z] ---> 7c094914acac [2020-12-05T13:57:16.484Z] [2020-12-05T13:57:16.484Z] Step 10/22 : FROM scratch [2020-12-05T13:57:16.484Z] ---> [2020-12-05T13:57:16.484Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-05T13:57:17.324Z] Removing intermediate container b0831028cad8 [2020-12-05T13:57:17.324Z] ---> f0494211ab24 [2020-12-05T13:57:17.325Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-05T13:57:17.325Z] ---> Running in 210ef0bd033d [2020-12-05T13:57:17.587Z] Removing intermediate container 210ef0bd033d [2020-12-05T13:57:17.587Z] ---> 740f94ae258e [2020-12-05T13:57:17.587Z] Step 22/24 : LABEL arch=x86_64 [2020-12-05T13:57:17.587Z] ---> Running in 007cc1ec1dca [2020-12-05T13:57:17.849Z] Removing intermediate container 007cc1ec1dca [2020-12-05T13:57:17.849Z] ---> 84e3e534d205 [2020-12-05T13:57:17.849Z] Step 23/24 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:17.849Z] ---> Running in 032699fb3583 [2020-12-05T13:57:17.849Z] Removing intermediate container 032699fb3583 [2020-12-05T13:57:17.849Z] ---> ba6e6ff7f15d [2020-12-05T13:57:17.849Z] Step 24/24 : LABEL version=2.0.0-dev.3 [2020-12-05T13:57:18.110Z] ---> Running in 7e27bb10a3cc [2020-12-05T13:57:18.110Z] Removing intermediate container 7e27bb10a3cc [2020-12-05T13:57:18.110Z] ---> f7051f557b34 [2020-12-05T13:57:18.110Z] [2020-12-05T13:57:18.123Z] ---> Running in 0a67fecd3164 [2020-12-05T13:57:18.123Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-05T13:57:18.123Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-05T13:57:18.123Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-05T13:57:18.123Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-05T13:57:18.123Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-05T13:57:18.123Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-05T13:57:18.123Z] Removing intermediate container 2e99881bf8a1 [2020-12-05T13:57:18.123Z] ---> 2110093d5ee9 [2020-12-05T13:57:18.123Z] [2020-12-05T13:57:18.373Z] Successfully built f7051f557b34 [2020-12-05T13:57:18.373Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-05T13:57:18.453Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-05T13:57:18.453Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-05T13:57:18.453Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-05T13:57:18.453Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-05T13:57:18.453Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-05T13:57:18.644Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-12-05T13:57:18.653Z] $ docker stop --time=1 e8e769e1f9334f428aca9f965977268c2c14ba9f2faaab51390b3cb4ecc8b335 [2020-12-05T13:57:18.808Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-05T13:57:18.808Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-05T13:57:18.808Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-05T13:57:18.808Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-05T13:57:18.808Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-05T13:57:18.808Z] Successfully built 2110093d5ee9 [2020-12-05T13:57:18.808Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-05T13:57:18.808Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-05T13:57:18.808Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-05T13:57:19.177Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-05T13:57:19.177Z] Removing intermediate container 0a67fecd3164 [2020-12-05T13:57:19.177Z] Building docker-security-proxy-setup-go [2020-12-05T13:57:19.177Z] ---> d7b3e5a30b10 [2020-12-05T13:57:19.177Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-05T13:57:19.177Z]  Building docker-security-secretstore-setup-go ... done (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-05T13:57:19.177Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-05T13:57:19.177Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-05T13:57:19.177Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-05T13:57:19.177Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-05T13:57:19.177Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-05T13:57:19.177Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-05T13:57:19.177Z] ---> Running in 2eec83a90c2f [2020-12-05T13:57:19.463Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T13:57:19.464Z] OK: 71 MiB in 55 packages [2020-12-05T13:57:20.127Z] Removing intermediate container 2eec83a90c2f [2020-12-05T13:57:20.127Z] ---> 1563cb1a294b [2020-12-05T13:57:20.127Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-05T13:57:20.285Z] $ docker rm -f e8e769e1f9334f428aca9f965977268c2c14ba9f2faaab51390b3cb4ecc8b335 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-05T13:57:20.827Z] ---> Running in 52d1d3db1e05 [2020-12-05T13:57:20.866Z] + docker images [2020-12-05T13:57:20.866Z] + grep docker [2020-12-05T13:57:20.866Z] docker-security-secretstore-setup-go latest f7051f557b34 3 seconds ago 24.7MB [2020-12-05T13:57:20.866Z] docker-core-data-go latest ca366fa50701 5 seconds ago 23.7MB [2020-12-05T13:57:20.866Z] docker-support-notifications-go latest 0ce5a68fabde 13 seconds ago 13.6MB [2020-12-05T13:57:20.866Z] docker-sys-mgmt-agent-go latest d365af5527c2 18 seconds ago 293MB [2020-12-05T13:57:20.866Z] docker-core-command-go latest 78786f759a78 42 seconds ago 12.2MB [2020-12-05T13:57:20.866Z] docker-security-proxy-setup-go latest d395d9cd4fbf 43 seconds ago 24.6MB [2020-12-05T13:57:20.866Z] docker-security-bootstrap-redis-go latest 30a3ae27ebca 2 minutes ago 15.8MB [2020-12-05T13:57:20.866Z] docker-core-metadata-go latest e54a49479825 2 minutes ago 14.5MB [2020-12-05T13:57:20.866Z] docker-support-scheduler-go latest 7bf3d4518c37 2 minutes ago 12.3MB [2020-12-05T13:57:20.866Z] docker-security-secrets-setup-go latest 803ce81a85fd 2 minutes ago 23.9MB [2020-12-05T13:57:20.866Z] docker latest b0757c55a1fd 3 days ago 220MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-05T13:57:21.579Z] provisioning config files... [2020-12-05T13:57:21.612Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/245@tmp/config5642282053027410969tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-05T13:57:21.898Z] Removing intermediate container 52d1d3db1e05 [2020-12-05T13:57:21.898Z] ---> ee875069133b [2020-12-05T13:57:21.898Z] Step 14/22 : WORKDIR / [2020-12-05T13:57:21.977Z] ---> docker-login.sh [2020-12-05T13:57:21.977Z] nexus3.edgexfoundry.org:10001 [2020-12-05T13:57:21.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T13:57:22.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T13:57:22.240Z] Configure a credential helper to remove this warning. See [2020-12-05T13:57:22.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T13:57:22.240Z] [2020-12-05T13:57:22.240Z] Login Succeeded [2020-12-05T13:57:22.240Z] nexus3.edgexfoundry.org:10002 [2020-12-05T13:57:22.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T13:57:22.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T13:57:22.240Z] Configure a credential helper to remove this warning. See [2020-12-05T13:57:22.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T13:57:22.240Z] [2020-12-05T13:57:22.240Z] Login Succeeded [2020-12-05T13:57:22.240Z] nexus3.edgexfoundry.org:10003 [2020-12-05T13:57:22.242Z] ---> Running in 88acb5378f2c [2020-12-05T13:57:22.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T13:57:22.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T13:57:22.504Z] Configure a credential helper to remove this warning. See [2020-12-05T13:57:22.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T13:57:22.504Z] [2020-12-05T13:57:22.504Z] Login Succeeded [2020-12-05T13:57:22.504Z] nexus3.edgexfoundry.org:10004 [2020-12-05T13:57:22.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T13:57:22.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T13:57:22.765Z] Configure a credential helper to remove this warning. See [2020-12-05T13:57:22.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T13:57:22.765Z] [2020-12-05T13:57:22.765Z] Login Succeeded [2020-12-05T13:57:22.765Z] docker.io [2020-12-05T13:57:22.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T13:57:23.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T13:57:23.027Z] Configure a credential helper to remove this warning. See [2020-12-05T13:57:23.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T13:57:23.027Z] [2020-12-05T13:57:23.027Z] Login Succeeded [2020-12-05T13:57:23.027Z] ---> docker-login.sh ends [Pipeline] } [2020-12-05T13:57:23.036Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T13:57:23.271Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-05T13:57:23.271Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:23.271Z] 2.0.0-dev.3 [2020-12-05T13:57:23.271Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:23.271Z] master [2020-12-05T13:57:23.271Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:23.762Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:24.068Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:24.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-05T13:57:24.068Z] 8142924be452: Preparing [2020-12-05T13:57:24.068Z] 17c8da08dedc: Preparing [2020-12-05T13:57:24.068Z] e4d50943b0a4: Preparing [2020-12-05T13:57:24.332Z] e4d50943b0a4: Pushed [2020-12-05T13:57:24.332Z] 8142924be452: Pushed [2020-12-05T13:57:24.517Z] Removing intermediate container 88acb5378f2c [2020-12-05T13:57:24.517Z] ---> 97ad4af11dd4 [2020-12-05T13:57:24.517Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-05T13:57:25.720Z] 17c8da08dedc: Pushed [2020-12-05T13:57:25.720Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:5ae4e3526b3702897ca48631a2b126b9fd5a7846b37cf27a3c9671c47c81b7b5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:26.015Z] ---> c3a875228d37 [2020-12-05T13:57:26.015Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-05T13:57:26.029Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:26.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.3 [2020-12-05T13:57:26.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-05T13:57:26.330Z] 8142924be452: Preparing [2020-12-05T13:57:26.330Z] 17c8da08dedc: Preparing [2020-12-05T13:57:26.330Z] e4d50943b0a4: Preparing [2020-12-05T13:57:26.330Z] e4d50943b0a4: Layer already exists [2020-12-05T13:57:26.330Z] 8142924be452: Layer already exists [2020-12-05T13:57:26.330Z] 17c8da08dedc: Layer already exists [2020-12-05T13:57:26.330Z] 2.0.0-dev.3: digest: sha256:5ae4e3526b3702897ca48631a2b126b9fd5a7846b37cf27a3c9671c47c81b7b5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:26.638Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:26.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:26.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-05T13:57:26.941Z] 8142924be452: Preparing [2020-12-05T13:57:26.941Z] 17c8da08dedc: Preparing [2020-12-05T13:57:26.941Z] e4d50943b0a4: Preparing [2020-12-05T13:57:26.941Z] e4d50943b0a4: Layer already exists [2020-12-05T13:57:26.941Z] 8142924be452: Layer already exists [2020-12-05T13:57:26.941Z] 17c8da08dedc: Layer already exists [2020-12-05T13:57:26.941Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:5ae4e3526b3702897ca48631a2b126b9fd5a7846b37cf27a3c9671c47c81b7b5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:27.250Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:27.550Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-05T13:57:27.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-05T13:57:27.550Z] 8142924be452: Preparing [2020-12-05T13:57:27.550Z] 17c8da08dedc: Preparing [2020-12-05T13:57:27.550Z] e4d50943b0a4: Preparing [2020-12-05T13:57:27.550Z] 17c8da08dedc: Layer already exists [2020-12-05T13:57:27.550Z] 8142924be452: Layer already exists [2020-12-05T13:57:27.550Z] e4d50943b0a4: Layer already exists [2020-12-05T13:57:27.550Z] master: digest: sha256:5ae4e3526b3702897ca48631a2b126b9fd5a7846b37cf27a3c9671c47c81b7b5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T13:57:27.731Z] ===================================================== [Pipeline] echo [2020-12-05T13:57:27.779Z] taggedImages: [2020-12-05T13:57:27.779Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:27.779Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.3 [2020-12-05T13:57:27.779Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:27.779Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-05T13:57:27.847Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-05T13:57:27.847Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:27.847Z] 2.0.0-dev.3 [2020-12-05T13:57:27.847Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:27.847Z] master [2020-12-05T13:57:27.847Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:28.331Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:28.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:28.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-05T13:57:28.638Z] d65b108f0d83: Preparing [2020-12-05T13:57:28.638Z] 39c4765bc949: Preparing [2020-12-05T13:57:28.638Z] 2bcffb068fad: Preparing [2020-12-05T13:57:28.638Z] 655638efd779: Preparing [2020-12-05T13:57:28.638Z] 7e4176b6f72b: Preparing [2020-12-05T13:57:28.638Z] ace0eda3e3be: Preparing [2020-12-05T13:57:28.638Z] ace0eda3e3be: Waiting [2020-12-05T13:57:28.901Z] d65b108f0d83: Pushed [2020-12-05T13:57:28.901Z] ace0eda3e3be: Layer already exists [2020-12-05T13:57:28.901Z] 2bcffb068fad: Pushed [2020-12-05T13:57:28.901Z] 7e4176b6f72b: Pushed [2020-12-05T13:57:29.186Z] 655638efd779: Pushed [2020-12-05T13:57:29.426Z] ---> b54da92351f7 [2020-12-05T13:57:29.426Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-05T13:57:30.169Z] 39c4765bc949: Pushed [2020-12-05T13:57:30.431Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:e05531d0fc43c899d674521647e968545fc6d690e88fbdbac949160d36450e01 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:30.740Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:30.872Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:57:30.872Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-05T13:57:30.872Z] ---> b82037cb1d8b [2020-12-05T13:57:30.872Z] Step 3/29 : WORKDIR /edgex-go [2020-12-05T13:57:30.872Z] ---> Using cache [2020-12-05T13:57:30.872Z] ---> d5ba837f67e8 [2020-12-05T13:57:30.872Z] Step 4/29 : RUN apk update && apk add make git [2020-12-05T13:57:31.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.3 [2020-12-05T13:57:31.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-05T13:57:31.042Z] d65b108f0d83: Preparing [2020-12-05T13:57:31.042Z] 39c4765bc949: Preparing [2020-12-05T13:57:31.042Z] 2bcffb068fad: Preparing [2020-12-05T13:57:31.042Z] 655638efd779: Preparing [2020-12-05T13:57:31.042Z] 7e4176b6f72b: Preparing [2020-12-05T13:57:31.042Z] ace0eda3e3be: Preparing [2020-12-05T13:57:31.042Z] ace0eda3e3be: Waiting [2020-12-05T13:57:31.042Z] 2bcffb068fad: Layer already exists [2020-12-05T13:57:31.042Z] 7e4176b6f72b: Layer already exists [2020-12-05T13:57:31.042Z] 39c4765bc949: Layer already exists [2020-12-05T13:57:31.042Z] 655638efd779: Layer already exists [2020-12-05T13:57:31.042Z] d65b108f0d83: Layer already exists [2020-12-05T13:57:31.042Z] ace0eda3e3be: Layer already exists [2020-12-05T13:57:31.042Z] 2.0.0-dev.3: digest: sha256:e05531d0fc43c899d674521647e968545fc6d690e88fbdbac949160d36450e01 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:31.150Z] Removing intermediate container a72e6197a42a [2020-12-05T13:57:31.150Z] ---> 0596baffdaa3 [2020-12-05T13:57:31.150Z] [2020-12-05T13:57:31.150Z] Step 10/23 : FROM alpine [2020-12-05T13:57:31.150Z] latest: Pulling from library/alpine [2020-12-05T13:57:31.348Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:31.425Z] ---> Running in 8e6b56734af3 [2020-12-05T13:57:31.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:31.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-05T13:57:31.657Z] d65b108f0d83: Preparing [2020-12-05T13:57:31.657Z] 39c4765bc949: Preparing [2020-12-05T13:57:31.657Z] 2bcffb068fad: Preparing [2020-12-05T13:57:31.657Z] 655638efd779: Preparing [2020-12-05T13:57:31.657Z] 7e4176b6f72b: Preparing [2020-12-05T13:57:31.657Z] ace0eda3e3be: Preparing [2020-12-05T13:57:31.657Z] ace0eda3e3be: Waiting [2020-12-05T13:57:31.657Z] d65b108f0d83: Layer already exists [2020-12-05T13:57:31.657Z] 39c4765bc949: Layer already exists [2020-12-05T13:57:31.657Z] 2bcffb068fad: Layer already exists [2020-12-05T13:57:31.657Z] 655638efd779: Layer already exists [2020-12-05T13:57:31.657Z] 7e4176b6f72b: Layer already exists [2020-12-05T13:57:31.657Z] ace0eda3e3be: Layer already exists [2020-12-05T13:57:31.657Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:e05531d0fc43c899d674521647e968545fc6d690e88fbdbac949160d36450e01 size: 1572 [2020-12-05T13:57:31.714Z] ---> 465694380a5c [2020-12-05T13:57:31.714Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-05T13:57:31.714Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:31.995Z] Status: Downloaded newer image for alpine:latest [2020-12-05T13:57:31.995Z] ---> 2e77e061c27f [2020-12-05T13:57:31.995Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-05T13:57:32.227Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:32.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-05T13:57:32.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-05T13:57:32.530Z] d65b108f0d83: Preparing [2020-12-05T13:57:32.530Z] 39c4765bc949: Preparing [2020-12-05T13:57:32.530Z] 2bcffb068fad: Preparing [2020-12-05T13:57:32.530Z] 655638efd779: Preparing [2020-12-05T13:57:32.530Z] 7e4176b6f72b: Preparing [2020-12-05T13:57:32.530Z] ace0eda3e3be: Preparing [2020-12-05T13:57:32.530Z] ace0eda3e3be: Waiting [2020-12-05T13:57:32.530Z] 39c4765bc949: Layer already exists [2020-12-05T13:57:32.530Z] d65b108f0d83: Layer already exists [2020-12-05T13:57:32.530Z] 7e4176b6f72b: Layer already exists [2020-12-05T13:57:32.530Z] 655638efd779: Layer already exists [2020-12-05T13:57:32.530Z] 2bcffb068fad: Layer already exists [2020-12-05T13:57:32.530Z] ace0eda3e3be: Layer already exists [2020-12-05T13:57:32.530Z] master: digest: sha256:e05531d0fc43c899d674521647e968545fc6d690e88fbdbac949160d36450e01 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [2020-12-05T13:57:32.598Z] ---> Running in 0cb6977ebdd0 [2020-12-05T13:57:32.598Z] ---> Running in 8b922457c12a [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T13:57:32.725Z] ===================================================== [Pipeline] echo [2020-12-05T13:57:32.786Z] taggedImages: [2020-12-05T13:57:32.786Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:32.786Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.3 [2020-12-05T13:57:32.786Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:32.786Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-12-05T13:57:32.851Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-05T13:57:32.851Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:32.851Z] 2.0.0-dev.3 [2020-12-05T13:57:32.851Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:32.851Z] master [2020-12-05T13:57:32.851Z] ===================================================== [2020-12-05T13:57:32.875Z] Removing intermediate container ee77e3b5730a [2020-12-05T13:57:32.875Z] ---> 899ec4cca70e [2020-12-05T13:57:32.875Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:33.336Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:33.487Z] ---> Running in 61bd87fdb0e8 [2020-12-05T13:57:33.639Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:33.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-05T13:57:33.640Z] 64d9b0758f76: Preparing [2020-12-05T13:57:33.640Z] 9c5782e7f029: Preparing [2020-12-05T13:57:33.640Z] 98f9dfc6246b: Preparing [2020-12-05T13:57:33.775Z] Removing intermediate container 0cb6977ebdd0 [2020-12-05T13:57:33.775Z] ---> 8b865b186b7c [2020-12-05T13:57:33.775Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T13:57:33.775Z] Removing intermediate container 8b922457c12a [2020-12-05T13:57:33.775Z] ---> 807a3053c614 [2020-12-05T13:57:33.775Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-05T13:57:33.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T13:57:33.903Z] 64d9b0758f76: Pushed [2020-12-05T13:57:33.903Z] 98f9dfc6246b: Pushed [2020-12-05T13:57:34.053Z] ---> Running in 5f760739b619 [2020-12-05T13:57:34.053Z] ---> Running in e7465d9f7d75 [2020-12-05T13:57:34.338Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:57:34.338Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:57:34.338Z] ---> b82037cb1d8b [2020-12-05T13:57:34.338Z] Step 3/21 : WORKDIR /edgex-go [2020-12-05T13:57:34.338Z] ---> Using cache [2020-12-05T13:57:34.338Z] ---> d5ba837f67e8 [2020-12-05T13:57:34.338Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:57:34.338Z] ---> Using cache [2020-12-05T13:57:34.338Z] ---> 7577df982f7f [2020-12-05T13:57:34.338Z] Step 5/21 : RUN apk update && apk add make git [2020-12-05T13:57:34.338Z] ---> Using cache [2020-12-05T13:57:34.338Z] ---> be5a27a078fb [2020-12-05T13:57:34.338Z] Step 6/21 : COPY go.mod . [2020-12-05T13:57:34.338Z] ---> Using cache [2020-12-05T13:57:34.338Z] ---> 7711bfdceb0b [2020-12-05T13:57:34.338Z] Step 7/21 : RUN go mod download [2020-12-05T13:57:34.338Z] ---> Using cache [2020-12-05T13:57:34.338Z] ---> 54e81853c353 [2020-12-05T13:57:34.338Z] Step 8/21 : COPY . . [2020-12-05T13:57:34.338Z] ---> Using cache [2020-12-05T13:57:34.338Z] ---> fc1b4c9caa45 [2020-12-05T13:57:34.338Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-05T13:57:34.854Z] 9c5782e7f029: Pushed [2020-12-05T13:57:34.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T13:57:34.939Z] ---> Running in bc617521c320 [2020-12-05T13:57:34.939Z] Removing intermediate container 5f760739b619 [2020-12-05T13:57:34.939Z] ---> 29d72f37a22c [2020-12-05T13:57:34.939Z] Step 20/22 : LABEL arch=arm64 [2020-12-05T13:57:34.939Z] Removing intermediate container e7465d9f7d75 [2020-12-05T13:57:34.939Z] ---> 0c0cd7af9764 [2020-12-05T13:57:34.939Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-05T13:57:35.120Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:83fc3e3785af467a192488c30c9b53d543141dbb8a2ed7ddd1029eb58a897c21 size: 943 [2020-12-05T13:57:35.216Z] ---> Running in 1900752e0129 [2020-12-05T13:57:35.216Z] ---> Running in 9a8ed27d468d [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:35.695Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:35.835Z] Removing intermediate container 9a8ed27d468d [2020-12-05T13:57:35.835Z] ---> c15b55058ca6 [2020-12-05T13:57:35.835Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:57:35.835Z] Removing intermediate container 1900752e0129 [2020-12-05T13:57:35.835Z] ---> c37f2b449c17 [2020-12-05T13:57:35.835Z] Step 21/22 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:35.835Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:57:35.835Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:57:35.835Z] OK: 12616 distinct packages available [2020-12-05T13:57:35.835Z] ---> Running in cdb731993640 [2020-12-05T13:57:35.996Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.3 [2020-12-05T13:57:35.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-05T13:57:35.996Z] 64d9b0758f76: Preparing [2020-12-05T13:57:35.996Z] 9c5782e7f029: Preparing [2020-12-05T13:57:35.996Z] 98f9dfc6246b: Preparing [2020-12-05T13:57:35.996Z] 64d9b0758f76: Layer already exists [2020-12-05T13:57:35.996Z] 98f9dfc6246b: Layer already exists [2020-12-05T13:57:35.996Z] 9c5782e7f029: Layer already exists [2020-12-05T13:57:35.996Z] 2.0.0-dev.3: digest: sha256:83fc3e3785af467a192488c30c9b53d543141dbb8a2ed7ddd1029eb58a897c21 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:36.114Z] ---> Running in 67cf739987c8 [2020-12-05T13:57:36.305Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:36.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:36.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-05T13:57:36.605Z] 64d9b0758f76: Preparing [2020-12-05T13:57:36.605Z] 9c5782e7f029: Preparing [2020-12-05T13:57:36.605Z] 98f9dfc6246b: Preparing [2020-12-05T13:57:36.605Z] 64d9b0758f76: Layer already exists [2020-12-05T13:57:36.605Z] 98f9dfc6246b: Layer already exists [2020-12-05T13:57:36.605Z] 9c5782e7f029: Layer already exists [2020-12-05T13:57:36.605Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:83fc3e3785af467a192488c30c9b53d543141dbb8a2ed7ddd1029eb58a897c21 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:36.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-05T13:57:36.723Z] OK: 217 MiB in 51 packages [2020-12-05T13:57:36.913Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:37.004Z] Removing intermediate container 67cf739987c8 [2020-12-05T13:57:37.004Z] ---> 1f2acb994bac [2020-12-05T13:57:37.004Z] Step 22/22 : LABEL version=2.0.0-dev.3 [2020-12-05T13:57:37.004Z] ---> Running in b881e4555244 [2020-12-05T13:57:37.217Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-05T13:57:37.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-05T13:57:37.217Z] 64d9b0758f76: Preparing [2020-12-05T13:57:37.217Z] 9c5782e7f029: Preparing [2020-12-05T13:57:37.217Z] 98f9dfc6246b: Preparing [2020-12-05T13:57:37.217Z] 9c5782e7f029: Layer already exists [2020-12-05T13:57:37.217Z] 98f9dfc6246b: Layer already exists [2020-12-05T13:57:37.217Z] 64d9b0758f76: Layer already exists [2020-12-05T13:57:37.217Z] master: digest: sha256:83fc3e3785af467a192488c30c9b53d543141dbb8a2ed7ddd1029eb58a897c21 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T13:57:37.481Z] ===================================================== [Pipeline] echo [2020-12-05T13:57:37.552Z] taggedImages: [2020-12-05T13:57:37.552Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:37.552Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.3 [2020-12-05T13:57:37.552Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:37.552Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-05T13:57:37.637Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-05T13:57:37.637Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:37.637Z] 2.0.0-dev.3 [2020-12-05T13:57:37.637Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:37.637Z] master [2020-12-05T13:57:37.637Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:38.042Z] Removing intermediate container b881e4555244 [2020-12-05T13:57:38.042Z] ---> e50b2c327bdb [2020-12-05T13:57:38.042Z] [2020-12-05T13:57:38.139Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:38.323Z] Successfully built e50b2c327bdb [2020-12-05T13:57:38.323Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-05T13:57:38.323Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-12-05T13:57:38.440Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:38.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-05T13:57:38.441Z] fa7155728c30: Preparing [2020-12-05T13:57:38.441Z] bcb6c2a917e5: Preparing [2020-12-05T13:57:38.441Z] 135c85b475b0: Preparing [2020-12-05T13:57:38.441Z] e89374b44f12: Preparing [2020-12-05T13:57:38.441Z] b54bbafaafc3: Preparing [2020-12-05T13:57:38.441Z] 839030daccb4: Preparing [2020-12-05T13:57:38.441Z] 1b3ee35aacca: Preparing [2020-12-05T13:57:38.441Z] 839030daccb4: Waiting [2020-12-05T13:57:38.441Z] 1b3ee35aacca: Waiting [2020-12-05T13:57:38.609Z] Removing intermediate container 8e6b56734af3 [2020-12-05T13:57:38.609Z] ---> 5294c06e4b1d [2020-12-05T13:57:38.609Z] Step 5/29 : COPY go.mod . [2020-12-05T13:57:38.702Z] b54bbafaafc3: Pushed [2020-12-05T13:57:38.702Z] bcb6c2a917e5: Pushed [2020-12-05T13:57:38.702Z] 135c85b475b0: Pushed [2020-12-05T13:57:38.702Z] fa7155728c30: Pushed [2020-12-05T13:57:38.702Z] 1b3ee35aacca: Layer already exists [2020-12-05T13:57:39.273Z] 839030daccb4: Pushed [2020-12-05T13:57:39.273Z] e89374b44f12: Pushed [2020-12-05T13:57:39.844Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:f36c0e8de38e6bbc3d201706b4164a11f3e8e7e2ebc5fbbe07a07aef8676696c size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:40.056Z] ---> aaeee969e04c [2020-12-05T13:57:40.057Z] Step 6/29 : RUN go mod download [2020-12-05T13:57:40.057Z] Removing intermediate container cdb731993640 [2020-12-05T13:57:40.057Z] ---> c4bb140b13d5 [2020-12-05T13:57:40.057Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-05T13:57:40.154Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:40.333Z] ---> Running in e3b92b911eea [2020-12-05T13:57:40.333Z] ---> Running in 426801b39c4b [2020-12-05T13:57:40.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.3 [2020-12-05T13:57:40.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-05T13:57:40.454Z] fa7155728c30: Preparing [2020-12-05T13:57:40.454Z] bcb6c2a917e5: Preparing [2020-12-05T13:57:40.454Z] 135c85b475b0: Preparing [2020-12-05T13:57:40.454Z] e89374b44f12: Preparing [2020-12-05T13:57:40.454Z] b54bbafaafc3: Preparing [2020-12-05T13:57:40.454Z] 839030daccb4: Preparing [2020-12-05T13:57:40.454Z] 1b3ee35aacca: Preparing [2020-12-05T13:57:40.454Z] 839030daccb4: Waiting [2020-12-05T13:57:40.454Z] 1b3ee35aacca: Waiting [2020-12-05T13:57:40.715Z] bcb6c2a917e5: Layer already exists [2020-12-05T13:57:40.715Z] 135c85b475b0: Layer already exists [2020-12-05T13:57:40.715Z] fa7155728c30: Layer already exists [2020-12-05T13:57:40.715Z] e89374b44f12: Layer already exists [2020-12-05T13:57:40.715Z] b54bbafaafc3: Layer already exists [2020-12-05T13:57:40.715Z] 839030daccb4: Layer already exists [2020-12-05T13:57:40.715Z] 1b3ee35aacca: Layer already exists [2020-12-05T13:57:40.715Z] 2.0.0-dev.3: digest: sha256:f36c0e8de38e6bbc3d201706b4164a11f3e8e7e2ebc5fbbe07a07aef8676696c size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:40.936Z] Collecting docker-compose==1.23.2 [2020-12-05T13:57:41.019Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:41.212Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-05T13:57:41.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:41.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-05T13:57:41.318Z] fa7155728c30: Preparing [2020-12-05T13:57:41.318Z] bcb6c2a917e5: Preparing [2020-12-05T13:57:41.318Z] 135c85b475b0: Preparing [2020-12-05T13:57:41.318Z] e89374b44f12: Preparing [2020-12-05T13:57:41.318Z] b54bbafaafc3: Preparing [2020-12-05T13:57:41.318Z] 839030daccb4: Preparing [2020-12-05T13:57:41.318Z] 1b3ee35aacca: Preparing [2020-12-05T13:57:41.318Z] 839030daccb4: Waiting [2020-12-05T13:57:41.318Z] 1b3ee35aacca: Waiting [2020-12-05T13:57:41.318Z] e89374b44f12: Layer already exists [2020-12-05T13:57:41.318Z] bcb6c2a917e5: Layer already exists [2020-12-05T13:57:41.318Z] b54bbafaafc3: Layer already exists [2020-12-05T13:57:41.318Z] 135c85b475b0: Layer already exists [2020-12-05T13:57:41.318Z] fa7155728c30: Layer already exists [2020-12-05T13:57:41.318Z] 839030daccb4: Layer already exists [2020-12-05T13:57:41.318Z] 1b3ee35aacca: Layer already exists [2020-12-05T13:57:41.318Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:f36c0e8de38e6bbc3d201706b4164a11f3e8e7e2ebc5fbbe07a07aef8676696c size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:41.624Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:41.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-05T13:57:41.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-05T13:57:41.923Z] fa7155728c30: Preparing [2020-12-05T13:57:41.923Z] bcb6c2a917e5: Preparing [2020-12-05T13:57:41.923Z] 135c85b475b0: Preparing [2020-12-05T13:57:41.923Z] e89374b44f12: Preparing [2020-12-05T13:57:41.923Z] b54bbafaafc3: Preparing [2020-12-05T13:57:41.923Z] 839030daccb4: Preparing [2020-12-05T13:57:41.923Z] 1b3ee35aacca: Preparing [2020-12-05T13:57:41.923Z] 839030daccb4: Waiting [2020-12-05T13:57:41.923Z] 1b3ee35aacca: Waiting [2020-12-05T13:57:41.923Z] bcb6c2a917e5: Layer already exists [2020-12-05T13:57:41.923Z] 135c85b475b0: Layer already exists [2020-12-05T13:57:41.923Z] b54bbafaafc3: Layer already exists [2020-12-05T13:57:41.923Z] e89374b44f12: Layer already exists [2020-12-05T13:57:41.923Z] fa7155728c30: Layer already exists [2020-12-05T13:57:41.923Z] 1b3ee35aacca: Layer already exists [2020-12-05T13:57:41.923Z] 839030daccb4: Layer already exists [2020-12-05T13:57:41.923Z] master: digest: sha256:f36c0e8de38e6bbc3d201706b4164a11f3e8e7e2ebc5fbbe07a07aef8676696c size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T13:57:42.136Z] ===================================================== [Pipeline] echo [2020-12-05T13:57:42.184Z] taggedImages: [2020-12-05T13:57:42.184Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:42.184Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.3 [2020-12-05T13:57:42.184Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:42.184Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-05T13:57:42.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] echo [2020-12-05T13:57:42.251Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-05T13:57:42.251Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:42.251Z] 2.0.0-dev.3 [2020-12-05T13:57:42.251Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:42.251Z] master [2020-12-05T13:57:42.251Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:42.479Z] Collecting docker<4.0,>=3.6.0 [2020-12-05T13:57:42.479Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-05T13:57:42.733Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:43.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:43.691Z] Collecting cached-property<2,>=1.2.0 [2020-12-05T13:57:43.691Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-05T13:57:43.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:43.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-05T13:57:43.975Z] 44f7583737c9: Preparing [2020-12-05T13:57:43.975Z] 6a504824b788: Preparing [2020-12-05T13:57:43.975Z] b3f155e36070: Preparing [2020-12-05T13:57:43.975Z] 33f5409bdbd4: Preparing [2020-12-05T13:57:43.975Z] bd43e1790b84: Preparing [2020-12-05T13:57:43.975Z] ace0eda3e3be: Preparing [2020-12-05T13:57:44.038Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-05T13:57:44.039Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-05T13:57:44.238Z] b3f155e36070: Pushed [2020-12-05T13:57:44.238Z] 33f5409bdbd4: Pushed [2020-12-05T13:57:44.238Z] ace0eda3e3be: Layer already exists [2020-12-05T13:57:44.328Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-05T13:57:44.499Z] bd43e1790b84: Pushed [2020-12-05T13:57:44.617Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-05T13:57:44.617Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-05T13:57:44.901Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T13:57:44.901Z] OK: 8 MiB in 19 packages [2020-12-05T13:57:44.901Z] Collecting PyYAML<4,>=3.10 [2020-12-05T13:57:44.901Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-05T13:57:45.070Z] 6a504824b788: Pushed [2020-12-05T13:57:45.070Z] 44f7583737c9: Pushed [2020-12-05T13:57:45.070Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:141f26e158a88b841392cb93964641f57dc072e86118a6434fed90c6d073977e size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:45.373Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:45.672Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.3 [2020-12-05T13:57:45.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-05T13:57:45.672Z] 44f7583737c9: Preparing [2020-12-05T13:57:45.672Z] 6a504824b788: Preparing [2020-12-05T13:57:45.672Z] b3f155e36070: Preparing [2020-12-05T13:57:45.672Z] 33f5409bdbd4: Preparing [2020-12-05T13:57:45.672Z] bd43e1790b84: Preparing [2020-12-05T13:57:45.672Z] ace0eda3e3be: Preparing [2020-12-05T13:57:45.672Z] ace0eda3e3be: Waiting [2020-12-05T13:57:45.672Z] 6a504824b788: Layer already exists [2020-12-05T13:57:45.672Z] bd43e1790b84: Layer already exists [2020-12-05T13:57:45.672Z] 44f7583737c9: Layer already exists [2020-12-05T13:57:45.672Z] 33f5409bdbd4: Layer already exists [2020-12-05T13:57:45.672Z] b3f155e36070: Layer already exists [2020-12-05T13:57:45.672Z] ace0eda3e3be: Layer already exists [2020-12-05T13:57:45.672Z] 2.0.0-dev.3: digest: sha256:141f26e158a88b841392cb93964641f57dc072e86118a6434fed90c6d073977e size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:45.917Z] Removing intermediate container 426801b39c4b [2020-12-05T13:57:45.917Z] ---> a5065a998d69 [2020-12-05T13:57:45.917Z] Step 7/29 : COPY . . [2020-12-05T13:57:45.977Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:46.324Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:46.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-05T13:57:46.324Z] 44f7583737c9: Preparing [2020-12-05T13:57:46.324Z] 6a504824b788: Preparing [2020-12-05T13:57:46.324Z] b3f155e36070: Preparing [2020-12-05T13:57:46.324Z] 33f5409bdbd4: Preparing [2020-12-05T13:57:46.324Z] bd43e1790b84: Preparing [2020-12-05T13:57:46.324Z] ace0eda3e3be: Preparing [2020-12-05T13:57:46.324Z] ace0eda3e3be: Waiting [2020-12-05T13:57:46.324Z] b3f155e36070: Layer already exists [2020-12-05T13:57:46.324Z] bd43e1790b84: Layer already exists [2020-12-05T13:57:46.324Z] 33f5409bdbd4: Layer already exists [2020-12-05T13:57:46.324Z] 44f7583737c9: Layer already exists [2020-12-05T13:57:46.324Z] 6a504824b788: Layer already exists [2020-12-05T13:57:46.324Z] ace0eda3e3be: Layer already exists [2020-12-05T13:57:46.324Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:141f26e158a88b841392cb93964641f57dc072e86118a6434fed90c6d073977e size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:46.681Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:46.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-05T13:57:46.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-05T13:57:46.980Z] 44f7583737c9: Preparing [2020-12-05T13:57:46.980Z] 6a504824b788: Preparing [2020-12-05T13:57:46.980Z] b3f155e36070: Preparing [2020-12-05T13:57:46.980Z] 33f5409bdbd4: Preparing [2020-12-05T13:57:46.980Z] bd43e1790b84: Preparing [2020-12-05T13:57:46.980Z] ace0eda3e3be: Preparing [2020-12-05T13:57:46.980Z] ace0eda3e3be: Waiting [2020-12-05T13:57:46.980Z] 6a504824b788: Layer already exists [2020-12-05T13:57:46.980Z] bd43e1790b84: Layer already exists [2020-12-05T13:57:46.980Z] 33f5409bdbd4: Layer already exists [2020-12-05T13:57:46.980Z] b3f155e36070: Layer already exists [2020-12-05T13:57:46.980Z] 44f7583737c9: Layer already exists [2020-12-05T13:57:46.980Z] ace0eda3e3be: Layer already exists [2020-12-05T13:57:46.980Z] master: digest: sha256:141f26e158a88b841392cb93964641f57dc072e86118a6434fed90c6d073977e size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T13:57:47.205Z] ===================================================== [Pipeline] echo [2020-12-05T13:57:47.268Z] taggedImages: [2020-12-05T13:57:47.268Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:47.268Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.3 [2020-12-05T13:57:47.268Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:47.268Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-12-05T13:57:47.362Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-12-05T13:57:47.362Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:47.362Z] 2.0.0-dev.3 [2020-12-05T13:57:47.362Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:47.362Z] master [2020-12-05T13:57:47.362Z] ===================================================== [2020-12-05T13:57:47.381Z] Removing intermediate container e3b92b911eea [2020-12-05T13:57:47.381Z] ---> a116faabbc8b [2020-12-05T13:57:47.381Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:47.856Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:48.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:48.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-05T13:57:48.154Z] 6d90439f80ff: Preparing [2020-12-05T13:57:48.154Z] 7b2b19b89264: Preparing [2020-12-05T13:57:48.154Z] d8e030d9172e: Preparing [2020-12-05T13:57:48.154Z] 32b4e28b1e20: Preparing [2020-12-05T13:57:48.154Z] 32b4e28b1e20: Preparing [2020-12-05T13:57:48.154Z] 272dff5084e8: Preparing [2020-12-05T13:57:48.154Z] 7f423505cfeb: Preparing [2020-12-05T13:57:48.154Z] cd72d03dc052: Preparing [2020-12-05T13:57:48.154Z] 6d90439f80ff: Preparing [2020-12-05T13:57:48.154Z] 269cd60f06e4: Preparing [2020-12-05T13:57:48.154Z] e59733b7cd50: Preparing [2020-12-05T13:57:48.154Z] 10b020c29d3e: Preparing [2020-12-05T13:57:48.154Z] ace0eda3e3be: Preparing [2020-12-05T13:57:48.154Z] 7f423505cfeb: Waiting [2020-12-05T13:57:48.154Z] cd72d03dc052: Waiting [2020-12-05T13:57:48.154Z] e59733b7cd50: Waiting [2020-12-05T13:57:48.154Z] 269cd60f06e4: Waiting [2020-12-05T13:57:48.154Z] 10b020c29d3e: Waiting [2020-12-05T13:57:48.154Z] ace0eda3e3be: Waiting [2020-12-05T13:57:48.415Z] 32b4e28b1e20: Pushed [2020-12-05T13:57:48.415Z] 272dff5084e8: Pushed [2020-12-05T13:57:48.415Z] d8e030d9172e: Pushed [2020-12-05T13:57:48.415Z] 7b2b19b89264: Pushed [2020-12-05T13:57:48.677Z] 7f423505cfeb: Pushed [2020-12-05T13:57:48.677Z] 269cd60f06e4: Pushed [2020-12-05T13:57:48.677Z] cd72d03dc052: Pushed [2020-12-05T13:57:48.677Z] e59733b7cd50: Pushed [2020-12-05T13:57:48.677Z] ace0eda3e3be: Layer already exists [2020-12-05T13:57:48.938Z] 10b020c29d3e: Pushed [2020-12-05T13:57:49.200Z] 6d90439f80ff: Pushed [2020-12-05T13:57:49.200Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:3f561d0bcdc68b1a3f3b81453bf26975427df8305ffde59ce6d1088d992cfa3e size: 3027 [2020-12-05T13:57:49.380Z] Collecting docopt<0.7,>=0.6.1 [2020-12-05T13:57:49.380Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-05T13:57:49.380Z] ---> ef86c2d477fd [2020-12-05T13:57:49.380Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:49.768Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:50.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.3 [2020-12-05T13:57:50.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-05T13:57:50.069Z] 6d90439f80ff: Preparing [2020-12-05T13:57:50.069Z] 7b2b19b89264: Preparing [2020-12-05T13:57:50.069Z] d8e030d9172e: Preparing [2020-12-05T13:57:50.069Z] 32b4e28b1e20: Preparing [2020-12-05T13:57:50.069Z] 32b4e28b1e20: Preparing [2020-12-05T13:57:50.069Z] 272dff5084e8: Preparing [2020-12-05T13:57:50.069Z] 7f423505cfeb: Preparing [2020-12-05T13:57:50.069Z] cd72d03dc052: Preparing [2020-12-05T13:57:50.069Z] 6d90439f80ff: Preparing [2020-12-05T13:57:50.069Z] 269cd60f06e4: Preparing [2020-12-05T13:57:50.069Z] e59733b7cd50: Preparing [2020-12-05T13:57:50.069Z] 10b020c29d3e: Preparing [2020-12-05T13:57:50.069Z] ace0eda3e3be: Preparing [2020-12-05T13:57:50.069Z] cd72d03dc052: Waiting [2020-12-05T13:57:50.069Z] 269cd60f06e4: Waiting [2020-12-05T13:57:50.069Z] e59733b7cd50: Waiting [2020-12-05T13:57:50.069Z] 10b020c29d3e: Waiting [2020-12-05T13:57:50.069Z] ace0eda3e3be: Waiting [2020-12-05T13:57:50.069Z] 7f423505cfeb: Waiting [2020-12-05T13:57:50.069Z] 6d90439f80ff: Layer already exists [2020-12-05T13:57:50.069Z] 272dff5084e8: Layer already exists [2020-12-05T13:57:50.069Z] 7b2b19b89264: Layer already exists [2020-12-05T13:57:50.069Z] d8e030d9172e: Layer already exists [2020-12-05T13:57:50.069Z] 32b4e28b1e20: Layer already exists [2020-12-05T13:57:50.069Z] 7f423505cfeb: Layer already exists [2020-12-05T13:57:50.069Z] 269cd60f06e4: Layer already exists [2020-12-05T13:57:50.069Z] cd72d03dc052: Layer already exists [2020-12-05T13:57:50.069Z] 10b020c29d3e: Layer already exists [2020-12-05T13:57:50.069Z] e59733b7cd50: Layer already exists [2020-12-05T13:57:50.069Z] ace0eda3e3be: Layer already exists [2020-12-05T13:57:50.070Z] 2.0.0-dev.3: digest: sha256:3f561d0bcdc68b1a3f3b81453bf26975427df8305ffde59ce6d1088d992cfa3e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:50.375Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:50.672Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:50.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-05T13:57:50.672Z] 6d90439f80ff: Preparing [2020-12-05T13:57:50.672Z] 7b2b19b89264: Preparing [2020-12-05T13:57:50.672Z] d8e030d9172e: Preparing [2020-12-05T13:57:50.672Z] 32b4e28b1e20: Preparing [2020-12-05T13:57:50.672Z] 32b4e28b1e20: Preparing [2020-12-05T13:57:50.672Z] 272dff5084e8: Preparing [2020-12-05T13:57:50.672Z] 7f423505cfeb: Preparing [2020-12-05T13:57:50.672Z] cd72d03dc052: Preparing [2020-12-05T13:57:50.672Z] 6d90439f80ff: Preparing [2020-12-05T13:57:50.672Z] 269cd60f06e4: Preparing [2020-12-05T13:57:50.672Z] e59733b7cd50: Preparing [2020-12-05T13:57:50.672Z] 10b020c29d3e: Preparing [2020-12-05T13:57:50.672Z] ace0eda3e3be: Preparing [2020-12-05T13:57:50.672Z] 7f423505cfeb: Waiting [2020-12-05T13:57:50.672Z] cd72d03dc052: Waiting [2020-12-05T13:57:50.672Z] e59733b7cd50: Waiting [2020-12-05T13:57:50.672Z] 269cd60f06e4: Waiting [2020-12-05T13:57:50.672Z] ace0eda3e3be: Waiting [2020-12-05T13:57:50.672Z] 6d90439f80ff: Layer already exists [2020-12-05T13:57:50.672Z] 7b2b19b89264: Layer already exists [2020-12-05T13:57:50.672Z] 272dff5084e8: Layer already exists [2020-12-05T13:57:50.672Z] 32b4e28b1e20: Layer already exists [2020-12-05T13:57:50.672Z] d8e030d9172e: Layer already exists [2020-12-05T13:57:50.672Z] 7f423505cfeb: Layer already exists [2020-12-05T13:57:50.672Z] 10b020c29d3e: Layer already exists [2020-12-05T13:57:50.672Z] e59733b7cd50: Layer already exists [2020-12-05T13:57:50.672Z] cd72d03dc052: Layer already exists [2020-12-05T13:57:50.672Z] 269cd60f06e4: Layer already exists [2020-12-05T13:57:50.672Z] ace0eda3e3be: Layer already exists [2020-12-05T13:57:50.672Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:3f561d0bcdc68b1a3f3b81453bf26975427df8305ffde59ce6d1088d992cfa3e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:50.974Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:51.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-05T13:57:51.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-05T13:57:51.279Z] 6d90439f80ff: Preparing [2020-12-05T13:57:51.280Z] 7b2b19b89264: Preparing [2020-12-05T13:57:51.280Z] d8e030d9172e: Preparing [2020-12-05T13:57:51.280Z] 32b4e28b1e20: Preparing [2020-12-05T13:57:51.280Z] 32b4e28b1e20: Preparing [2020-12-05T13:57:51.280Z] 272dff5084e8: Preparing [2020-12-05T13:57:51.280Z] 7f423505cfeb: Preparing [2020-12-05T13:57:51.280Z] cd72d03dc052: Preparing [2020-12-05T13:57:51.280Z] 6d90439f80ff: Preparing [2020-12-05T13:57:51.280Z] 269cd60f06e4: Preparing [2020-12-05T13:57:51.280Z] e59733b7cd50: Preparing [2020-12-05T13:57:51.280Z] 10b020c29d3e: Preparing [2020-12-05T13:57:51.280Z] ace0eda3e3be: Preparing [2020-12-05T13:57:51.280Z] 7f423505cfeb: Waiting [2020-12-05T13:57:51.280Z] cd72d03dc052: Waiting [2020-12-05T13:57:51.280Z] 269cd60f06e4: Waiting [2020-12-05T13:57:51.280Z] e59733b7cd50: Waiting [2020-12-05T13:57:51.280Z] ace0eda3e3be: Waiting [2020-12-05T13:57:51.280Z] 10b020c29d3e: Waiting [2020-12-05T13:57:51.280Z] 6d90439f80ff: Layer already exists [2020-12-05T13:57:51.280Z] 272dff5084e8: Layer already exists [2020-12-05T13:57:51.280Z] 32b4e28b1e20: Layer already exists [2020-12-05T13:57:51.280Z] d8e030d9172e: Layer already exists [2020-12-05T13:57:51.280Z] 7b2b19b89264: Layer already exists [2020-12-05T13:57:51.280Z] cd72d03dc052: Layer already exists [2020-12-05T13:57:51.280Z] 269cd60f06e4: Layer already exists [2020-12-05T13:57:51.280Z] 7f423505cfeb: Layer already exists [2020-12-05T13:57:51.280Z] e59733b7cd50: Layer already exists [2020-12-05T13:57:51.280Z] 10b020c29d3e: Layer already exists [2020-12-05T13:57:51.280Z] ace0eda3e3be: Layer already exists [2020-12-05T13:57:51.280Z] master: digest: sha256:3f561d0bcdc68b1a3f3b81453bf26975427df8305ffde59ce6d1088d992cfa3e size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T13:57:51.517Z] ===================================================== [Pipeline] echo [2020-12-05T13:57:51.564Z] taggedImages: [2020-12-05T13:57:51.564Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:51.564Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.3 [2020-12-05T13:57:51.564Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:51.564Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-12-05T13:57:51.632Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-05T13:57:51.632Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:51.632Z] 2.0.0-dev.3 [2020-12-05T13:57:51.632Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:51.632Z] master [2020-12-05T13:57:51.632Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:52.071Z] Collecting jsonschema<3,>=2.5.1 [2020-12-05T13:57:52.071Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-05T13:57:52.149Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:52.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:52.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-05T13:57:52.447Z] 348c815fe4cc: Preparing [2020-12-05T13:57:52.447Z] af1c46774ed4: Preparing [2020-12-05T13:57:52.447Z] c7c0261ce4c7: Preparing [2020-12-05T13:57:52.447Z] 202a5e1e4717: Preparing [2020-12-05T13:57:52.447Z] 327e0bc078a4: Preparing [2020-12-05T13:57:52.447Z] a7c022232c7f: Preparing [2020-12-05T13:57:52.447Z] 7714d4d5b3c3: Preparing [2020-12-05T13:57:52.447Z] 839030daccb4: Preparing [2020-12-05T13:57:52.447Z] 1b3ee35aacca: Preparing [2020-12-05T13:57:52.447Z] a7c022232c7f: Waiting [2020-12-05T13:57:52.447Z] 7714d4d5b3c3: Waiting [2020-12-05T13:57:52.447Z] 839030daccb4: Waiting [2020-12-05T13:57:52.447Z] 1b3ee35aacca: Waiting [2020-12-05T13:57:52.686Z] Collecting texttable<0.10,>=0.9.0 [2020-12-05T13:57:52.686Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-05T13:57:52.707Z] af1c46774ed4: Pushed [2020-12-05T13:57:52.708Z] 327e0bc078a4: Pushed [2020-12-05T13:57:52.708Z] 348c815fe4cc: Pushed [2020-12-05T13:57:52.708Z] 839030daccb4: Layer already exists [2020-12-05T13:57:52.708Z] 1b3ee35aacca: Layer already exists [2020-12-05T13:57:52.968Z] a7c022232c7f: Pushed [2020-12-05T13:57:52.968Z] 7714d4d5b3c3: Pushed [2020-12-05T13:57:53.541Z] 202a5e1e4717: Pushed [2020-12-05T13:57:53.541Z] c7c0261ce4c7: Pushed [2020-12-05T13:57:53.801Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:9731a7228ba8be1bf31024c71733f4bcef4e7b2f1875a7d954bab6bad2a314f1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:54.101Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:54.133Z] ---> 7f5c029a4f55 [2020-12-05T13:57:54.133Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-05T13:57:54.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.3 [2020-12-05T13:57:54.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-05T13:57:54.398Z] 348c815fe4cc: Preparing [2020-12-05T13:57:54.398Z] af1c46774ed4: Preparing [2020-12-05T13:57:54.398Z] c7c0261ce4c7: Preparing [2020-12-05T13:57:54.398Z] 202a5e1e4717: Preparing [2020-12-05T13:57:54.398Z] 327e0bc078a4: Preparing [2020-12-05T13:57:54.398Z] a7c022232c7f: Preparing [2020-12-05T13:57:54.398Z] 7714d4d5b3c3: Preparing [2020-12-05T13:57:54.398Z] 839030daccb4: Preparing [2020-12-05T13:57:54.398Z] 1b3ee35aacca: Preparing [2020-12-05T13:57:54.398Z] a7c022232c7f: Waiting [2020-12-05T13:57:54.398Z] 7714d4d5b3c3: Waiting [2020-12-05T13:57:54.398Z] 839030daccb4: Waiting [2020-12-05T13:57:54.398Z] 1b3ee35aacca: Waiting [2020-12-05T13:57:54.398Z] 327e0bc078a4: Layer already exists [2020-12-05T13:57:54.398Z] 202a5e1e4717: Layer already exists [2020-12-05T13:57:54.398Z] af1c46774ed4: Layer already exists [2020-12-05T13:57:54.398Z] 348c815fe4cc: Layer already exists [2020-12-05T13:57:54.398Z] c7c0261ce4c7: Layer already exists [2020-12-05T13:57:54.398Z] a7c022232c7f: Layer already exists [2020-12-05T13:57:54.398Z] 7714d4d5b3c3: Layer already exists [2020-12-05T13:57:54.398Z] 1b3ee35aacca: Layer already exists [2020-12-05T13:57:54.398Z] 839030daccb4: Layer already exists [2020-12-05T13:57:54.398Z] 2.0.0-dev.3: digest: sha256:9731a7228ba8be1bf31024c71733f4bcef4e7b2f1875a7d954bab6bad2a314f1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:54.701Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:54.741Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:57:54.741Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:57:54.741Z] ---> b82037cb1d8b [2020-12-05T13:57:54.741Z] Step 3/24 : WORKDIR /edgex-go [2020-12-05T13:57:54.741Z] ---> Using cache [2020-12-05T13:57:54.741Z] ---> d5ba837f67e8 [2020-12-05T13:57:54.741Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:57:54.741Z] ---> Using cache [2020-12-05T13:57:54.741Z] ---> 7577df982f7f [2020-12-05T13:57:54.741Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-05T13:57:54.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:54.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-05T13:57:54.998Z] 348c815fe4cc: Preparing [2020-12-05T13:57:54.998Z] af1c46774ed4: Preparing [2020-12-05T13:57:54.998Z] c7c0261ce4c7: Preparing [2020-12-05T13:57:54.998Z] 202a5e1e4717: Preparing [2020-12-05T13:57:54.998Z] 327e0bc078a4: Preparing [2020-12-05T13:57:54.998Z] a7c022232c7f: Preparing [2020-12-05T13:57:54.998Z] 7714d4d5b3c3: Preparing [2020-12-05T13:57:54.998Z] 839030daccb4: Preparing [2020-12-05T13:57:54.998Z] 1b3ee35aacca: Preparing [2020-12-05T13:57:54.998Z] a7c022232c7f: Waiting [2020-12-05T13:57:54.998Z] 7714d4d5b3c3: Waiting [2020-12-05T13:57:54.998Z] 839030daccb4: Waiting [2020-12-05T13:57:54.998Z] 1b3ee35aacca: Waiting [2020-12-05T13:57:54.998Z] c7c0261ce4c7: Layer already exists [2020-12-05T13:57:54.998Z] 202a5e1e4717: Layer already exists [2020-12-05T13:57:54.998Z] af1c46774ed4: Layer already exists [2020-12-05T13:57:54.998Z] 348c815fe4cc: Layer already exists [2020-12-05T13:57:54.998Z] 327e0bc078a4: Layer already exists [2020-12-05T13:57:54.998Z] a7c022232c7f: Layer already exists [2020-12-05T13:57:54.998Z] 839030daccb4: Layer already exists [2020-12-05T13:57:54.998Z] 7714d4d5b3c3: Layer already exists [2020-12-05T13:57:54.998Z] 1b3ee35aacca: Layer already exists [2020-12-05T13:57:54.998Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:9731a7228ba8be1bf31024c71733f4bcef4e7b2f1875a7d954bab6bad2a314f1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:55.021Z] ---> Running in e87f65db2b72 [2020-12-05T13:57:55.300Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:55.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-05T13:57:55.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-05T13:57:55.597Z] 348c815fe4cc: Preparing [2020-12-05T13:57:55.597Z] af1c46774ed4: Preparing [2020-12-05T13:57:55.597Z] c7c0261ce4c7: Preparing [2020-12-05T13:57:55.597Z] 202a5e1e4717: Preparing [2020-12-05T13:57:55.597Z] 327e0bc078a4: Preparing [2020-12-05T13:57:55.597Z] a7c022232c7f: Preparing [2020-12-05T13:57:55.597Z] 7714d4d5b3c3: Preparing [2020-12-05T13:57:55.597Z] 839030daccb4: Preparing [2020-12-05T13:57:55.597Z] 1b3ee35aacca: Preparing [2020-12-05T13:57:55.597Z] 839030daccb4: Waiting [2020-12-05T13:57:55.597Z] 1b3ee35aacca: Waiting [2020-12-05T13:57:55.597Z] a7c022232c7f: Waiting [2020-12-05T13:57:55.597Z] 7714d4d5b3c3: Waiting [2020-12-05T13:57:55.597Z] af1c46774ed4: Layer already exists [2020-12-05T13:57:55.597Z] 348c815fe4cc: Layer already exists [2020-12-05T13:57:55.597Z] 202a5e1e4717: Layer already exists [2020-12-05T13:57:55.597Z] 327e0bc078a4: Layer already exists [2020-12-05T13:57:55.597Z] c7c0261ce4c7: Layer already exists [2020-12-05T13:57:55.597Z] 839030daccb4: Layer already exists [2020-12-05T13:57:55.597Z] a7c022232c7f: Layer already exists [2020-12-05T13:57:55.597Z] 7714d4d5b3c3: Layer already exists [2020-12-05T13:57:55.597Z] 1b3ee35aacca: Layer already exists [2020-12-05T13:57:55.597Z] master: digest: sha256:9731a7228ba8be1bf31024c71733f4bcef4e7b2f1875a7d954bab6bad2a314f1 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T13:57:55.789Z] ===================================================== [Pipeline] echo [2020-12-05T13:57:55.833Z] taggedImages: [2020-12-05T13:57:55.833Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:55.833Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.3 [2020-12-05T13:57:55.833Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:55.833Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-05T13:57:55.893Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-05T13:57:55.893Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:55.893Z] 2.0.0-dev.3 [2020-12-05T13:57:55.893Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:57:55.893Z] master [2020-12-05T13:57:55.893Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-05T13:57:56.022Z] ---> c0555c0d3abb [2020-12-05T13:57:56.022Z] Step 19/23 : ENTRYPOINT ["/core-data"] [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:56.303Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-05T13:57:56.303Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-05T13:57:56.303Z] ---> Running in 47e7c7df2276 [2020-12-05T13:57:56.315Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:56.609Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:57:56.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-05T13:57:56.609Z] 378572d93877: Preparing [2020-12-05T13:57:56.609Z] 82cf471652bd: Preparing [2020-12-05T13:57:56.609Z] 53fda7dfac2d: Preparing [2020-12-05T13:57:56.609Z] 54aa9650b591: Preparing [2020-12-05T13:57:56.609Z] 8258636da54f: Preparing [2020-12-05T13:57:56.609Z] 52b2ca3680a5: Preparing [2020-12-05T13:57:56.609Z] 52b2ca3680a5: Waiting [2020-12-05T13:57:56.869Z] 378572d93877: Pushed [2020-12-05T13:57:56.869Z] 54aa9650b591: Pushed [2020-12-05T13:57:56.869Z] 53fda7dfac2d: Pushed [2020-12-05T13:57:56.869Z] 8258636da54f: Pushed [2020-12-05T13:57:56.911Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-05T13:57:56.911Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-05T13:57:57.131Z] 52b2ca3680a5: Pushed [2020-12-05T13:57:57.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T13:57:57.464Z] Removing intermediate container 47e7c7df2276 [2020-12-05T13:57:57.464Z] ---> b5b7518d51bc [2020-12-05T13:57:57.464Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T13:57:57.464Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-05T13:57:57.464Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-05T13:57:57.702Z] 82cf471652bd: Pushed [2020-12-05T13:57:57.739Z] ---> Running in 71c79dedb762 [2020-12-05T13:57:57.963Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:a64158128f942913b2c8bb40dba19872913d60e412dc522a5c2674fdbcf4ae10 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:58.263Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:58.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T13:57:58.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.3 [2020-12-05T13:57:58.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-05T13:57:58.557Z] 378572d93877: Preparing [2020-12-05T13:57:58.558Z] 82cf471652bd: Preparing [2020-12-05T13:57:58.558Z] 53fda7dfac2d: Preparing [2020-12-05T13:57:58.558Z] 54aa9650b591: Preparing [2020-12-05T13:57:58.558Z] 8258636da54f: Preparing [2020-12-05T13:57:58.558Z] 52b2ca3680a5: Preparing [2020-12-05T13:57:58.558Z] 52b2ca3680a5: Waiting [2020-12-05T13:57:58.558Z] 378572d93877: Layer already exists [2020-12-05T13:57:58.558Z] 82cf471652bd: Layer already exists [2020-12-05T13:57:58.558Z] 54aa9650b591: Layer already exists [2020-12-05T13:57:58.558Z] 53fda7dfac2d: Layer already exists [2020-12-05T13:57:58.558Z] 8258636da54f: Layer already exists [2020-12-05T13:57:58.558Z] 52b2ca3680a5: Layer already exists [2020-12-05T13:57:58.650Z] Removing intermediate container 71c79dedb762 [2020-12-05T13:57:58.650Z] ---> e15435bef890 [2020-12-05T13:57:58.650Z] Step 21/23 : LABEL arch=arm64 [2020-12-05T13:57:58.819Z] 2.0.0-dev.3: digest: sha256:a64158128f942913b2c8bb40dba19872913d60e412dc522a5c2674fdbcf4ae10 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:57:58.933Z] ---> Running in b258a7218e4c [2020-12-05T13:57:59.120Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:00.511Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:58:00.511Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:58:00.511Z] OK: 12616 distinct packages available [2020-12-05T13:58:00.511Z] Removing intermediate container b258a7218e4c [2020-12-05T13:58:00.511Z] ---> ba0771cb0f04 [2020-12-05T13:58:00.511Z] Step 22/23 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:58:00.511Z] 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-12-05T13:58:00.511Z] ---> Running in 80e9e6e76eab [2020-12-05T13:58:00.511Z] OK: 217 MiB in 51 packages [2020-12-05T13:58:00.511Z] Collecting docker-pycreds>=0.4.0 [2020-12-05T13:58:00.511Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-05T13:58:00.750Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:58:00.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-05T13:58:00.750Z] 378572d93877: Preparing [2020-12-05T13:58:00.750Z] 82cf471652bd: Preparing [2020-12-05T13:58:00.750Z] 53fda7dfac2d: Preparing [2020-12-05T13:58:00.750Z] 54aa9650b591: Preparing [2020-12-05T13:58:00.750Z] 8258636da54f: Preparing [2020-12-05T13:58:00.750Z] 52b2ca3680a5: Preparing [2020-12-05T13:58:00.750Z] 52b2ca3680a5: Waiting [2020-12-05T13:58:00.750Z] 378572d93877: Layer already exists [2020-12-05T13:58:00.750Z] 82cf471652bd: Layer already exists [2020-12-05T13:58:00.750Z] 54aa9650b591: Layer already exists [2020-12-05T13:58:00.750Z] 53fda7dfac2d: Layer already exists [2020-12-05T13:58:00.750Z] 8258636da54f: Layer already exists [2020-12-05T13:58:00.750Z] 52b2ca3680a5: Layer already exists [2020-12-05T13:58:00.750Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:a64158128f942913b2c8bb40dba19872913d60e412dc522a5c2674fdbcf4ae10 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:00.789Z] 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-12-05T13:58:01.055Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:01.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-05T13:58:01.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-05T13:58:01.358Z] 378572d93877: Preparing [2020-12-05T13:58:01.358Z] 82cf471652bd: Preparing [2020-12-05T13:58:01.358Z] 53fda7dfac2d: Preparing [2020-12-05T13:58:01.358Z] 54aa9650b591: Preparing [2020-12-05T13:58:01.358Z] 8258636da54f: Preparing [2020-12-05T13:58:01.358Z] 52b2ca3680a5: Preparing [2020-12-05T13:58:01.358Z] 52b2ca3680a5: Waiting [2020-12-05T13:58:01.358Z] 54aa9650b591: Layer already exists [2020-12-05T13:58:01.358Z] 82cf471652bd: Layer already exists [2020-12-05T13:58:01.358Z] 378572d93877: Layer already exists [2020-12-05T13:58:01.358Z] 8258636da54f: Layer already exists [2020-12-05T13:58:01.358Z] 53fda7dfac2d: Layer already exists [2020-12-05T13:58:01.358Z] 52b2ca3680a5: Layer already exists [2020-12-05T13:58:01.358Z] master: digest: sha256:a64158128f942913b2c8bb40dba19872913d60e412dc522a5c2674fdbcf4ae10 size: 1573 [Pipeline] } [2020-12-05T13:58:01.395Z] Removing intermediate container 80e9e6e76eab [2020-12-05T13:58:01.395Z] ---> 79ba6010f8c6 [2020-12-05T13:58:01.395Z] Step 23/23 : LABEL version=2.0.0-dev.3 [2020-12-05T13:58:01.395Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-05T13:58:01.395Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T13:58:01.539Z] ===================================================== [Pipeline] echo [2020-12-05T13:58:01.583Z] taggedImages: [2020-12-05T13:58:01.583Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:58:01.583Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.3 [2020-12-05T13:58:01.583Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:58:01.583Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-12-05T13:58:01.648Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-05T13:58:01.648Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:58:01.648Z] 2.0.0-dev.3 [2020-12-05T13:58:01.648Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:58:01.648Z] master [2020-12-05T13:58:01.648Z] ===================================================== [2020-12-05T13:58:01.683Z] ---> Running in cc133c53abbc [2020-12-05T13:58:01.683Z] 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) [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:01.958Z] Collecting idna<2.8,>=2.5 [2020-12-05T13:58:02.150Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:02.234Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-05T13:58:02.235Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-05T13:58:02.235Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-05T13:58:02.235Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-05T13:58:02.235Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-05T13:58:02.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:58:02.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-05T13:58:02.491Z] 324ff4bfcfd9: Preparing [2020-12-05T13:58:02.491Z] cd263ce2f72c: Preparing [2020-12-05T13:58:02.491Z] c5982fc34213: Preparing [2020-12-05T13:58:02.520Z] Removing intermediate container e87f65db2b72 [2020-12-05T13:58:02.520Z] ---> 6b1825a0d9e5 [2020-12-05T13:58:02.520Z] Step 6/24 : COPY go.mod . [2020-12-05T13:58:02.754Z] c5982fc34213: Pushed [2020-12-05T13:58:02.754Z] 324ff4bfcfd9: Pushed [2020-12-05T13:58:02.802Z] Removing intermediate container cc133c53abbc [2020-12-05T13:58:02.802Z] ---> f741b3ce1f77 [2020-12-05T13:58:02.802Z] [2020-12-05T13:58:03.417Z] Successfully built f741b3ce1f77 [2020-12-05T13:58:03.417Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-05T13:58:03.417Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2020-12-05T13:58:03.696Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, PyYAML, docopt, jsonschema, texttable, dockerpty, docker-compose [2020-12-05T13:58:03.696Z] Attempting uninstall: urllib3 [2020-12-05T13:58:03.696Z] Found existing installation: urllib3 1.25.9 [2020-12-05T13:58:03.696Z] Uninstalling urllib3-1.25.9: [2020-12-05T13:58:03.697Z] cd263ce2f72c: Pushed [2020-12-05T13:58:03.958Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:0d80fdb327b0ab3a1c15b88463c21f8a205c16f909fa78d3ddac06db3f29eede size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:03.978Z] ---> 19a0c64d78de [2020-12-05T13:58:03.978Z] Step 7/24 : RUN go mod download [2020-12-05T13:58:03.978Z] Successfully uninstalled urllib3-1.25.9 [2020-12-05T13:58:04.261Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.3 [2020-12-05T13:58:04.261Z] ---> 79350ed750a0 [2020-12-05T13:58:04.261Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-05T13:58:04.261Z] ---> Running in e20d711d0bfc [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:04.547Z] ---> Running in 9ea00953ed06 [2020-12-05T13:58:04.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.3 [2020-12-05T13:58:04.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-05T13:58:04.559Z] 324ff4bfcfd9: Preparing [2020-12-05T13:58:04.559Z] cd263ce2f72c: Preparing [2020-12-05T13:58:04.559Z] c5982fc34213: Preparing [2020-12-05T13:58:04.559Z] c5982fc34213: Layer already exists [2020-12-05T13:58:04.559Z] 324ff4bfcfd9: Layer already exists [2020-12-05T13:58:04.559Z] cd263ce2f72c: Layer already exists [2020-12-05T13:58:04.559Z] 2.0.0-dev.3: digest: sha256:0d80fdb327b0ab3a1c15b88463c21f8a205c16f909fa78d3ddac06db3f29eede size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:04.827Z] Attempting uninstall: idna [2020-12-05T13:58:04.827Z] Found existing installation: idna 2.9 [2020-12-05T13:58:04.827Z] Uninstalling idna-2.9: [2020-12-05T13:58:04.859Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:05.106Z] Successfully uninstalled idna-2.9 [2020-12-05T13:58:05.158Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:58:05.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-05T13:58:05.158Z] 324ff4bfcfd9: Preparing [2020-12-05T13:58:05.158Z] cd263ce2f72c: Preparing [2020-12-05T13:58:05.158Z] c5982fc34213: Preparing [2020-12-05T13:58:05.158Z] c5982fc34213: Layer already exists [2020-12-05T13:58:05.158Z] cd263ce2f72c: Layer already exists [2020-12-05T13:58:05.158Z] 324ff4bfcfd9: Layer already exists [2020-12-05T13:58:05.158Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:0d80fdb327b0ab3a1c15b88463c21f8a205c16f909fa78d3ddac06db3f29eede size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:05.459Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:05.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-05T13:58:05.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-05T13:58:05.753Z] 324ff4bfcfd9: Preparing [2020-12-05T13:58:05.753Z] cd263ce2f72c: Preparing [2020-12-05T13:58:05.753Z] c5982fc34213: Preparing [2020-12-05T13:58:05.753Z] cd263ce2f72c: Layer already exists [2020-12-05T13:58:05.753Z] 324ff4bfcfd9: Layer already exists [2020-12-05T13:58:05.753Z] c5982fc34213: Layer already exists [2020-12-05T13:58:05.753Z] master: digest: sha256:0d80fdb327b0ab3a1c15b88463c21f8a205c16f909fa78d3ddac06db3f29eede size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T13:58:06.066Z] ===================================================== [2020-12-05T13:58:06.111Z] Attempting uninstall: requests [2020-12-05T13:58:06.111Z] Found existing installation: requests 2.23.0 [2020-12-05T13:58:06.111Z] Uninstalling requests-2.23.0: [2020-12-05T13:58:06.111Z] Successfully uninstalled requests-2.23.0 [Pipeline] echo [2020-12-05T13:58:06.114Z] taggedImages: [2020-12-05T13:58:06.114Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:58:06.114Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.3 [2020-12-05T13:58:06.114Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:58:06.114Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-05T13:58:06.176Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-05T13:58:06.176Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:58:06.176Z] 2.0.0-dev.3 [2020-12-05T13:58:06.176Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:58:06.176Z] master [2020-12-05T13:58:06.176Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:06.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-05T13:58:06.644Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:06.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:58:06.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-05T13:58:06.944Z] b92ca4e4b22a: Preparing [2020-12-05T13:58:06.944Z] ae63decdee7b: Preparing [2020-12-05T13:58:06.944Z] 097ad3051ed1: Preparing [2020-12-05T13:58:06.944Z] 59b59acc8111: Preparing [2020-12-05T13:58:06.944Z] cdc7506406b3: Preparing [2020-12-05T13:58:06.944Z] eaa88cd7fe09: Preparing [2020-12-05T13:58:06.944Z] 592d72b78334: Preparing [2020-12-05T13:58:06.944Z] 3d9ce3ccee13: Preparing [2020-12-05T13:58:06.944Z] 84631c253a1d: Preparing [2020-12-05T13:58:06.944Z] 336623de938e: Preparing [2020-12-05T13:58:06.944Z] 63533b406c5a: Preparing [2020-12-05T13:58:06.944Z] 31b11ec6ff38: Preparing [2020-12-05T13:58:06.944Z] 911954e2fe49: Preparing [2020-12-05T13:58:06.944Z] ace0eda3e3be: Preparing [2020-12-05T13:58:06.944Z] 336623de938e: Waiting [2020-12-05T13:58:06.944Z] 63533b406c5a: Waiting [2020-12-05T13:58:06.944Z] 31b11ec6ff38: Waiting [2020-12-05T13:58:06.944Z] eaa88cd7fe09: Waiting [2020-12-05T13:58:06.944Z] 911954e2fe49: Waiting [2020-12-05T13:58:06.944Z] 592d72b78334: Waiting [2020-12-05T13:58:06.944Z] ace0eda3e3be: Waiting [2020-12-05T13:58:06.944Z] 84631c253a1d: Waiting [2020-12-05T13:58:07.207Z] cdc7506406b3: Pushed [2020-12-05T13:58:07.207Z] b92ca4e4b22a: Pushed [2020-12-05T13:58:07.472Z] 59b59acc8111: Pushed [2020-12-05T13:58:07.472Z] 3d9ce3ccee13: Layer already exists [2020-12-05T13:58:07.472Z] 84631c253a1d: Layer already exists [2020-12-05T13:58:07.472Z] 336623de938e: Layer already exists [2020-12-05T13:58:07.738Z] 592d72b78334: Pushed [2020-12-05T13:58:07.738Z] 63533b406c5a: Layer already exists [2020-12-05T13:58:07.738Z] 31b11ec6ff38: Layer already exists [2020-12-05T13:58:07.738Z] 911954e2fe49: Layer already exists [2020-12-05T13:58:07.738Z] ace0eda3e3be: Layer already exists [2020-12-05T13:58:08.315Z] eaa88cd7fe09: Pushed [2020-12-05T13:58:08.315Z] ae63decdee7b: Pushed [2020-12-05T13:58:09.035Z] Running setup.py install for PyYAML: started [2020-12-05T13:58:09.313Z] Removing intermediate container e20d711d0bfc [2020-12-05T13:58:09.313Z] ---> befbff44292f [2020-12-05T13:58:09.313Z] Step 8/24 : COPY . . [2020-12-05T13:58:11.974Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-05T13:58:11.974Z] Running setup.py install for docopt: started [2020-12-05T13:58:14.654Z] Running setup.py install for docopt: finished with status 'done' [2020-12-05T13:58:14.931Z] Running setup.py install for texttable: started [2020-12-05T13:58:16.476Z] 097ad3051ed1: Pushed [2020-12-05T13:58:16.476Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:5dc24634610517e3d2a153113a0dde3d3c6f7ab455518fbc1dde972aec9839f2 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:16.786Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:17.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.3 [2020-12-05T13:58:17.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-05T13:58:17.084Z] b92ca4e4b22a: Preparing [2020-12-05T13:58:17.084Z] ae63decdee7b: Preparing [2020-12-05T13:58:17.084Z] 097ad3051ed1: Preparing [2020-12-05T13:58:17.084Z] 59b59acc8111: Preparing [2020-12-05T13:58:17.084Z] cdc7506406b3: Preparing [2020-12-05T13:58:17.084Z] eaa88cd7fe09: Preparing [2020-12-05T13:58:17.084Z] 592d72b78334: Preparing [2020-12-05T13:58:17.084Z] 3d9ce3ccee13: Preparing [2020-12-05T13:58:17.084Z] 84631c253a1d: Preparing [2020-12-05T13:58:17.084Z] 336623de938e: Preparing [2020-12-05T13:58:17.084Z] 63533b406c5a: Preparing [2020-12-05T13:58:17.084Z] 31b11ec6ff38: Preparing [2020-12-05T13:58:17.084Z] 911954e2fe49: Preparing [2020-12-05T13:58:17.084Z] ace0eda3e3be: Preparing [2020-12-05T13:58:17.084Z] eaa88cd7fe09: Waiting [2020-12-05T13:58:17.084Z] 592d72b78334: Waiting [2020-12-05T13:58:17.084Z] 3d9ce3ccee13: Waiting [2020-12-05T13:58:17.084Z] 84631c253a1d: Waiting [2020-12-05T13:58:17.084Z] 336623de938e: Waiting [2020-12-05T13:58:17.084Z] 63533b406c5a: Waiting [2020-12-05T13:58:17.084Z] 31b11ec6ff38: Waiting [2020-12-05T13:58:17.084Z] 911954e2fe49: Waiting [2020-12-05T13:58:17.084Z] ace0eda3e3be: Waiting [2020-12-05T13:58:17.084Z] ae63decdee7b: Layer already exists [2020-12-05T13:58:17.084Z] 097ad3051ed1: Layer already exists [2020-12-05T13:58:17.084Z] 59b59acc8111: Layer already exists [2020-12-05T13:58:17.084Z] b92ca4e4b22a: Layer already exists [2020-12-05T13:58:17.084Z] cdc7506406b3: Layer already exists [2020-12-05T13:58:17.084Z] 592d72b78334: Layer already exists [2020-12-05T13:58:17.084Z] eaa88cd7fe09: Layer already exists [2020-12-05T13:58:17.084Z] 84631c253a1d: Layer already exists [2020-12-05T13:58:17.084Z] 3d9ce3ccee13: Layer already exists [2020-12-05T13:58:17.084Z] 336623de938e: Layer already exists [2020-12-05T13:58:17.084Z] 63533b406c5a: Layer already exists [2020-12-05T13:58:17.084Z] 31b11ec6ff38: Layer already exists [2020-12-05T13:58:17.084Z] 911954e2fe49: Layer already exists [2020-12-05T13:58:17.084Z] ace0eda3e3be: Layer already exists [2020-12-05T13:58:17.346Z] 2.0.0-dev.3: digest: sha256:5dc24634610517e3d2a153113a0dde3d3c6f7ab455518fbc1dde972aec9839f2 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:17.581Z] Running setup.py install for texttable: finished with status 'done' [2020-12-05T13:58:17.582Z] Running setup.py install for dockerpty: started [2020-12-05T13:58:17.652Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:17.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:58:17.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-05T13:58:17.957Z] b92ca4e4b22a: Preparing [2020-12-05T13:58:17.957Z] ae63decdee7b: Preparing [2020-12-05T13:58:17.957Z] 097ad3051ed1: Preparing [2020-12-05T13:58:17.957Z] 59b59acc8111: Preparing [2020-12-05T13:58:17.957Z] cdc7506406b3: Preparing [2020-12-05T13:58:17.957Z] eaa88cd7fe09: Preparing [2020-12-05T13:58:17.957Z] 592d72b78334: Preparing [2020-12-05T13:58:17.957Z] 3d9ce3ccee13: Preparing [2020-12-05T13:58:17.957Z] 84631c253a1d: Preparing [2020-12-05T13:58:17.957Z] 336623de938e: Preparing [2020-12-05T13:58:17.957Z] 63533b406c5a: Preparing [2020-12-05T13:58:17.957Z] 31b11ec6ff38: Preparing [2020-12-05T13:58:17.957Z] 911954e2fe49: Preparing [2020-12-05T13:58:17.957Z] ace0eda3e3be: Preparing [2020-12-05T13:58:17.957Z] eaa88cd7fe09: Waiting [2020-12-05T13:58:17.957Z] 592d72b78334: Waiting [2020-12-05T13:58:17.957Z] 3d9ce3ccee13: Waiting [2020-12-05T13:58:17.957Z] 84631c253a1d: Waiting [2020-12-05T13:58:17.957Z] 336623de938e: Waiting [2020-12-05T13:58:17.957Z] 63533b406c5a: Waiting [2020-12-05T13:58:17.957Z] 31b11ec6ff38: Waiting [2020-12-05T13:58:17.957Z] 911954e2fe49: Waiting [2020-12-05T13:58:17.957Z] ace0eda3e3be: Waiting [2020-12-05T13:58:17.957Z] b92ca4e4b22a: Layer already exists [2020-12-05T13:58:17.957Z] cdc7506406b3: Layer already exists [2020-12-05T13:58:17.957Z] ae63decdee7b: Layer already exists [2020-12-05T13:58:17.957Z] 59b59acc8111: Layer already exists [2020-12-05T13:58:17.957Z] 097ad3051ed1: Layer already exists [2020-12-05T13:58:17.957Z] eaa88cd7fe09: Layer already exists [2020-12-05T13:58:17.957Z] 592d72b78334: Layer already exists [2020-12-05T13:58:17.957Z] 84631c253a1d: Layer already exists [2020-12-05T13:58:17.957Z] 3d9ce3ccee13: Layer already exists [2020-12-05T13:58:17.957Z] 336623de938e: Layer already exists [2020-12-05T13:58:17.957Z] 63533b406c5a: Layer already exists [2020-12-05T13:58:17.957Z] ace0eda3e3be: Layer already exists [2020-12-05T13:58:17.957Z] 911954e2fe49: Layer already exists [2020-12-05T13:58:17.957Z] 31b11ec6ff38: Layer already exists [2020-12-05T13:58:18.218Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:5dc24634610517e3d2a153113a0dde3d3c6f7ab455518fbc1dde972aec9839f2 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:18.526Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T13:58:18.574Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:58:18.574Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:58:18.574Z] ---> b82037cb1d8b [2020-12-05T13:58:18.574Z] Step 3/21 : WORKDIR /edgex-go [2020-12-05T13:58:18.574Z] ---> Using cache [2020-12-05T13:58:18.574Z] ---> d5ba837f67e8 [2020-12-05T13:58:18.574Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:58:18.574Z] ---> Using cache [2020-12-05T13:58:18.574Z] ---> 7577df982f7f [2020-12-05T13:58:18.574Z] Step 5/21 : RUN apk update && apk add make git [2020-12-05T13:58:18.574Z] ---> Using cache [2020-12-05T13:58:18.574Z] ---> be5a27a078fb [2020-12-05T13:58:18.574Z] Step 6/21 : COPY go.mod . [2020-12-05T13:58:18.574Z] ---> Using cache [2020-12-05T13:58:18.574Z] ---> 7711bfdceb0b [2020-12-05T13:58:18.574Z] Step 7/21 : RUN go mod download [2020-12-05T13:58:18.574Z] ---> Using cache [2020-12-05T13:58:18.574Z] ---> 54e81853c353 [2020-12-05T13:58:18.574Z] Step 8/21 : COPY . . [2020-12-05T13:58:18.574Z] ---> Using cache [2020-12-05T13:58:18.574Z] ---> fc1b4c9caa45 [2020-12-05T13:58:18.574Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-05T13:58:18.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-05T13:58:18.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-05T13:58:18.827Z] b92ca4e4b22a: Preparing [2020-12-05T13:58:18.827Z] ae63decdee7b: Preparing [2020-12-05T13:58:18.827Z] 097ad3051ed1: Preparing [2020-12-05T13:58:18.827Z] 59b59acc8111: Preparing [2020-12-05T13:58:18.827Z] cdc7506406b3: Preparing [2020-12-05T13:58:18.827Z] eaa88cd7fe09: Preparing [2020-12-05T13:58:18.827Z] 592d72b78334: Preparing [2020-12-05T13:58:18.827Z] 3d9ce3ccee13: Preparing [2020-12-05T13:58:18.827Z] 84631c253a1d: Preparing [2020-12-05T13:58:18.827Z] 336623de938e: Preparing [2020-12-05T13:58:18.827Z] 63533b406c5a: Preparing [2020-12-05T13:58:18.827Z] 31b11ec6ff38: Preparing [2020-12-05T13:58:18.827Z] 911954e2fe49: Preparing [2020-12-05T13:58:18.827Z] ace0eda3e3be: Preparing [2020-12-05T13:58:18.827Z] 3d9ce3ccee13: Waiting [2020-12-05T13:58:18.827Z] 84631c253a1d: Waiting [2020-12-05T13:58:18.827Z] ace0eda3e3be: Waiting [2020-12-05T13:58:18.827Z] 336623de938e: Waiting [2020-12-05T13:58:18.827Z] 31b11ec6ff38: Waiting [2020-12-05T13:58:18.827Z] 63533b406c5a: Waiting [2020-12-05T13:58:18.827Z] 911954e2fe49: Waiting [2020-12-05T13:58:18.827Z] eaa88cd7fe09: Waiting [2020-12-05T13:58:18.827Z] 592d72b78334: Waiting [2020-12-05T13:58:18.827Z] 097ad3051ed1: Layer already exists [2020-12-05T13:58:18.827Z] b92ca4e4b22a: Layer already exists [2020-12-05T13:58:18.827Z] cdc7506406b3: Layer already exists [2020-12-05T13:58:18.827Z] ae63decdee7b: Layer already exists [2020-12-05T13:58:18.827Z] 59b59acc8111: Layer already exists [2020-12-05T13:58:18.827Z] eaa88cd7fe09: Layer already exists [2020-12-05T13:58:18.827Z] 3d9ce3ccee13: Layer already exists [2020-12-05T13:58:18.827Z] 592d72b78334: Layer already exists [2020-12-05T13:58:18.827Z] 336623de938e: Layer already exists [2020-12-05T13:58:18.827Z] 84631c253a1d: Layer already exists [2020-12-05T13:58:18.827Z] 63533b406c5a: Layer already exists [2020-12-05T13:58:18.827Z] 911954e2fe49: Layer already exists [2020-12-05T13:58:18.827Z] 31b11ec6ff38: Layer already exists [2020-12-05T13:58:18.827Z] ace0eda3e3be: Layer already exists [2020-12-05T13:58:19.090Z] master: digest: sha256:5dc24634610517e3d2a153113a0dde3d3c6f7ab455518fbc1dde972aec9839f2 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T13:58:19.270Z] ===================================================== [Pipeline] echo [2020-12-05T13:58:19.319Z] taggedImages: [2020-12-05T13:58:19.319Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:58:19.319Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.3 [2020-12-05T13:58:19.319Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T13:58:19.319Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-05T13:58:20.698Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-05T13:58:21.731Z] ---> Running in ab71c0456fd4 [2020-12-05T13:58:22.015Z] 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-12-05T13:58:24.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-05T13:58:24.638Z] ---> 7478d928c805 [2020-12-05T13:58:24.638Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-05T13:58:24.638Z] ---> Running in caa8b3787473 [2020-12-05T13:58:26.646Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-05T13:58:28.126Z] Removing intermediate container 61bd87fdb0e8 [2020-12-05T13:58:28.126Z] ---> 8225e9837e09 [2020-12-05T13:58:28.126Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-05T13:58:28.126Z] ---> Running in 7d604c973062 [2020-12-05T13:58:30.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T13:58:30.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T13:58:31.414Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-05T13:58:31.414Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-05T13:58:31.414Z] (3/3) Installing curl (7.69.1-r1) [2020-12-05T13:58:31.414Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T13:58:31.414Z] OK: 71 MiB in 58 packages [2020-12-05T13:58:33.455Z] Removing intermediate container 7d604c973062 [2020-12-05T13:58:33.455Z] ---> f33040e14b48 [2020-12-05T13:58:33.455Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-05T13:58:33.737Z] ---> Running in c1c5b2f1cb0c [2020-12-05T13:58:34.353Z] Removing intermediate container c1c5b2f1cb0c [2020-12-05T13:58:34.353Z] ---> f8232e50a22d [2020-12-05T13:58:34.353Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T13:58:34.635Z] ---> Running in 13621c60f223 [2020-12-05T13:58:35.249Z] Removing intermediate container 13621c60f223 [2020-12-05T13:58:35.249Z] ---> d0e768323b40 [2020-12-05T13:58:35.249Z] Step 25/27 : LABEL arch=arm64 [2020-12-05T13:58:35.533Z] ---> Running in b7dc1fb86943 [2020-12-05T13:58:36.147Z] Removing intermediate container b7dc1fb86943 [2020-12-05T13:58:36.147Z] ---> 6d18954e0604 [2020-12-05T13:58:36.147Z] Step 26/27 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:58:36.147Z] ---> Running in 735f880250bd [2020-12-05T13:58:37.157Z] Removing intermediate container 735f880250bd [2020-12-05T13:58:37.157Z] ---> 32e18875102b [2020-12-05T13:58:37.157Z] Step 27/27 : LABEL version=2.0.0-dev.3 [2020-12-05T13:58:37.157Z] ---> Running in 5c7ea99b4485 [2020-12-05T13:58:37.782Z] Removing intermediate container 5c7ea99b4485 [2020-12-05T13:58:37.782Z] ---> a37da02e1517 [2020-12-05T13:58:37.782Z] [2020-12-05T13:58:38.060Z] Successfully built a37da02e1517 [2020-12-05T13:58:38.060Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-05T13:58:38.060Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-command-go [2020-12-05T13:58:39.530Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-05T13:58:54.702Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T13:58:54.702Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-05T13:58:54.702Z] ---> b82037cb1d8b [2020-12-05T13:58:54.702Z] Step 3/22 : WORKDIR /edgex-go [2020-12-05T13:58:54.702Z] ---> Using cache [2020-12-05T13:58:54.702Z] ---> d5ba837f67e8 [2020-12-05T13:58:54.702Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T13:58:54.702Z] ---> Using cache [2020-12-05T13:58:54.702Z] ---> 7577df982f7f [2020-12-05T13:58:54.702Z] Step 5/22 : RUN apk update && apk add make git [2020-12-05T13:58:54.702Z] ---> Using cache [2020-12-05T13:58:54.702Z] ---> be5a27a078fb [2020-12-05T13:58:54.702Z] Step 6/22 : COPY go.mod . [2020-12-05T13:58:54.702Z] ---> Using cache [2020-12-05T13:58:54.702Z] ---> 7711bfdceb0b [2020-12-05T13:58:54.702Z] Step 7/22 : RUN go mod download [2020-12-05T13:58:54.702Z] ---> Using cache [2020-12-05T13:58:54.702Z] ---> 54e81853c353 [2020-12-05T13:58:54.702Z] Step 8/22 : COPY . . [2020-12-05T13:58:54.702Z] ---> Using cache [2020-12-05T13:58:54.702Z] ---> fc1b4c9caa45 [2020-12-05T13:58:54.702Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-05T13:58:54.702Z] ---> Running in d8ca0ce44e95 [2020-12-05T13:58:56.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.3" -o cmd/core-command/core-command ./cmd/core-command [2020-12-05T13:58:58.865Z] Removing intermediate container bc617521c320 [2020-12-05T13:58:58.865Z] ---> bc4d19364dbf [2020-12-05T13:58:58.865Z] [2020-12-05T13:58:58.865Z] Step 10/21 : FROM alpine [2020-12-05T13:58:58.865Z] ---> 2e77e061c27f [2020-12-05T13:58:58.865Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-05T13:58:59.148Z] ---> Running in 30277af54fa7 [2020-12-05T13:59:01.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T13:59:01.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T13:59:02.447Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:59:02.447Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:59:02.447Z] OK: 12617 distinct packages available [2020-12-05T13:59:03.446Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-05T13:59:03.446Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-05T13:59:03.446Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-05T13:59:03.446Z] (4/4) Installing curl (7.69.1-r1) [2020-12-05T13:59:03.726Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T13:59:03.726Z] Executing ca-certificates-20191127-r4.trigger [2020-12-05T13:59:04.006Z] OK: 7 MiB in 18 packages [2020-12-05T13:59:06.680Z] Removing intermediate container 30277af54fa7 [2020-12-05T13:59:06.680Z] ---> 5acc5c1e42d1 [2020-12-05T13:59:06.680Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-05T13:59:06.680Z] ---> Running in 31def81dd79a [2020-12-05T13:59:07.291Z] Removing intermediate container 31def81dd79a [2020-12-05T13:59:07.291Z] ---> 8541cba19d81 [2020-12-05T13:59:07.291Z] Step 13/21 : WORKDIR /edgex [2020-12-05T13:59:07.570Z] ---> Running in b81d1e4eb655 [2020-12-05T13:59:08.178Z] Removing intermediate container b81d1e4eb655 [2020-12-05T13:59:08.178Z] ---> d55e90980532 [2020-12-05T13:59:08.178Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-05T13:59:09.181Z] ---> ef136308f018 [2020-12-05T13:59:09.181Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-05T13:59:11.188Z] ---> 1b296f1c60f4 [2020-12-05T13:59:11.188Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-05T13:59:12.662Z] ---> ed4916f62da6 [2020-12-05T13:59:12.662Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-05T13:59:12.662Z] ---> Running in 690508912d87 [2020-12-05T13:59:13.665Z] Removing intermediate container 690508912d87 [2020-12-05T13:59:13.665Z] ---> 367e805b0d64 [2020-12-05T13:59:13.665Z] Step 18/21 : CMD ["--init=true"] [2020-12-05T13:59:13.665Z] ---> Running in 7459a80adc9b [2020-12-05T13:59:14.273Z] Removing intermediate container 7459a80adc9b [2020-12-05T13:59:14.273Z] ---> 720fee5cc92f [2020-12-05T13:59:14.273Z] Step 19/21 : LABEL arch=arm64 [2020-12-05T13:59:14.554Z] ---> Running in 97ca9ec3d7b0 [2020-12-05T13:59:15.172Z] Removing intermediate container 97ca9ec3d7b0 [2020-12-05T13:59:15.172Z] ---> f4f3b9c85474 [2020-12-05T13:59:15.172Z] Step 20/21 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T13:59:15.451Z] ---> Running in 886b212b7893 [2020-12-05T13:59:16.068Z] Removing intermediate container 886b212b7893 [2020-12-05T13:59:16.068Z] ---> 055c5e8ab9e5 [2020-12-05T13:59:16.068Z] Step 21/21 : LABEL version=2.0.0-dev.3 [2020-12-05T13:59:16.345Z] ---> Running in 5e4d10a9331c [2020-12-05T13:59:16.960Z] Removing intermediate container 5e4d10a9331c [2020-12-05T13:59:16.960Z] ---> 01851153c452 [2020-12-05T13:59:16.960Z] [2020-12-05T13:59:17.577Z] Successfully built 01851153c452 [2020-12-05T13:59:17.577Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-05T13:59:27.780Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 9ea00953ed06 [2020-12-05T13:59:27.780Z] ---> 012eb92bb389 [2020-12-05T13:59:27.780Z] [2020-12-05T13:59:27.780Z] Step 9/29 : FROM alpine:latest [2020-12-05T13:59:27.780Z] ---> 2e77e061c27f [2020-12-05T13:59:27.780Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-05T13:59:27.780Z] ---> Running in 091cc346b417 [2020-12-05T13:59:27.780Z] Removing intermediate container 091cc346b417 [2020-12-05T13:59:27.780Z] ---> cfabb3adbf4f [2020-12-05T13:59:27.780Z] Step 11/29 : USER root [2020-12-05T13:59:27.780Z] ---> Running in e7cdda6ab6ff [2020-12-05T13:59:28.406Z] Removing intermediate container e7cdda6ab6ff [2020-12-05T13:59:28.406Z] ---> 2cf7dcf10502 [2020-12-05T13:59:28.406Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-05T13:59:28.688Z] ---> Running in 50e2625f5e3b [2020-12-05T13:59:30.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T13:59:30.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T13:59:31.580Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-05T13:59:31.580Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-05T13:59:31.580Z] OK: 12617 distinct packages available [2020-12-05T13:59:32.572Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-05T13:59:32.572Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-05T13:59:32.572Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T13:59:32.572Z] Executing ca-certificates-20191127-r4.trigger [2020-12-05T13:59:32.850Z] OK: 6 MiB in 16 packages [2020-12-05T13:59:35.501Z] Removing intermediate container 50e2625f5e3b [2020-12-05T13:59:35.501Z] ---> 4fec4268f3c9 [2020-12-05T13:59:35.501Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-05T13:59:35.778Z] ---> Running in b35ffa98c1cd [2020-12-05T13:59:36.386Z] Removing intermediate container b35ffa98c1cd [2020-12-05T13:59:36.386Z] ---> c5ad90b0038d [2020-12-05T13:59:36.386Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-05T13:59:36.663Z] ---> Running in f0cf8c89e206 [2020-12-05T13:59:37.283Z] Removing intermediate container f0cf8c89e206 [2020-12-05T13:59:37.283Z] ---> ee1d568ca26f [2020-12-05T13:59:37.283Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-05T13:59:37.563Z] ---> Running in 2fed0792a10d [2020-12-05T13:59:40.998Z] Removing intermediate container 2fed0792a10d [2020-12-05T13:59:40.998Z] ---> 16bfb2d36183 [2020-12-05T13:59:40.998Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-05T13:59:43.025Z] ---> ace4d4230211 [2020-12-05T13:59:43.025Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-05T13:59:44.027Z] ---> 179d40799d62 [2020-12-05T13:59:44.027Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-05T13:59:45.035Z] ---> d1453cc0166a [2020-12-05T13:59:45.035Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-05T13:59:46.492Z] ---> d10b9a9c032b [2020-12-05T13:59:46.492Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-05T13:59:47.492Z] ---> 896206deb9e2 [2020-12-05T13:59:47.492Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-05T13:59:47.492Z] ---> Running in ed4e3b15995a [2020-12-05T13:59:51.299Z] Removing intermediate container ed4e3b15995a [2020-12-05T13:59:51.299Z] ---> 925b56bafc9b [2020-12-05T13:59:51.299Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-05T13:59:51.946Z] ---> ff94d5e97e7e [2020-12-05T13:59:51.946Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-05T13:59:52.235Z] ---> Running in bdc87c58c265 [2020-12-05T13:59:56.664Z] Removing intermediate container bdc87c58c265 [2020-12-05T13:59:56.664Z] ---> 2d4e073d02a8 [2020-12-05T13:59:56.664Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-05T13:59:56.664Z] ---> Running in f7276908e03d [2020-12-05T14:00:00.116Z] Removing intermediate container f7276908e03d [2020-12-05T14:00:00.116Z] ---> 3eb23b6208da [2020-12-05T14:00:00.116Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-05T14:00:00.394Z] ---> Running in f32cf20c413e [2020-12-05T14:00:00.996Z] Removing intermediate container f32cf20c413e [2020-12-05T14:00:00.996Z] ---> b18d00c9d03a [2020-12-05T14:00:00.996Z] Step 26/29 : CMD [ "generate" ] [2020-12-05T14:00:01.277Z] ---> Running in f80fb2fda903 [2020-12-05T14:00:01.895Z] Removing intermediate container f80fb2fda903 [2020-12-05T14:00:01.895Z] ---> 2dc0dce1f0fd [2020-12-05T14:00:01.895Z] Step 27/29 : LABEL arch=arm64 [2020-12-05T14:00:01.895Z] ---> Running in 67116bb9dd3b [2020-12-05T14:00:02.520Z] Removing intermediate container 67116bb9dd3b [2020-12-05T14:00:02.520Z] ---> 2ff5f588c2c2 [2020-12-05T14:00:02.520Z] Step 28/29 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:00:02.822Z] ---> Running in c37ddfc3d2cb [2020-12-05T14:00:03.850Z] Removing intermediate container c37ddfc3d2cb [2020-12-05T14:00:03.850Z] ---> 16956d2f2740 [2020-12-05T14:00:03.850Z] Step 29/29 : LABEL version=2.0.0-dev.3 [2020-12-05T14:00:04.134Z] ---> Running in c2fdd3acfeee [2020-12-05T14:00:05.125Z] Removing intermediate container c2fdd3acfeee [2020-12-05T14:00:05.125Z] ---> 78428d4ecdf7 [2020-12-05T14:00:05.125Z] [2020-12-05T14:00:06.136Z] Successfully built 78428d4ecdf7 [2020-12-05T14:00:06.136Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-05T14:00:09.563Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container ab71c0456fd4 [2020-12-05T14:00:09.563Z] ---> 13fddd19cbe3 [2020-12-05T14:00:09.563Z] [2020-12-05T14:00:09.563Z] Step 10/21 : FROM scratch [2020-12-05T14:00:09.563Z] ---> [2020-12-05T14:00:09.563Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-05T14:00:09.563Z] ---> Using cache [2020-12-05T14:00:09.563Z] ---> d7b3e5a30b10 [2020-12-05T14:00:09.563Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-05T14:00:10.178Z] ---> Running in 340a93e82020 [2020-12-05T14:00:11.195Z] Removing intermediate container 340a93e82020 [2020-12-05T14:00:11.195Z] ---> b53954444518 [2020-12-05T14:00:11.195Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-05T14:00:11.195Z] ---> Running in afaefac18584 [2020-12-05T14:00:11.477Z] Removing intermediate container caa8b3787473 [2020-12-05T14:00:11.477Z] ---> 0bb447393435 [2020-12-05T14:00:11.477Z] [2020-12-05T14:00:11.477Z] Step 10/24 : FROM scratch [2020-12-05T14:00:11.477Z] ---> [2020-12-05T14:00:11.477Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-05T14:00:11.761Z] ---> Running in 5302970e2940 [2020-12-05T14:00:12.045Z] Removing intermediate container afaefac18584 [2020-12-05T14:00:12.045Z] ---> 11f010179b78 [2020-12-05T14:00:12.045Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-05T14:00:12.323Z] Removing intermediate container 5302970e2940 [2020-12-05T14:00:12.323Z] ---> d33b90d424fc [2020-12-05T14:00:12.323Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-05T14:00:12.323Z] ---> Running in 9389242e3045 [2020-12-05T14:00:12.923Z] ---> da95b799f24e [2020-12-05T14:00:12.923Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-05T14:00:12.923Z] Removing intermediate container 9389242e3045 [2020-12-05T14:00:12.923Z] ---> 99d776de9f95 [2020-12-05T14:00:12.923Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-05T14:00:12.923Z] ---> Running in 64910a48bc39 [2020-12-05T14:00:13.525Z] Removing intermediate container 64910a48bc39 [2020-12-05T14:00:13.525Z] ---> 7fd201a3bed5 [2020-12-05T14:00:13.525Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-05T14:00:14.129Z] ---> 838df6bd5691 [2020-12-05T14:00:14.129Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-05T14:00:14.408Z] ---> a67e65a574ec [2020-12-05T14:00:14.408Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-05T14:00:15.402Z] ---> 381d1ca8872a [2020-12-05T14:00:15.402Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-05T14:00:15.402Z] ---> Running in 51cc5e9e2310 [2020-12-05T14:00:15.679Z] ---> d4a14b01a64e [2020-12-05T14:00:15.679Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-05T14:00:15.959Z] Removing intermediate container 51cc5e9e2310 [2020-12-05T14:00:15.959Z] ---> 0fc929b5fcf4 [2020-12-05T14:00:15.959Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T14:00:16.239Z] ---> Running in 4227e893d9c4 [2020-12-05T14:00:16.853Z] Removing intermediate container 4227e893d9c4 [2020-12-05T14:00:16.853Z] ---> b0d1857f598c [2020-12-05T14:00:16.853Z] Step 19/21 : LABEL arch=arm64 [2020-12-05T14:00:17.460Z] ---> cce711fd4469 [2020-12-05T14:00:17.460Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-05T14:00:17.460Z] ---> Running in 5490e35c72b7 [2020-12-05T14:00:18.460Z] Removing intermediate container 5490e35c72b7 [2020-12-05T14:00:18.460Z] ---> 5af310167845 [2020-12-05T14:00:18.460Z] Step 20/21 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:00:18.460Z] ---> 7d5ab608b1f4 [2020-12-05T14:00:18.460Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-05T14:00:18.736Z] ---> Running in 37d359115391 [2020-12-05T14:00:19.012Z] Removing intermediate container d8ca0ce44e95 [2020-12-05T14:00:19.012Z] ---> c830b688d3f7 [2020-12-05T14:00:19.012Z] [2020-12-05T14:00:19.012Z] Step 10/22 : FROM scratch [2020-12-05T14:00:19.012Z] ---> [2020-12-05T14:00:19.012Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-05T14:00:19.012Z] ---> Using cache [2020-12-05T14:00:19.012Z] ---> d7b3e5a30b10 [2020-12-05T14:00:19.012Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-05T14:00:19.293Z] Removing intermediate container 37d359115391 [2020-12-05T14:00:19.293Z] ---> 5d5330e26e28 [2020-12-05T14:00:19.293Z] Step 21/21 : LABEL version=2.0.0-dev.3 [2020-12-05T14:00:19.293Z] ---> Running in e3bc2290a4bc [2020-12-05T14:00:19.897Z] ---> Running in 18446b561518 [2020-12-05T14:00:19.897Z] Removing intermediate container e3bc2290a4bc [2020-12-05T14:00:19.897Z] ---> d3d7193b842b [2020-12-05T14:00:19.897Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-05T14:00:19.897Z] ---> ee654918c978 [2020-12-05T14:00:19.897Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-05T14:00:20.175Z] ---> Running in 27cab2cf495c [2020-12-05T14:00:20.175Z] Removing intermediate container 18446b561518 [2020-12-05T14:00:20.175Z] ---> 1f82892e5f03 [2020-12-05T14:00:20.175Z] [2020-12-05T14:00:20.775Z] Successfully built 1f82892e5f03 [2020-12-05T14:00:20.775Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-05T14:00:20.775Z]  Building docker-support-scheduler-go ... done Removing intermediate container 27cab2cf495c [2020-12-05T14:00:20.775Z] ---> ab1319e599f4 [2020-12-05T14:00:20.775Z] Step 14/22 : WORKDIR / [2020-12-05T14:00:20.775Z] ---> Running in 3e27459622ba [2020-12-05T14:00:21.052Z] ---> 32b54a2bbcdd [2020-12-05T14:00:21.052Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-05T14:00:21.052Z] ---> Running in b9554e4b4a1c [2020-12-05T14:00:21.331Z] Removing intermediate container 3e27459622ba [2020-12-05T14:00:21.331Z] ---> 9e4dddb375d7 [2020-12-05T14:00:21.331Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-05T14:00:21.609Z] Removing intermediate container b9554e4b4a1c [2020-12-05T14:00:21.609Z] ---> c858106f458e [2020-12-05T14:00:21.609Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T14:00:21.885Z] ---> Running in 4e067d7e730c [2020-12-05T14:00:22.160Z] ---> 826491f4b0e1 [2020-12-05T14:00:22.160Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-05T14:00:22.439Z] Removing intermediate container 4e067d7e730c [2020-12-05T14:00:22.439Z] ---> 3d1a0e4e3f65 [2020-12-05T14:00:22.439Z] Step 22/24 : LABEL arch=arm64 [2020-12-05T14:00:22.439Z] ---> Running in b4d737aef299 [2020-12-05T14:00:23.037Z] Removing intermediate container b4d737aef299 [2020-12-05T14:00:23.037Z] ---> 94ca471b9752 [2020-12-05T14:00:23.037Z] Step 23/24 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:00:23.310Z] ---> 22dac46246a1 [2020-12-05T14:00:23.310Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-05T14:00:23.310Z] ---> Running in c20b978555d5 [2020-12-05T14:00:23.907Z] Removing intermediate container c20b978555d5 [2020-12-05T14:00:23.907Z] ---> d5e45816a814 [2020-12-05T14:00:23.907Z] Step 24/24 : LABEL version=2.0.0-dev.3 [2020-12-05T14:00:23.907Z] ---> Running in 62041921247d [2020-12-05T14:00:23.907Z] ---> 4ec0b718f31e [2020-12-05T14:00:23.907Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-05T14:00:24.181Z] ---> Running in 7efd10887f59 [2020-12-05T14:00:24.457Z] Removing intermediate container 62041921247d [2020-12-05T14:00:24.457Z] ---> 9567a4edfa92 [2020-12-05T14:00:24.457Z] [2020-12-05T14:00:24.732Z] Removing intermediate container 7efd10887f59 [2020-12-05T14:00:24.732Z] ---> e7c63c057214 [2020-12-05T14:00:24.732Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T14:00:24.732Z] Successfully built 9567a4edfa92 [2020-12-05T14:00:24.732Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-05T14:00:25.007Z]  Building docker-support-notifications-go ... done  ---> Running in c6682ec5a2f9 [2020-12-05T14:00:25.282Z] Removing intermediate container c6682ec5a2f9 [2020-12-05T14:00:25.282Z] ---> 95d1019eb28e [2020-12-05T14:00:25.282Z] Step 20/22 : LABEL arch=arm64 [2020-12-05T14:00:25.554Z] ---> Running in 24d77537272e [2020-12-05T14:00:25.827Z] Removing intermediate container 24d77537272e [2020-12-05T14:00:25.827Z] ---> 4fa9165ba7e3 [2020-12-05T14:00:25.827Z] Step 21/22 : LABEL git_sha=b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:00:25.827Z] ---> Running in 869d70e37b93 [2020-12-05T14:00:26.431Z] Removing intermediate container 869d70e37b93 [2020-12-05T14:00:26.431Z] ---> bfdc0b333033 [2020-12-05T14:00:26.431Z] Step 22/22 : LABEL version=2.0.0-dev.3 [2020-12-05T14:00:26.431Z] ---> Running in dbafeb55231e [2020-12-05T14:00:27.031Z] Removing intermediate container dbafeb55231e [2020-12-05T14:00:27.031Z] ---> 3f43926947bf [2020-12-05T14:00:27.031Z] [2020-12-05T14:00:27.305Z] Successfully built 3f43926947bf [2020-12-05T14:00:27.305Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-05T14:00:27.595Z]  Building docker-core-command-go ... done  [Pipeline] } [2020-12-05T14:00:27.601Z] $ docker stop --time=1 984d082e03d22a1fabe355267126722c2e79eed2e5b52cd5b6dab58bd2ca7258 [2020-12-05T14:00:29.584Z] $ docker rm -f 984d082e03d22a1fabe355267126722c2e79eed2e5b52cd5b6dab58bd2ca7258 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-05T14:00:30.264Z] + docker images [2020-12-05T14:00:30.264Z] + grep docker [2020-12-05T14:00:30.541Z] docker-core-command-go-arm64 latest 3f43926947bf 4 seconds ago 11.4MB [2020-12-05T14:00:30.541Z] docker-support-notifications-go-arm64 latest 9567a4edfa92 6 seconds ago 12.9MB [2020-12-05T14:00:30.541Z] docker-support-scheduler-go-arm64 latest 1f82892e5f03 11 seconds ago 11.5MB [2020-12-05T14:00:30.541Z] docker-security-secrets-setup-go-arm64 latest 78428d4ecdf7 26 seconds ago 22.7MB [2020-12-05T14:00:30.541Z] docker-security-proxy-setup-go-arm64 latest 01851153c452 About a minute ago 23.4MB [2020-12-05T14:00:30.541Z] docker-sys-mgmt-agent-go-arm64 latest a37da02e1517 About a minute ago 273MB [2020-12-05T14:00:30.541Z] docker-core-data-go-arm64 latest f741b3ce1f77 2 minutes ago 22.3MB [2020-12-05T14:00:30.541Z] docker-core-metadata-go-arm64 latest e50b2c327bdb 2 minutes ago 13.6MB [2020-12-05T14:00:30.541Z] docker-security-secretstore-setup-go-arm64 latest 2110093d5ee9 3 minutes ago 23.5MB [2020-12-05T14:00:30.541Z] docker-security-bootstrap-redis-go-arm64 latest 3e2eeee08128 3 minutes ago 15.2MB [2020-12-05T14:00:30.541Z] docker latest 84e3a507c27b 3 days ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-05T14:00:31.147Z] provisioning config files... [2020-12-05T14:00:31.190Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/245@tmp/config4675667101912864281tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-05T14:00:31.610Z] ---> docker-login.sh [2020-12-05T14:00:31.610Z] nexus3.edgexfoundry.org:10001 [2020-12-05T14:00:31.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T14:00:32.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T14:00:32.154Z] Configure a credential helper to remove this warning. See [2020-12-05T14:00:32.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T14:00:32.154Z] [2020-12-05T14:00:32.154Z] Login Succeeded [2020-12-05T14:00:32.154Z] nexus3.edgexfoundry.org:10002 [2020-12-05T14:00:32.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T14:00:32.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T14:00:32.703Z] Configure a credential helper to remove this warning. See [2020-12-05T14:00:32.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T14:00:32.703Z] [2020-12-05T14:00:32.703Z] Login Succeeded [2020-12-05T14:00:32.703Z] nexus3.edgexfoundry.org:10003 [2020-12-05T14:00:32.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T14:00:33.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T14:00:33.251Z] Configure a credential helper to remove this warning. See [2020-12-05T14:00:33.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T14:00:33.251Z] [2020-12-05T14:00:33.251Z] Login Succeeded [2020-12-05T14:00:33.251Z] nexus3.edgexfoundry.org:10004 [2020-12-05T14:00:33.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T14:00:33.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T14:00:33.798Z] Configure a credential helper to remove this warning. See [2020-12-05T14:00:33.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T14:00:33.798Z] [2020-12-05T14:00:33.798Z] Login Succeeded [2020-12-05T14:00:33.798Z] docker.io [2020-12-05T14:00:34.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T14:00:34.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T14:00:34.661Z] Configure a credential helper to remove this warning. See [2020-12-05T14:00:34.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T14:00:34.661Z] [2020-12-05T14:00:34.661Z] Login Succeeded [2020-12-05T14:00:34.661Z] ---> docker-login.sh ends [Pipeline] } [2020-12-05T14:00:34.678Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T14:00:34.913Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-05T14:00:34.913Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:00:34.913Z] 2.0.0-dev.3 [2020-12-05T14:00:34.913Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:00:34.913Z] master [2020-12-05T14:00:34.913Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:35.431Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:35.769Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:00:35.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-05T14:00:35.769Z] 2c8b34638384: Preparing [2020-12-05T14:00:35.769Z] 70b2ac096bf0: Preparing [2020-12-05T14:00:35.769Z] 43a2c51b814b: Preparing [2020-12-05T14:00:36.045Z] 2c8b34638384: Pushed [2020-12-05T14:00:36.045Z] 43a2c51b814b: Pushed [2020-12-05T14:00:38.647Z] 70b2ac096bf0: Pushed [2020-12-05T14:00:38.918Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:17ca554ca9ce417bd57e5c489d1b8e2db6aaa8a0854de3f1013968de69b183ac size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:39.258Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:39.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.3 [2020-12-05T14:00:39.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-05T14:00:39.591Z] 2c8b34638384: Preparing [2020-12-05T14:00:39.591Z] 70b2ac096bf0: Preparing [2020-12-05T14:00:39.591Z] 43a2c51b814b: Preparing [2020-12-05T14:00:39.863Z] 43a2c51b814b: Layer already exists [2020-12-05T14:00:39.863Z] 2c8b34638384: Layer already exists [2020-12-05T14:00:39.863Z] 70b2ac096bf0: Layer already exists [2020-12-05T14:00:39.863Z] 2.0.0-dev.3: digest: sha256:17ca554ca9ce417bd57e5c489d1b8e2db6aaa8a0854de3f1013968de69b183ac size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:40.212Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:40.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:00:40.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-05T14:00:40.551Z] 2c8b34638384: Preparing [2020-12-05T14:00:40.551Z] 70b2ac096bf0: Preparing [2020-12-05T14:00:40.551Z] 43a2c51b814b: Preparing [2020-12-05T14:00:40.551Z] 43a2c51b814b: Layer already exists [2020-12-05T14:00:40.823Z] 2c8b34638384: Layer already exists [2020-12-05T14:00:40.823Z] 70b2ac096bf0: Layer already exists [2020-12-05T14:00:40.823Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:17ca554ca9ce417bd57e5c489d1b8e2db6aaa8a0854de3f1013968de69b183ac size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:41.180Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:41.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-05T14:00:41.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-05T14:00:41.538Z] 2c8b34638384: Preparing [2020-12-05T14:00:41.538Z] 70b2ac096bf0: Preparing [2020-12-05T14:00:41.538Z] 43a2c51b814b: Preparing [2020-12-05T14:00:41.809Z] 43a2c51b814b: Layer already exists [2020-12-05T14:00:41.809Z] 70b2ac096bf0: Layer already exists [2020-12-05T14:00:41.809Z] 2c8b34638384: Layer already exists [2020-12-05T14:00:41.809Z] master: digest: sha256:17ca554ca9ce417bd57e5c489d1b8e2db6aaa8a0854de3f1013968de69b183ac size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T14:00:42.009Z] ===================================================== [Pipeline] echo [2020-12-05T14:00:42.106Z] taggedImages: [2020-12-05T14:00:42.106Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:00:42.106Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.3 [2020-12-05T14:00:42.106Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:00:42.106Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-05T14:00:42.207Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-05T14:00:42.207Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:00:42.207Z] 2.0.0-dev.3 [2020-12-05T14:00:42.207Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:00:42.207Z] master [2020-12-05T14:00:42.207Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:42.728Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:43.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:00:43.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-05T14:00:43.070Z] 28629715830d: Preparing [2020-12-05T14:00:43.070Z] 8462807db4cf: Preparing [2020-12-05T14:00:43.070Z] 53364a6b9456: Preparing [2020-12-05T14:00:43.070Z] 803e35c5b38b: Preparing [2020-12-05T14:00:43.070Z] eecb335f10ba: Preparing [2020-12-05T14:00:43.070Z] cd3761cfa1d9: Preparing [2020-12-05T14:00:43.070Z] cd3761cfa1d9: Waiting [2020-12-05T14:00:43.666Z] 28629715830d: Pushed [2020-12-05T14:00:43.666Z] 53364a6b9456: Pushed [2020-12-05T14:00:43.666Z] eecb335f10ba: Pushed [2020-12-05T14:00:43.666Z] cd3761cfa1d9: Layer already exists [2020-12-05T14:00:43.944Z] 803e35c5b38b: Pushed [2020-12-05T14:00:47.318Z] 8462807db4cf: Pushed [2020-12-05T14:00:47.318Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:7069a414333e53149c96a765c39522bce662fc749f578f436527a685f13efafc size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:47.658Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:47.997Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.3 [2020-12-05T14:00:47.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-05T14:00:47.997Z] 28629715830d: Preparing [2020-12-05T14:00:47.997Z] 8462807db4cf: Preparing [2020-12-05T14:00:47.997Z] 53364a6b9456: Preparing [2020-12-05T14:00:47.997Z] 803e35c5b38b: Preparing [2020-12-05T14:00:47.997Z] eecb335f10ba: Preparing [2020-12-05T14:00:47.997Z] cd3761cfa1d9: Preparing [2020-12-05T14:00:47.997Z] cd3761cfa1d9: Waiting [2020-12-05T14:00:48.268Z] 8462807db4cf: Layer already exists [2020-12-05T14:00:48.268Z] 803e35c5b38b: Layer already exists [2020-12-05T14:00:48.268Z] 28629715830d: Layer already exists [2020-12-05T14:00:48.268Z] 53364a6b9456: Layer already exists [2020-12-05T14:00:48.268Z] eecb335f10ba: Layer already exists [2020-12-05T14:00:48.268Z] cd3761cfa1d9: Layer already exists [2020-12-05T14:00:48.268Z] 2.0.0-dev.3: digest: sha256:7069a414333e53149c96a765c39522bce662fc749f578f436527a685f13efafc size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:48.612Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:48.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:00:48.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-05T14:00:48.949Z] 28629715830d: Preparing [2020-12-05T14:00:48.949Z] 8462807db4cf: Preparing [2020-12-05T14:00:48.949Z] 53364a6b9456: Preparing [2020-12-05T14:00:48.949Z] 803e35c5b38b: Preparing [2020-12-05T14:00:48.949Z] eecb335f10ba: Preparing [2020-12-05T14:00:48.949Z] cd3761cfa1d9: Preparing [2020-12-05T14:00:48.949Z] cd3761cfa1d9: Waiting [2020-12-05T14:00:49.223Z] 8462807db4cf: Layer already exists [2020-12-05T14:00:49.223Z] 53364a6b9456: Layer already exists [2020-12-05T14:00:49.223Z] eecb335f10ba: Layer already exists [2020-12-05T14:00:49.223Z] 28629715830d: Layer already exists [2020-12-05T14:00:49.223Z] 803e35c5b38b: Layer already exists [2020-12-05T14:00:49.223Z] cd3761cfa1d9: Layer already exists [2020-12-05T14:00:49.223Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:7069a414333e53149c96a765c39522bce662fc749f578f436527a685f13efafc size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:49.567Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:49.907Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-05T14:00:49.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-05T14:00:49.907Z] 28629715830d: Preparing [2020-12-05T14:00:49.907Z] 8462807db4cf: Preparing [2020-12-05T14:00:49.907Z] 53364a6b9456: Preparing [2020-12-05T14:00:49.907Z] 803e35c5b38b: Preparing [2020-12-05T14:00:49.907Z] eecb335f10ba: Preparing [2020-12-05T14:00:49.907Z] cd3761cfa1d9: Preparing [2020-12-05T14:00:49.907Z] cd3761cfa1d9: Waiting [2020-12-05T14:00:49.907Z] 8462807db4cf: Layer already exists [2020-12-05T14:00:50.178Z] eecb335f10ba: Layer already exists [2020-12-05T14:00:50.178Z] 28629715830d: Layer already exists [2020-12-05T14:00:50.178Z] 803e35c5b38b: Layer already exists [2020-12-05T14:00:50.178Z] 53364a6b9456: Layer already exists [2020-12-05T14:00:50.178Z] cd3761cfa1d9: Layer already exists [2020-12-05T14:00:50.178Z] master: digest: sha256:7069a414333e53149c96a765c39522bce662fc749f578f436527a685f13efafc size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T14:00:50.478Z] ===================================================== [Pipeline] echo [2020-12-05T14:00:50.525Z] taggedImages: [2020-12-05T14:00:50.526Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:00:50.526Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.3 [2020-12-05T14:00:50.526Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:00:50.526Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-05T14:00:50.664Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-05T14:00:50.664Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:00:50.664Z] 2.0.0-dev.3 [2020-12-05T14:00:50.664Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:00:50.664Z] master [2020-12-05T14:00:50.664Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:51.180Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:51.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:00:51.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-05T14:00:51.521Z] 9e5d1d8b86d3: Preparing [2020-12-05T14:00:51.521Z] 8f5dfe59897c: Preparing [2020-12-05T14:00:51.521Z] 89eb07dcc679: Preparing [2020-12-05T14:00:52.114Z] 9e5d1d8b86d3: Pushed [2020-12-05T14:00:52.114Z] 89eb07dcc679: Pushed [2020-12-05T14:00:55.492Z] 8f5dfe59897c: Pushed [2020-12-05T14:00:55.492Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:6b19116bf275439f5a910a5727d03401a23d70baa5bcbc2c5d3abfa6dcd3b753 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:55.841Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:56.178Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.3 [2020-12-05T14:00:56.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-05T14:00:56.178Z] 9e5d1d8b86d3: Preparing [2020-12-05T14:00:56.178Z] 8f5dfe59897c: Preparing [2020-12-05T14:00:56.178Z] 89eb07dcc679: Preparing [2020-12-05T14:00:56.178Z] 9e5d1d8b86d3: Layer already exists [2020-12-05T14:00:56.178Z] 8f5dfe59897c: Layer already exists [2020-12-05T14:00:56.178Z] 89eb07dcc679: Layer already exists [2020-12-05T14:00:56.448Z] 2.0.0-dev.3: digest: sha256:6b19116bf275439f5a910a5727d03401a23d70baa5bcbc2c5d3abfa6dcd3b753 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:56.790Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:57.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:00:57.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-05T14:00:57.122Z] 9e5d1d8b86d3: Preparing [2020-12-05T14:00:57.122Z] 8f5dfe59897c: Preparing [2020-12-05T14:00:57.122Z] 89eb07dcc679: Preparing [2020-12-05T14:00:57.122Z] 8f5dfe59897c: Layer already exists [2020-12-05T14:00:57.122Z] 9e5d1d8b86d3: Layer already exists [2020-12-05T14:00:57.122Z] 89eb07dcc679: Layer already exists [2020-12-05T14:00:57.394Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:6b19116bf275439f5a910a5727d03401a23d70baa5bcbc2c5d3abfa6dcd3b753 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:57.737Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:58.072Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-05T14:00:58.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-05T14:00:58.072Z] 9e5d1d8b86d3: Preparing [2020-12-05T14:00:58.072Z] 8f5dfe59897c: Preparing [2020-12-05T14:00:58.072Z] 89eb07dcc679: Preparing [2020-12-05T14:00:58.072Z] 89eb07dcc679: Layer already exists [2020-12-05T14:00:58.072Z] 8f5dfe59897c: Layer already exists [2020-12-05T14:00:58.072Z] 9e5d1d8b86d3: Layer already exists [2020-12-05T14:00:58.342Z] master: digest: sha256:6b19116bf275439f5a910a5727d03401a23d70baa5bcbc2c5d3abfa6dcd3b753 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T14:00:58.582Z] ===================================================== [Pipeline] echo [2020-12-05T14:00:58.639Z] taggedImages: [2020-12-05T14:00:58.639Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:00:58.639Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.3 [2020-12-05T14:00:58.639Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:00:58.639Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-05T14:00:58.709Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-05T14:00:58.709Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:00:58.709Z] 2.0.0-dev.3 [2020-12-05T14:00:58.709Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:00:58.709Z] master [2020-12-05T14:00:58.709Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:59.224Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:00:59.568Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:00:59.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-05T14:00:59.568Z] e6491a7e8060: Preparing [2020-12-05T14:00:59.568Z] 9ad45faa6ca9: Preparing [2020-12-05T14:00:59.568Z] ca1f37891a72: Preparing [2020-12-05T14:00:59.568Z] e715d6ebc0d2: Preparing [2020-12-05T14:00:59.568Z] 7373b0b4bbdd: Preparing [2020-12-05T14:00:59.568Z] 85ae753372f3: Preparing [2020-12-05T14:00:59.568Z] 66b385cf80cf: Preparing [2020-12-05T14:00:59.568Z] 85ae753372f3: Waiting [2020-12-05T14:00:59.568Z] 66b385cf80cf: Waiting [2020-12-05T14:01:00.162Z] 7373b0b4bbdd: Pushed [2020-12-05T14:01:00.162Z] ca1f37891a72: Pushed [2020-12-05T14:01:00.162Z] e6491a7e8060: Pushed [2020-12-05T14:01:00.162Z] 9ad45faa6ca9: Pushed [2020-12-05T14:01:00.162Z] 66b385cf80cf: Layer already exists [2020-12-05T14:01:00.754Z] 85ae753372f3: Pushed [2020-12-05T14:01:02.720Z] e715d6ebc0d2: Pushed [2020-12-05T14:01:02.720Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:81ec3e9dbd5c48b9137e54e6efdf5caa3e1f6dbf39a4a8b8432610a861b17d00 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:03.061Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:03.400Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.3 [2020-12-05T14:01:03.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-05T14:01:03.401Z] e6491a7e8060: Preparing [2020-12-05T14:01:03.401Z] 9ad45faa6ca9: Preparing [2020-12-05T14:01:03.401Z] ca1f37891a72: Preparing [2020-12-05T14:01:03.401Z] e715d6ebc0d2: Preparing [2020-12-05T14:01:03.401Z] 7373b0b4bbdd: Preparing [2020-12-05T14:01:03.401Z] 85ae753372f3: Preparing [2020-12-05T14:01:03.401Z] 66b385cf80cf: Preparing [2020-12-05T14:01:03.401Z] 85ae753372f3: Waiting [2020-12-05T14:01:03.401Z] 66b385cf80cf: Waiting [2020-12-05T14:01:03.401Z] e6491a7e8060: Layer already exists [2020-12-05T14:01:03.401Z] e715d6ebc0d2: Layer already exists [2020-12-05T14:01:03.401Z] 9ad45faa6ca9: Layer already exists [2020-12-05T14:01:03.401Z] 7373b0b4bbdd: Layer already exists [2020-12-05T14:01:03.401Z] ca1f37891a72: Layer already exists [2020-12-05T14:01:03.401Z] 66b385cf80cf: Layer already exists [2020-12-05T14:01:03.672Z] 85ae753372f3: Layer already exists [2020-12-05T14:01:03.673Z] 2.0.0-dev.3: digest: sha256:81ec3e9dbd5c48b9137e54e6efdf5caa3e1f6dbf39a4a8b8432610a861b17d00 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:04.031Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:04.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:04.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-05T14:01:04.378Z] e6491a7e8060: Preparing [2020-12-05T14:01:04.378Z] 9ad45faa6ca9: Preparing [2020-12-05T14:01:04.378Z] ca1f37891a72: Preparing [2020-12-05T14:01:04.378Z] e715d6ebc0d2: Preparing [2020-12-05T14:01:04.378Z] 7373b0b4bbdd: Preparing [2020-12-05T14:01:04.378Z] 85ae753372f3: Preparing [2020-12-05T14:01:04.378Z] 66b385cf80cf: Preparing [2020-12-05T14:01:04.378Z] 85ae753372f3: Waiting [2020-12-05T14:01:04.378Z] 66b385cf80cf: Waiting [2020-12-05T14:01:04.653Z] ca1f37891a72: Layer already exists [2020-12-05T14:01:04.653Z] e715d6ebc0d2: Layer already exists [2020-12-05T14:01:04.653Z] e6491a7e8060: Layer already exists [2020-12-05T14:01:04.653Z] 9ad45faa6ca9: Layer already exists [2020-12-05T14:01:04.653Z] 7373b0b4bbdd: Layer already exists [2020-12-05T14:01:04.653Z] 66b385cf80cf: Layer already exists [2020-12-05T14:01:04.653Z] 85ae753372f3: Layer already exists [2020-12-05T14:01:04.653Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:81ec3e9dbd5c48b9137e54e6efdf5caa3e1f6dbf39a4a8b8432610a861b17d00 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:05.008Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:05.355Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-05T14:01:05.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-05T14:01:05.355Z] e6491a7e8060: Preparing [2020-12-05T14:01:05.355Z] 9ad45faa6ca9: Preparing [2020-12-05T14:01:05.355Z] ca1f37891a72: Preparing [2020-12-05T14:01:05.355Z] e715d6ebc0d2: Preparing [2020-12-05T14:01:05.355Z] 7373b0b4bbdd: Preparing [2020-12-05T14:01:05.355Z] 85ae753372f3: Preparing [2020-12-05T14:01:05.355Z] 66b385cf80cf: Preparing [2020-12-05T14:01:05.355Z] 85ae753372f3: Waiting [2020-12-05T14:01:05.355Z] 66b385cf80cf: Waiting [2020-12-05T14:01:05.355Z] 9ad45faa6ca9: Layer already exists [2020-12-05T14:01:05.355Z] ca1f37891a72: Layer already exists [2020-12-05T14:01:05.355Z] e6491a7e8060: Layer already exists [2020-12-05T14:01:05.355Z] 7373b0b4bbdd: Layer already exists [2020-12-05T14:01:05.355Z] e715d6ebc0d2: Layer already exists [2020-12-05T14:01:05.355Z] 85ae753372f3: Layer already exists [2020-12-05T14:01:05.626Z] 66b385cf80cf: Layer already exists [2020-12-05T14:01:05.626Z] master: digest: sha256:81ec3e9dbd5c48b9137e54e6efdf5caa3e1f6dbf39a4a8b8432610a861b17d00 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T14:01:05.828Z] ===================================================== [Pipeline] echo [2020-12-05T14:01:05.883Z] taggedImages: [2020-12-05T14:01:05.883Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:05.883Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.3 [2020-12-05T14:01:05.883Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:05.883Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-05T14:01:05.950Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-05T14:01:05.950Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:05.950Z] 2.0.0-dev.3 [2020-12-05T14:01:05.950Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:05.950Z] master [2020-12-05T14:01:05.950Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:06.467Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:06.807Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:06.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-05T14:01:06.807Z] 321c880ae773: Preparing [2020-12-05T14:01:06.807Z] 052499273cb9: Preparing [2020-12-05T14:01:06.807Z] cfc6c21413aa: Preparing [2020-12-05T14:01:06.807Z] 6ca1eb578a54: Preparing [2020-12-05T14:01:06.807Z] d7d9983f4eab: Preparing [2020-12-05T14:01:06.807Z] cd3761cfa1d9: Preparing [2020-12-05T14:01:06.807Z] cd3761cfa1d9: Waiting [2020-12-05T14:01:07.083Z] 6ca1eb578a54: Pushed [2020-12-05T14:01:07.360Z] cfc6c21413aa: Pushed [2020-12-05T14:01:07.360Z] cd3761cfa1d9: Layer already exists [2020-12-05T14:01:07.360Z] d7d9983f4eab: Pushed [2020-12-05T14:01:09.339Z] 321c880ae773: Pushed [2020-12-05T14:01:09.339Z] 052499273cb9: Pushed [2020-12-05T14:01:09.611Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:1c7d016b01d091ce718c8ff04dce8263319c4be168d5255c4bd32f0a5057c499 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:09.961Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:10.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.3 [2020-12-05T14:01:10.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-05T14:01:10.363Z] 321c880ae773: Preparing [2020-12-05T14:01:10.363Z] 052499273cb9: Preparing [2020-12-05T14:01:10.363Z] cfc6c21413aa: Preparing [2020-12-05T14:01:10.363Z] 6ca1eb578a54: Preparing [2020-12-05T14:01:10.363Z] d7d9983f4eab: Preparing [2020-12-05T14:01:10.363Z] cd3761cfa1d9: Preparing [2020-12-05T14:01:10.363Z] cd3761cfa1d9: Waiting [2020-12-05T14:01:10.363Z] 052499273cb9: Layer already exists [2020-12-05T14:01:10.363Z] 6ca1eb578a54: Layer already exists [2020-12-05T14:01:10.363Z] d7d9983f4eab: Layer already exists [2020-12-05T14:01:10.363Z] cfc6c21413aa: Layer already exists [2020-12-05T14:01:10.363Z] 321c880ae773: Layer already exists [2020-12-05T14:01:10.637Z] cd3761cfa1d9: Layer already exists [2020-12-05T14:01:10.637Z] 2.0.0-dev.3: digest: sha256:1c7d016b01d091ce718c8ff04dce8263319c4be168d5255c4bd32f0a5057c499 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:11.015Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:11.397Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:11.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-05T14:01:11.397Z] 321c880ae773: Preparing [2020-12-05T14:01:11.397Z] 052499273cb9: Preparing [2020-12-05T14:01:11.397Z] cfc6c21413aa: Preparing [2020-12-05T14:01:11.397Z] 6ca1eb578a54: Preparing [2020-12-05T14:01:11.397Z] d7d9983f4eab: Preparing [2020-12-05T14:01:11.397Z] cd3761cfa1d9: Preparing [2020-12-05T14:01:11.397Z] cd3761cfa1d9: Waiting [2020-12-05T14:01:11.672Z] cfc6c21413aa: Layer already exists [2020-12-05T14:01:11.672Z] 052499273cb9: Layer already exists [2020-12-05T14:01:11.672Z] 6ca1eb578a54: Layer already exists [2020-12-05T14:01:11.672Z] 321c880ae773: Layer already exists [2020-12-05T14:01:11.672Z] d7d9983f4eab: Layer already exists [2020-12-05T14:01:11.672Z] cd3761cfa1d9: Layer already exists [2020-12-05T14:01:11.672Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:1c7d016b01d091ce718c8ff04dce8263319c4be168d5255c4bd32f0a5057c499 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:12.042Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:12.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-05T14:01:12.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-05T14:01:12.415Z] 321c880ae773: Preparing [2020-12-05T14:01:12.415Z] 052499273cb9: Preparing [2020-12-05T14:01:12.415Z] cfc6c21413aa: Preparing [2020-12-05T14:01:12.415Z] 6ca1eb578a54: Preparing [2020-12-05T14:01:12.415Z] d7d9983f4eab: Preparing [2020-12-05T14:01:12.415Z] cd3761cfa1d9: Preparing [2020-12-05T14:01:12.415Z] cd3761cfa1d9: Waiting [2020-12-05T14:01:12.699Z] 052499273cb9: Layer already exists [2020-12-05T14:01:12.699Z] cfc6c21413aa: Layer already exists [2020-12-05T14:01:12.699Z] 321c880ae773: Layer already exists [2020-12-05T14:01:12.699Z] d7d9983f4eab: Layer already exists [2020-12-05T14:01:12.699Z] 6ca1eb578a54: Layer already exists [2020-12-05T14:01:12.699Z] cd3761cfa1d9: Layer already exists [2020-12-05T14:01:12.699Z] master: digest: sha256:1c7d016b01d091ce718c8ff04dce8263319c4be168d5255c4bd32f0a5057c499 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T14:01:12.910Z] ===================================================== [Pipeline] echo [2020-12-05T14:01:12.967Z] taggedImages: [2020-12-05T14:01:12.967Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:12.967Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.3 [2020-12-05T14:01:12.967Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:12.967Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-05T14:01:13.044Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-12-05T14:01:13.044Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:13.044Z] 2.0.0-dev.3 [2020-12-05T14:01:13.044Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:13.044Z] master [2020-12-05T14:01:13.044Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:13.593Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:13.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:13.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-05T14:01:13.941Z] 0fbf555830ff: Preparing [2020-12-05T14:01:13.941Z] a023a9b2e7b4: Preparing [2020-12-05T14:01:13.941Z] c1705beba885: Preparing [2020-12-05T14:01:13.941Z] 428051a1a22c: Preparing [2020-12-05T14:01:13.941Z] 428051a1a22c: Preparing [2020-12-05T14:01:13.941Z] 13b463d8c3e6: Preparing [2020-12-05T14:01:13.941Z] 70ae3b86b3e4: Preparing [2020-12-05T14:01:13.941Z] 04c21acaa99f: Preparing [2020-12-05T14:01:13.941Z] 0fbf555830ff: Preparing [2020-12-05T14:01:13.941Z] 84983b6743b6: Preparing [2020-12-05T14:01:13.941Z] 89e8287bd6bd: Preparing [2020-12-05T14:01:13.941Z] 27958d435515: Preparing [2020-12-05T14:01:13.941Z] cd3761cfa1d9: Preparing [2020-12-05T14:01:13.941Z] 70ae3b86b3e4: Waiting [2020-12-05T14:01:13.941Z] 04c21acaa99f: Waiting [2020-12-05T14:01:13.941Z] 89e8287bd6bd: Waiting [2020-12-05T14:01:13.941Z] 27958d435515: Waiting [2020-12-05T14:01:13.941Z] cd3761cfa1d9: Waiting [2020-12-05T14:01:13.941Z] 84983b6743b6: Waiting [2020-12-05T14:01:14.578Z] 13b463d8c3e6: Pushed [2020-12-05T14:01:14.579Z] c1705beba885: Pushed [2020-12-05T14:01:14.579Z] 428051a1a22c: Pushed [2020-12-05T14:01:14.579Z] a023a9b2e7b4: Pushed [2020-12-05T14:01:14.855Z] 84983b6743b6: Pushed [2020-12-05T14:01:14.855Z] 04c21acaa99f: Pushed [2020-12-05T14:01:15.127Z] 89e8287bd6bd: Pushed [2020-12-05T14:01:15.127Z] 70ae3b86b3e4: Pushed [2020-12-05T14:01:15.127Z] cd3761cfa1d9: Layer already exists [2020-12-05T14:01:15.400Z] 27958d435515: Pushed [2020-12-05T14:01:16.825Z] 0fbf555830ff: Pushed [2020-12-05T14:01:17.097Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:d780380cee9d754695225d8fd794342ae26eadb397d2eea3851473d4f1b23e3b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:17.440Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:17.776Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.3 [2020-12-05T14:01:17.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-05T14:01:17.776Z] 0fbf555830ff: Preparing [2020-12-05T14:01:17.776Z] a023a9b2e7b4: Preparing [2020-12-05T14:01:17.776Z] c1705beba885: Preparing [2020-12-05T14:01:17.776Z] 428051a1a22c: Preparing [2020-12-05T14:01:17.776Z] 428051a1a22c: Preparing [2020-12-05T14:01:17.776Z] 13b463d8c3e6: Preparing [2020-12-05T14:01:17.776Z] 70ae3b86b3e4: Preparing [2020-12-05T14:01:17.776Z] 04c21acaa99f: Preparing [2020-12-05T14:01:17.776Z] 0fbf555830ff: Preparing [2020-12-05T14:01:17.776Z] 84983b6743b6: Preparing [2020-12-05T14:01:17.776Z] 89e8287bd6bd: Preparing [2020-12-05T14:01:17.776Z] 27958d435515: Preparing [2020-12-05T14:01:17.776Z] cd3761cfa1d9: Preparing [2020-12-05T14:01:17.776Z] 89e8287bd6bd: Waiting [2020-12-05T14:01:17.776Z] 70ae3b86b3e4: Waiting [2020-12-05T14:01:17.776Z] 04c21acaa99f: Waiting [2020-12-05T14:01:17.776Z] 84983b6743b6: Waiting [2020-12-05T14:01:17.776Z] 27958d435515: Waiting [2020-12-05T14:01:17.776Z] cd3761cfa1d9: Waiting [2020-12-05T14:01:18.048Z] 13b463d8c3e6: Layer already exists [2020-12-05T14:01:18.048Z] a023a9b2e7b4: Layer already exists [2020-12-05T14:01:18.048Z] 428051a1a22c: Layer already exists [2020-12-05T14:01:18.048Z] 0fbf555830ff: Layer already exists [2020-12-05T14:01:18.048Z] c1705beba885: Layer already exists [2020-12-05T14:01:18.048Z] 89e8287bd6bd: Layer already exists [2020-12-05T14:01:18.048Z] 84983b6743b6: Layer already exists [2020-12-05T14:01:18.048Z] 70ae3b86b3e4: Layer already exists [2020-12-05T14:01:18.048Z] 04c21acaa99f: Layer already exists [2020-12-05T14:01:18.048Z] 27958d435515: Layer already exists [2020-12-05T14:01:18.048Z] cd3761cfa1d9: Layer already exists [2020-12-05T14:01:18.048Z] 2.0.0-dev.3: digest: sha256:d780380cee9d754695225d8fd794342ae26eadb397d2eea3851473d4f1b23e3b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:18.423Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:18.762Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:18.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-05T14:01:18.762Z] 0fbf555830ff: Preparing [2020-12-05T14:01:18.762Z] a023a9b2e7b4: Preparing [2020-12-05T14:01:18.762Z] c1705beba885: Preparing [2020-12-05T14:01:18.762Z] 428051a1a22c: Preparing [2020-12-05T14:01:18.762Z] 428051a1a22c: Preparing [2020-12-05T14:01:18.762Z] 13b463d8c3e6: Preparing [2020-12-05T14:01:18.762Z] 70ae3b86b3e4: Preparing [2020-12-05T14:01:18.762Z] 04c21acaa99f: Preparing [2020-12-05T14:01:18.762Z] 0fbf555830ff: Preparing [2020-12-05T14:01:18.762Z] 84983b6743b6: Preparing [2020-12-05T14:01:18.762Z] 89e8287bd6bd: Preparing [2020-12-05T14:01:18.762Z] 27958d435515: Preparing [2020-12-05T14:01:18.762Z] cd3761cfa1d9: Preparing [2020-12-05T14:01:18.762Z] 70ae3b86b3e4: Waiting [2020-12-05T14:01:18.762Z] 04c21acaa99f: Waiting [2020-12-05T14:01:18.762Z] 84983b6743b6: Waiting [2020-12-05T14:01:18.762Z] 89e8287bd6bd: Waiting [2020-12-05T14:01:18.762Z] 27958d435515: Waiting [2020-12-05T14:01:18.762Z] cd3761cfa1d9: Waiting [2020-12-05T14:01:19.044Z] 13b463d8c3e6: Layer already exists [2020-12-05T14:01:19.044Z] 428051a1a22c: Layer already exists [2020-12-05T14:01:19.044Z] 0fbf555830ff: Layer already exists [2020-12-05T14:01:19.044Z] c1705beba885: Layer already exists [2020-12-05T14:01:19.044Z] a023a9b2e7b4: Layer already exists [2020-12-05T14:01:19.044Z] 70ae3b86b3e4: Layer already exists [2020-12-05T14:01:19.045Z] 04c21acaa99f: Layer already exists [2020-12-05T14:01:19.045Z] 84983b6743b6: Layer already exists [2020-12-05T14:01:19.045Z] 89e8287bd6bd: Layer already exists [2020-12-05T14:01:19.045Z] 27958d435515: Layer already exists [2020-12-05T14:01:19.045Z] cd3761cfa1d9: Layer already exists [2020-12-05T14:01:19.045Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:d780380cee9d754695225d8fd794342ae26eadb397d2eea3851473d4f1b23e3b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:19.395Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:19.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-12-05T14:01:19.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-05T14:01:19.732Z] 0fbf555830ff: Preparing [2020-12-05T14:01:19.732Z] a023a9b2e7b4: Preparing [2020-12-05T14:01:19.732Z] c1705beba885: Preparing [2020-12-05T14:01:19.732Z] 428051a1a22c: Preparing [2020-12-05T14:01:19.732Z] 428051a1a22c: Preparing [2020-12-05T14:01:19.732Z] 13b463d8c3e6: Preparing [2020-12-05T14:01:19.732Z] 70ae3b86b3e4: Preparing [2020-12-05T14:01:19.732Z] 04c21acaa99f: Preparing [2020-12-05T14:01:19.732Z] 0fbf555830ff: Preparing [2020-12-05T14:01:19.732Z] 84983b6743b6: Preparing [2020-12-05T14:01:19.732Z] 89e8287bd6bd: Preparing [2020-12-05T14:01:19.732Z] 27958d435515: Preparing [2020-12-05T14:01:19.732Z] cd3761cfa1d9: Preparing [2020-12-05T14:01:19.732Z] 70ae3b86b3e4: Waiting [2020-12-05T14:01:19.732Z] 89e8287bd6bd: Waiting [2020-12-05T14:01:19.732Z] 04c21acaa99f: Waiting [2020-12-05T14:01:19.732Z] 27958d435515: Waiting [2020-12-05T14:01:19.732Z] 84983b6743b6: Waiting [2020-12-05T14:01:19.732Z] cd3761cfa1d9: Waiting [2020-12-05T14:01:19.732Z] 428051a1a22c: Layer already exists [2020-12-05T14:01:19.732Z] 13b463d8c3e6: Layer already exists [2020-12-05T14:01:19.732Z] c1705beba885: Layer already exists [2020-12-05T14:01:19.732Z] 0fbf555830ff: Layer already exists [2020-12-05T14:01:20.004Z] a023a9b2e7b4: Layer already exists [2020-12-05T14:01:20.005Z] 70ae3b86b3e4: Layer already exists [2020-12-05T14:01:20.005Z] 04c21acaa99f: Layer already exists [2020-12-05T14:01:20.005Z] 84983b6743b6: Layer already exists [2020-12-05T14:01:20.005Z] 27958d435515: Layer already exists [2020-12-05T14:01:20.005Z] 89e8287bd6bd: Layer already exists [2020-12-05T14:01:20.005Z] cd3761cfa1d9: Layer already exists [2020-12-05T14:01:20.005Z] master: digest: sha256:d780380cee9d754695225d8fd794342ae26eadb397d2eea3851473d4f1b23e3b size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T14:01:20.256Z] ===================================================== [Pipeline] echo [2020-12-05T14:01:20.310Z] taggedImages: [2020-12-05T14:01:20.310Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:20.310Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.3 [2020-12-05T14:01:20.310Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:20.310Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-12-05T14:01:20.375Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-05T14:01:20.375Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:20.375Z] 2.0.0-dev.3 [2020-12-05T14:01:20.375Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:20.375Z] master [2020-12-05T14:01:20.375Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:20.948Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:21.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:21.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-05T14:01:21.286Z] df52c3dab0d4: Preparing [2020-12-05T14:01:21.286Z] 9bb3ffa6549c: Preparing [2020-12-05T14:01:21.286Z] 46ff110bcb41: Preparing [2020-12-05T14:01:21.286Z] b8e62ba7cf9f: Preparing [2020-12-05T14:01:21.287Z] 7358240f34b6: Preparing [2020-12-05T14:01:21.287Z] 9fb4be7eb8e6: Preparing [2020-12-05T14:01:21.287Z] ccdbecf33a4d: Preparing [2020-12-05T14:01:21.287Z] 7e3538f9804a: Preparing [2020-12-05T14:01:21.287Z] 66b385cf80cf: Preparing [2020-12-05T14:01:21.287Z] 9fb4be7eb8e6: Waiting [2020-12-05T14:01:21.287Z] ccdbecf33a4d: Waiting [2020-12-05T14:01:21.287Z] 7e3538f9804a: Waiting [2020-12-05T14:01:21.287Z] 66b385cf80cf: Waiting [2020-12-05T14:01:21.878Z] 7358240f34b6: Pushed [2020-12-05T14:01:21.878Z] 9bb3ffa6549c: Pushed [2020-12-05T14:01:21.878Z] df52c3dab0d4: Pushed [2020-12-05T14:01:21.878Z] 9fb4be7eb8e6: Pushed [2020-12-05T14:01:22.148Z] ccdbecf33a4d: Pushed [2020-12-05T14:01:22.148Z] 66b385cf80cf: Layer already exists [2020-12-05T14:01:22.419Z] 7e3538f9804a: Pushed [2020-12-05T14:01:23.841Z] b8e62ba7cf9f: Pushed [2020-12-05T14:01:23.841Z] 46ff110bcb41: Pushed [2020-12-05T14:01:24.113Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:e1f007e621d0c6ccfdcc2b8afddc27d2c23a1988c2b1310f8199a4c85447bd0c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:24.463Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:24.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.3 [2020-12-05T14:01:24.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-05T14:01:24.809Z] df52c3dab0d4: Preparing [2020-12-05T14:01:24.809Z] 9bb3ffa6549c: Preparing [2020-12-05T14:01:24.809Z] 46ff110bcb41: Preparing [2020-12-05T14:01:24.809Z] b8e62ba7cf9f: Preparing [2020-12-05T14:01:24.809Z] 7358240f34b6: Preparing [2020-12-05T14:01:24.809Z] 9fb4be7eb8e6: Preparing [2020-12-05T14:01:24.809Z] ccdbecf33a4d: Preparing [2020-12-05T14:01:24.809Z] 7e3538f9804a: Preparing [2020-12-05T14:01:24.809Z] 66b385cf80cf: Preparing [2020-12-05T14:01:24.809Z] 7e3538f9804a: Waiting [2020-12-05T14:01:24.809Z] 9fb4be7eb8e6: Waiting [2020-12-05T14:01:24.809Z] ccdbecf33a4d: Waiting [2020-12-05T14:01:24.809Z] 66b385cf80cf: Waiting [2020-12-05T14:01:25.081Z] 7358240f34b6: Layer already exists [2020-12-05T14:01:25.081Z] 46ff110bcb41: Layer already exists [2020-12-05T14:01:25.081Z] b8e62ba7cf9f: Layer already exists [2020-12-05T14:01:25.081Z] 9bb3ffa6549c: Layer already exists [2020-12-05T14:01:25.081Z] df52c3dab0d4: Layer already exists [2020-12-05T14:01:25.081Z] 9fb4be7eb8e6: Layer already exists [2020-12-05T14:01:25.081Z] ccdbecf33a4d: Layer already exists [2020-12-05T14:01:25.081Z] 7e3538f9804a: Layer already exists [2020-12-05T14:01:25.081Z] 66b385cf80cf: Layer already exists [2020-12-05T14:01:25.081Z] 2.0.0-dev.3: digest: sha256:e1f007e621d0c6ccfdcc2b8afddc27d2c23a1988c2b1310f8199a4c85447bd0c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:25.425Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:25.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:25.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-05T14:01:25.766Z] df52c3dab0d4: Preparing [2020-12-05T14:01:25.766Z] 9bb3ffa6549c: Preparing [2020-12-05T14:01:25.766Z] 46ff110bcb41: Preparing [2020-12-05T14:01:25.766Z] b8e62ba7cf9f: Preparing [2020-12-05T14:01:25.766Z] 7358240f34b6: Preparing [2020-12-05T14:01:25.766Z] 9fb4be7eb8e6: Preparing [2020-12-05T14:01:25.766Z] ccdbecf33a4d: Preparing [2020-12-05T14:01:25.766Z] 7e3538f9804a: Preparing [2020-12-05T14:01:25.766Z] 66b385cf80cf: Preparing [2020-12-05T14:01:25.766Z] ccdbecf33a4d: Waiting [2020-12-05T14:01:25.766Z] 7e3538f9804a: Waiting [2020-12-05T14:01:25.766Z] 66b385cf80cf: Waiting [2020-12-05T14:01:25.766Z] 9fb4be7eb8e6: Waiting [2020-12-05T14:01:25.766Z] b8e62ba7cf9f: Layer already exists [2020-12-05T14:01:25.766Z] 9bb3ffa6549c: Layer already exists [2020-12-05T14:01:25.766Z] 46ff110bcb41: Layer already exists [2020-12-05T14:01:25.766Z] df52c3dab0d4: Layer already exists [2020-12-05T14:01:25.766Z] 7358240f34b6: Layer already exists [2020-12-05T14:01:26.038Z] 9fb4be7eb8e6: Layer already exists [2020-12-05T14:01:26.038Z] ccdbecf33a4d: Layer already exists [2020-12-05T14:01:26.038Z] 66b385cf80cf: Layer already exists [2020-12-05T14:01:26.038Z] 7e3538f9804a: Layer already exists [2020-12-05T14:01:26.038Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:e1f007e621d0c6ccfdcc2b8afddc27d2c23a1988c2b1310f8199a4c85447bd0c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:26.392Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:26.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-05T14:01:26.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-05T14:01:26.731Z] df52c3dab0d4: Preparing [2020-12-05T14:01:26.731Z] 9bb3ffa6549c: Preparing [2020-12-05T14:01:26.731Z] 46ff110bcb41: Preparing [2020-12-05T14:01:26.731Z] b8e62ba7cf9f: Preparing [2020-12-05T14:01:26.731Z] 7358240f34b6: Preparing [2020-12-05T14:01:26.731Z] 9fb4be7eb8e6: Preparing [2020-12-05T14:01:26.731Z] ccdbecf33a4d: Preparing [2020-12-05T14:01:26.731Z] 7e3538f9804a: Preparing [2020-12-05T14:01:26.731Z] 66b385cf80cf: Preparing [2020-12-05T14:01:26.731Z] 9fb4be7eb8e6: Waiting [2020-12-05T14:01:26.731Z] ccdbecf33a4d: Waiting [2020-12-05T14:01:26.731Z] 7e3538f9804a: Waiting [2020-12-05T14:01:26.731Z] 66b385cf80cf: Waiting [2020-12-05T14:01:26.731Z] 9bb3ffa6549c: Layer already exists [2020-12-05T14:01:26.731Z] df52c3dab0d4: Layer already exists [2020-12-05T14:01:26.731Z] 7358240f34b6: Layer already exists [2020-12-05T14:01:26.731Z] 46ff110bcb41: Layer already exists [2020-12-05T14:01:26.731Z] b8e62ba7cf9f: Layer already exists [2020-12-05T14:01:27.003Z] ccdbecf33a4d: Layer already exists [2020-12-05T14:01:27.003Z] 7e3538f9804a: Layer already exists [2020-12-05T14:01:27.003Z] 66b385cf80cf: Layer already exists [2020-12-05T14:01:27.003Z] 9fb4be7eb8e6: Layer already exists [2020-12-05T14:01:27.003Z] master: digest: sha256:e1f007e621d0c6ccfdcc2b8afddc27d2c23a1988c2b1310f8199a4c85447bd0c size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T14:01:27.200Z] ===================================================== [Pipeline] echo [2020-12-05T14:01:27.257Z] taggedImages: [2020-12-05T14:01:27.258Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:27.258Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.3 [2020-12-05T14:01:27.258Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:27.258Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-05T14:01:27.327Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-05T14:01:27.327Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:27.327Z] 2.0.0-dev.3 [2020-12-05T14:01:27.327Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:27.327Z] master [2020-12-05T14:01:27.327Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:27.848Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:28.190Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:28.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-05T14:01:28.190Z] f3e42c4681f8: Preparing [2020-12-05T14:01:28.190Z] 7edb7abc5236: Preparing [2020-12-05T14:01:28.190Z] 72ddd67ff1ab: Preparing [2020-12-05T14:01:28.190Z] 9d05c3f87c1d: Preparing [2020-12-05T14:01:28.190Z] 37ef6c3220a8: Preparing [2020-12-05T14:01:28.190Z] f11550598978: Preparing [2020-12-05T14:01:28.190Z] f11550598978: Waiting [2020-12-05T14:01:28.499Z] f3e42c4681f8: Pushed [2020-12-05T14:01:28.500Z] 72ddd67ff1ab: Pushed [2020-12-05T14:01:28.774Z] 37ef6c3220a8: Pushed [2020-12-05T14:01:28.774Z] 9d05c3f87c1d: Pushed [2020-12-05T14:01:29.045Z] f11550598978: Pushed [2020-12-05T14:01:31.002Z] 7edb7abc5236: Pushed [2020-12-05T14:01:31.274Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:cfe5dcdfc586a7a6f166b63a0f5568e4523d8edde2e3d995591a6c9cc3c886b1 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:31.615Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:31.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.3 [2020-12-05T14:01:31.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-05T14:01:31.949Z] f3e42c4681f8: Preparing [2020-12-05T14:01:31.949Z] 7edb7abc5236: Preparing [2020-12-05T14:01:31.949Z] 72ddd67ff1ab: Preparing [2020-12-05T14:01:31.949Z] 9d05c3f87c1d: Preparing [2020-12-05T14:01:31.949Z] 37ef6c3220a8: Preparing [2020-12-05T14:01:31.949Z] f11550598978: Preparing [2020-12-05T14:01:31.949Z] f11550598978: Waiting [2020-12-05T14:01:31.949Z] 7edb7abc5236: Layer already exists [2020-12-05T14:01:31.949Z] 9d05c3f87c1d: Layer already exists [2020-12-05T14:01:31.949Z] 72ddd67ff1ab: Layer already exists [2020-12-05T14:01:31.949Z] 37ef6c3220a8: Layer already exists [2020-12-05T14:01:31.949Z] f3e42c4681f8: Layer already exists [2020-12-05T14:01:31.949Z] f11550598978: Layer already exists [2020-12-05T14:01:32.220Z] 2.0.0-dev.3: digest: sha256:cfe5dcdfc586a7a6f166b63a0f5568e4523d8edde2e3d995591a6c9cc3c886b1 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:32.559Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:32.894Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:32.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-05T14:01:32.894Z] f3e42c4681f8: Preparing [2020-12-05T14:01:32.894Z] 7edb7abc5236: Preparing [2020-12-05T14:01:32.894Z] 72ddd67ff1ab: Preparing [2020-12-05T14:01:32.894Z] 9d05c3f87c1d: Preparing [2020-12-05T14:01:32.894Z] 37ef6c3220a8: Preparing [2020-12-05T14:01:32.894Z] f11550598978: Preparing [2020-12-05T14:01:32.894Z] f11550598978: Waiting [2020-12-05T14:01:32.894Z] 37ef6c3220a8: Layer already exists [2020-12-05T14:01:32.894Z] 72ddd67ff1ab: Layer already exists [2020-12-05T14:01:32.894Z] 7edb7abc5236: Layer already exists [2020-12-05T14:01:32.894Z] f3e42c4681f8: Layer already exists [2020-12-05T14:01:32.894Z] 9d05c3f87c1d: Layer already exists [2020-12-05T14:01:33.163Z] f11550598978: Layer already exists [2020-12-05T14:01:33.163Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:cfe5dcdfc586a7a6f166b63a0f5568e4523d8edde2e3d995591a6c9cc3c886b1 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:33.502Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:33.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-05T14:01:33.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-05T14:01:33.837Z] f3e42c4681f8: Preparing [2020-12-05T14:01:33.837Z] 7edb7abc5236: Preparing [2020-12-05T14:01:33.837Z] 72ddd67ff1ab: Preparing [2020-12-05T14:01:33.837Z] 9d05c3f87c1d: Preparing [2020-12-05T14:01:33.837Z] 37ef6c3220a8: Preparing [2020-12-05T14:01:33.837Z] f11550598978: Preparing [2020-12-05T14:01:33.837Z] f11550598978: Waiting [2020-12-05T14:01:34.109Z] 7edb7abc5236: Layer already exists [2020-12-05T14:01:34.109Z] 72ddd67ff1ab: Layer already exists [2020-12-05T14:01:34.109Z] f3e42c4681f8: Layer already exists [2020-12-05T14:01:34.109Z] 9d05c3f87c1d: Layer already exists [2020-12-05T14:01:34.109Z] 37ef6c3220a8: Layer already exists [2020-12-05T14:01:34.109Z] f11550598978: Layer already exists [2020-12-05T14:01:34.109Z] master: digest: sha256:cfe5dcdfc586a7a6f166b63a0f5568e4523d8edde2e3d995591a6c9cc3c886b1 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T14:01:34.337Z] ===================================================== [Pipeline] echo [2020-12-05T14:01:34.384Z] taggedImages: [2020-12-05T14:01:34.384Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:34.384Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.3 [2020-12-05T14:01:34.384Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:34.384Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-05T14:01:34.451Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-05T14:01:34.451Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:34.451Z] 2.0.0-dev.3 [2020-12-05T14:01:34.451Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:34.451Z] master [2020-12-05T14:01:34.451Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:34.955Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:35.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:35.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-05T14:01:35.298Z] f9bd7f47bff9: Preparing [2020-12-05T14:01:35.298Z] 4cf86e113d5b: Preparing [2020-12-05T14:01:35.298Z] ddde87d5f515: Preparing [2020-12-05T14:01:35.578Z] ddde87d5f515: Pushed [2020-12-05T14:01:35.578Z] f9bd7f47bff9: Pushed [2020-12-05T14:01:38.185Z] 4cf86e113d5b: Pushed [2020-12-05T14:01:38.456Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:f7ba9b96b03766fce0c525cd909734395cbacbc42bf1fa175e74087e2c87f825 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:38.797Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:39.133Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.3 [2020-12-05T14:01:39.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-05T14:01:39.133Z] f9bd7f47bff9: Preparing [2020-12-05T14:01:39.133Z] 4cf86e113d5b: Preparing [2020-12-05T14:01:39.133Z] ddde87d5f515: Preparing [2020-12-05T14:01:39.133Z] ddde87d5f515: Layer already exists [2020-12-05T14:01:39.406Z] 4cf86e113d5b: Layer already exists [2020-12-05T14:01:39.406Z] f9bd7f47bff9: Layer already exists [2020-12-05T14:01:39.406Z] 2.0.0-dev.3: digest: sha256:f7ba9b96b03766fce0c525cd909734395cbacbc42bf1fa175e74087e2c87f825 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:39.755Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:40.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:40.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-05T14:01:40.091Z] f9bd7f47bff9: Preparing [2020-12-05T14:01:40.091Z] 4cf86e113d5b: Preparing [2020-12-05T14:01:40.091Z] ddde87d5f515: Preparing [2020-12-05T14:01:40.091Z] f9bd7f47bff9: Layer already exists [2020-12-05T14:01:40.362Z] 4cf86e113d5b: Layer already exists [2020-12-05T14:01:41.337Z] ddde87d5f515: Layer already exists [2020-12-05T14:01:41.337Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:f7ba9b96b03766fce0c525cd909734395cbacbc42bf1fa175e74087e2c87f825 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:41.674Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:42.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-05T14:01:42.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-05T14:01:42.010Z] f9bd7f47bff9: Preparing [2020-12-05T14:01:42.010Z] 4cf86e113d5b: Preparing [2020-12-05T14:01:42.010Z] ddde87d5f515: Preparing [2020-12-05T14:01:42.010Z] f9bd7f47bff9: Layer already exists [2020-12-05T14:01:42.010Z] 4cf86e113d5b: Layer already exists [2020-12-05T14:01:42.010Z] ddde87d5f515: Layer already exists [2020-12-05T14:01:42.279Z] master: digest: sha256:f7ba9b96b03766fce0c525cd909734395cbacbc42bf1fa175e74087e2c87f825 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T14:01:42.480Z] ===================================================== [Pipeline] echo [2020-12-05T14:01:42.532Z] taggedImages: [2020-12-05T14:01:42.532Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:42.532Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.3 [2020-12-05T14:01:42.532Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:42.532Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-05T14:01:42.597Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-05T14:01:42.597Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:42.597Z] 2.0.0-dev.3 [2020-12-05T14:01:42.597Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:42.597Z] master [2020-12-05T14:01:42.597Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:43.102Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:43.457Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:43.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-05T14:01:43.457Z] 079b0c19bf8f: Preparing [2020-12-05T14:01:43.457Z] c2c1fa34c74f: Preparing [2020-12-05T14:01:43.457Z] cea84a42c40c: Preparing [2020-12-05T14:01:43.457Z] bde3160ec836: Preparing [2020-12-05T14:01:43.457Z] 5a3334f250a2: Preparing [2020-12-05T14:01:43.457Z] dc01ba62068e: Preparing [2020-12-05T14:01:43.457Z] 5612953f3bed: Preparing [2020-12-05T14:01:43.457Z] 2cee7541aa47: Preparing [2020-12-05T14:01:43.457Z] b6a78175e4c9: Preparing [2020-12-05T14:01:43.457Z] fab17a547d8c: Preparing [2020-12-05T14:01:43.457Z] 4b089f0fc7f0: Preparing [2020-12-05T14:01:43.457Z] 3e7dc55cab04: Preparing [2020-12-05T14:01:43.457Z] b2e85fd0898f: Preparing [2020-12-05T14:01:43.457Z] cd3761cfa1d9: Preparing [2020-12-05T14:01:43.457Z] b6a78175e4c9: Waiting [2020-12-05T14:01:43.457Z] fab17a547d8c: Waiting [2020-12-05T14:01:43.457Z] 4b089f0fc7f0: Waiting [2020-12-05T14:01:43.457Z] 3e7dc55cab04: Waiting [2020-12-05T14:01:43.457Z] b2e85fd0898f: Waiting [2020-12-05T14:01:43.457Z] cd3761cfa1d9: Waiting [2020-12-05T14:01:43.457Z] 5612953f3bed: Waiting [2020-12-05T14:01:43.457Z] 2cee7541aa47: Waiting [2020-12-05T14:01:43.457Z] dc01ba62068e: Waiting [2020-12-05T14:01:44.062Z] 5a3334f250a2: Pushed [2020-12-05T14:01:44.062Z] 079b0c19bf8f: Pushed [2020-12-05T14:01:44.660Z] bde3160ec836: Pushed [2020-12-05T14:01:44.660Z] 2cee7541aa47: Layer already exists [2020-12-05T14:01:44.936Z] 5612953f3bed: Pushed [2020-12-05T14:01:44.936Z] b6a78175e4c9: Layer already exists [2020-12-05T14:01:44.936Z] fab17a547d8c: Layer already exists [2020-12-05T14:01:44.936Z] 4b089f0fc7f0: Layer already exists [2020-12-05T14:01:44.936Z] 3e7dc55cab04: Layer already exists [2020-12-05T14:01:44.936Z] cd3761cfa1d9: Layer already exists [2020-12-05T14:01:44.936Z] b2e85fd0898f: Layer already exists [2020-12-05T14:01:45.532Z] c2c1fa34c74f: Pushed [2020-12-05T14:01:46.506Z] dc01ba62068e: Pushed [2020-12-05T14:01:56.625Z] cea84a42c40c: Pushed [2020-12-05T14:01:56.625Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326: digest: sha256:f47161e69620f42577beeca3524fc52138e1426c9313801863bb7fb43c66571e size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:56.958Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:57.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.3 [2020-12-05T14:01:57.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-05T14:01:57.286Z] 079b0c19bf8f: Preparing [2020-12-05T14:01:57.286Z] c2c1fa34c74f: Preparing [2020-12-05T14:01:57.286Z] cea84a42c40c: Preparing [2020-12-05T14:01:57.286Z] bde3160ec836: Preparing [2020-12-05T14:01:57.286Z] 5a3334f250a2: Preparing [2020-12-05T14:01:57.286Z] dc01ba62068e: Preparing [2020-12-05T14:01:57.286Z] 5612953f3bed: Preparing [2020-12-05T14:01:57.286Z] 2cee7541aa47: Preparing [2020-12-05T14:01:57.286Z] b6a78175e4c9: Preparing [2020-12-05T14:01:57.286Z] fab17a547d8c: Preparing [2020-12-05T14:01:57.286Z] 4b089f0fc7f0: Preparing [2020-12-05T14:01:57.286Z] 3e7dc55cab04: Preparing [2020-12-05T14:01:57.286Z] b2e85fd0898f: Preparing [2020-12-05T14:01:57.286Z] cd3761cfa1d9: Preparing [2020-12-05T14:01:57.286Z] dc01ba62068e: Waiting [2020-12-05T14:01:57.286Z] 5612953f3bed: Waiting [2020-12-05T14:01:57.286Z] 2cee7541aa47: Waiting [2020-12-05T14:01:57.286Z] b2e85fd0898f: Waiting [2020-12-05T14:01:57.286Z] fab17a547d8c: Waiting [2020-12-05T14:01:57.286Z] 4b089f0fc7f0: Waiting [2020-12-05T14:01:57.286Z] cd3761cfa1d9: Waiting [2020-12-05T14:01:57.286Z] 3e7dc55cab04: Waiting [2020-12-05T14:01:57.286Z] c2c1fa34c74f: Layer already exists [2020-12-05T14:01:57.286Z] 079b0c19bf8f: Layer already exists [2020-12-05T14:01:57.286Z] bde3160ec836: Layer already exists [2020-12-05T14:01:57.286Z] cea84a42c40c: Layer already exists [2020-12-05T14:01:57.286Z] 5a3334f250a2: Layer already exists [2020-12-05T14:01:57.286Z] 5612953f3bed: Layer already exists [2020-12-05T14:01:57.286Z] dc01ba62068e: Layer already exists [2020-12-05T14:01:57.556Z] 2cee7541aa47: Layer already exists [2020-12-05T14:01:57.556Z] b6a78175e4c9: Layer already exists [2020-12-05T14:01:57.556Z] fab17a547d8c: Layer already exists [2020-12-05T14:01:57.556Z] 3e7dc55cab04: Layer already exists [2020-12-05T14:01:57.556Z] b2e85fd0898f: Layer already exists [2020-12-05T14:01:57.556Z] cd3761cfa1d9: Layer already exists [2020-12-05T14:01:57.556Z] 4b089f0fc7f0: Layer already exists [2020-12-05T14:01:57.556Z] 2.0.0-dev.3: digest: sha256:f47161e69620f42577beeca3524fc52138e1426c9313801863bb7fb43c66571e size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:57.893Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:58.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:58.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-05T14:01:58.233Z] 079b0c19bf8f: Preparing [2020-12-05T14:01:58.233Z] c2c1fa34c74f: Preparing [2020-12-05T14:01:58.233Z] cea84a42c40c: Preparing [2020-12-05T14:01:58.233Z] bde3160ec836: Preparing [2020-12-05T14:01:58.233Z] 5a3334f250a2: Preparing [2020-12-05T14:01:58.233Z] dc01ba62068e: Preparing [2020-12-05T14:01:58.233Z] 5612953f3bed: Preparing [2020-12-05T14:01:58.233Z] 2cee7541aa47: Preparing [2020-12-05T14:01:58.233Z] b6a78175e4c9: Preparing [2020-12-05T14:01:58.233Z] fab17a547d8c: Preparing [2020-12-05T14:01:58.233Z] 4b089f0fc7f0: Preparing [2020-12-05T14:01:58.233Z] 3e7dc55cab04: Preparing [2020-12-05T14:01:58.233Z] b2e85fd0898f: Preparing [2020-12-05T14:01:58.233Z] cd3761cfa1d9: Preparing [2020-12-05T14:01:58.233Z] dc01ba62068e: Waiting [2020-12-05T14:01:58.233Z] 5612953f3bed: Waiting [2020-12-05T14:01:58.233Z] fab17a547d8c: Waiting [2020-12-05T14:01:58.233Z] 4b089f0fc7f0: Waiting [2020-12-05T14:01:58.233Z] b2e85fd0898f: Waiting [2020-12-05T14:01:58.233Z] cd3761cfa1d9: Waiting [2020-12-05T14:01:58.233Z] 3e7dc55cab04: Waiting [2020-12-05T14:01:58.233Z] 2cee7541aa47: Waiting [2020-12-05T14:01:58.233Z] b6a78175e4c9: Waiting [2020-12-05T14:01:58.233Z] c2c1fa34c74f: Layer already exists [2020-12-05T14:01:58.233Z] 5a3334f250a2: Layer already exists [2020-12-05T14:01:58.503Z] bde3160ec836: Layer already exists [2020-12-05T14:01:58.503Z] cea84a42c40c: Layer already exists [2020-12-05T14:01:58.503Z] 079b0c19bf8f: Layer already exists [2020-12-05T14:01:58.503Z] 5612953f3bed: Layer already exists [2020-12-05T14:01:58.503Z] b6a78175e4c9: Layer already exists [2020-12-05T14:01:58.503Z] dc01ba62068e: Layer already exists [2020-12-05T14:01:58.503Z] 2cee7541aa47: Layer already exists [2020-12-05T14:01:58.503Z] fab17a547d8c: Layer already exists [2020-12-05T14:01:58.503Z] b2e85fd0898f: Layer already exists [2020-12-05T14:01:58.503Z] 4b089f0fc7f0: Layer already exists [2020-12-05T14:01:58.503Z] 3e7dc55cab04: Layer already exists [2020-12-05T14:01:58.503Z] cd3761cfa1d9: Layer already exists [2020-12-05T14:01:58.503Z] b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3: digest: sha256:f47161e69620f42577beeca3524fc52138e1426c9313801863bb7fb43c66571e size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:58.843Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:01:59.181Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-05T14:01:59.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-05T14:01:59.181Z] 079b0c19bf8f: Preparing [2020-12-05T14:01:59.181Z] c2c1fa34c74f: Preparing [2020-12-05T14:01:59.181Z] cea84a42c40c: Preparing [2020-12-05T14:01:59.181Z] bde3160ec836: Preparing [2020-12-05T14:01:59.181Z] 5a3334f250a2: Preparing [2020-12-05T14:01:59.181Z] dc01ba62068e: Preparing [2020-12-05T14:01:59.181Z] 5612953f3bed: Preparing [2020-12-05T14:01:59.181Z] 2cee7541aa47: Preparing [2020-12-05T14:01:59.181Z] dc01ba62068e: Waiting [2020-12-05T14:01:59.181Z] 5612953f3bed: Waiting [2020-12-05T14:01:59.181Z] b6a78175e4c9: Preparing [2020-12-05T14:01:59.181Z] 2cee7541aa47: Waiting [2020-12-05T14:01:59.181Z] fab17a547d8c: Preparing [2020-12-05T14:01:59.181Z] 4b089f0fc7f0: Preparing [2020-12-05T14:01:59.181Z] 3e7dc55cab04: Preparing [2020-12-05T14:01:59.181Z] b2e85fd0898f: Preparing [2020-12-05T14:01:59.181Z] cd3761cfa1d9: Preparing [2020-12-05T14:01:59.181Z] 4b089f0fc7f0: Waiting [2020-12-05T14:01:59.181Z] 3e7dc55cab04: Waiting [2020-12-05T14:01:59.181Z] b2e85fd0898f: Waiting [2020-12-05T14:01:59.181Z] cd3761cfa1d9: Waiting [2020-12-05T14:01:59.181Z] fab17a547d8c: Waiting [2020-12-05T14:01:59.181Z] 079b0c19bf8f: Layer already exists [2020-12-05T14:01:59.452Z] cea84a42c40c: Layer already exists [2020-12-05T14:01:59.452Z] bde3160ec836: Layer already exists [2020-12-05T14:01:59.452Z] c2c1fa34c74f: Layer already exists [2020-12-05T14:01:59.452Z] 5a3334f250a2: Layer already exists [2020-12-05T14:01:59.452Z] dc01ba62068e: Layer already exists [2020-12-05T14:01:59.452Z] 2cee7541aa47: Layer already exists [2020-12-05T14:01:59.452Z] 5612953f3bed: Layer already exists [2020-12-05T14:01:59.452Z] b6a78175e4c9: Layer already exists [2020-12-05T14:01:59.452Z] fab17a547d8c: Layer already exists [2020-12-05T14:01:59.452Z] 4b089f0fc7f0: Layer already exists [2020-12-05T14:01:59.452Z] b2e85fd0898f: Layer already exists [2020-12-05T14:01:59.452Z] 3e7dc55cab04: Layer already exists [2020-12-05T14:01:59.452Z] cd3761cfa1d9: Layer already exists [2020-12-05T14:01:59.452Z] master: digest: sha256:f47161e69620f42577beeca3524fc52138e1426c9313801863bb7fb43c66571e size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-05T14:01:59.647Z] ===================================================== [Pipeline] echo [2020-12-05T14:01:59.773Z] taggedImages: [2020-12-05T14:01:59.773Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326 [2020-12-05T14:01:59.773Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.3 [2020-12-05T14:01:59.773Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b220847201e83bd7d2b05191ce33e2cf4f3b5326-2.0.0-dev.3 [2020-12-05T14:01:59.773Z] - 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-12-05T14:02:01.517Z] provisioning config files... [2020-12-05T14:02:01.528Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/245@tmp/config3620022439893833008tmp [Pipeline] { [Pipeline] sh [2020-12-05T14:02:01.901Z] + set +x [2020-12-05T14:02:01.901Z] + curl -s https://codecov.io/bash [2020-12-05T14:02:01.901Z] + bash -s -- [2020-12-05T14:02:02.474Z] [2020-12-05T14:02:02.474Z] _____ _ [2020-12-05T14:02:02.474Z] / ____| | | [2020-12-05T14:02:02.474Z] | | ___ __| | ___ ___ _____ __ [2020-12-05T14:02:02.474Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-05T14:02:02.474Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-05T14:02:02.474Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-05T14:02:02.474Z] Bash-20201130-cc6d3fe [2020-12-05T14:02:02.474Z] [2020-12-05T14:02:02.474Z] [2020-12-05T14:02:02.474Z] ==> Jenkins CI detected. [2020-12-05T14:02:02.474Z] project root: . [2020-12-05T14:02:02.474Z] --> token set from env [2020-12-05T14:02:02.474Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-05T14:02:02.474Z] ==> Running gcov in . (disable via -X gcov) [2020-12-05T14:02:02.474Z] ==> Python coveragepy not found [2020-12-05T14:02:02.474Z] ==> Searching for coverage reports in: [2020-12-05T14:02:02.474Z] + . [2020-12-05T14:02:02.474Z] -> Found 1 reports [2020-12-05T14:02:02.474Z] ==> Detecting git/mercurial file structure [2020-12-05T14:02:02.474Z] ==> Reading reports [2020-12-05T14:02:02.474Z] + ./coverage.out bytes=554872 [2020-12-05T14:02:02.474Z] ==> Appending adjustments [2020-12-05T14:02:02.474Z] https://docs.codecov.io/docs/fixing-reports [2020-12-05T14:02:05.781Z] + Found adjustments [2020-12-05T14:02:05.781Z] ==> Gzipping contents [2020-12-05T14:02:05.781Z] 88K /tmp/codecov.CbmhbJ.gz [2020-12-05T14:02:05.781Z] ==> Uploading reports [2020-12-05T14:02:05.781Z] url: https://codecov.io [2020-12-05T14:02:05.781Z] query: branch=master&commit=b220847201e83bd7d2b05191ce33e2cf4f3b5326&build=245&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F245%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-05T14:02:05.781Z] -> Pinging Codecov [2020-12-05T14:02:05.781Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=b220847201e83bd7d2b05191ce33e2cf4f3b5326&build=245&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F245%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-05T14:02:06.356Z] -> Uploading to [2020-12-05T14:02:06.356Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-05/00271124DB129430A58F1EEE437C3FCB/b220847201e83bd7d2b05191ce33e2cf4f3b5326/ad830f34-a45d-4dfe-98db-d9242c569d11.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201205T140206Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5a6b6a3a1291cba57bf5adde8442f7236e72c7185664aff21f79b2bd6a720e68 [2020-12-05T14:02:06.356Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-05T14:02:06.356Z] Dload Upload Total Spent Left Speed [2020-12-05T14:02:06.931Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86494 0 0 100 86494 0 158k --:--:-- --:--:-- --:--:-- 158k [2020-12-05T14:02:06.931Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b220847201e83bd7d2b05191ce33e2cf4f3b5326 [Pipeline] } [2020-12-05T14:02:06.942Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-05T14:02:08.043Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-05T14:02:08.156Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:02:08.504Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-05T14:02:08.504Z] [2020-12-05T14:02:08.504Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:02:08.857Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-05T14:02:08.857Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-05T14:02:08.857Z] 188c0c94c7c5: Already exists [2020-12-05T14:02:08.857Z] 0ef7d3d256c8: Already exists [2020-12-05T14:02:08.857Z] de9db76c5a1d: Already exists [2020-12-05T14:02:08.857Z] 0eba1c9be4d2: Pulling fs layer [2020-12-05T14:02:08.857Z] 0d57e429df01: Pulling fs layer [2020-12-05T14:02:08.857Z] 4e4be7b47b0d: Pulling fs layer [2020-12-05T14:02:08.857Z] e1f770b5df2f: Pulling fs layer [2020-12-05T14:02:08.857Z] 85a0685a4137: Pulling fs layer [2020-12-05T14:02:08.857Z] e1f770b5df2f: Waiting [2020-12-05T14:02:08.857Z] 85a0685a4137: Waiting [2020-12-05T14:02:08.857Z] 0d57e429df01: Download complete [2020-12-05T14:02:09.121Z] 4e4be7b47b0d: Verifying Checksum [2020-12-05T14:02:09.121Z] 4e4be7b47b0d: Download complete [2020-12-05T14:02:10.516Z] e1f770b5df2f: Verifying Checksum [2020-12-05T14:02:10.516Z] e1f770b5df2f: Download complete [2020-12-05T14:02:12.472Z] 0eba1c9be4d2: Download complete [2020-12-05T14:02:12.739Z] 85a0685a4137: Verifying Checksum [2020-12-05T14:02:12.739Z] 85a0685a4137: Download complete [2020-12-05T14:02:18.066Z] 0eba1c9be4d2: Pull complete [2020-12-05T14:02:18.066Z] 0d57e429df01: Pull complete [2020-12-05T14:02:18.066Z] 4e4be7b47b0d: Pull complete [2020-12-05T14:02:22.431Z] e1f770b5df2f: Pull complete [2020-12-05T14:02:32.524Z] 85a0685a4137: Pull complete [2020-12-05T14:02:32.524Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-05T14:02:32.524Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-05T14:02:32.524Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-05T14:02:32.759Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T14:02:32.823Z] $ 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/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-05T14:02:33.955Z] $ docker top 9b73615c680bac4b7e664844063b0ffecdda47c2dc751ed8d553cd69b32cda38 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-05T14:02:34.189Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-05T14:02:34.485Z] + set -o pipefail [2020-12-05T14:02:34.485Z] + snyk monitor '--org=edgex-jenkins' [2020-12-05T14:02:52.658Z] [2020-12-05T14:02:52.658Z] Monitoring /w/workspace/edgex-go/245 (github.com/edgexfoundry/edgex-go)... [2020-12-05T14:02:52.658Z] [2020-12-05T14:02:52.658Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/b762a854-53b6-4cc3-aecb-f9bb5a58a51a [2020-12-05T14:02:52.658Z] [2020-12-05T14:02:52.658Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-05T14:02:52.658Z] [2020-12-05T14:02:52.658Z] [Pipeline] } [2020-12-05T14:02:52.675Z] $ docker stop --time=1 9b73615c680bac4b7e664844063b0ffecdda47c2dc751ed8d553cd69b32cda38 [2020-12-05T14:02:55.687Z] $ docker rm -f 9b73615c680bac4b7e664844063b0ffecdda47c2dc751ed8d553cd69b32cda38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-05T14:02:56.621Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-12-05T14:02:56.624Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-05T14:02:56.917Z] + set -o pipefail [2020-12-05T14:02:56.918Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-05T14:02:56.918Z] + tee .snyk [2020-12-05T14:02:57.180Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-05T14:02:57.180Z] version: v1.14.1 [2020-12-05T14:02:57.180Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-05T14:02:57.180Z] ignore: [2020-12-05T14:02:57.180Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-05T14:02:57.180Z] - '*': [2020-12-05T14:02:57.180Z] reason: does not apply # justification for ignoring [2020-12-05T14:02:57.180Z] 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-12-05T14:02:57.180Z] SNYK-ALPINE312-JQ-588886: [2020-12-05T14:02:57.180Z] - '*': [2020-12-05T14:02:57.180Z] reason: false positive [2020-12-05T14:02:57.180Z] expires: 2021-01-01T00:00:00 [2020-12-05T14:02:57.180Z] # patch: {} [Pipeline] withCredentials [2020-12-05T14:02:57.301Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:02:57.644Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-05T14:02:57.644Z] . [Pipeline] withDockerContainer [2020-12-05T14:02:57.748Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T14:02:57.801Z] $ 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/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-05T14:02:58.651Z] $ docker top 6ef73f507014f934c685bc962657ead5bf406b8bd2602166a3ee1fa90dd5e2ab -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T14:02:59.172Z] + rm -f snykReport.html [Pipeline] echo [2020-12-05T14:02:59.185Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-05T14:02:59.478Z] + set -o pipefail [2020-12-05T14:02:59.478Z] + snyk-to-html -o snykReport.html [2020-12-05T14:02:59.478Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-05T14:03:09.528Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-05T14:03:09.543Z] $ docker stop --time=1 6ef73f507014f934c685bc962657ead5bf406b8bd2602166a3ee1fa90dd5e2ab [2020-12-05T14:03:11.091Z] $ docker rm -f 6ef73f507014f934c685bc962657ead5bf406b8bd2602166a3ee1fa90dd5e2ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-05T14:03:11.404Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-12-05T14:03:11.406Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-05T14:03:11.698Z] + set -o pipefail [2020-12-05T14:03:11.698Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-05T14:03:11.698Z] + tee .snyk [2020-12-05T14:03:11.698Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-05T14:03:11.698Z] version: v1.14.1 [2020-12-05T14:03:11.698Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-05T14:03:11.698Z] ignore: [2020-12-05T14:03:11.698Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-05T14:03:11.698Z] - '*': [2020-12-05T14:03:11.698Z] reason: does not apply # justification for ignoring [2020-12-05T14:03:11.698Z] 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-12-05T14:03:11.698Z] SNYK-ALPINE312-JQ-588886: [2020-12-05T14:03:11.698Z] - '*': [2020-12-05T14:03:11.698Z] reason: false positive [2020-12-05T14:03:11.698Z] expires: 2021-01-01T00:00:00 [2020-12-05T14:03:11.698Z] # patch: {} [Pipeline] withCredentials [2020-12-05T14:03:11.832Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:03:12.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-05T14:03:12.181Z] . [Pipeline] withDockerContainer [2020-12-05T14:03:12.285Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T14:03:12.342Z] $ 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/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-05T14:03:13.679Z] $ docker top 4fea37862b98a32c01db50f63b5052180b86d37aacea4c0869ecde040b59fa1e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T14:03:14.214Z] + rm -f snykReport.html [Pipeline] echo [2020-12-05T14:03:14.225Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-05T14:03:14.517Z] + set -o pipefail [2020-12-05T14:03:14.517Z] + snyk-to-html -o snykReport.html [2020-12-05T14:03:14.517Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-05T14:03:19.827Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-05T14:03:19.842Z] $ docker stop --time=1 4fea37862b98a32c01db50f63b5052180b86d37aacea4c0869ecde040b59fa1e [2020-12-05T14:03:21.198Z] $ docker rm -f 4fea37862b98a32c01db50f63b5052180b86d37aacea4c0869ecde040b59fa1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-05T14:03:21.470Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-12-05T14:03:21.473Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-05T14:03:21.761Z] + set -o pipefail [2020-12-05T14:03:21.761Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-05T14:03:21.761Z] + tee .snyk [2020-12-05T14:03:21.761Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-05T14:03:21.761Z] version: v1.14.1 [2020-12-05T14:03:21.761Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-05T14:03:21.761Z] ignore: [2020-12-05T14:03:21.761Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-05T14:03:21.761Z] - '*': [2020-12-05T14:03:21.761Z] reason: does not apply # justification for ignoring [2020-12-05T14:03:21.761Z] 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-12-05T14:03:21.761Z] SNYK-ALPINE312-JQ-588886: [2020-12-05T14:03:21.761Z] - '*': [2020-12-05T14:03:21.761Z] reason: false positive [2020-12-05T14:03:21.761Z] expires: 2021-01-01T00:00:00 [2020-12-05T14:03:21.761Z] # patch: {} [Pipeline] withCredentials [2020-12-05T14:03:21.871Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:03:22.213Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-05T14:03:22.213Z] . [Pipeline] withDockerContainer [2020-12-05T14:03:22.321Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T14:03:22.370Z] $ 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/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-05T14:03:22.977Z] $ docker top 008b4560ca8daed8b99e1e93dc27f5be9dfcd0d76bd0e265d3f9afc107ae4dfc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T14:03:23.481Z] + rm -f snykReport.html [Pipeline] echo [2020-12-05T14:03:23.492Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-05T14:03:23.781Z] + set -o pipefail [2020-12-05T14:03:23.782Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-05T14:03:23.782Z] + snyk-to-html -o snykReport.html [2020-12-05T14:03:33.808Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-05T14:03:33.825Z] $ docker stop --time=1 008b4560ca8daed8b99e1e93dc27f5be9dfcd0d76bd0e265d3f9afc107ae4dfc [2020-12-05T14:03:35.340Z] $ docker rm -f 008b4560ca8daed8b99e1e93dc27f5be9dfcd0d76bd0e265d3f9afc107ae4dfc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-05T14:03:35.596Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-12-05T14:03:35.599Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-05T14:03:35.887Z] + set -o pipefail [2020-12-05T14:03:35.887Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-05T14:03:35.887Z] + tee .snyk [2020-12-05T14:03:36.149Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-05T14:03:36.149Z] version: v1.14.1 [2020-12-05T14:03:36.149Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-05T14:03:36.149Z] ignore: [2020-12-05T14:03:36.149Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-05T14:03:36.149Z] - '*': [2020-12-05T14:03:36.149Z] reason: does not apply # justification for ignoring [2020-12-05T14:03:36.150Z] 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-12-05T14:03:36.150Z] SNYK-ALPINE312-JQ-588886: [2020-12-05T14:03:36.150Z] - '*': [2020-12-05T14:03:36.150Z] reason: false positive [2020-12-05T14:03:36.150Z] expires: 2021-01-01T00:00:00 [2020-12-05T14:03:36.150Z] # patch: {} [Pipeline] withCredentials [2020-12-05T14:03:36.278Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:03:36.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-05T14:03:36.614Z] . [Pipeline] withDockerContainer [2020-12-05T14:03:36.711Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T14:03:36.760Z] $ 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/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-05T14:03:37.393Z] $ docker top 960523bc63950ffeea67f94b2402d0a624f2e48364df74faefeb4dd8de6df1f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T14:03:37.871Z] + rm -f snykReport.html [Pipeline] echo [2020-12-05T14:03:37.883Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-05T14:03:38.170Z] + set -o pipefail [2020-12-05T14:03:38.171Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-05T14:03:38.171Z] + snyk-to-html -o snykReport.html [2020-12-05T14:03:44.779Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-05T14:03:44.795Z] $ docker stop --time=1 960523bc63950ffeea67f94b2402d0a624f2e48364df74faefeb4dd8de6df1f8 [2020-12-05T14:03:46.197Z] $ docker rm -f 960523bc63950ffeea67f94b2402d0a624f2e48364df74faefeb4dd8de6df1f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-05T14:03:46.525Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-12-05T14:03:46.528Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-05T14:03:46.862Z] + set -o pipefail [2020-12-05T14:03:46.862Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-05T14:03:46.862Z] + tee .snyk [2020-12-05T14:03:46.862Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-05T14:03:46.862Z] version: v1.14.1 [2020-12-05T14:03:46.862Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-05T14:03:46.862Z] ignore: [2020-12-05T14:03:46.862Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-05T14:03:46.862Z] - '*': [2020-12-05T14:03:46.862Z] reason: does not apply # justification for ignoring [2020-12-05T14:03:46.862Z] 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-12-05T14:03:46.862Z] SNYK-ALPINE312-JQ-588886: [2020-12-05T14:03:46.862Z] - '*': [2020-12-05T14:03:46.862Z] reason: false positive [2020-12-05T14:03:46.862Z] expires: 2021-01-01T00:00:00 [2020-12-05T14:03:46.862Z] # patch: {} [Pipeline] withCredentials [2020-12-05T14:03:46.976Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:03:47.314Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-05T14:03:47.314Z] . [Pipeline] withDockerContainer [2020-12-05T14:03:47.416Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T14:03:47.469Z] $ 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/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-05T14:03:48.100Z] $ docker top 9317c235710951af82a7905da0fd6b16ee72f9450058492d5840123c19047680 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T14:03:48.583Z] + rm -f snykReport.html [Pipeline] echo [2020-12-05T14:03:48.594Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-05T14:03:48.892Z] + set -o pipefail [2020-12-05T14:03:48.892Z] + + snyk testsnyk-to-html '--org=edgex-jenkins' --docker -o nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 snykReport.html '--file=./cmd/security-proxy-setup/Dockerfile' [2020-12-05T14:03:48.892Z] '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-05T14:03:54.218Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-05T14:03:54.236Z] $ docker stop --time=1 9317c235710951af82a7905da0fd6b16ee72f9450058492d5840123c19047680 [2020-12-05T14:03:55.667Z] $ docker rm -f 9317c235710951af82a7905da0fd6b16ee72f9450058492d5840123c19047680 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-05T14:03:55.958Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-12-05T14:03:55.960Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-05T14:03:56.250Z] + set -o pipefail [2020-12-05T14:03:56.251Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-05T14:03:56.251Z] + tee .snyk [2020-12-05T14:03:56.251Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-05T14:03:56.251Z] version: v1.14.1 [2020-12-05T14:03:56.251Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-05T14:03:56.251Z] ignore: [2020-12-05T14:03:56.251Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-05T14:03:56.251Z] - '*': [2020-12-05T14:03:56.251Z] reason: does not apply # justification for ignoring [2020-12-05T14:03:56.251Z] 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-12-05T14:03:56.251Z] SNYK-ALPINE312-JQ-588886: [2020-12-05T14:03:56.251Z] - '*': [2020-12-05T14:03:56.251Z] reason: false positive [2020-12-05T14:03:56.251Z] expires: 2021-01-01T00:00:00 [2020-12-05T14:03:56.251Z] # patch: {} [Pipeline] withCredentials [2020-12-05T14:03:56.379Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:03:56.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-05T14:03:56.726Z] . [Pipeline] withDockerContainer [2020-12-05T14:03:56.836Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T14:03:56.897Z] $ 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/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-05T14:03:57.492Z] $ docker top d13f89746993fe4041ebb4fb3957232223fc23248578bf719ddd9868bd3eafc7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T14:03:57.977Z] + rm -f snykReport.html [Pipeline] echo [2020-12-05T14:03:57.988Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-05T14:03:58.285Z] + set -o pipefail [2020-12-05T14:03:58.285Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-05T14:03:58.285Z] + snyk-to-html -o snykReport.html [2020-12-05T14:04:03.622Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-05T14:04:03.641Z] $ docker stop --time=1 d13f89746993fe4041ebb4fb3957232223fc23248578bf719ddd9868bd3eafc7 [2020-12-05T14:04:05.128Z] $ docker rm -f d13f89746993fe4041ebb4fb3957232223fc23248578bf719ddd9868bd3eafc7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-05T14:04:05.409Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-12-05T14:04:05.411Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-05T14:04:05.702Z] + set -o pipefail [2020-12-05T14:04:05.702Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-05T14:04:05.702Z] + tee .snyk [2020-12-05T14:04:05.702Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-05T14:04:05.702Z] version: v1.14.1 [2020-12-05T14:04:05.702Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-05T14:04:05.702Z] ignore: [2020-12-05T14:04:05.702Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-05T14:04:05.702Z] - '*': [2020-12-05T14:04:05.702Z] reason: does not apply # justification for ignoring [2020-12-05T14:04:05.702Z] 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-12-05T14:04:05.702Z] SNYK-ALPINE312-JQ-588886: [2020-12-05T14:04:05.702Z] - '*': [2020-12-05T14:04:05.702Z] reason: false positive [2020-12-05T14:04:05.702Z] expires: 2021-01-01T00:00:00 [2020-12-05T14:04:05.702Z] # patch: {} [Pipeline] withCredentials [2020-12-05T14:04:05.803Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:04:06.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-05T14:04:06.140Z] . [Pipeline] withDockerContainer [2020-12-05T14:04:06.242Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T14:04:06.291Z] $ 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/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-05T14:04:06.949Z] $ docker top 51bdf789e59aa3bc9630eb2eb013a2dd91db701387f8b1416eb10b1f894e0b4e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T14:04:07.448Z] + rm -f snykReport.html [Pipeline] echo [2020-12-05T14:04:07.462Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-05T14:04:07.778Z] + set -o pipefail [2020-12-05T14:04:07.778Z] + snyk-to-html -o snykReport.html [2020-12-05T14:04:07.778Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-05T14:04:14.410Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-05T14:04:14.425Z] $ docker stop --time=1 51bdf789e59aa3bc9630eb2eb013a2dd91db701387f8b1416eb10b1f894e0b4e [2020-12-05T14:04:15.858Z] $ docker rm -f 51bdf789e59aa3bc9630eb2eb013a2dd91db701387f8b1416eb10b1f894e0b4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-05T14:04:16.146Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-12-05T14:04:16.148Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-05T14:04:16.440Z] + set -o pipefail [2020-12-05T14:04:16.440Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-05T14:04:16.440Z] + tee .snyk [2020-12-05T14:04:16.440Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-05T14:04:16.440Z] version: v1.14.1 [2020-12-05T14:04:16.440Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-05T14:04:16.440Z] ignore: [2020-12-05T14:04:16.440Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-05T14:04:16.440Z] - '*': [2020-12-05T14:04:16.440Z] reason: does not apply # justification for ignoring [2020-12-05T14:04:16.440Z] 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-12-05T14:04:16.440Z] SNYK-ALPINE312-JQ-588886: [2020-12-05T14:04:16.440Z] - '*': [2020-12-05T14:04:16.440Z] reason: false positive [2020-12-05T14:04:16.440Z] expires: 2021-01-01T00:00:00 [2020-12-05T14:04:16.440Z] # patch: {} [Pipeline] withCredentials [2020-12-05T14:04:16.546Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:04:16.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-05T14:04:16.886Z] . [Pipeline] withDockerContainer [2020-12-05T14:04:16.994Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T14:04:17.043Z] $ 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/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-05T14:04:17.765Z] $ docker top 8019823258a9e14278ebef3e658e9e9943a9cde01cda6df8419cdd8a57aeb8ce -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T14:04:18.277Z] + rm -f snykReport.html [Pipeline] echo [2020-12-05T14:04:18.287Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-05T14:04:18.575Z] + set -o pipefail [2020-12-05T14:04:18.575Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-05T14:04:18.575Z] + snyk-to-html -o snykReport.html [2020-12-05T14:04:26.768Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-05T14:04:26.786Z] $ docker stop --time=1 8019823258a9e14278ebef3e658e9e9943a9cde01cda6df8419cdd8a57aeb8ce [2020-12-05T14:04:28.304Z] $ docker rm -f 8019823258a9e14278ebef3e658e9e9943a9cde01cda6df8419cdd8a57aeb8ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-05T14:04:28.659Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-12-05T14:04:28.661Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-05T14:04:28.950Z] + set -o pipefail [2020-12-05T14:04:28.950Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-05T14:04:28.950Z] + tee .snyk [2020-12-05T14:04:28.950Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-05T14:04:28.950Z] version: v1.14.1 [2020-12-05T14:04:28.950Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-05T14:04:28.950Z] ignore: [2020-12-05T14:04:28.950Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-05T14:04:28.950Z] - '*': [2020-12-05T14:04:28.950Z] reason: does not apply # justification for ignoring [2020-12-05T14:04:28.950Z] 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-12-05T14:04:28.950Z] SNYK-ALPINE312-JQ-588886: [2020-12-05T14:04:28.950Z] - '*': [2020-12-05T14:04:28.950Z] reason: false positive [2020-12-05T14:04:28.950Z] expires: 2021-01-01T00:00:00 [2020-12-05T14:04:28.950Z] # patch: {} [Pipeline] withCredentials [2020-12-05T14:04:29.046Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:04:29.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-05T14:04:29.429Z] . [Pipeline] withDockerContainer [2020-12-05T14:04:29.532Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T14:04:29.583Z] $ 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/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-05T14:04:30.322Z] $ docker top ed5356eeffe3d9e622bdd0f1ac5ebdcba33a2d3f4ed6f7e7ab94f8312eed2e3d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T14:04:30.823Z] + rm -f snykReport.html [Pipeline] echo [2020-12-05T14:04:30.833Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-05T14:04:31.121Z] + set -o pipefail [2020-12-05T14:04:31.122Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-05T14:04:31.122Z] + snyk-to-html -o snykReport.html [2020-12-05T14:04:41.151Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-05T14:04:41.169Z] $ docker stop --time=1 ed5356eeffe3d9e622bdd0f1ac5ebdcba33a2d3f4ed6f7e7ab94f8312eed2e3d [2020-12-05T14:04:42.661Z] $ docker rm -f ed5356eeffe3d9e622bdd0f1ac5ebdcba33a2d3f4ed6f7e7ab94f8312eed2e3d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-05T14:04:42.988Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-05T14:04:42.990Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-05T14:04:43.286Z] + set -o pipefail [2020-12-05T14:04:43.286Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-05T14:04:43.286Z] + tee .snyk [2020-12-05T14:04:43.286Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-05T14:04:43.286Z] version: v1.14.1 [2020-12-05T14:04:43.286Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-05T14:04:43.286Z] ignore: [2020-12-05T14:04:43.286Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-05T14:04:43.286Z] - '*': [2020-12-05T14:04:43.286Z] reason: does not apply # justification for ignoring [2020-12-05T14:04:43.286Z] 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-12-05T14:04:43.286Z] SNYK-ALPINE312-JQ-588886: [2020-12-05T14:04:43.286Z] - '*': [2020-12-05T14:04:43.286Z] reason: false positive [2020-12-05T14:04:43.286Z] expires: 2021-01-01T00:00:00 [2020-12-05T14:04:43.286Z] # patch: {} [Pipeline] withCredentials [2020-12-05T14:04:43.376Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:04:43.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-05T14:04:43.804Z] . [Pipeline] withDockerContainer [2020-12-05T14:04:43.903Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T14:04:43.953Z] $ 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/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-05T14:04:44.559Z] $ docker top fabf7c1c1edf0fbfa20762472509abd34bb178fe99b61c2849614d878c7de3c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T14:04:45.041Z] + rm -f snykReport.html [Pipeline] echo [2020-12-05T14:04:45.052Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-05T14:04:45.342Z] + set -o pipefail [2020-12-05T14:04:45.342Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b220847201e83bd7d2b05191ce33e2cf4f3b5326 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-05T14:04:45.342Z] + snyk-to-html -o snykReport.html [2020-12-05T14:04:50.649Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-05T14:04:50.663Z] $ docker stop --time=1 fabf7c1c1edf0fbfa20762472509abd34bb178fe99b61c2849614d878c7de3c4 [2020-12-05T14:04:52.063Z] $ docker rm -f fabf7c1c1edf0fbfa20762472509abd34bb178fe99b61c2849614d878c7de3c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-05T14:04:52.907Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-05T14:04:52.960Z] provisioning config files... [2020-12-05T14:04:52.972Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/245@tmp/config6623948709892073265tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-05T14:04:53.371Z] --> edgex-publish-swagger.sh [2020-12-05T14:04:53.372Z] === Publish openapi/v1 API === [2020-12-05T14:04:53.372Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-05T14:04:53.372Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-05T14:04:53.372Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-05T14:04:53.372Z] Dload Upload Total Spent Left Speed [2020-12-05T14:04:54.760Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8517 0:00:01 0:00:01 --:--:-- 8519 100 10521 0 0 100 10521 0 8515 0:00:01 0:00:01 --:--:-- 8519 [2020-12-05T14:04:54.760Z] [2020-12-05T14:04:54.760Z] [2020-12-05T14:04:54.760Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-05T14:04:54.760Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-05T14:04:54.760Z] Dload Upload Total Spent Left Speed [2020-12-05T14:04:55.705Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 30188 0:00:01 0:00:01 --:--:-- 30200 100 32556 0 0 100 32556 0 30183 0:00:01 0:00:01 --:--:-- 30200 [2020-12-05T14:04:55.705Z] [2020-12-05T14:04:55.705Z] [2020-12-05T14:04:55.705Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-05T14:04:55.705Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-05T14:04:55.705Z] Dload Upload Total Spent Left Speed [2020-12-05T14:04:57.092Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 61055 0:00:01 0:00:01 --:--:-- 61077 100 73720 0 0 100 73720 0 61047 0:00:01 0:00:01 --:--:-- 61077 [2020-12-05T14:04:57.092Z] [2020-12-05T14:04:57.092Z] [2020-12-05T14:04:57.092Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-05T14:04:57.092Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-05T14:04:57.092Z] Dload Upload Total Spent Left Speed [2020-12-05T14:04:58.038Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11767 0:00:01 0:00:01 --:--:-- 11767 100 13580 0 0 100 13580 0 11765 0:00:01 0:00:01 --:--:-- 11757 [2020-12-05T14:04:58.038Z] [2020-12-05T14:04:58.038Z] [2020-12-05T14:04:58.038Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-05T14:04:58.038Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-05T14:04:58.038Z] Dload Upload Total Spent Left Speed [2020-12-05T14:04:58.983Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 35448 0:00:01 0:00:01 --:--:-- 35482 100 38889 0 0 100 38889 0 35441 0:00:01 0:00:01 --:--:-- 35450 [2020-12-05T14:04:58.983Z] [2020-12-05T14:04:58.983Z] [2020-12-05T14:04:58.983Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-05T14:04:59.245Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-05T14:04:59.245Z] Dload Upload Total Spent Left Speed [2020-12-05T14:05:00.189Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13512 0:00:01 0:00:01 --:--:-- 13518 100 14248 0 0 100 14248 0 13509 0:00:01 0:00:01 --:--:-- 13518 [2020-12-05T14:05:00.189Z] [2020-12-05T14:05:00.189Z] [2020-12-05T14:05:00.189Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-05T14:05:00.189Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-05T14:05:00.189Z] Dload Upload Total Spent Left Speed [2020-12-05T14:05:01.578Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3697 0:00:01 0:00:01 --:--:-- 3701 100 4109 0 0 100 4109 0 3697 0:00:01 0:00:01 --:--:-- 3698 [2020-12-05T14:05:01.578Z] [2020-12-05T14:05:01.578Z] [2020-12-05T14:05:01.578Z] === Publish openapi/v2 API === [2020-12-05T14:05:01.578Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-05T14:05:01.578Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-05T14:05:01.578Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-05T14:05:01.578Z] Dload Upload Total Spent Left Speed [2020-12-05T14:05:02.785Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24242 0:00:01 0:00:01 --:--:-- 24248 100 29535 0 0 100 29535 0 20698 0:00:01 0:00:01 --:--:-- 20711 [2020-12-05T14:05:02.785Z] [2020-12-05T14:05:02.785Z] [2020-12-05T14:05:02.785Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-05T14:05:02.785Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-05T14:05:02.785Z] Dload Upload Total Spent Left Speed [2020-12-05T14:05:04.435Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 65735 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65735 0 0 100 65735 0 46070 0:00:01 0:00:01 --:--:-- 46065 100 65735 0 0 100 65735 0 46063 0:00:01 0:00:01 --:--:-- 46065 [2020-12-05T14:05:04.435Z] [2020-12-05T14:05:04.435Z] [2020-12-05T14:05:04.435Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-05T14:05:04.435Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-05T14:05:04.435Z] Dload Upload Total Spent Left Speed [2020-12-05T14:05:05.381Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 98k 0:00:01 0:00:01 --:--:-- 98k 100 119k 0 0 100 119k 0 97916 0:00:01 0:00:01 --:--:-- 97967 [2020-12-05T14:05:05.381Z] [2020-12-05T14:05:05.381Z] [2020-12-05T14:05:05.381Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-05T14:05:05.381Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-05T14:05:05.381Z] Dload Upload Total Spent Left Speed [2020-12-05T14:05:06.776Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 19448 0:00:01 0:00:01 --:--:-- 19466 100 23691 0 0 100 23691 0 19135 0:00:01 0:00:01 --:--:-- 19151 [2020-12-05T14:05:06.776Z] [2020-12-05T14:05:06.776Z] [2020-12-05T14:05:06.776Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-05T14:05:06.776Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-05T14:05:06.776Z] Dload Upload Total Spent Left Speed [2020-12-05T14:05:07.725Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 59335 0:00:01 0:00:01 --:--:-- 59366 100 62691 0 0 100 62691 0 59324 0:00:01 0:00:01 --:--:-- 59366 [2020-12-05T14:05:07.725Z] [2020-12-05T14:05:07.725Z] [2020-12-05T14:05:07.725Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-05T14:05:07.725Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-05T14:05:07.725Z] Dload Upload Total Spent Left Speed [2020-12-05T14:05:08.931Z] 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 42143 0:00:01 0:00:01 --:--:-- 42151 [2020-12-05T14:05:08.931Z] [2020-12-05T14:05:08.931Z] [2020-12-05T14:05:08.931Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-05T14:05:08.931Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-05T14:05:08.931Z] Dload Upload Total Spent Left Speed [2020-12-05T14:05:10.139Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21602 0:00:01 0:00:01 --:--:-- 21587 100 23725 0 0 100 23725 0 21598 0:00:01 0:00:01 --:--:-- 21587 [2020-12-05T14:05:10.139Z] [2020-12-05T14:05:10.139Z] [Pipeline] } [2020-12-05T14:05:10.149Z] 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-12-05T14:05:11.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-05T14:05:11.081Z] . [Pipeline] withDockerContainer [2020-12-05T14:05:11.183Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T14:05:11.313Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-05T14:05:12.174Z] $ docker top a1267cecced5efdd3061ef4387553949355cb3ade53274f7c0347de9c9d91a05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-05T14:05:12.551Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-05T14:05:12.551Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-05T14:05:12.793Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-05T14:05:12.797Z] $ docker exec a1267cecced5efdd3061ef4387553949355cb3ade53274f7c0347de9c9d91a05 ssh-agent [2020-12-05T14:05:12.978Z] SSH_AUTH_SOCK=/tmp/ssh-Ix1DrLFAQGez/agent.12 [2020-12-05T14:05:12.978Z] SSH_AGENT_PID=17 [2020-12-05T14:05:12.986Z] Running ssh-add (command line suppressed) [2020-12-05T14:05:13.122Z] Identity added: /w/workspace/edgex-go/245@tmp/private_key_2304877783217458168.key (/w/workspace/edgex-go/245@tmp/private_key_2304877783217458168.key) [2020-12-05T14:05:13.180Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-05T14:05:13.526Z] + git semver tag [2020-12-05T14:05:13.788Z] # -> Open(): unable to determine branch for HEAD [2020-12-05T14:05:13.788Z] # $GIT_DIR = /w/workspace/edgex-go/245/.git [2020-12-05T14:05:13.788Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/245 [2020-12-05T14:05:13.788Z] # $SEMVER_REMOTE_NAME = origin [2020-12-05T14:05:13.788Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-05T14:05:13.788Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-05T14:05:13.788Z] # $SEMVER_BRANCH = master [2020-12-05T14:05:13.788Z] # $SEMVER_DIR = /w/workspace/edgex-go/245/.semver [2020-12-05T14:05:13.788Z] # b220847201e83bd7d2b05191ce33e2cf4f3b5326 HEAD [2020-12-05T14:05:14.363Z] # -> Force: false [2020-12-05T14:05:14.364Z] # 7d2cc8192674943c2c9d2e53c9016f98435eb4a7 refs/tags/v2.0.0-dev.3 [Pipeline] } [2020-12-05T14:05:14.377Z] $ docker exec --env ******** --env ******** a1267cecced5efdd3061ef4387553949355cb3ade53274f7c0347de9c9d91a05 ssh-agent -k [2020-12-05T14:05:14.531Z] unset SSH_AUTH_SOCK; [2020-12-05T14:05:14.532Z] unset SSH_AGENT_PID; [2020-12-05T14:05:14.532Z] echo Agent pid 17 killed; [2020-12-05T14:05:14.592Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-05T14:05:15.062Z] + git semver [Pipeline] } [2020-12-05T14:05:15.081Z] $ docker stop --time=1 a1267cecced5efdd3061ef4387553949355cb3ade53274f7c0347de9c9d91a05 [2020-12-05T14:05:16.456Z] $ docker rm -f a1267cecced5efdd3061ef4387553949355cb3ade53274f7c0347de9c9d91a05 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:05:17.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-05T14:05:17.107Z] [2020-12-05T14:05:17.107Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:05:17.461Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-05T14:05:17.461Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-05T14:05:17.461Z] ab5ef0e58194: Pulling fs layer [2020-12-05T14:05:17.461Z] 9712f1f96733: Pulling fs layer [2020-12-05T14:05:17.461Z] 63f879dbbcfc: Pulling fs layer [2020-12-05T14:05:17.461Z] 0d9ebad4ef96: Pulling fs layer [2020-12-05T14:05:17.461Z] e9a5061849ea: Pulling fs layer [2020-12-05T14:05:17.461Z] d747dcd14b5f: Pulling fs layer [2020-12-05T14:05:17.461Z] 2de7ff778b66: Pulling fs layer [2020-12-05T14:05:17.461Z] 0d9ebad4ef96: Waiting [2020-12-05T14:05:17.461Z] e9a5061849ea: Waiting [2020-12-05T14:05:17.461Z] d747dcd14b5f: Waiting [2020-12-05T14:05:17.461Z] 2de7ff778b66: Waiting [2020-12-05T14:05:17.461Z] 9712f1f96733: Verifying Checksum [2020-12-05T14:05:17.461Z] 9712f1f96733: Download complete [2020-12-05T14:05:20.015Z] 63f879dbbcfc: Verifying Checksum [2020-12-05T14:05:20.015Z] 63f879dbbcfc: Download complete [2020-12-05T14:05:20.015Z] e9a5061849ea: Download complete [2020-12-05T14:05:20.015Z] d747dcd14b5f: Download complete [2020-12-05T14:05:20.597Z] 2de7ff778b66: Verifying Checksum [2020-12-05T14:05:20.597Z] 2de7ff778b66: Download complete [2020-12-05T14:05:20.597Z] 0d9ebad4ef96: Verifying Checksum [2020-12-05T14:05:20.597Z] 0d9ebad4ef96: Download complete [2020-12-05T14:05:20.859Z] ab5ef0e58194: Verifying Checksum [2020-12-05T14:05:20.859Z] ab5ef0e58194: Download complete [2020-12-05T14:05:25.088Z] ab5ef0e58194: Pull complete [2020-12-05T14:05:25.357Z] 9712f1f96733: Pull complete [2020-12-05T14:05:27.912Z] 63f879dbbcfc: Pull complete [2020-12-05T14:05:34.532Z] 0d9ebad4ef96: Pull complete [2020-12-05T14:05:35.922Z] e9a5061849ea: Pull complete [2020-12-05T14:05:36.189Z] d747dcd14b5f: Pull complete [2020-12-05T14:05:38.744Z] 2de7ff778b66: Pull complete [2020-12-05T14:05:38.744Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-05T14:05:38.744Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-05T14:05:38.744Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-05T14:05:38.935Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T14:05:38.982Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-05T14:05:42.567Z] $ docker top 6d4e1e38dd50df18d0dade4b86acee3f037d50f64e7e1024c91fb59b649ba838 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-05T14:05:42.866Z] provisioning config files... [2020-12-05T14:05:42.897Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/245@tmp/config4930890878073970555tmp [2020-12-05T14:05:42.941Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/245@tmp/config5996352316867905508tmp [2020-12-05T14:05:42.986Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/245@tmp/config831501150918523414tmp [Pipeline] { [Pipeline] echo [2020-12-05T14:05:43.086Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-05T14:05:43.387Z] ---> sigul-configuration.sh [2020-12-05T14:05:43.387Z] gpg: directory `/root/.gnupg' created [2020-12-05T14:05:43.387Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-05T14:05:43.387Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-05T14:05:43.387Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-05T14:05:43.387Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-05T14:05:43.387Z] gpg: CAST5 encrypted data [2020-12-05T14:05:43.649Z] gpg: encrypted with 1 passphrase [2020-12-05T14:05:43.649Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-05T14:05:44.183Z] + mkdir /home/jenkins [2020-12-05T14:05:44.183Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-05T14:05:44.481Z] + 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-12-05T14:05:44.492Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-05T14:05:44.794Z] ---> sigul-install.sh [2020-12-05T14:05:50.097Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-05T14:05:50.399Z] + git tag --list [2020-12-05T14:05:50.399Z] 0.6.0 [2020-12-05T14:05:50.399Z] 0.6.1 [2020-12-05T14:05:50.399Z] 0.7.0 [2020-12-05T14:05:50.399Z] 0.7.1 [2020-12-05T14:05:50.399Z] v1.0.0 [2020-12-05T14:05:50.399Z] v1.0.1 [2020-12-05T14:05:50.399Z] v1.1.0 [2020-12-05T14:05:50.399Z] v1.2.0 [2020-12-05T14:05:50.399Z] v1.2.1 [2020-12-05T14:05:50.399Z] v1.2.2-dev.1 [2020-12-05T14:05:50.399Z] v1.2.2-dev.10 [2020-12-05T14:05:50.399Z] v1.2.2-dev.100 [2020-12-05T14:05:50.399Z] v1.2.2-dev.101 [2020-12-05T14:05:50.399Z] v1.2.2-dev.102 [2020-12-05T14:05:50.399Z] v1.2.2-dev.103 [2020-12-05T14:05:50.399Z] v1.2.2-dev.104 [2020-12-05T14:05:50.399Z] v1.2.2-dev.105 [2020-12-05T14:05:50.399Z] v1.2.2-dev.106 [2020-12-05T14:05:50.399Z] v1.2.2-dev.107 [2020-12-05T14:05:50.399Z] v1.2.2-dev.11 [2020-12-05T14:05:50.399Z] v1.2.2-dev.12 [2020-12-05T14:05:50.399Z] v1.2.2-dev.13 [2020-12-05T14:05:50.399Z] v1.2.2-dev.14 [2020-12-05T14:05:50.399Z] v1.2.2-dev.15 [2020-12-05T14:05:50.399Z] v1.2.2-dev.16 [2020-12-05T14:05:50.399Z] v1.2.2-dev.17 [2020-12-05T14:05:50.399Z] v1.2.2-dev.18 [2020-12-05T14:05:50.399Z] v1.2.2-dev.19 [2020-12-05T14:05:50.399Z] v1.2.2-dev.2 [2020-12-05T14:05:50.399Z] v1.2.2-dev.20 [2020-12-05T14:05:50.399Z] v1.2.2-dev.21 [2020-12-05T14:05:50.399Z] v1.2.2-dev.22 [2020-12-05T14:05:50.399Z] v1.2.2-dev.23 [2020-12-05T14:05:50.399Z] v1.2.2-dev.24 [2020-12-05T14:05:50.399Z] v1.2.2-dev.25 [2020-12-05T14:05:50.399Z] v1.2.2-dev.26 [2020-12-05T14:05:50.399Z] v1.2.2-dev.27 [2020-12-05T14:05:50.399Z] v1.2.2-dev.28 [2020-12-05T14:05:50.399Z] v1.2.2-dev.29 [2020-12-05T14:05:50.399Z] v1.2.2-dev.3 [2020-12-05T14:05:50.399Z] v1.2.2-dev.30 [2020-12-05T14:05:50.399Z] v1.2.2-dev.31 [2020-12-05T14:05:50.399Z] v1.2.2-dev.32 [2020-12-05T14:05:50.399Z] v1.2.2-dev.33 [2020-12-05T14:05:50.399Z] v1.2.2-dev.34 [2020-12-05T14:05:50.399Z] v1.2.2-dev.35 [2020-12-05T14:05:50.399Z] v1.2.2-dev.36 [2020-12-05T14:05:50.399Z] v1.2.2-dev.37 [2020-12-05T14:05:50.399Z] v1.2.2-dev.38 [2020-12-05T14:05:50.399Z] v1.2.2-dev.39 [2020-12-05T14:05:50.399Z] v1.2.2-dev.4 [2020-12-05T14:05:50.399Z] v1.2.2-dev.40 [2020-12-05T14:05:50.399Z] v1.2.2-dev.41 [2020-12-05T14:05:50.399Z] v1.2.2-dev.42 [2020-12-05T14:05:50.399Z] v1.2.2-dev.43 [2020-12-05T14:05:50.399Z] v1.2.2-dev.44 [2020-12-05T14:05:50.399Z] v1.2.2-dev.45 [2020-12-05T14:05:50.399Z] v1.2.2-dev.46 [2020-12-05T14:05:50.400Z] v1.2.2-dev.47 [2020-12-05T14:05:50.400Z] v1.2.2-dev.48 [2020-12-05T14:05:50.400Z] v1.2.2-dev.49 [2020-12-05T14:05:50.400Z] v1.2.2-dev.5 [2020-12-05T14:05:50.400Z] v1.2.2-dev.50 [2020-12-05T14:05:50.400Z] v1.2.2-dev.51 [2020-12-05T14:05:50.400Z] v1.2.2-dev.52 [2020-12-05T14:05:50.400Z] v1.2.2-dev.53 [2020-12-05T14:05:50.400Z] v1.2.2-dev.54 [2020-12-05T14:05:50.400Z] v1.2.2-dev.55 [2020-12-05T14:05:50.400Z] v1.2.2-dev.56 [2020-12-05T14:05:50.400Z] v1.2.2-dev.57 [2020-12-05T14:05:50.400Z] v1.2.2-dev.58 [2020-12-05T14:05:50.400Z] v1.2.2-dev.59 [2020-12-05T14:05:50.400Z] v1.2.2-dev.6 [2020-12-05T14:05:50.400Z] v1.2.2-dev.60 [2020-12-05T14:05:50.400Z] v1.2.2-dev.61 [2020-12-05T14:05:50.400Z] v1.2.2-dev.62 [2020-12-05T14:05:50.400Z] v1.2.2-dev.63 [2020-12-05T14:05:50.400Z] v1.2.2-dev.64 [2020-12-05T14:05:50.400Z] v1.2.2-dev.65 [2020-12-05T14:05:50.400Z] v1.2.2-dev.66 [2020-12-05T14:05:50.400Z] v1.2.2-dev.67 [2020-12-05T14:05:50.400Z] v1.2.2-dev.68 [2020-12-05T14:05:50.400Z] v1.2.2-dev.69 [2020-12-05T14:05:50.400Z] v1.2.2-dev.7 [2020-12-05T14:05:50.400Z] v1.2.2-dev.70 [2020-12-05T14:05:50.400Z] v1.2.2-dev.71 [2020-12-05T14:05:50.400Z] v1.2.2-dev.72 [2020-12-05T14:05:50.400Z] v1.2.2-dev.73 [2020-12-05T14:05:50.400Z] v1.2.2-dev.74 [2020-12-05T14:05:50.400Z] v1.2.2-dev.75 [2020-12-05T14:05:50.400Z] v1.2.2-dev.76 [2020-12-05T14:05:50.400Z] v1.2.2-dev.77 [2020-12-05T14:05:50.400Z] v1.2.2-dev.78 [2020-12-05T14:05:50.400Z] v1.2.2-dev.79 [2020-12-05T14:05:50.400Z] v1.2.2-dev.8 [2020-12-05T14:05:50.400Z] v1.2.2-dev.80 [2020-12-05T14:05:50.400Z] v1.2.2-dev.81 [2020-12-05T14:05:50.400Z] v1.2.2-dev.82 [2020-12-05T14:05:50.400Z] v1.2.2-dev.83 [2020-12-05T14:05:50.400Z] v1.2.2-dev.84 [2020-12-05T14:05:50.400Z] v1.2.2-dev.85 [2020-12-05T14:05:50.400Z] v1.2.2-dev.86 [2020-12-05T14:05:50.400Z] v1.2.2-dev.87 [2020-12-05T14:05:50.400Z] v1.2.2-dev.88 [2020-12-05T14:05:50.400Z] v1.2.2-dev.89 [2020-12-05T14:05:50.400Z] v1.2.2-dev.9 [2020-12-05T14:05:50.400Z] v1.2.2-dev.90 [2020-12-05T14:05:50.400Z] v1.2.2-dev.91 [2020-12-05T14:05:50.400Z] v1.2.2-dev.92 [2020-12-05T14:05:50.400Z] v1.2.2-dev.93 [2020-12-05T14:05:50.400Z] v1.2.2-dev.94 [2020-12-05T14:05:50.400Z] v1.2.2-dev.95 [2020-12-05T14:05:50.400Z] v1.2.2-dev.96 [2020-12-05T14:05:50.400Z] v1.2.2-dev.97 [2020-12-05T14:05:50.400Z] v1.2.2-dev.98 [2020-12-05T14:05:50.400Z] v1.2.2-dev.99 [2020-12-05T14:05:50.400Z] v1.3.0 [2020-12-05T14:05:50.400Z] v1.3.1-dev.1 [2020-12-05T14:05:50.400Z] v1.3.1-dev.10 [2020-12-05T14:05:50.400Z] v1.3.1-dev.11 [2020-12-05T14:05:50.400Z] v1.3.1-dev.12 [2020-12-05T14:05:50.400Z] v1.3.1-dev.13 [2020-12-05T14:05:50.400Z] v1.3.1-dev.14 [2020-12-05T14:05:50.400Z] v1.3.1-dev.15 [2020-12-05T14:05:50.400Z] v1.3.1-dev.16 [2020-12-05T14:05:50.400Z] v1.3.1-dev.17 [2020-12-05T14:05:50.400Z] v1.3.1-dev.18 [2020-12-05T14:05:50.400Z] v1.3.1-dev.2 [2020-12-05T14:05:50.400Z] v1.3.1-dev.3 [2020-12-05T14:05:50.400Z] v1.3.1-dev.4 [2020-12-05T14:05:50.400Z] v1.3.1-dev.5 [2020-12-05T14:05:50.400Z] v1.3.1-dev.6 [2020-12-05T14:05:50.400Z] v1.3.1-dev.7 [2020-12-05T14:05:50.400Z] v1.3.1-dev.8 [2020-12-05T14:05:50.400Z] v1.3.1-dev.9 [2020-12-05T14:05:50.400Z] v2.0.0-dev.1 [2020-12-05T14:05:50.400Z] v2.0.0-dev.2 [2020-12-05T14:05:50.400Z] v2.0.0-dev.3 [Pipeline] sh [2020-12-05T14:05:50.705Z] + lftools sign git-tag v2.0.0-dev.3 [2020-12-05T14:05:52.128Z] Signing Git tag with Sigul... [2020-12-05T14:05:52.128Z] Signing v2.0.0-dev.3 [Pipeline] echo [2020-12-05T14:05:53.527Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-05T14:05:53.821Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-05T14:05:53.830Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-05T14:05:53.929Z] $ docker stop --time=1 6d4e1e38dd50df18d0dade4b86acee3f037d50f64e7e1024c91fb59b649ba838 [2020-12-05T14:05:55.844Z] $ docker rm -f 6d4e1e38dd50df18d0dade4b86acee3f037d50f64e7e1024c91fb59b649ba838 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:05:56.637Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-05T14:05:56.637Z] . [Pipeline] withDockerContainer [2020-12-05T14:05:56.736Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T14:05:56.784Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-05T14:05:57.486Z] $ docker top 31b012beaf62ef1ed7e4dc922f41e21af394b641b3c1d617fb9b15f15f84f5ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-05T14:05:57.778Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-05T14:05:57.778Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-05T14:05:57.966Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-05T14:05:57.971Z] $ docker exec 31b012beaf62ef1ed7e4dc922f41e21af394b641b3c1d617fb9b15f15f84f5ff ssh-agent [2020-12-05T14:05:58.149Z] SSH_AUTH_SOCK=/tmp/ssh-HM2pnhhr9SjK/agent.11 [2020-12-05T14:05:58.149Z] SSH_AGENT_PID=16 [2020-12-05T14:05:58.156Z] Running ssh-add (command line suppressed) [2020-12-05T14:05:58.293Z] Identity added: /w/workspace/edgex-go/245@tmp/private_key_366620660005075376.key (/w/workspace/edgex-go/245@tmp/private_key_366620660005075376.key) [2020-12-05T14:05:58.355Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-05T14:05:58.693Z] + git semver bump pre [2020-12-05T14:05:58.693Z] # -> Open(): unable to determine branch for HEAD [2020-12-05T14:05:58.693Z] # $GIT_DIR = /w/workspace/edgex-go/245/.git [2020-12-05T14:05:58.693Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/245 [2020-12-05T14:05:58.693Z] # $SEMVER_REMOTE_NAME = origin [2020-12-05T14:05:58.693Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-05T14:05:58.693Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-05T14:05:58.693Z] # $SEMVER_BRANCH = master [2020-12-05T14:05:58.693Z] # $SEMVER_DIR = /w/workspace/edgex-go/245/.semver [2020-12-05T14:05:58.693Z] 2.0.0-dev.4 [Pipeline] } [2020-12-05T14:05:58.707Z] $ docker exec --env ******** --env ******** 31b012beaf62ef1ed7e4dc922f41e21af394b641b3c1d617fb9b15f15f84f5ff ssh-agent -k [2020-12-05T14:05:58.834Z] unset SSH_AUTH_SOCK; [2020-12-05T14:05:58.834Z] unset SSH_AGENT_PID; [2020-12-05T14:05:58.834Z] echo Agent pid 16 killed; [2020-12-05T14:05:58.887Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-05T14:05:59.353Z] + git semver [Pipeline] } [2020-12-05T14:05:59.371Z] $ docker stop --time=1 31b012beaf62ef1ed7e4dc922f41e21af394b641b3c1d617fb9b15f15f84f5ff [2020-12-05T14:06:00.738Z] $ docker rm -f 31b012beaf62ef1ed7e4dc922f41e21af394b641b3c1d617fb9b15f15f84f5ff [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:06:01.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-05T14:06:01.327Z] . [Pipeline] withDockerContainer [2020-12-05T14:06:01.457Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T14:06:01.562Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-05T14:06:02.360Z] $ docker top 9b921b99d408d01ac26587871a2fbad1ace5ad43ba14097be25f2e8a95605726 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-05T14:06:02.691Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-05T14:06:02.691Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-05T14:06:02.919Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-05T14:06:02.923Z] $ docker exec 9b921b99d408d01ac26587871a2fbad1ace5ad43ba14097be25f2e8a95605726 ssh-agent [2020-12-05T14:06:03.110Z] SSH_AUTH_SOCK=/tmp/ssh-NdKbbSUPhVTK/agent.12 [2020-12-05T14:06:03.110Z] SSH_AGENT_PID=17 [2020-12-05T14:06:03.118Z] Running ssh-add (command line suppressed) [2020-12-05T14:06:03.244Z] Identity added: /w/workspace/edgex-go/245@tmp/private_key_962477162525803607.key (/w/workspace/edgex-go/245@tmp/private_key_962477162525803607.key) [2020-12-05T14:06:03.303Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-05T14:06:03.647Z] + git semver push [2020-12-05T14:06:03.647Z] # -> Open(): unable to determine branch for HEAD [2020-12-05T14:06:03.647Z] # $GIT_DIR = /w/workspace/edgex-go/245/.git [2020-12-05T14:06:03.648Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/245 [2020-12-05T14:06:03.648Z] # $SEMVER_REMOTE_NAME = origin [2020-12-05T14:06:03.648Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-05T14:06:03.648Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-05T14:06:03.648Z] # $SEMVER_BRANCH = master [2020-12-05T14:06:03.648Z] # $SEMVER_DIR = /w/workspace/edgex-go/245/.semver [Pipeline] } [2020-12-05T14:06:13.673Z] $ docker exec --env ******** --env ******** 9b921b99d408d01ac26587871a2fbad1ace5ad43ba14097be25f2e8a95605726 ssh-agent -k [2020-12-05T14:06:13.897Z] unset SSH_AUTH_SOCK; [2020-12-05T14:06:13.897Z] unset SSH_AGENT_PID; [2020-12-05T14:06:13.897Z] echo Agent pid 17 killed; [2020-12-05T14:06:13.987Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-05T14:06:14.485Z] + git semver [Pipeline] } [2020-12-05T14:06:14.503Z] $ docker stop --time=1 9b921b99d408d01ac26587871a2fbad1ace5ad43ba14097be25f2e8a95605726 [2020-12-05T14:06:15.901Z] $ docker rm -f 9b921b99d408d01ac26587871a2fbad1ace5ad43ba14097be25f2e8a95605726 [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-12-05T14:06:17.352Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-05T14:06:18.229Z] ---> package-listing.sh [2020-12-05T14:06:18.229Z] ++ facter osfamily [2020-12-05T14:06:18.229Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-05T14:06:18.229Z] + OS_FAMILY=redhat [2020-12-05T14:06:18.229Z] + workspace=/w/workspace/edgex-go/245 [2020-12-05T14:06:18.229Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-05T14:06:18.229Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-05T14:06:18.229Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-05T14:06:18.229Z] + PACKAGES=/tmp/packages_start.txt [2020-12-05T14:06:18.229Z] + '[' /w/workspace/edgex-go/245 ']' [2020-12-05T14:06:18.229Z] + PACKAGES=/tmp/packages_end.txt [2020-12-05T14:06:18.229Z] + case "${OS_FAMILY}" in [2020-12-05T14:06:18.229Z] + rpm -qa [2020-12-05T14:06:18.229Z] + sort [2020-12-05T14:06:23.531Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-05T14:06:23.531Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-05T14:06:23.531Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-05T14:06:23.531Z] + '[' /w/workspace/edgex-go/245 ']' [2020-12-05T14:06:23.531Z] + mkdir -p /w/workspace/edgex-go/245/archives/ [2020-12-05T14:06:23.531Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/245/archives/ [Pipeline] echo [2020-12-05T14:06:23.545Z] 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/245/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-05T14:06:23.838Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:06:24.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-05T14:06:24.142Z] [2020-12-05T14:06:24.142Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-05T14:06:24.484Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-05T14:06:24.484Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-05T14:06:24.484Z] df20fa9351a1: Pulling fs layer [2020-12-05T14:06:24.484Z] 36b3adc4ff6f: Pulling fs layer [2020-12-05T14:06:24.484Z] 8ad3a11d3b57: Pulling fs layer [2020-12-05T14:06:24.484Z] 46f8f816bc3b: Pulling fs layer [2020-12-05T14:06:24.484Z] 93b61091891f: Pulling fs layer [2020-12-05T14:06:24.484Z] 93b9cdb0e59b: Pulling fs layer [2020-12-05T14:06:24.484Z] 5e14af77c1be: Pulling fs layer [2020-12-05T14:06:24.484Z] 01666e4c0597: Pulling fs layer [2020-12-05T14:06:24.484Z] aa168da1d23b: Pulling fs layer [2020-12-05T14:06:24.484Z] 46f8f816bc3b: Waiting [2020-12-05T14:06:24.484Z] 93b9cdb0e59b: Waiting [2020-12-05T14:06:24.484Z] 5e14af77c1be: Waiting [2020-12-05T14:06:24.484Z] 01666e4c0597: Waiting [2020-12-05T14:06:24.484Z] 93b61091891f: Waiting [2020-12-05T14:06:24.484Z] aa168da1d23b: Waiting [2020-12-05T14:06:24.484Z] 36b3adc4ff6f: Download complete [2020-12-05T14:06:24.746Z] 46f8f816bc3b: Verifying Checksum [2020-12-05T14:06:24.746Z] 46f8f816bc3b: Download complete [2020-12-05T14:06:24.746Z] df20fa9351a1: Verifying Checksum [2020-12-05T14:06:24.746Z] df20fa9351a1: Download complete [2020-12-05T14:06:24.746Z] 93b9cdb0e59b: Verifying Checksum [2020-12-05T14:06:24.746Z] 93b9cdb0e59b: Download complete [2020-12-05T14:06:24.746Z] 5e14af77c1be: Verifying Checksum [2020-12-05T14:06:24.746Z] 5e14af77c1be: Download complete [2020-12-05T14:06:24.746Z] 93b61091891f: Verifying Checksum [2020-12-05T14:06:24.746Z] 93b61091891f: Download complete [2020-12-05T14:06:24.746Z] 01666e4c0597: Verifying Checksum [2020-12-05T14:06:24.746Z] 01666e4c0597: Download complete [2020-12-05T14:06:24.746Z] 8ad3a11d3b57: Verifying Checksum [2020-12-05T14:06:24.746Z] 8ad3a11d3b57: Download complete [2020-12-05T14:06:25.011Z] df20fa9351a1: Pull complete [2020-12-05T14:06:25.274Z] 36b3adc4ff6f: Pull complete [2020-12-05T14:06:26.674Z] aa168da1d23b: Verifying Checksum [2020-12-05T14:06:26.674Z] aa168da1d23b: Download complete [2020-12-05T14:06:27.650Z] 8ad3a11d3b57: Pull complete [2020-12-05T14:06:27.650Z] 46f8f816bc3b: Pull complete [2020-12-05T14:06:27.928Z] 93b61091891f: Pull complete [2020-12-05T14:06:27.928Z] 93b9cdb0e59b: Pull complete [2020-12-05T14:06:28.189Z] 5e14af77c1be: Pull complete [2020-12-05T14:06:28.189Z] 01666e4c0597: Pull complete [2020-12-05T14:06:36.354Z] aa168da1d23b: Pull complete [2020-12-05T14:06:36.354Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-05T14:06:36.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-05T14:06:36.354Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-05T14:06:36.494Z] prd-centos7-docker-4c-2g-14646 does not seem to be running inside a container [2020-12-05T14:06:36.542Z] $ 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/245/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/245 -v /w/workspace/edgex-go/245:/w/workspace/edgex-go/245:rw,z -v /w/workspace/edgex-go/245@tmp:/w/workspace/edgex-go/245@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-05T14:06:40.769Z] $ docker top d62dabcc4bd5c8cd3b66e6bc84888d834a260ac90a73e9b6429128469fb6ce57 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T14:06:41.364Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-05T14:06:41.660Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-05T14:06:41.958Z] + ls /var/log/sa-host [2020-12-05T14:06:41.958Z] + sadf -c /var/log/sa-host/sa05 [2020-12-05T14:06:41.958Z] file_magic: OK [2020-12-05T14:06:41.958Z] HZ: Using current value: 100 [2020-12-05T14:06:41.958Z] file_header: OK [2020-12-05T14:06:41.958Z] 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-12-05T14:06:41.958Z] Statistics: [2020-12-05T14:06:41.958Z] 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... [2020-12-05T14:06:41.958Z] File successfully converted to sysstat format version 12.2.1 [2020-12-05T14:06:41.958Z] + sadf -c /var/log/sa-host/sa23 [2020-12-05T14:06:41.958Z] file_magic: OK [2020-12-05T14:06:41.958Z] HZ: Using current value: 100 [2020-12-05T14:06:41.958Z] file_header: OK [2020-12-05T14:06:41.958Z] 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-12-05T14:06:41.958Z] Statistics: [2020-12-05T14:06:41.958Z] Hnuu...uuuununununu... [2020-12-05T14:06:41.958Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-05T14:06:42.598Z] provisioning config files... [2020-12-05T14:06:42.613Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/245@tmp/config7516740426295307950tmp [Pipeline] { [Pipeline] echo [2020-12-05T14:06:42.683Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-05T14:06:42.978Z] ---> create-netrc.sh [Pipeline] } [2020-12-05T14:06:42.988Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-05T14:06:43.078Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-05T14:06:43.376Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-05T14:06:43.386Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-05T14:06:43.679Z] ---> sudo-logs.sh [2020-12-05T14:06:43.679Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-05T14:06:43.689Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-05T14:06:44.166Z] ---> job-cost.sh [2020-12-05T14:06:44.166Z] lf-activate-venv: SKIPPING [2020-12-05T14:06:44.166Z] INFO: No Stack... [2020-12-05T14:06:44.739Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-05T14:06:45.312Z] INFO: Archiving Costs [Pipeline] echo [2020-12-05T14:06:45.327Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-05T14:06:45.627Z] ---> logs-deploy.sh [2020-12-05T14:06:45.627Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/245 [2020-12-05T14:06:45.627Z] INFO: archiving workspace using pattern(s): [2020-12-05T14:06:47.547Z] Archives upload complete. [2020-12-05T14:06:47.547Z] INFO: archiving logs to Nexus