Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b985b2abee46819742dbb8bb5fe7722252537d7a 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-14863 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/246 [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/246 # 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 b985b2abee46819742dbb8bb5fe7722252537d7a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b985b2abee46819742dbb8bb5fe7722252537d7a # timeout=10 Commit message: "feat(data): Implement GET /reading/all V2 API (#2897)" > git rev-list --no-walk b220847201e83bd7d2b05191ce33e2cf4f3b5326 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-07T15:19:27.102Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-07T15:19:27.428Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-07T15:19:27.522Z] ========================================================= [2020-12-07T15:19:27.522Z] EdgeX Global Pipelines Version Info [2020-12-07T15:19:27.522Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:19:29.013Z] ------------------- [2020-12-07T15:19:29.013Z] stable info: [2020-12-07T15:19:29.013Z] ------------------- [2020-12-07T15:19:29.013Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-07T15:19:29.013Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-07T15:19:29.013Z] Message: update stable to v1.0.169 [2020-12-07T15:19:29.965Z] ------------------- [2020-12-07T15:19:29.965Z] experimental info: [2020-12-07T15:19:29.965Z] ------------------- [2020-12-07T15:19:29.965Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-07T15:19:29.965Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-07T15:19:29.965Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T15:19:30.327Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-07T15:19:30.413Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-07T15:19:30.540Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-07T15:19:30.693Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-07T15:19:30.792Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-07T15:19:30.879Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-07T15:19:31.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-07T15:19:31.094Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-07T15:19:31.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-07T15:19:31.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-07T15:19:31.399Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-07T15:19:31.484Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-07T15:19:31.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-07T15:19:31.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-07T15:19:31.810Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-07T15:19:31.909Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-07T15:19:32.028Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-07T15:19:32.115Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-07T15:19:32.200Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-07T15:19:32.288Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-07T15:19:32.406Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-07T15:19:32.489Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-07T15:19:32.575Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-07T15:19:32.661Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-07T15:19:32.743Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-07T15:19:32.829Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] echo [2020-12-07T15:19:32.956Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b985b2a [Pipeline] echo [2020-12-07T15:19:33.081Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-07T15:19:33.254Z] provisioning config files... [2020-12-07T15:19:33.285Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/246@tmp/config7819417012693181016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:19:33.647Z] ---> docker-login.sh [2020-12-07T15:19:33.647Z] nexus3.edgexfoundry.org:10001 [2020-12-07T15:19:33.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:19:34.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:19:34.175Z] Configure a credential helper to remove this warning. See [2020-12-07T15:19:34.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:19:34.175Z] [2020-12-07T15:19:34.175Z] Login Succeeded [2020-12-07T15:19:34.175Z] nexus3.edgexfoundry.org:10002 [2020-12-07T15:19:34.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:19:34.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:19:34.175Z] Configure a credential helper to remove this warning. See [2020-12-07T15:19:34.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:19:34.175Z] [2020-12-07T15:19:34.175Z] Login Succeeded [2020-12-07T15:19:34.175Z] nexus3.edgexfoundry.org:10003 [2020-12-07T15:19:34.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:19:34.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:19:34.440Z] Configure a credential helper to remove this warning. See [2020-12-07T15:19:34.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:19:34.440Z] [2020-12-07T15:19:34.440Z] Login Succeeded [2020-12-07T15:19:34.440Z] nexus3.edgexfoundry.org:10004 [2020-12-07T15:19:34.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:19:34.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:19:34.702Z] Configure a credential helper to remove this warning. See [2020-12-07T15:19:34.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:19:34.702Z] [2020-12-07T15:19:34.702Z] Login Succeeded [2020-12-07T15:19:34.702Z] docker.io [2020-12-07T15:19:34.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:19:34.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:19:34.968Z] Configure a credential helper to remove this warning. See [2020-12-07T15:19:34.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:19:34.968Z] [2020-12-07T15:19:34.968Z] Login Succeeded [2020-12-07T15:19:34.968Z] ---> docker-login.sh ends [Pipeline] } [2020-12-07T15:19:34.980Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T15:19:35.494Z] ++ 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-07T15:19:35.494Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:19:35.494Z] ++ dirname cmd/core-command/Dockerfile [2020-12-07T15:19:35.494Z] ++ cut -d/ -f2 [2020-12-07T15:19:35.494Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-07T15:19:35.494Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:19:35.494Z] ++ dirname cmd/core-data/Dockerfile [2020-12-07T15:19:35.494Z] ++ cut -d/ -f2 [2020-12-07T15:19:35.494Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-07T15:19:35.494Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:19:35.494Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-07T15:19:35.494Z] ++ cut -d/ -f2 [2020-12-07T15:19:35.494Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-07T15:19:35.494Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:19:35.494Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-07T15:19:35.494Z] ++ cut -d/ -f2 [2020-12-07T15:19:35.494Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-07T15:19:35.494Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:19:35.494Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-07T15:19:35.494Z] ++ cut -d/ -f2 [2020-12-07T15:19:35.494Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-07T15:19:35.494Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:19:35.494Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-07T15:19:35.494Z] ++ cut -d/ -f2 [2020-12-07T15:19:35.494Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-07T15:19:35.494Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:19:35.494Z] ++ cut -d/ -f2 [2020-12-07T15:19:35.494Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-07T15:19:35.494Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-07T15:19:35.494Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:19:35.494Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-07T15:19:35.494Z] ++ cut -d/ -f2 [2020-12-07T15:19:35.494Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-07T15:19:35.494Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:19:35.494Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-07T15:19:35.494Z] ++ cut -d/ -f2 [2020-12-07T15:19:35.494Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-07T15:19:35.494Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:19:35.494Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-07T15:19:35.494Z] ++ cut -d/ -f2 [2020-12-07T15:19:35.494Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-07T15:19:35.583Z] 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-07T15:19:36.933Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T15:19:36.933Z] [2020-12-07T15:19:36.933Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:19:37.276Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T15:19:37.276Z] latest: Pulling from edgex-devops/git-semver [2020-12-07T15:19:37.276Z] 31603596830f: Pulling fs layer [2020-12-07T15:19:37.276Z] 2a8b12db71e7: Pulling fs layer [2020-12-07T15:19:37.276Z] 6ca5941a6612: Pulling fs layer [2020-12-07T15:19:37.276Z] ecc8261a40a4: Pulling fs layer [2020-12-07T15:19:37.276Z] ecc8261a40a4: Waiting [2020-12-07T15:19:37.276Z] 2a8b12db71e7: Verifying Checksum [2020-12-07T15:19:37.276Z] 2a8b12db71e7: Download complete [2020-12-07T15:19:37.542Z] 31603596830f: Verifying Checksum [2020-12-07T15:19:37.542Z] 31603596830f: Download complete [2020-12-07T15:19:37.542Z] ecc8261a40a4: Verifying Checksum [2020-12-07T15:19:37.542Z] ecc8261a40a4: Download complete [2020-12-07T15:19:37.542Z] 6ca5941a6612: Verifying Checksum [2020-12-07T15:19:37.542Z] 6ca5941a6612: Download complete [2020-12-07T15:19:37.805Z] 31603596830f: Pull complete [2020-12-07T15:19:38.066Z] 2a8b12db71e7: Pull complete [2020-12-07T15:19:38.641Z] 6ca5941a6612: Pull complete [2020-12-07T15:19:38.906Z] ecc8261a40a4: Pull complete [2020-12-07T15:19:38.906Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-07T15:19:38.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T15:19:38.906Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-07T15:19:39.015Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:19:39.079Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:19:41.512Z] $ docker top 1d0a51f3094c61c45fb49da2cfb8667841ba43871b2877ad0d98ad0291f457aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T15:19:41.808Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T15:19:41.808Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T15:19:42.032Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T15:19:42.037Z] $ docker exec 1d0a51f3094c61c45fb49da2cfb8667841ba43871b2877ad0d98ad0291f457aa ssh-agent [2020-12-07T15:19:42.205Z] SSH_AUTH_SOCK=/tmp/ssh-tp58YYox7C1M/agent.12 [2020-12-07T15:19:42.205Z] SSH_AGENT_PID=17 [2020-12-07T15:19:42.216Z] Running ssh-add (command line suppressed) [2020-12-07T15:19:42.335Z] Identity added: /w/workspace/edgex-go/246@tmp/private_key_1442320869456753433.key (/w/workspace/edgex-go/246@tmp/private_key_1442320869456753433.key) [2020-12-07T15:19:42.384Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T15:19:42.726Z] + git tag --points-at HEAD [Pipeline] } [2020-12-07T15:19:42.751Z] $ docker exec --env ******** --env ******** 1d0a51f3094c61c45fb49da2cfb8667841ba43871b2877ad0d98ad0291f457aa ssh-agent -k [2020-12-07T15:19:42.863Z] unset SSH_AUTH_SOCK; [2020-12-07T15:19:42.864Z] unset SSH_AGENT_PID; [2020-12-07T15:19:42.864Z] echo Agent pid 17 killed; [2020-12-07T15:19:42.908Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-07T15:19:43.077Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T15:19:43.078Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T15:19:43.237Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T15:19:43.243Z] $ docker exec 1d0a51f3094c61c45fb49da2cfb8667841ba43871b2877ad0d98ad0291f457aa ssh-agent [2020-12-07T15:19:43.392Z] SSH_AUTH_SOCK=/tmp/ssh-K7MEz38JzjHD/agent.47 [2020-12-07T15:19:43.392Z] SSH_AGENT_PID=52 [2020-12-07T15:19:43.400Z] Running ssh-add (command line suppressed) [2020-12-07T15:19:43.515Z] Identity added: /w/workspace/edgex-go/246@tmp/private_key_5123670980074050872.key (/w/workspace/edgex-go/246@tmp/private_key_5123670980074050872.key) [2020-12-07T15:19:43.562Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T15:19:43.901Z] + git semver init [2020-12-07T15:19:43.901Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T15:19:43.901Z] # $GIT_DIR = /w/workspace/edgex-go/246/.git [2020-12-07T15:19:43.901Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/246 [2020-12-07T15:19:43.901Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T15:19:43.901Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T15:19:43.901Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T15:19:43.901Z] # $SEMVER_BRANCH = master [2020-12-07T15:19:43.901Z] # $SEMVER_TEMP = /tmp/semver-647452125 [2020-12-07T15:19:43.901Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-07T15:20:22.705Z] # '/tmp/semver-647452125' -> '/w/workspace/edgex-go/246/.semver' [2020-12-07T15:20:22.705Z] # -> Force: false [2020-12-07T15:20:22.705Z] # $SEMVER_DIR = /w/workspace/edgex-go/246/.semver [Pipeline] } [2020-12-07T15:20:22.722Z] $ docker exec --env ******** --env ******** 1d0a51f3094c61c45fb49da2cfb8667841ba43871b2877ad0d98ad0291f457aa ssh-agent -k [2020-12-07T15:20:22.957Z] unset SSH_AUTH_SOCK; [2020-12-07T15:20:22.957Z] unset SSH_AGENT_PID; [2020-12-07T15:20:22.957Z] echo Agent pid 52 killed; [2020-12-07T15:20:23.041Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T15:20:23.511Z] + git semver [Pipeline] } [2020-12-07T15:20:23.538Z] $ docker stop --time=1 1d0a51f3094c61c45fb49da2cfb8667841ba43871b2877ad0d98ad0291f457aa [2020-12-07T15:20:25.196Z] $ docker rm -f 1d0a51f3094c61c45fb49da2cfb8667841ba43871b2877ad0d98ad0291f457aa [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T15:20:25.717Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-07T15:20:26.250Z] Stashed 1 file(s) [Pipeline] echo [2020-12-07T15:20:26.253Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.4 [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-07T15:20:27.307Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-07T15:20:27.606Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-07T15:20:27.902Z] + sudo service docker restart [2020-12-07T15:20:27.902Z] + true [2020-12-07T15:20:27.902Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-07T15:20:28.504Z] ========================================================= [2020-12-07T15:20:28.504Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-07T15:20:28.504Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:20:28.855Z] + 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-07T15:20:33.119Z] Sending build context to Docker daemon 326.2MB [2020-12-07T15:20:33.119Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-07T15:20:33.119Z] Step 2/7 : FROM ${BASE} [2020-12-07T15:20:33.119Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-07T15:20:33.119Z] 188c0c94c7c5: Pulling fs layer [2020-12-07T15:20:33.119Z] 0ef7d3d256c8: Pulling fs layer [2020-12-07T15:20:33.119Z] de9db76c5a1d: Pulling fs layer [2020-12-07T15:20:33.119Z] bca2f99d35d6: Pulling fs layer [2020-12-07T15:20:33.119Z] 93359f2a8cfa: Pulling fs layer [2020-12-07T15:20:33.119Z] 7c6f9722023f: Pulling fs layer [2020-12-07T15:20:33.119Z] a35cf1a2eb13: Pulling fs layer [2020-12-07T15:20:33.119Z] 93359f2a8cfa: Waiting [2020-12-07T15:20:33.119Z] 7c6f9722023f: Waiting [2020-12-07T15:20:33.119Z] a35cf1a2eb13: Waiting [2020-12-07T15:20:33.119Z] bca2f99d35d6: Waiting [2020-12-07T15:20:33.119Z] de9db76c5a1d: Verifying Checksum [2020-12-07T15:20:33.119Z] de9db76c5a1d: Download complete [2020-12-07T15:20:33.119Z] 0ef7d3d256c8: Verifying Checksum [2020-12-07T15:20:33.119Z] 0ef7d3d256c8: Download complete [2020-12-07T15:20:33.119Z] 93359f2a8cfa: Verifying Checksum [2020-12-07T15:20:33.119Z] 93359f2a8cfa: Download complete [2020-12-07T15:20:33.119Z] 7c6f9722023f: Verifying Checksum [2020-12-07T15:20:33.119Z] 7c6f9722023f: Download complete [2020-12-07T15:20:33.119Z] 188c0c94c7c5: Verifying Checksum [2020-12-07T15:20:33.119Z] 188c0c94c7c5: Download complete [2020-12-07T15:20:33.382Z] 188c0c94c7c5: Pull complete [2020-12-07T15:20:33.645Z] 0ef7d3d256c8: Pull complete [2020-12-07T15:20:33.645Z] de9db76c5a1d: Pull complete [2020-12-07T15:20:36.203Z] a35cf1a2eb13: Verifying Checksum [2020-12-07T15:20:36.203Z] a35cf1a2eb13: Download complete [2020-12-07T15:20:36.784Z] bca2f99d35d6: Download complete [2020-12-07T15:20:41.814Z] Still waiting to schedule task [2020-12-07T15:20:41.814Z] ‘prd-centos7-builder-2c-1g-14365’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-14864’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-14868’ is offline [2020-12-07T15:20:42.081Z] bca2f99d35d6: Pull complete [2020-12-07T15:20:42.081Z] 93359f2a8cfa: Pull complete [2020-12-07T15:20:42.343Z] 7c6f9722023f: Pull complete [2020-12-07T15:20:46.573Z] a35cf1a2eb13: Pull complete [2020-12-07T15:20:46.573Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-07T15:20:46.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-07T15:20:46.573Z] ---> a62c8e92a672 [2020-12-07T15:20:46.573Z] 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-07T15:20:46.573Z] ---> Running in 9481958cbf19 [2020-12-07T15:20:47.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:20:48.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:20:51.412Z] (1/12) Installing libmagic (5.38-r0) [2020-12-07T15:20:51.674Z] (2/12) Installing file (5.38-r0) [2020-12-07T15:20:51.674Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-07T15:20:51.674Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-07T15:21:03.928Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-07T15:21:03.929Z] (6/12) Installing patch (2.7.6-r6) [2020-12-07T15:21:03.929Z] (7/12) Installing build-base (0.5-r2) [2020-12-07T15:21:03.929Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-07T15:21:03.929Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-07T15:21:03.929Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-07T15:21:03.929Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-07T15:21:03.929Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-07T15:21:03.929Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:21:03.929Z] OK: 233 MiB in 51 packages [2020-12-07T15:21:07.249Z] Removing intermediate container 9481958cbf19 [2020-12-07T15:21:07.249Z] ---> c3cd3aebf733 [2020-12-07T15:21:07.249Z] Step 4/7 : WORKDIR /edgex-go [2020-12-07T15:21:07.249Z] ---> Running in 27e4cf986854 [2020-12-07T15:21:07.249Z] Removing intermediate container 27e4cf986854 [2020-12-07T15:21:07.249Z] ---> 4009955b6ab4 [2020-12-07T15:21:07.249Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-07T15:21:07.823Z] latest: Pulling from library/docker [2020-12-07T15:21:08.090Z] 188c0c94c7c5: Already exists [2020-12-07T15:21:08.090Z] 0c7c675703d6: Pulling fs layer [2020-12-07T15:21:08.090Z] cc8c12a437cb: Pulling fs layer [2020-12-07T15:21:08.090Z] f092543453df: Pulling fs layer [2020-12-07T15:21:08.090Z] 65b6bc45957d: Pulling fs layer [2020-12-07T15:21:08.090Z] 4de832df471b: Pulling fs layer [2020-12-07T15:21:08.090Z] 79aa7fa92271: Pulling fs layer [2020-12-07T15:21:08.090Z] 65b6bc45957d: Waiting [2020-12-07T15:21:08.090Z] 79aa7fa92271: Waiting [2020-12-07T15:21:08.090Z] 4de832df471b: Waiting [2020-12-07T15:21:08.090Z] cc8c12a437cb: Verifying Checksum [2020-12-07T15:21:08.090Z] cc8c12a437cb: Download complete [2020-12-07T15:21:08.090Z] 0c7c675703d6: Verifying Checksum [2020-12-07T15:21:08.090Z] 0c7c675703d6: Download complete [2020-12-07T15:21:08.356Z] 65b6bc45957d: Verifying Checksum [2020-12-07T15:21:08.356Z] 65b6bc45957d: Download complete [2020-12-07T15:21:08.356Z] 4de832df471b: Verifying Checksum [2020-12-07T15:21:08.356Z] 4de832df471b: Download complete [2020-12-07T15:21:08.356Z] 79aa7fa92271: Verifying Checksum [2020-12-07T15:21:08.356Z] 79aa7fa92271: Download complete [2020-12-07T15:21:08.622Z] 0c7c675703d6: Pull complete [2020-12-07T15:21:08.622Z] cc8c12a437cb: Pull complete [2020-12-07T15:21:09.199Z] f092543453df: Download complete [2020-12-07T15:21:11.780Z] f092543453df: Pull complete [2020-12-07T15:21:11.780Z] 65b6bc45957d: Pull complete [2020-12-07T15:21:11.780Z] 4de832df471b: Pull complete [2020-12-07T15:21:11.780Z] 79aa7fa92271: Pull complete [2020-12-07T15:21:11.780Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-07T15:21:11.780Z] Status: Downloaded newer image for docker:latest [2020-12-07T15:21:13.720Z] ---> 356b8fc4d744 [2020-12-07T15:21:13.720Z] Step 6/7 : COPY go.mod . [2020-12-07T15:21:13.720Z] ---> 479f01f26d1a [2020-12-07T15:21:13.720Z] Step 7/7 : RUN go mod download [2020-12-07T15:21:13.720Z] ---> Running in e0e7cd63d598 [2020-12-07T15:21:35.745Z] Removing intermediate container e0e7cd63d598 [2020-12-07T15:21:35.745Z] ---> 3e1fbbf62d77 [2020-12-07T15:21:35.745Z] Successfully built 3e1fbbf62d77 [2020-12-07T15:21:35.745Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:21:36.069Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-07T15:21:36.069Z] . [Pipeline] withDockerContainer [2020-12-07T15:21:36.167Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:21:36.218Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:21:37.135Z] $ docker top bc86307768eeb399b1151808b0a256b4bce070baaa5e886c14d80ff755a2c375 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:21:37.660Z] + go version [2020-12-07T15:21:37.660Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-07T15:21:37.684Z] $ docker stop --time=1 bc86307768eeb399b1151808b0a256b4bce070baaa5e886c14d80ff755a2c375 [2020-12-07T15:21:39.763Z] $ docker rm -f bc86307768eeb399b1151808b0a256b4bce070baaa5e886c14d80ff755a2c375 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:21:40.725Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-07T15:21:40.725Z] . [Pipeline] withDockerContainer [2020-12-07T15:21:40.822Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:21:40.866Z] $ 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/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:21:41.524Z] $ docker top 9708ad07773079a91ebef951c60cb6d97ef22e8159762b25158d563a11fb27a0 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-07T15:21:41.697Z] ========================================================= [2020-12-07T15:21:41.697Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-07T15:21:41.697Z] ========================================================= [Pipeline] sh [2020-12-07T15:21:42.001Z] + make test [2020-12-07T15:21:42.001Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-07T15:21:50.450Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-07T15:22:08.691Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-07T15:22:12.040Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-07T15:22:12.998Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-07T15:22:12.998Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-07T15:22:12.998Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-07T15:22:12.998Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-07T15:22:13.582Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-07T15:22:15.535Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.023s [2020-12-07T15:22:15.535Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-07T15:22:15.535Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-07T15:22:16.111Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-07T15:22:16.111Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-07T15:22:16.111Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-07T15:22:16.111Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-07T15:22:18.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 46.6% of statements [2020-12-07T15:22:18.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-07T15:22:18.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-07T15:22:18.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-07T15:22:18.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-07T15:22:18.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-07T15:22:24.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.154s coverage: 27.1% of statements [2020-12-07T15:22:24.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-07T15:22:24.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-07T15:22:24.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-07T15:22:24.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-07T15:22:24.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-07T15:22:24.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-07T15:22:24.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2020-12-07T15:22:24.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-07T15:22:24.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements [2020-12-07T15:22:24.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-07T15:22:24.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-07T15:22:24.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.382s coverage: 68.5% of statements [2020-12-07T15:22:24.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-07T15:22:24.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-07T15:22:24.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.097s coverage: 82.3% of statements [2020-12-07T15:22:24.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-07T15:22:24.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-07T15:22:24.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-07T15:22:24.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-07T15:22:24.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.321s coverage: 28.6% of statements [2020-12-07T15:22:24.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-07T15:22:24.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-07T15:22:24.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-07T15:22:24.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-07T15:22:24.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-07T15:22:24.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements [2020-12-07T15:22:24.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-07T15:22:24.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2020-12-07T15:22:24.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-07T15:22:25.302Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 86.7% of statements [2020-12-07T15:22:25.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-07T15:22:25.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.088s coverage: 97.5% of statements [2020-12-07T15:22:25.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-07T15:22:25.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.048s coverage: 78.3% of statements [2020-12-07T15:22:25.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-07T15:22:25.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-07T15:22:25.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-07T15:22:25.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-07T15:22:26.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.315s coverage: 94.7% of statements [2020-12-07T15:22:26.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-07T15:22:26.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-07T15:22:26.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-07T15:22:26.846Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-07T15:22:26.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-07T15:22:26.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-07T15:22:26.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-07T15:22:26.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-07T15:22:26.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-07T15:22:26.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-07T15:22:26.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-07T15:22:26.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-07T15:22:26.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-07T15:22:26.847Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-07T15:22:26.847Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-07T15:22:26.847Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-07T15:22:26.847Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-07T15:22:26.847Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-07T15:22:26.847Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-07T15:22:26.847Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-07T15:22:26.847Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2020-12-07T15:22:26.847Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-07T15:22:26.847Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-07T15:22:26.847Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements [2020-12-07T15:22:26.847Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-07T15:22:26.847Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-07T15:22:26.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-07T15:22:26.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-07T15:22:26.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements [2020-12-07T15:22:26.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-07T15:22:27.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements [2020-12-07T15:22:27.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements [2020-12-07T15:22:27.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2020-12-07T15:22:27.977Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements [2020-12-07T15:22:27.977Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.032s coverage: 100.0% of statements [2020-12-07T15:22:27.977Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-07T15:22:28.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.176s coverage: 63.5% of statements [2020-12-07T15:22:28.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-07T15:22:28.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-07T15:22:28.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements [2020-12-07T15:22:28.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2020-12-07T15:22:28.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2020-12-07T15:22:29.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements [2020-12-07T15:22:29.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements [2020-12-07T15:22:30.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.276s coverage: 55.9% of statements [2020-12-07T15:22:30.920Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-07T15:22:30.920Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-07T15:22:30.920Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-07T15:22:30.920Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-07T15:22:30.920Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-07T15:22:30.920Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-07T15:22:37.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.357s coverage: 86.3% of statements [2020-12-07T15:22:37.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-07T15:22:37.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.062s coverage: 72.2% of statements [2020-12-07T15:22:37.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.375s coverage: 72.1% of statements [2020-12-07T15:22:37.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.045s coverage: 82.4% of statements [2020-12-07T15:22:37.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.032s coverage: 48.4% of statements [2020-12-07T15:22:37.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-07T15:22:37.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-07T15:22:37.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-07T15:22:37.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.036s coverage: 28.8% of statements [2020-12-07T15:22:37.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-07T15:22:37.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.044s coverage: 96.8% of statements [2020-12-07T15:22:37.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-07T15:22:37.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.2% of statements [2020-12-07T15:22:37.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-07T15:22:37.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-07T15:22:37.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.282s coverage: 84.0% of statements [2020-12-07T15:22:37.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2020-12-07T15:22:37.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.096s coverage: 47.1% of statements [2020-12-07T15:22:37.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-07T15:22:37.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-07T15:22:37.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.044s coverage: 100.0% of statements [2020-12-07T15:22:37.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-07T15:22:37.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-07T15:22:37.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-07T15:22:37.596Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2020-12-07T15:22:37.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-07T15:22:37.596Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2020-12-07T15:22:37.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-07T15:22:37.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.634s coverage: 29.1% of statements [2020-12-07T15:22:37.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-07T15:22:37.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-07T15:22:37.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-07T15:22:37.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-07T15:22:37.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-07T15:22:37.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.056s coverage: 99.0% of statements [2020-12-07T15:22:37.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-07T15:22:37.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2020-12-07T15:22:37.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-07T15:22:37.878Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements [2020-12-07T15:22:37.878Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-07T15:22:37.878Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.022s coverage: 100.0% of statements [2020-12-07T15:22:37.878Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-07T15:22:37.878Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-07T15:22:37.878Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-07T15:22:37.878Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-07T15:22:38.454Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements [2020-12-07T15:22:38.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-07T15:22:38.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-07T15:22:38.454Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2020-12-07T15:22:39.033Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2020-12-07T15:22:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2020-12-07T15:22:39.563Z] GO111MODULE=on go vet ./... [2020-12-07T15:23:01.657Z] gofmt -l . [2020-12-07T15:23:01.657Z] [ "`gofmt -l .`" = "" ] [2020-12-07T15:23:01.920Z] ./bin/test-go-mod-tidy.sh [2020-12-07T15:23:02.496Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-07T15:23:04.730Z] + ls -al . [2020-12-07T15:23:04.730Z] total 652 [2020-12-07T15:23:04.730Z] drwxrwxr-x 10 1001 1001 4096 Dec 7 15:23 . [2020-12-07T15:23:04.730Z] drwxr-xr-x 4 root root 32 Dec 7 15:21 .. [2020-12-07T15:23:04.730Z] -rw-rw-r-- 1 1001 1001 11 Dec 7 15:19 .dockerignore [2020-12-07T15:23:04.730Z] drwxrwxr-x 8 1001 1001 162 Dec 7 15:19 .git [2020-12-07T15:23:04.730Z] drwxrwxr-x 3 1001 1001 125 Dec 7 15:19 .github [2020-12-07T15:23:04.730Z] -rw-rw-r-- 1 1001 1001 943 Dec 7 15:19 .gitignore [2020-12-07T15:23:04.730Z] drwx------ 3 1001 1001 32 Dec 7 15:20 .semver [2020-12-07T15:23:04.730Z] -rw-rw-r-- 1 1001 1001 166 Dec 7 15:19 .sonarcloud.properties [2020-12-07T15:23:04.730Z] -rw-rw-r-- 1 1001 1001 3804 Dec 7 15:19 CONTRIBUTING.md [2020-12-07T15:23:04.730Z] -rw-rw-r-- 1 1001 1001 1035 Dec 7 15:19 Dockerfile.build [2020-12-07T15:23:04.730Z] -rw-rw-r-- 1 1001 1001 863 Dec 7 15:19 Jenkinsfile [2020-12-07T15:23:04.730Z] -rw-rw-r-- 1 1001 1001 10775 Dec 7 15:19 LICENSE [2020-12-07T15:23:04.730Z] -rw-rw-r-- 1 1001 1001 6318 Dec 7 15:19 Makefile [2020-12-07T15:23:04.730Z] -rw-rw-r-- 1 1001 1001 6447 Dec 7 15:19 README.md [2020-12-07T15:23:04.730Z] -rw-rw-r-- 1 1001 1001 259 Dec 7 15:19 SECURITY.md [2020-12-07T15:23:04.730Z] -rw-rw-r-- 1 1001 1001 11 Dec 7 15:20 VERSION [2020-12-07T15:23:04.730Z] -rw-rw-r-- 1 1001 1001 4131 Dec 7 15:19 ZMQWindows.md [2020-12-07T15:23:04.730Z] drwxrwxr-x 2 1001 1001 117 Dec 7 15:19 bin [2020-12-07T15:23:04.730Z] drwxrwxr-x 15 1001 1001 4096 Dec 7 15:19 cmd [2020-12-07T15:23:04.730Z] -rw-r--r-- 1 root root 557293 Dec 7 15:22 coverage.out [2020-12-07T15:23:04.730Z] -rw-r--r-- 1 root root 1041 Dec 7 15:23 go.mod [2020-12-07T15:23:04.730Z] -rw-r--r-- 1 root root 18856 Dec 7 15:23 go.sum [2020-12-07T15:23:04.730Z] drwxrwxr-x 8 1001 1001 127 Dec 7 15:19 internal [2020-12-07T15:23:04.730Z] drwxrwxr-x 4 1001 1001 26 Dec 7 15:19 openapi [2020-12-07T15:23:04.730Z] drwxrwxr-x 4 1001 1001 71 Dec 7 15:19 snap [2020-12-07T15:23:04.730Z] -rw-rw-r-- 1 1001 1001 168 Dec 7 15:19 version.go [Pipeline] sh [2020-12-07T15:23:05.034Z] + '[' -e coverage.out ] [2020-12-07T15:23:05.034Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-07T15:23:05.226Z] Stashed 1 file(s) [Pipeline] sh [2020-12-07T15:23:05.522Z] + make build [2020-12-07T15:23:05.522Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/core-data/core-data ./cmd/core-data [2020-12-07T15:23:09.746Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-07T15:23:17.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/core-command/core-command ./cmd/core-command [2020-12-07T15:23:18.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-07T15:23:19.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-07T15:23:20.212Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-07T15:23:21.602Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-07T15:23:23.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T15:23:23.988Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-07T15:23:24.939Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-07T15:23:26.346Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-07T15:23:27.292Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-07T15:23:28.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-07T15:23:29.202Z] $ docker stop --time=1 9708ad07773079a91ebef951c60cb6d97ef22e8159762b25158d563a11fb27a0 [2020-12-07T15:23:30.909Z] $ docker rm -f 9708ad07773079a91ebef951c60cb6d97ef22e8159762b25158d563a11fb27a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:23:34.609Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T15:23:34.609Z] [2020-12-07T15:23:34.609Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:23:34.952Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T15:23:34.952Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-07T15:23:34.952Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-07T15:23:34.952Z] ca9280d653b3: Pulling fs layer [2020-12-07T15:23:34.952Z] 7e9c9ca2126c: Pulling fs layer [2020-12-07T15:23:35.215Z] cbdbe7a5bc2a: Download complete [2020-12-07T15:23:35.484Z] cbdbe7a5bc2a: Pull complete [2020-12-07T15:23:35.757Z] ca9280d653b3: Verifying Checksum [2020-12-07T15:23:35.757Z] ca9280d653b3: Download complete [2020-12-07T15:23:36.706Z] 7e9c9ca2126c: Verifying Checksum [2020-12-07T15:23:36.706Z] 7e9c9ca2126c: Download complete [2020-12-07T15:23:36.706Z] ca9280d653b3: Pull complete [2020-12-07T15:23:46.117Z] 7e9c9ca2126c: Pull complete [2020-12-07T15:23:46.117Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-07T15:23:46.117Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T15:23:46.117Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-07T15:23:46.384Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:23:46.572Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:23:47.379Z] $ docker top 44e5a173e72c1b0e6b78ef4ab3c147d9109dd6d8fa56000700d7795c5a7a5204 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:23:47.884Z] + docker-compose build --help [2020-12-07T15:23:47.885Z] + grep parallel [2020-12-07T15:23:48.689Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14870 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-07T15:23:48.750Z] Running in /w/workspace/edgex-go/246 [Pipeline] { [Pipeline] checkout [2020-12-07T15:23:48.839Z] --parallel Build images in parallel. [Pipeline] } [2020-12-07T15:23:48.863Z] $ docker stop --time=1 44e5a173e72c1b0e6b78ef4ab3c147d9109dd6d8fa56000700d7795c5a7a5204 [2020-12-07T15:23:50.253Z] $ docker rm -f 44e5a173e72c1b0e6b78ef4ab3c147d9109dd6d8fa56000700d7795c5a7a5204 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:23:50.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T15:23:50.985Z] . [Pipeline] withDockerContainer [2020-12-07T15:23:51.092Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:23:51.146Z] $ 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/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:23:51.809Z] $ docker top 42975e8ba799849865a8056b0c2b904bcd28efa4945fa11258a97323049b781c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:23:52.316Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-07T15:23:53.261Z] Building docker-core-command-go ... [2020-12-07T15:23:53.261Z] Building docker-core-data-go ... [2020-12-07T15:23:53.261Z] Building docker-core-metadata-go ... [2020-12-07T15:23:53.261Z] Building docker-security-bootstrap-redis-go ... [2020-12-07T15:23:53.261Z] Building docker-security-proxy-setup-go ... [2020-12-07T15:23:53.261Z] Building docker-security-secrets-setup-go ... [2020-12-07T15:23:53.261Z] Building docker-security-secretstore-setup-go ... [2020-12-07T15:23:53.261Z] Building docker-support-notifications-go ... [2020-12-07T15:23:53.261Z] Building docker-support-scheduler-go ... [2020-12-07T15:23:53.261Z] Building docker-sys-mgmt-agent-go ... [2020-12-07T15:23:53.261Z] Building docker-support-scheduler-go [2020-12-07T15:23:53.261Z] Building docker-core-metadata-go [2020-12-07T15:23:53.261Z] Building docker-security-proxy-setup-go [2020-12-07T15:23:53.261Z] Building docker-security-bootstrap-redis-go [2020-12-07T15:23:53.261Z] Building docker-support-notifications-go [2020-12-07T15:23:54.004Z] using credential edgex-jenkins-ssh [2020-12-07T15:23:54.058Z] Cloning the remote Git repository [2020-12-07T15:23:54.137Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-07T15:23:54.257Z] > git init /w/workspace/edgex-go/246 # timeout=10 [2020-12-07T15:23:54.352Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-07T15:23:54.354Z] > git --version # timeout=10 [2020-12-07T15:23:54.380Z] > git --version # 'git version 2.17.1' [2020-12-07T15:23:54.382Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T15:23:54.441Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T15:24:10.517Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-07T15:24:10.539Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T15:24:10.565Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-07T15:24:10.606Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-07T15:24:10.606Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T15:24:10.619Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-07T15:24:11.226Z] Checking out Revision b985b2abee46819742dbb8bb5fe7722252537d7a (master) [2020-12-07T15:24:11.251Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T15:24:11.318Z] > git checkout -f b985b2abee46819742dbb8bb5fe7722252537d7a # timeout=10 [2020-12-07T15:24:15.955Z] Commit message: "feat(data): Implement GET /reading/all V2 API (#2897)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-07T15:24:17.563Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-07T15:24:17.969Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-07T15:24:18.342Z] + + true [2020-12-07T15:24:18.342Z] sudo service docker restart [2020-12-07T15:24:19.977Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:24:19.977Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:24:19.977Z] ---> 3e1fbbf62d77 [2020-12-07T15:24:19.977Z] Step 3/22 : WORKDIR /edgex-go [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-07T15:24:20.451Z] provisioning config files... [2020-12-07T15:24:20.491Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/246@tmp/config628078346179768433tmp [Pipeline] { [2020-12-07T15:24:20.558Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:24:20.558Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:24:20.558Z] ---> 3e1fbbf62d77 [2020-12-07T15:24:20.558Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpineStep 3/24 : WORKDIR /edgex-go [2020-12-07T15:24:20.558Z] [2020-12-07T15:24:20.558Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:24:20.558Z] ---> 3e1fbbf62d77 [2020-12-07T15:24:20.558Z] Step 3/22 : WORKDIR /edgex-go [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:24:20.928Z] ---> docker-login.sh [2020-12-07T15:24:20.928Z] nexus3.edgexfoundry.org:10001 [2020-12-07T15:24:21.138Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:24:21.138Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:24:21.138Z] ---> 3e1fbbf62d77 [2020-12-07T15:24:21.138Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T15:24:21.138Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:24:21.138Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:24:21.138Z] ---> 3e1fbbf62d77 [2020-12-07T15:24:21.138Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T15:24:21.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:24:21.726Z] ---> Running in d72e454be281 [2020-12-07T15:24:21.727Z] ---> Running in 78e2db35fac0 [2020-12-07T15:24:21.727Z] ---> Running in 84bc41f138ed [2020-12-07T15:24:21.727Z] ---> Running in 138baa4e6576 [2020-12-07T15:24:21.727Z] ---> Running in 8665b81889f0 [2020-12-07T15:24:21.994Z] Removing intermediate container 84bc41f138ed [2020-12-07T15:24:21.994Z] ---> 2bfa1157eaaf [2020-12-07T15:24:21.994Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:24:21.994Z] Removing intermediate container 8665b81889f0 [2020-12-07T15:24:21.994Z] ---> fff5bc5c726f [2020-12-07T15:24:21.994Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:24:21.994Z] Removing intermediate container d72e454be281 [2020-12-07T15:24:21.994Z] ---> 55eb44a010b2 [2020-12-07T15:24:21.994Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:24:21.994Z] Removing intermediate container 138baa4e6576 [2020-12-07T15:24:21.994Z] ---> 772f131a4461 [2020-12-07T15:24:21.994Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:24:22.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:24:22.124Z] Configure a credential helper to remove this warning. See [2020-12-07T15:24:22.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:24:22.124Z] [2020-12-07T15:24:22.124Z] Login Succeeded [2020-12-07T15:24:22.124Z] nexus3.edgexfoundry.org:10002 [2020-12-07T15:24:22.256Z] Removing intermediate container 78e2db35fac0 [2020-12-07T15:24:22.256Z] ---> f19a3d6f8485 [2020-12-07T15:24:22.256Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:24:22.256Z] ---> Running in 8c0de1ce78c1 [2020-12-07T15:24:22.256Z] ---> Running in aad3277cfb6a [2020-12-07T15:24:22.256Z] ---> Running in f4f0ddfe2f42 [2020-12-07T15:24:22.256Z] ---> Running in 90220a8ffbff [2020-12-07T15:24:22.256Z] ---> Running in 95e883c1c76b [2020-12-07T15:24:22.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:24:22.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:24:22.667Z] Configure a credential helper to remove this warning. See [2020-12-07T15:24:22.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:24:22.667Z] [2020-12-07T15:24:22.667Z] Login Succeeded [2020-12-07T15:24:22.667Z] nexus3.edgexfoundry.org:10003 [2020-12-07T15:24:22.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:24:23.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:24:23.210Z] Configure a credential helper to remove this warning. See [2020-12-07T15:24:23.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:24:23.210Z] [2020-12-07T15:24:23.210Z] Login Succeeded [2020-12-07T15:24:23.210Z] nexus3.edgexfoundry.org:10004 [2020-12-07T15:24:23.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:24:23.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:24:23.484Z] Configure a credential helper to remove this warning. See [2020-12-07T15:24:23.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:24:23.484Z] [2020-12-07T15:24:23.484Z] Login Succeeded [2020-12-07T15:24:23.484Z] docker.io [2020-12-07T15:24:24.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:24:24.199Z] Removing intermediate container aad3277cfb6a [2020-12-07T15:24:24.199Z] ---> 528f86506468 [2020-12-07T15:24:24.199Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T15:24:24.199Z] Removing intermediate container 8c0de1ce78c1 [2020-12-07T15:24:24.199Z] ---> 4b214c5460ce [2020-12-07T15:24:24.199Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T15:24:24.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:24:24.358Z] Configure a credential helper to remove this warning. See [2020-12-07T15:24:24.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:24:24.358Z] [2020-12-07T15:24:24.358Z] Login Succeeded [2020-12-07T15:24:24.358Z] ---> docker-login.sh ends [Pipeline] } [2020-12-07T15:24:24.375Z] Deleting 1 temporary files [Pipeline] // wrap [2020-12-07T15:24:24.465Z] ---> Running in 793c7b14dd39 [2020-12-07T15:24:24.465Z] Removing intermediate container f4f0ddfe2f42 [2020-12-07T15:24:24.465Z] ---> e13e0e5c74c3 [2020-12-07T15:24:24.465Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-07T15:24:24.465Z] ---> Running in ec8eb032895c [2020-12-07T15:24:24.465Z] ---> Running in fa187477de4d [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-12-07T15:24:24.730Z] Removing intermediate container 90220a8ffbff [2020-12-07T15:24:24.730Z] ---> 656379b5808c [2020-12-07T15:24:24.730Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T15:24:24.730Z] Removing intermediate container 95e883c1c76b [2020-12-07T15:24:24.730Z] ---> 0a2c5b88473c [2020-12-07T15:24:24.730Z] Step 5/22 : RUN apk update && apk add make git [Pipeline] echo [2020-12-07T15:24:24.782Z] ========================================================= [2020-12-07T15:24:24.782Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-07T15:24:24.782Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:24:24.992Z] ---> Running in e52477374ff4 [2020-12-07T15:24:24.992Z] ---> Running in ca7a7a845be3 [2020-12-07T15:24:25.157Z] + 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-07T15:24:25.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:24:25.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:24:25.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:24:25.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:24:25.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:24:26.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:24:26.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:24:26.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:24:26.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:24:27.201Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:24:27.201Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:24:27.201Z] OK: 12745 distinct packages available [2020-12-07T15:24:27.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:24:27.201Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:24:27.201Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:24:27.201Z] OK: 12745 distinct packages available [2020-12-07T15:24:27.201Z] OK: 233 MiB in 51 packages [2020-12-07T15:24:27.465Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:24:27.465Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:24:27.465Z] OK: 12745 distinct packages available [2020-12-07T15:24:27.465Z] OK: 233 MiB in 51 packages [2020-12-07T15:24:27.743Z] OK: 233 MiB in 51 packages [2020-12-07T15:24:27.743Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:24:27.743Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:24:27.743Z] OK: 12745 distinct packages available [2020-12-07T15:24:27.743Z] Removing intermediate container 793c7b14dd39 [2020-12-07T15:24:27.743Z] ---> 391045ce5842 [2020-12-07T15:24:27.743Z] Step 6/22 : COPY go.mod . [2020-12-07T15:24:27.798Z] Sending build context to Docker daemon 165.5MB [2020-12-07T15:24:27.798Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-07T15:24:27.798Z] Step 2/7 : FROM ${BASE} [2020-12-07T15:24:27.798Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-07T15:24:27.798Z] 5f621e34cdf4: Pulling fs layer [2020-12-07T15:24:27.798Z] a4357932f1b6: Pulling fs layer [2020-12-07T15:24:27.798Z] 18c013af1878: Pulling fs layer [2020-12-07T15:24:27.798Z] 00ac8860ef70: Pulling fs layer [2020-12-07T15:24:27.798Z] 63d7cb157983: Pulling fs layer [2020-12-07T15:24:27.798Z] b116817d02f9: Pulling fs layer [2020-12-07T15:24:27.798Z] 745a02a5169b: Pulling fs layer [2020-12-07T15:24:27.798Z] 63d7cb157983: Waiting [2020-12-07T15:24:27.798Z] b116817d02f9: Waiting [2020-12-07T15:24:27.798Z] 745a02a5169b: Waiting [2020-12-07T15:24:27.798Z] 00ac8860ef70: Waiting [2020-12-07T15:24:27.798Z] 18c013af1878: Download complete [2020-12-07T15:24:27.798Z] a4357932f1b6: Verifying Checksum [2020-12-07T15:24:27.798Z] a4357932f1b6: Download complete [2020-12-07T15:24:27.798Z] 63d7cb157983: Verifying Checksum [2020-12-07T15:24:27.798Z] 63d7cb157983: Download complete [2020-12-07T15:24:27.798Z] b116817d02f9: Verifying Checksum [2020-12-07T15:24:27.798Z] b116817d02f9: Download complete [2020-12-07T15:24:27.798Z] 5f621e34cdf4: Verifying Checksum [2020-12-07T15:24:27.798Z] 5f621e34cdf4: Download complete [2020-12-07T15:24:28.008Z] OK: 233 MiB in 51 packages [2020-12-07T15:24:28.269Z] Removing intermediate container ec8eb032895c [2020-12-07T15:24:28.269Z] ---> 098bd118b279 [2020-12-07T15:24:28.269Z] Step 6/21 : COPY go.mod . [2020-12-07T15:24:28.269Z] ---> 3b000d29f7dd [2020-12-07T15:24:28.269Z] Step 7/22 : RUN go mod download [2020-12-07T15:24:28.269Z] Removing intermediate container fa187477de4d [2020-12-07T15:24:28.269Z] ---> 1a7ab1481044 [2020-12-07T15:24:28.269Z] Step 6/24 : COPY go.mod . [2020-12-07T15:24:28.393Z] 5f621e34cdf4: Pull complete [2020-12-07T15:24:28.530Z] ---> Running in d11c60b89317 [2020-12-07T15:24:28.530Z] ---> 696d05d64472 [2020-12-07T15:24:28.530Z] Step 7/21 : RUN go mod download [2020-12-07T15:24:28.677Z] a4357932f1b6: Pull complete [2020-12-07T15:24:28.793Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:24:28.793Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:24:28.793Z] OK: 12745 distinct packages available [2020-12-07T15:24:28.793Z] ---> 6dde57f6c678 [2020-12-07T15:24:28.793Z] Step 7/24 : RUN go mod download [2020-12-07T15:24:28.793Z] ---> Running in 162e52946d2d [2020-12-07T15:24:29.056Z] Removing intermediate container e52477374ff4 [2020-12-07T15:24:29.056Z] ---> 46d9e905519c [2020-12-07T15:24:29.056Z] Step 6/21 : COPY go.mod . [2020-12-07T15:24:29.056Z] OK: 233 MiB in 51 packages [2020-12-07T15:24:29.056Z] ---> Running in c4dc171ced5d [2020-12-07T15:24:29.289Z] 18c013af1878: Pull complete [2020-12-07T15:24:29.322Z] ---> 673f23f35db9 [2020-12-07T15:24:29.322Z] Step 7/21 : RUN go mod download [2020-12-07T15:24:29.590Z] ---> Running in 63091f0a5c97 [2020-12-07T15:24:29.861Z] Removing intermediate container ca7a7a845be3 [2020-12-07T15:24:29.861Z] ---> be916e1061e5 [2020-12-07T15:24:29.861Z] Step 6/22 : COPY go.mod . [2020-12-07T15:24:30.269Z] 745a02a5169b: Verifying Checksum [2020-12-07T15:24:30.269Z] 745a02a5169b: Download complete [2020-12-07T15:24:30.455Z] ---> 1b9fef2a70bf [2020-12-07T15:24:30.456Z] Step 7/22 : RUN go mod download [2020-12-07T15:24:30.456Z] ---> Running in cbc537349029 [2020-12-07T15:24:31.039Z] Removing intermediate container d11c60b89317 [2020-12-07T15:24:31.039Z] ---> 65ceeb9fcd40 [2020-12-07T15:24:31.039Z] Step 8/22 : COPY . . [2020-12-07T15:24:31.039Z] Removing intermediate container 162e52946d2d [2020-12-07T15:24:31.039Z] ---> 2a0d50f180dd [2020-12-07T15:24:31.039Z] Step 8/21 : COPY . . [2020-12-07T15:24:31.624Z] Removing intermediate container c4dc171ced5d [2020-12-07T15:24:31.624Z] ---> 7cb893242847 [2020-12-07T15:24:31.624Z] Step 8/24 : COPY . . [2020-12-07T15:24:31.707Z] 00ac8860ef70: Verifying Checksum [2020-12-07T15:24:31.707Z] 00ac8860ef70: Download complete [2020-12-07T15:24:34.995Z] Removing intermediate container 63091f0a5c97 [2020-12-07T15:24:34.995Z] ---> de804dc36995 [2020-12-07T15:24:34.995Z] Step 8/21 : COPY . . [2020-12-07T15:24:41.863Z] 00ac8860ef70: Pull complete [2020-12-07T15:24:41.863Z] 63d7cb157983: Pull complete [2020-12-07T15:24:41.863Z] b116817d02f9: Pull complete [2020-12-07T15:24:45.202Z] Removing intermediate container cbc537349029 [2020-12-07T15:24:45.202Z] ---> bb2932552021 [2020-12-07T15:24:45.202Z] Step 8/22 : COPY . . [2020-12-07T15:24:45.282Z] 745a02a5169b: Pull complete [2020-12-07T15:24:45.566Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-07T15:24:45.566Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-07T15:24:45.566Z] ---> b7e6874047d6 [2020-12-07T15:24:45.566Z] 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-07T15:24:48.968Z] ---> Running in 68ca0d68fe2e [2020-12-07T15:24:50.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:24:51.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:24:52.820Z] (1/12) Installing libmagic (5.38-r0) [2020-12-07T15:24:53.091Z] (2/12) Installing file (5.38-r0) [2020-12-07T15:24:53.091Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-07T15:24:53.091Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-07T15:24:59.784Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-07T15:24:59.784Z] (6/12) Installing patch (2.7.6-r6) [2020-12-07T15:25:00.057Z] (7/12) Installing build-base (0.5-r2) [2020-12-07T15:25:00.057Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-07T15:25:00.328Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-07T15:25:00.328Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-07T15:25:00.328Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-07T15:25:00.601Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-07T15:25:00.874Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:25:00.874Z] OK: 217 MiB in 51 packages [2020-12-07T15:25:05.191Z] Removing intermediate container 68ca0d68fe2e [2020-12-07T15:25:05.191Z] ---> 1c42008dd21e [2020-12-07T15:25:05.191Z] Step 4/7 : WORKDIR /edgex-go [2020-12-07T15:25:05.191Z] ---> Running in cd96ffce1584 [2020-12-07T15:25:05.462Z] Removing intermediate container cd96ffce1584 [2020-12-07T15:25:05.462Z] ---> e0a8d63d5306 [2020-12-07T15:25:05.462Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-07T15:25:06.056Z] latest: Pulling from library/docker [2020-12-07T15:25:06.330Z] 5f621e34cdf4: Already exists [2020-12-07T15:25:06.330Z] 85db56a05063: Pulling fs layer [2020-12-07T15:25:06.330Z] ccb67d6aeaaa: Pulling fs layer [2020-12-07T15:25:06.331Z] de930078acea: Pulling fs layer [2020-12-07T15:25:06.331Z] d5a9d88a4785: Pulling fs layer [2020-12-07T15:25:06.331Z] e7f15c1544d5: Pulling fs layer [2020-12-07T15:25:06.331Z] 877c515997d3: Pulling fs layer [2020-12-07T15:25:06.331Z] d5a9d88a4785: Waiting [2020-12-07T15:25:06.331Z] 877c515997d3: Waiting [2020-12-07T15:25:06.331Z] e7f15c1544d5: Waiting [2020-12-07T15:25:06.331Z] ccb67d6aeaaa: Verifying Checksum [2020-12-07T15:25:06.331Z] ccb67d6aeaaa: Download complete [2020-12-07T15:25:06.621Z] d5a9d88a4785: Verifying Checksum [2020-12-07T15:25:06.621Z] d5a9d88a4785: Download complete [2020-12-07T15:25:06.621Z] e7f15c1544d5: Verifying Checksum [2020-12-07T15:25:06.621Z] e7f15c1544d5: Download complete [2020-12-07T15:25:06.900Z] 877c515997d3: Verifying Checksum [2020-12-07T15:25:06.900Z] 877c515997d3: Download complete [2020-12-07T15:25:07.172Z] 85db56a05063: Pull complete [2020-12-07T15:25:07.452Z] ccb67d6aeaaa: Pull complete [2020-12-07T15:25:07.723Z] de930078acea: Verifying Checksum [2020-12-07T15:25:07.723Z] de930078acea: Download complete [2020-12-07T15:25:11.250Z] de930078acea: Pull complete [2020-12-07T15:25:11.524Z] d5a9d88a4785: Pull complete [2020-12-07T15:25:12.124Z] e7f15c1544d5: Pull complete [2020-12-07T15:25:12.158Z] ---> aa7fa2f2e09c [2020-12-07T15:25:12.158Z] ---> 7f8fabb26220 [2020-12-07T15:25:12.158Z] Step 9/22 : RUN make cmd/core-metadata/core-metadataStep 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-07T15:25:12.158Z] [2020-12-07T15:25:12.158Z] ---> a0e9bd9e3409 [2020-12-07T15:25:12.158Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-07T15:25:12.158Z] ---> bcc13ab50a19 [2020-12-07T15:25:12.158Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-07T15:25:12.158Z] ---> Running in 7a1d68b59e7e [2020-12-07T15:25:12.158Z] ---> Running in 14ead435ec67 [2020-12-07T15:25:12.158Z] ---> Running in 5e2118d41242 [2020-12-07T15:25:12.158Z] ---> Running in b41b0bc4488f [2020-12-07T15:25:12.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-07T15:25:12.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-07T15:25:12.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-07T15:25:12.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-07T15:25:12.399Z] 877c515997d3: Pull complete [2020-12-07T15:25:12.399Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-07T15:25:12.399Z] Status: Downloaded newer image for docker:latest [2020-12-07T15:25:12.779Z] ---> 5c032ca7ff6c [2020-12-07T15:25:12.779Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-07T15:25:12.779Z] ---> Running in c423ccbbe9bf [2020-12-07T15:25:13.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-07T15:25:15.795Z] ---> b6bf39d25850 [2020-12-07T15:25:15.795Z] Step 6/7 : COPY go.mod . [2020-12-07T15:25:16.395Z] ---> 834d75ac1410 [2020-12-07T15:25:16.395Z] Step 7/7 : RUN go mod download [2020-12-07T15:25:16.395Z] ---> Running in 0d6b79aea624 [2020-12-07T15:25:40.506Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-07T15:25:43.200Z] Removing intermediate container 0d6b79aea624 [2020-12-07T15:25:43.201Z] ---> 24b6a387addb [2020-12-07T15:25:43.201Z] Successfully built 24b6a387addb [2020-12-07T15:25:43.201Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:25:43.545Z] + docker inspect -f . ci-base-image-arm64 [2020-12-07T15:25:43.545Z] . [Pipeline] withDockerContainer [2020-12-07T15:25:43.821Z] prd-ubuntu18.04-docker-arm64-4c-16g-14870 does not seem to be running inside a container [2020-12-07T15:25:43.921Z] Removing intermediate container c423ccbbe9bf [2020-12-07T15:25:43.921Z] ---> d7053aaa40fb [2020-12-07T15:25:43.921Z] [2020-12-07T15:25:43.921Z] Step 10/22 : FROM alpine:3.10 [2020-12-07T15:25:43.921Z] 3.10: Pulling from library/alpine [2020-12-07T15:25:43.936Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-07T15:25:44.894Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-07T15:25:44.894Z] Status: Downloaded newer image for alpine:3.10 [2020-12-07T15:25:44.894Z] ---> be4e4bea2c2e [2020-12-07T15:25:44.894Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T15:25:45.174Z] ---> Running in b66b907e9315 [2020-12-07T15:25:45.459Z] $ docker top 29a1986c38d508d646bb79a2915366cdb21296df3909c01c62cb2970005af731 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:25:46.508Z] + go version [2020-12-07T15:25:46.508Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-07T15:25:46.534Z] $ docker stop --time=1 29a1986c38d508d646bb79a2915366cdb21296df3909c01c62cb2970005af731 [2020-12-07T15:25:47.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:25:47.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:25:47.396Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-07T15:25:47.396Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-07T15:25:47.396Z] OK: 10348 distinct packages available [2020-12-07T15:25:47.396Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-07T15:25:47.659Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-07T15:25:47.659Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-07T15:25:47.659Z] (4/5) Installing curl (7.66.0-r1) [2020-12-07T15:25:47.659Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-07T15:25:47.659Z] Executing busybox-1.30.1-r3.trigger [2020-12-07T15:25:47.659Z] Executing ca-certificates-20191127-r2.trigger [2020-12-07T15:25:47.659Z] OK: 7 MiB in 19 packages [2020-12-07T15:25:47.659Z] Removing intermediate container 5e2118d41242 [2020-12-07T15:25:47.659Z] ---> bdd8df1e9db8 [2020-12-07T15:25:47.659Z] [2020-12-07T15:25:47.659Z] Step 10/24 : FROM scratch [2020-12-07T15:25:47.659Z] ---> [2020-12-07T15:25:47.659Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-07T15:25:48.505Z] $ docker rm -f 29a1986c38d508d646bb79a2915366cdb21296df3909c01c62cb2970005af731 [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-07T15:25:50.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T15:25:50.033Z] [2020-12-07T15:25:50.033Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:25:50.232Z] ---> Running in cece79706596 [2020-12-07T15:25:50.232Z] Removing intermediate container 7a1d68b59e7e [2020-12-07T15:25:50.232Z] ---> 8325c5ce999a [2020-12-07T15:25:50.232Z] [2020-12-07T15:25:50.232Z] Step 10/21 : FROM scratch [2020-12-07T15:25:50.232Z] ---> [2020-12-07T15:25:50.232Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T15:25:50.232Z] Removing intermediate container b41b0bc4488f [2020-12-07T15:25:50.232Z] ---> 6c29182a87ba [2020-12-07T15:25:50.232Z] [2020-12-07T15:25:50.232Z] Step 10/21 : FROM alpine [2020-12-07T15:25:50.232Z] latest: Pulling from library/alpine [2020-12-07T15:25:50.459Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T15:25:50.493Z] ---> Running in 13874834813b [2020-12-07T15:25:50.493Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-07T15:25:50.493Z] Status: Downloaded newer image for alpine:latest [2020-12-07T15:25:50.493Z] ---> d6e46aa2470d [2020-12-07T15:25:50.493Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-07T15:25:50.493Z] Removing intermediate container cece79706596 [2020-12-07T15:25:50.493Z] ---> 3618ce3d2adf [2020-12-07T15:25:50.493Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-07T15:25:50.772Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-07T15:25:50.772Z] 29e5d40040c1: Pulling fs layer [2020-12-07T15:25:50.772Z] 1ce36da41761: Pulling fs layer [2020-12-07T15:25:50.772Z] 25b303627fd3: Pulling fs layer [2020-12-07T15:25:50.772Z] 29e5d40040c1: Verifying Checksum [2020-12-07T15:25:50.772Z] 29e5d40040c1: Download complete [2020-12-07T15:25:51.375Z] 1ce36da41761: Verifying Checksum [2020-12-07T15:25:51.375Z] 1ce36da41761: Download complete [2020-12-07T15:25:51.375Z] 29e5d40040c1: Pull complete [2020-12-07T15:25:52.804Z] 1ce36da41761: Pull complete [2020-12-07T15:25:53.044Z] ---> Running in 15d9ba8a45af [2020-12-07T15:25:53.044Z] ---> Running in fc43129308d7 [2020-12-07T15:25:53.044Z] Removing intermediate container 13874834813b [2020-12-07T15:25:53.044Z] ---> 6f4b9b63bee1 [2020-12-07T15:25:53.044Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-07T15:25:53.044Z] Removing intermediate container b66b907e9315 [2020-12-07T15:25:53.044Z] ---> d1fc3d0a70fc [2020-12-07T15:25:53.044Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-07T15:25:53.044Z] ---> Running in 01e2c0cd7623 [2020-12-07T15:25:53.074Z] 25b303627fd3: Verifying Checksum [2020-12-07T15:25:53.074Z] 25b303627fd3: Download complete [2020-12-07T15:25:53.360Z] Removing intermediate container 14ead435ec67 [2020-12-07T15:25:53.360Z] ---> 5c4e22317aec [2020-12-07T15:25:53.360Z] [2020-12-07T15:25:53.360Z] Step 10/22 : FROM scratch [2020-12-07T15:25:53.361Z] ---> [2020-12-07T15:25:53.361Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T15:25:53.361Z] ---> Using cache [2020-12-07T15:25:53.361Z] ---> 6f4b9b63bee1 [2020-12-07T15:25:53.361Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-07T15:25:53.361Z] ---> Running in 92ca08c8b875 [2020-12-07T15:25:53.361Z] Removing intermediate container 15d9ba8a45af [2020-12-07T15:25:53.361Z] ---> 71e397ee9449 [2020-12-07T15:25:53.361Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-07T15:25:53.693Z] ---> Running in b107445ba6cb [2020-12-07T15:25:53.693Z] Removing intermediate container 01e2c0cd7623 [2020-12-07T15:25:53.693Z] ---> 4251a9bbc508 [2020-12-07T15:25:53.693Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-07T15:25:53.693Z] ---> Running in 36a7a44ad0f8 [2020-12-07T15:25:53.693Z] ---> Running in 2e997b30d53c [2020-12-07T15:25:53.693Z] Removing intermediate container 92ca08c8b875 [2020-12-07T15:25:53.693Z] ---> 3d23bcedf95c [2020-12-07T15:25:53.693Z] Step 13/22 : WORKDIR / [2020-12-07T15:25:54.011Z] ---> Running in 40ead3a42fec [2020-12-07T15:25:54.011Z] Removing intermediate container b107445ba6cb [2020-12-07T15:25:54.011Z] ---> ea5c293eb443 [2020-12-07T15:25:54.011Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T15:25:54.011Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:25:54.011Z] Removing intermediate container 36a7a44ad0f8 [2020-12-07T15:25:54.011Z] ---> 5118220d39ef [2020-12-07T15:25:54.011Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-07T15:25:54.011Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:25:54.011Z] ---> Running in 7e43df4d370c [2020-12-07T15:25:54.011Z] Removing intermediate container 2e997b30d53c [2020-12-07T15:25:54.011Z] ---> eec446f07b27 [2020-12-07T15:25:54.011Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-07T15:25:54.345Z] Removing intermediate container 40ead3a42fec [2020-12-07T15:25:54.345Z] ---> 9d94fa30f590 [2020-12-07T15:25:54.345Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-07T15:25:54.345Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:25:54.345Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:25:54.345Z] OK: 12746 distinct packages available [2020-12-07T15:25:54.622Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-07T15:25:54.622Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T15:25:54.622Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-07T15:25:54.622Z] (4/4) Installing curl (7.69.1-r1) [2020-12-07T15:25:54.622Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:25:54.622Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T15:25:54.622Z] OK: 7 MiB in 18 packages [2020-12-07T15:25:54.898Z] Removing intermediate container 7e43df4d370c [2020-12-07T15:25:54.898Z] ---> 94e11c776351 [2020-12-07T15:25:54.898Z] Step 14/22 : WORKDIR / [2020-12-07T15:25:55.160Z] ---> 1a32f5ae338f [2020-12-07T15:25:55.160Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-07T15:25:55.423Z] ---> Running in e97ff04bbaf1 [2020-12-07T15:25:55.423Z] ---> f4070e473c9d [2020-12-07T15:25:55.423Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-07T15:25:55.423Z] ---> 2f6cf365bc75 [2020-12-07T15:25:55.423Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-07T15:25:55.997Z] Removing intermediate container e97ff04bbaf1 [2020-12-07T15:25:55.997Z] ---> 0f33d12617cd [2020-12-07T15:25:55.997Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-07T15:25:56.572Z] ---> 1158f79bfde9 [2020-12-07T15:25:56.572Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-07T15:25:56.572Z] ---> 4969952fd0a9 [2020-12-07T15:25:56.572Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-07T15:25:56.572Z] Removing intermediate container fc43129308d7 [2020-12-07T15:25:56.572Z] ---> fee8c39df499 [2020-12-07T15:25:56.572Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T15:25:56.572Z] ---> 6ccfffc46f4c [2020-12-07T15:25:56.572Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-07T15:25:57.149Z] ---> 57b27f63411d [2020-12-07T15:25:57.149Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-07T15:25:57.149Z] ---> Running in 4cf35b83172d [2020-12-07T15:25:57.422Z] ---> f2bfa30077d8 [2020-12-07T15:25:57.422Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-07T15:25:57.422Z] ---> 841851eb8e70 [2020-12-07T15:25:57.422Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-07T15:25:57.422Z] ---> 3e14a738df9f [2020-12-07T15:25:57.422Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-07T15:25:57.422Z] ---> Running in c6ae54a36da3 [2020-12-07T15:25:57.690Z] Removing intermediate container 4cf35b83172d [2020-12-07T15:25:57.690Z] ---> 878d26af1df2 [2020-12-07T15:25:57.690Z] Step 13/21 : WORKDIR /edgex [2020-12-07T15:25:57.958Z] ---> Running in 13d80260d605 [2020-12-07T15:25:57.958Z] ---> 061f60ddb0ba [2020-12-07T15:25:57.958Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-07T15:25:57.958Z] Removing intermediate container c6ae54a36da3 [2020-12-07T15:25:57.958Z] ---> ea679fcfb3ce [2020-12-07T15:25:57.958Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:25:57.958Z] ---> eb765e9f8cdb [2020-12-07T15:25:57.958Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-07T15:25:57.958Z] ---> 9e40a39809a4 [2020-12-07T15:25:57.958Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-07T15:25:58.224Z] ---> Running in b6d7437613fd [2020-12-07T15:25:58.225Z] ---> Running in b23f7a9257de [2020-12-07T15:25:58.225Z] Removing intermediate container 13d80260d605 [2020-12-07T15:25:58.225Z] ---> 6bbeffa94dd2 [2020-12-07T15:25:58.225Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-07T15:25:58.487Z] Removing intermediate container b23f7a9257de [2020-12-07T15:25:58.487Z] ---> 9e4d40f0351c [2020-12-07T15:25:58.487Z] Step 19/21 : LABEL arch=x86_64 [2020-12-07T15:25:58.487Z] ---> 6b29b3463121 [2020-12-07T15:25:58.487Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-07T15:25:58.487Z] ---> 37e3cd5ed109 [2020-12-07T15:25:58.487Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-07T15:25:58.750Z] ---> b698e97fd87e [2020-12-07T15:25:58.750Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-07T15:25:58.750Z] ---> Running in 10822749c6e3 [2020-12-07T15:25:58.750Z] ---> Running in 1a82e081697d [2020-12-07T15:25:59.017Z] Removing intermediate container 10822749c6e3 [2020-12-07T15:25:59.017Z] ---> 90b03abd2a90 [2020-12-07T15:25:59.017Z] Step 20/21 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:25:59.284Z] ---> 12a75d47a253 [2020-12-07T15:25:59.284Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-07T15:25:59.284Z] Removing intermediate container 1a82e081697d [2020-12-07T15:25:59.284Z] ---> efe359944ce0 [2020-12-07T15:25:59.284Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:25:59.545Z] ---> Running in eb291b03e522 [2020-12-07T15:25:59.545Z] ---> Running in 9e43f85b72e6 [2020-12-07T15:25:59.545Z] ---> c2268b8fb89c [2020-12-07T15:25:59.545Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-07T15:25:59.545Z] ---> Running in cd33ef7bd705 [2020-12-07T15:25:59.808Z] Removing intermediate container b6d7437613fd [2020-12-07T15:25:59.808Z] ---> bb0d6ebb811f [2020-12-07T15:25:59.808Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-07T15:25:59.808Z] Removing intermediate container 9e43f85b72e6 [2020-12-07T15:25:59.808Z] ---> aee2223012f6 [2020-12-07T15:25:59.808Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:25:59.808Z] Removing intermediate container eb291b03e522 [2020-12-07T15:25:59.808Z] ---> 973a7a2586c5 [2020-12-07T15:25:59.808Z] Step 21/21 : LABEL version=2.0.0-dev.4 [2020-12-07T15:26:00.075Z] Removing intermediate container cd33ef7bd705 [2020-12-07T15:26:00.075Z] ---> 9c39d248536d [2020-12-07T15:26:00.075Z] Step 20/22 : LABEL arch=x86_64 [2020-12-07T15:26:00.075Z] ---> Running in 64fc9657805b [2020-12-07T15:26:00.075Z] ---> Running in a7fa04b98dfc [2020-12-07T15:26:00.075Z] ---> Running in 113b60a1a49f [2020-12-07T15:26:00.075Z] ---> 19d2ba9b7ed3 [2020-12-07T15:26:00.075Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-07T15:26:00.336Z] ---> Running in 8acc80252e5f [2020-12-07T15:26:00.336Z] ---> Running in 9c9b36cd7e8d [2020-12-07T15:26:00.336Z] Removing intermediate container 64fc9657805b [2020-12-07T15:26:00.336Z] ---> c282f75885e0 [2020-12-07T15:26:00.336Z] Step 20/22 : LABEL arch=x86_64 [2020-12-07T15:26:00.597Z] Removing intermediate container a7fa04b98dfc [2020-12-07T15:26:00.597Z] ---> eaaa77021335 [2020-12-07T15:26:00.597Z] Step 22/24 : LABEL arch=x86_64 [2020-12-07T15:26:00.597Z] Removing intermediate container 113b60a1a49f [2020-12-07T15:26:00.597Z] ---> 6b990b802720 [2020-12-07T15:26:00.597Z] [2020-12-07T15:26:00.860Z] Successfully built 6b990b802720 [2020-12-07T15:26:00.860Z] Removing intermediate container 8acc80252e5f [2020-12-07T15:26:00.860Z] ---> 446b52390773 [2020-12-07T15:26:00.860Z] Step 21/22 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:26:01.126Z] ---> Running in d5b1d7d0e3a2 [2020-12-07T15:26:01.126Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-07T15:26:01.126Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9c9b36cd7e8d [2020-12-07T15:26:01.126Z] ---> c8487a6cf07f [2020-12-07T15:26:01.126Z] Step 18/21 : CMD ["--init=true"] [2020-12-07T15:26:01.126Z] Building docker-sys-mgmt-agent-go [2020-12-07T15:26:01.126Z] ---> Running in b8a72ab14e5e [2020-12-07T15:26:01.126Z] ---> Running in 74bbe73e3162 [2020-12-07T15:26:01.126Z] ---> Running in 6ae02a18781c [2020-12-07T15:26:01.390Z] Removing intermediate container d5b1d7d0e3a2 [2020-12-07T15:26:01.390Z] ---> 870d1798b406 [2020-12-07T15:26:01.390Z] Step 21/22 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:26:01.390Z] Removing intermediate container b8a72ab14e5e [2020-12-07T15:26:01.390Z] ---> 9c1512217c17 [2020-12-07T15:26:01.390Z] Step 23/24 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:26:01.390Z] ---> Running in d65d9a2cb485 [2020-12-07T15:26:01.656Z] ---> Running in afdf282e0ea2 [2020-12-07T15:26:01.920Z] Removing intermediate container 6ae02a18781c [2020-12-07T15:26:01.920Z] ---> d02bcd8161c0 [2020-12-07T15:26:01.920Z] Step 19/21 : LABEL arch=x86_64 [2020-12-07T15:26:01.920Z] Removing intermediate container 74bbe73e3162 [2020-12-07T15:26:01.920Z] ---> 3328073dd5be [2020-12-07T15:26:01.920Z] Step 22/22 : LABEL version=2.0.0-dev.4 [2020-12-07T15:26:03.239Z] 25b303627fd3: Pull complete [2020-12-07T15:26:03.239Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-07T15:26:03.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T15:26:03.239Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-07T15:26:03.311Z] ---> Running in fd5d6d6fb594 [2020-12-07T15:26:03.311Z] ---> Running in e1b8b01cae78 [2020-12-07T15:26:03.504Z] prd-ubuntu18.04-docker-arm64-4c-16g-14870 does not seem to be running inside a container [2020-12-07T15:26:03.574Z] Removing intermediate container d65d9a2cb485 [2020-12-07T15:26:03.574Z] ---> 2db652dede28 [2020-12-07T15:26:03.574Z] Step 22/22 : LABEL version=2.0.0-dev.4 [2020-12-07T15:26:03.590Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:26:03.840Z] Removing intermediate container afdf282e0ea2 [2020-12-07T15:26:03.840Z] ---> 7745965fba1b [2020-12-07T15:26:03.840Z] Step 24/24 : LABEL version=2.0.0-dev.4 [2020-12-07T15:26:04.103Z] ---> Running in 1589fcc7f201 [2020-12-07T15:26:04.681Z] ---> Running in 17730bea8197 [2020-12-07T15:26:05.261Z] Removing intermediate container e1b8b01cae78 [2020-12-07T15:26:05.261Z] ---> 6abc56fd0f44 [2020-12-07T15:26:05.261Z] Step 20/21 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:26:05.261Z] Removing intermediate container fd5d6d6fb594 [2020-12-07T15:26:05.261Z] ---> 69302f350c54 [2020-12-07T15:26:05.261Z] [2020-12-07T15:26:05.524Z] ---> Running in 8e774a8897fd [2020-12-07T15:26:05.524Z] Removing intermediate container 1589fcc7f201 [2020-12-07T15:26:05.524Z] ---> e588d0727606 [2020-12-07T15:26:05.524Z] [2020-12-07T15:26:05.524Z] Removing intermediate container 17730bea8197 [2020-12-07T15:26:05.524Z] ---> c3a6aff488e8 [2020-12-07T15:26:05.524Z] [2020-12-07T15:26:05.524Z] Successfully built 69302f350c54 [2020-12-07T15:26:05.524Z] Successfully tagged docker-core-metadata-go:latest [2020-12-07T15:26:05.524Z] Building docker-security-secrets-setup-go [2020-12-07T15:26:05.790Z]  Building docker-core-metadata-go ... done Successfully built c3a6aff488e8 [2020-12-07T15:26:05.790Z] Successfully built e588d0727606 [2020-12-07T15:26:05.790Z] Successfully tagged docker-support-notifications-go:latest [2020-12-07T15:26:05.790Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-07T15:26:05.790Z] Building docker-core-data-go [2020-12-07T15:26:05.790Z]  Building docker-support-notifications-go ... done  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go [2020-12-07T15:26:05.790Z] Removing intermediate container 8e774a8897fd [2020-12-07T15:26:05.790Z] ---> 7e0de349f2d2 [2020-12-07T15:26:05.790Z] Step 21/21 : LABEL version=2.0.0-dev.4 [2020-12-07T15:26:05.790Z] ---> Running in d97b202f6f8e [2020-12-07T15:26:06.054Z] Removing intermediate container d97b202f6f8e [2020-12-07T15:26:06.054Z] ---> 1911fa850e53 [2020-12-07T15:26:06.054Z] [2020-12-07T15:26:06.054Z] Successfully built 1911fa850e53 [2020-12-07T15:26:06.054Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-07T15:26:06.054Z] Building docker-core-command-go [2020-12-07T15:26:06.489Z] $ docker top 58e3d18c20a67d5c21f829f9b5fe01b8e9b22e89f26735d9ac7cfcc364406ca4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:26:07.477Z] + docker-compose build --help [2020-12-07T15:26:07.478Z] + grep parallel [2020-12-07T15:26:10.868Z] --parallel Build images in parallel. [Pipeline] } [2020-12-07T15:26:10.894Z] $ docker stop --time=1 58e3d18c20a67d5c21f829f9b5fe01b8e9b22e89f26735d9ac7cfcc364406ca4 [2020-12-07T15:26:12.877Z] $ docker rm -f 58e3d18c20a67d5c21f829f9b5fe01b8e9b22e89f26735d9ac7cfcc364406ca4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:26:13.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T15:26:13.735Z] . [Pipeline] withDockerContainer [2020-12-07T15:26:14.075Z] prd-ubuntu18.04-docker-arm64-4c-16g-14870 does not seem to be running inside a container [2020-12-07T15:26:14.176Z] $ 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/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-07T15:26:15.669Z] $ docker top 62171d7af42b7915fb34eb7826d89893f3aa1168136640c0d83eb5078d5427b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:26:16.710Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-07T15:26:18.734Z]  Building docker-security-proxy-setup-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:26:18.734Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:26:18.734Z] ---> 3e1fbbf62d77 [2020-12-07T15:26:18.734Z] Step 3/27 : WORKDIR /edgex-go [2020-12-07T15:26:18.734Z] ---> Using cache [2020-12-07T15:26:18.734Z] ---> f19a3d6f8485 [2020-12-07T15:26:18.734Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:26:18.734Z] ---> Using cache [2020-12-07T15:26:18.734Z] ---> 0a2c5b88473c [2020-12-07T15:26:18.734Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-07T15:26:19.682Z] ---> Running in 1d4c0a53033f [2020-12-07T15:26:20.094Z] Building docker-core-command-go ... [2020-12-07T15:26:20.094Z] Building docker-core-data-go ... [2020-12-07T15:26:20.094Z] Building docker-core-metadata-go ... [2020-12-07T15:26:20.094Z] Building docker-security-bootstrap-redis-go ... [2020-12-07T15:26:20.094Z] Building docker-security-proxy-setup-go ... [2020-12-07T15:26:20.094Z] Building docker-security-secrets-setup-go ... [2020-12-07T15:26:20.094Z] Building docker-security-secretstore-setup-go ... [2020-12-07T15:26:20.094Z] Building docker-support-notifications-go ... [2020-12-07T15:26:20.094Z] Building docker-support-scheduler-go ... [2020-12-07T15:26:20.094Z] Building docker-sys-mgmt-agent-go ... [2020-12-07T15:26:20.094Z] Building docker-sys-mgmt-agent-go [2020-12-07T15:26:20.094Z] Building docker-core-data-go [2020-12-07T15:26:20.094Z] Building docker-security-secrets-setup-go [2020-12-07T15:26:20.094Z] Building docker-support-notifications-go [2020-12-07T15:26:20.094Z] Building docker-security-proxy-setup-go [2020-12-07T15:26:20.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:26:22.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:26:25.422Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:26:25.422Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:26:25.422Z] OK: 12745 distinct packages available [2020-12-07T15:26:26.027Z] OK: 233 MiB in 51 packages [2020-12-07T15:26:34.264Z] Removing intermediate container 1d4c0a53033f [2020-12-07T15:26:34.264Z] ---> fb958750d509 [2020-12-07T15:26:34.264Z] Step 6/27 : COPY go.mod . [2020-12-07T15:26:34.264Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:26:34.264Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:26:34.264Z] ---> 3e1fbbf62d77 [2020-12-07T15:26:34.264Z] Step 3/23 : WORKDIR /edgex-go [2020-12-07T15:26:34.264Z] ---> Using cache [2020-12-07T15:26:34.264Z] ---> f19a3d6f8485 [2020-12-07T15:26:34.264Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:26:34.264Z] ---> Using cache [2020-12-07T15:26:34.264Z] ---> 0a2c5b88473c [2020-12-07T15:26:34.264Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-07T15:26:34.264Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:26:34.264Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:26:34.264Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-07T15:26:34.264Z] ---> 3e1fbbf62d77 [2020-12-07T15:26:34.264Z] Step 3/29 : WORKDIR /edgex-go [2020-12-07T15:26:34.264Z] ---> Using cache [2020-12-07T15:26:34.264Z] ---> f19a3d6f8485 [2020-12-07T15:26:34.264Z] Step 4/29 : RUN apk update && apk add make git [2020-12-07T15:26:34.264Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:26:34.264Z] ---> 3e1fbbf62d77 [2020-12-07T15:26:34.264Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T15:26:34.264Z] ---> Using cache [2020-12-07T15:26:34.264Z] ---> f19a3d6f8485 [2020-12-07T15:26:34.264Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:26:34.264Z] ---> Using cache [2020-12-07T15:26:34.264Z] ---> 0a2c5b88473c [2020-12-07T15:26:34.264Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T15:26:34.264Z] ---> Using cache [2020-12-07T15:26:34.264Z] ---> be916e1061e5 [2020-12-07T15:26:34.264Z] Step 6/22 : COPY go.mod . [2020-12-07T15:26:34.264Z] ---> Using cache [2020-12-07T15:26:34.264Z] ---> 1b9fef2a70bf [2020-12-07T15:26:34.264Z] Step 7/22 : RUN go mod download [2020-12-07T15:26:34.264Z] ---> Using cache [2020-12-07T15:26:34.264Z] ---> bb2932552021 [2020-12-07T15:26:34.264Z] Step 8/22 : COPY . . [2020-12-07T15:26:34.264Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:26:34.264Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:26:35.276Z] ---> 3e1fbbf62d77 [2020-12-07T15:26:35.276Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T15:26:35.276Z] ---> Using cache [2020-12-07T15:26:35.276Z] ---> f19a3d6f8485 [2020-12-07T15:26:35.276Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:26:35.276Z] ---> Using cache [2020-12-07T15:26:35.276Z] ---> 0a2c5b88473c [2020-12-07T15:26:35.276Z] Step 5/24 : RUN apk update && apk add make git [2020-12-07T15:26:35.276Z] ---> Using cache [2020-12-07T15:26:35.276Z] ---> be916e1061e5 [2020-12-07T15:26:35.276Z] Step 6/24 : COPY go.mod . [2020-12-07T15:26:35.276Z] ---> Using cache [2020-12-07T15:26:35.276Z] ---> Using cache [2020-12-07T15:26:35.276Z] ---> 5c032ca7ff6c [2020-12-07T15:26:35.276Z] ---> 1b9fef2a70bf [2020-12-07T15:26:35.276Z] Step 7/24 : RUN go mod download [2020-12-07T15:26:35.276Z] ---> Using cache [2020-12-07T15:26:35.276Z] ---> bb2932552021 [2020-12-07T15:26:35.276Z] Step 8/24 : COPY . . [2020-12-07T15:26:35.276Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-07T15:26:35.276Z] ---> c2ef77616156 [2020-12-07T15:26:35.276Z] Step 7/27 : RUN go mod download [2020-12-07T15:26:35.276Z] ---> Using cache [2020-12-07T15:26:35.276Z] ---> 5c032ca7ff6c [2020-12-07T15:26:35.276Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-07T15:26:35.276Z] ---> Running in a35e9799d844 [2020-12-07T15:26:35.854Z] ---> Running in 496346f80be2 [2020-12-07T15:26:35.854Z] ---> Running in 02cfe3d35b25 [2020-12-07T15:26:35.854Z] ---> Running in 908086b363fd [2020-12-07T15:26:35.854Z] ---> Running in 56f2f0d4df29 [2020-12-07T15:26:37.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:26:37.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:26:37.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/core-command/core-command ./cmd/core-command [2020-12-07T15:26:37.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-07T15:26:38.260Z] Removing intermediate container 908086b363fd [2020-12-07T15:26:38.260Z] ---> 5b37f44c392f [2020-12-07T15:26:38.260Z] Step 8/27 : COPY . . [2020-12-07T15:26:38.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:26:39.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:26:42.544Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:26:42.544Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:26:42.544Z] OK: 12745 distinct packages available [2020-12-07T15:26:42.816Z] OK: 233 MiB in 51 packages [2020-12-07T15:26:42.816Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:26:42.816Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:26:42.816Z] OK: 12745 distinct packages available [2020-12-07T15:26:43.443Z] OK: 233 MiB in 51 packages [2020-12-07T15:26:47.774Z] Removing intermediate container a35e9799d844 [2020-12-07T15:26:47.774Z] ---> 342ecdf716bf [2020-12-07T15:26:47.774Z] Step 5/29 : COPY go.mod . [2020-12-07T15:26:47.774Z] Removing intermediate container 496346f80be2 [2020-12-07T15:26:47.774Z] ---> 13d7e1edf1e3 [2020-12-07T15:26:47.774Z] Step 6/23 : COPY go.mod . [2020-12-07T15:26:47.774Z] ---> 1b863952d1de [2020-12-07T15:26:47.774Z] Step 7/23 : RUN go mod download [2020-12-07T15:26:47.774Z] ---> 8b3fae3b8d2b [2020-12-07T15:26:47.774Z] Step 6/29 : RUN go mod download [2020-12-07T15:26:48.059Z] ---> Running in 05afb76a13a1 [2020-12-07T15:26:48.059Z] ---> Running in 4c2f595fefed [2020-12-07T15:26:52.349Z] Removing intermediate container 4c2f595fefed [2020-12-07T15:26:52.349Z] ---> 89e856feb404 [2020-12-07T15:26:52.349Z] Step 7/29 : COPY . . [2020-12-07T15:26:52.349Z] Removing intermediate container 05afb76a13a1 [2020-12-07T15:26:52.349Z] ---> b330ee3d0d1e [2020-12-07T15:26:52.349Z] Step 8/23 : COPY . . [2020-12-07T15:27:02.489Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-07T15:27:07.140Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:27:07.140Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:27:07.140Z] ---> 24b6a387addb [2020-12-07T15:27:07.140Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T15:27:07.140Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:27:07.140Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:27:07.140Z] ---> 24b6a387addb [2020-12-07T15:27:07.140Z] Step 3/27 : WORKDIR /edgex-go [2020-12-07T15:27:07.140Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:27:07.140Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:27:07.140Z] ---> 24b6a387addb [2020-12-07T15:27:07.140Z] Step 3/23 : WORKDIR /edgex-go [2020-12-07T15:27:07.140Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:27:07.140Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpineStep 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-07T15:27:07.140Z] [2020-12-07T15:27:07.140Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> 24b6a387addb [2020-12-07T15:27:07.140Z] [2020-12-07T15:27:07.140Z] Step 3/29 : WORKDIR /edgex-go ---> 24b6a387addb [2020-12-07T15:27:07.140Z] [2020-12-07T15:27:07.140Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T15:27:09.122Z] ---> Running in af8967a7eff8 [2020-12-07T15:27:09.122Z] ---> Running in 1a2adb58f238 [2020-12-07T15:27:09.122Z] ---> Running in fb0393e33ef6 [2020-12-07T15:27:09.122Z] ---> Running in 6a4b1a9ede30 [2020-12-07T15:27:09.122Z] ---> Running in 8d7c4632ebf6 [2020-12-07T15:27:10.112Z] Removing intermediate container 6a4b1a9ede30 [2020-12-07T15:27:10.112Z] Removing intermediate container 8d7c4632ebf6 [2020-12-07T15:27:10.112Z] ---> a5f699eaef86 [2020-12-07T15:27:10.112Z] ---> 12f78c8b0095 [2020-12-07T15:27:10.112Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:27:10.112Z] [2020-12-07T15:27:10.112Z] Removing intermediate container af8967a7eff8 [2020-12-07T15:27:10.112Z] ---> a3d0acc818e2 [2020-12-07T15:27:10.112Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:27:10.112Z] Removing intermediate container 1a2adb58f238 [2020-12-07T15:27:10.112Z] ---> 773c60c3c7e0 [2020-12-07T15:27:10.112Z] Step 4/29 : RUN apk update && apk add make git [2020-12-07T15:27:10.112Z] Removing intermediate container fb0393e33ef6 [2020-12-07T15:27:10.112Z] ---> bcf2bf0aaeb1 [2020-12-07T15:27:10.112Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:27:10.383Z] ---> Running in 6527e40abb01 [2020-12-07T15:27:10.383Z] ---> Running in 015182478d86 [2020-12-07T15:27:10.383Z] ---> Running in ca63a30fa08c [2020-12-07T15:27:10.383Z] ---> Running in f83781c02d38 [2020-12-07T15:27:10.383Z] ---> Running in a4cf44a827e6 [2020-12-07T15:27:10.704Z] ---> 2dad9945a382 [2020-12-07T15:27:10.704Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-07T15:27:13.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:27:13.287Z] ---> Running in baf9da1211f6 [2020-12-07T15:27:14.068Z] Removing intermediate container 015182478d86 [2020-12-07T15:27:14.068Z] ---> dbc2d155f88a [2020-12-07T15:27:14.068Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-07T15:27:14.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:27:14.342Z] Removing intermediate container 6527e40abb01 [2020-12-07T15:27:14.342Z] ---> 7a0736b9ca36 [2020-12-07T15:27:14.342Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-07T15:27:14.342Z] ---> Running in 8cc3de638d78 [2020-12-07T15:27:14.614Z] Removing intermediate container ca63a30fa08c [2020-12-07T15:27:14.614Z] ---> 587f6a9b0313 [2020-12-07T15:27:14.614Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-07T15:27:14.614Z] ---> Running in 2d2a18647d70 [2020-12-07T15:27:14.887Z] ---> Running in 69dc1a74ad39 [2020-12-07T15:27:14.887Z] Removing intermediate container a4cf44a827e6 [2020-12-07T15:27:14.887Z] ---> 29a4c0ea33af [2020-12-07T15:27:14.887Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T15:27:15.488Z] ---> Running in 11ad589c35f9 [2020-12-07T15:27:15.765Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:27:15.765Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:27:15.765Z] OK: 12616 distinct packages available [2020-12-07T15:27:16.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:27:16.649Z] OK: 217 MiB in 51 packages [2020-12-07T15:27:16.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:27:17.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:27:17.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:27:17.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:27:17.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:27:18.095Z] Removing intermediate container f83781c02d38 [2020-12-07T15:27:18.095Z] ---> 07ccdc15aa31 [2020-12-07T15:27:18.095Z] Step 5/29 : COPY go.mod . [2020-12-07T15:27:18.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:27:18.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:27:18.378Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:27:18.378Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:27:18.378Z] OK: 12616 distinct packages available [2020-12-07T15:27:18.619Z] Removing intermediate container 56f2f0d4df29 [2020-12-07T15:27:18.619Z] ---> bdcc2cd2ade4 [2020-12-07T15:27:18.619Z] [2020-12-07T15:27:18.619Z] Step 10/24 : FROM alpine:3.10 [2020-12-07T15:27:18.619Z] ---> be4e4bea2c2e [2020-12-07T15:27:18.619Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T15:27:18.619Z] ---> Using cache [2020-12-07T15:27:18.619Z] ---> d1fc3d0a70fc [2020-12-07T15:27:18.619Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T15:27:18.665Z] ---> f95c4a79d95d [2020-12-07T15:27:18.665Z] Step 6/29 : RUN go mod download [2020-12-07T15:27:18.942Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:27:18.942Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:27:18.942Z] OK: 12616 distinct packages available [2020-12-07T15:27:18.942Z] ---> Running in b2900d1c4ed1 [2020-12-07T15:27:19.218Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:27:19.218Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:27:19.218Z] OK: 12616 distinct packages available [2020-12-07T15:27:19.218Z] OK: 217 MiB in 51 packages [2020-12-07T15:27:19.829Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:27:19.829Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:27:19.829Z] OK: 12616 distinct packages available [2020-12-07T15:27:20.108Z] OK: 217 MiB in 51 packages [2020-12-07T15:27:20.108Z] OK: 217 MiB in 51 packages [2020-12-07T15:27:20.557Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-07T15:27:20.711Z] OK: 217 MiB in 51 packages [2020-12-07T15:27:21.147Z] ---> Running in f133c51cada2 [2020-12-07T15:27:21.323Z] Removing intermediate container 8cc3de638d78 [2020-12-07T15:27:21.323Z] ---> 5c37a7844dfa [2020-12-07T15:27:21.323Z] Step 6/24 : COPY go.mod . [2020-12-07T15:27:21.424Z] Removing intermediate container 02cfe3d35b25 [2020-12-07T15:27:21.424Z] ---> 8ef3f8d83009 [2020-12-07T15:27:21.424Z] [2020-12-07T15:27:21.424Z] Step 10/22 : FROM scratch [2020-12-07T15:27:21.424Z] ---> [2020-12-07T15:27:21.424Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T15:27:21.932Z] Removing intermediate container 69dc1a74ad39 [2020-12-07T15:27:21.932Z] ---> aacb4bbd8749 [2020-12-07T15:27:21.932Z] Step 6/27 : COPY go.mod . [2020-12-07T15:27:22.022Z] ---> Using cache [2020-12-07T15:27:22.022Z] ---> 6f4b9b63bee1 [2020-12-07T15:27:22.022Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-07T15:27:22.214Z] Removing intermediate container 2d2a18647d70 [2020-12-07T15:27:22.214Z] ---> 8dd7a8c2ce93 [2020-12-07T15:27:22.214Z] Step 6/23 : COPY go.mod . [2020-12-07T15:27:22.497Z] ---> dd7269fecb61 [2020-12-07T15:27:22.497Z] Step 7/24 : RUN go mod download [2020-12-07T15:27:22.497Z] Removing intermediate container 11ad589c35f9 [2020-12-07T15:27:22.497Z] ---> 10ce494b2fc8 [2020-12-07T15:27:22.497Z] Step 6/21 : COPY go.mod . [2020-12-07T15:27:22.795Z] ---> Running in fb54ef445ec7 [2020-12-07T15:27:23.073Z] Removing intermediate container b2900d1c4ed1 [2020-12-07T15:27:23.073Z] ---> e7f30100773c [2020-12-07T15:27:23.073Z] Step 7/29 : COPY . . [2020-12-07T15:27:23.073Z] ---> d58975afa3ab [2020-12-07T15:27:23.073Z] Step 7/27 : RUN go mod download [2020-12-07T15:27:23.359Z] ---> cb616a2fc034 [2020-12-07T15:27:23.359Z] Step 7/23 : RUN go mod download [2020-12-07T15:27:23.359Z] ---> Running in 273a9d291284 [2020-12-07T15:27:23.635Z] ---> 41f39caacc82 [2020-12-07T15:27:23.635Z] Step 7/21 : RUN go mod download [2020-12-07T15:27:23.635Z] ---> Running in 32c0383c3318 [2020-12-07T15:27:24.234Z] ---> Running in 41354901cbef [2020-12-07T15:27:24.623Z] ---> Running in bceb43370f0e [2020-12-07T15:27:24.623Z] Removing intermediate container f133c51cada2 [2020-12-07T15:27:24.623Z] ---> c742610bd08c [2020-12-07T15:27:24.623Z] Step 13/24 : WORKDIR / [2020-12-07T15:27:24.623Z] ---> Running in 61a264247b0f [2020-12-07T15:27:24.623Z] ---> 3d83c7ea86a7 [2020-12-07T15:27:24.623Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-07T15:27:24.623Z] ---> aa8376956cc1 [2020-12-07T15:27:24.623Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-07T15:27:24.623Z] ---> Running in 53b1d39a2ffa [2020-12-07T15:27:24.922Z] ---> Running in 2e16315f5bb5 [2020-12-07T15:27:24.922Z] Removing intermediate container bceb43370f0e [2020-12-07T15:27:24.922Z] ---> 422003bc114e [2020-12-07T15:27:24.922Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T15:27:25.202Z] Removing intermediate container 61a264247b0f [2020-12-07T15:27:25.202Z] ---> cfe711f61f60 [2020-12-07T15:27:25.202Z] 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-07T15:27:25.202Z] ---> Running in 83ecaf77434f [2020-12-07T15:27:25.472Z] Removing intermediate container 83ecaf77434f [2020-12-07T15:27:25.472Z] ---> fa5b3f98e156 [2020-12-07T15:27:25.472Z] Step 14/22 : WORKDIR / [2020-12-07T15:27:25.747Z] ---> Running in 0e33bce18cc2 [2020-12-07T15:27:25.747Z] ---> a30b364d6047 [2020-12-07T15:27:25.748Z] 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-07T15:27:26.350Z] Removing intermediate container 0e33bce18cc2 [2020-12-07T15:27:26.350Z] ---> 939d4b6c58df [2020-12-07T15:27:26.350Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-07T15:27:26.350Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/core-data/core-data ./cmd/core-data [2020-12-07T15:27:26.350Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T15:27:26.627Z] ---> 9fd9c942cff3 [2020-12-07T15:27:26.627Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-07T15:27:26.627Z] ---> 822752bf7d9a [2020-12-07T15:27:26.627Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-07T15:27:26.864Z] Removing intermediate container fb54ef445ec7 [2020-12-07T15:27:26.864Z] ---> 23920d5d3801 [2020-12-07T15:27:26.864Z] Step 8/24 : COPY . . [2020-12-07T15:27:27.219Z] ---> ccb261a7ec02 [2020-12-07T15:27:27.219Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-07T15:27:27.485Z] ---> c55489d820d4 [2020-12-07T15:27:27.485Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-07T15:27:27.757Z] ---> d2413c6ebc71 [2020-12-07T15:27:27.757Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-07T15:27:28.036Z] ---> 2118765e0813 [2020-12-07T15:27:28.036Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-07T15:27:28.036Z] ---> Running in f162cbf26a78 [2020-12-07T15:27:28.303Z] ---> c2dcafa066f9 [2020-12-07T15:27:28.307Z] Removing intermediate container 273a9d291284 [2020-12-07T15:27:28.307Z] ---> 27685aa727e7 [2020-12-07T15:27:28.307Z] Step 8/27 : COPY . . [2020-12-07T15:27:28.574Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T15:27:28.575Z] Removing intermediate container f162cbf26a78 [2020-12-07T15:27:28.575Z] ---> cb6aad599d52 [2020-12-07T15:27:28.575Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:27:28.575Z] ---> Running in 2fce3338b121 [2020-12-07T15:27:28.843Z] Removing intermediate container 2fce3338b121 [2020-12-07T15:27:28.843Z] ---> f0e3d73502e0 [2020-12-07T15:27:28.843Z] Step 20/22 : LABEL arch=x86_64 [2020-12-07T15:27:28.843Z] ---> b12b87610625 [2020-12-07T15:27:28.843Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T15:27:28.915Z] Removing intermediate container 32c0383c3318 [2020-12-07T15:27:28.915Z] ---> 6deb82166b7e [2020-12-07T15:27:28.915Z] Step 8/23 : COPY . . [2020-12-07T15:27:29.112Z] ---> Running in 9745e1c10f96 [2020-12-07T15:27:29.112Z] ---> Running in 3ec66c169fa8 [2020-12-07T15:27:29.190Z] Removing intermediate container 41354901cbef [2020-12-07T15:27:29.190Z] ---> 8bfe5d415dd2 [2020-12-07T15:27:29.190Z] Step 8/21 : COPY . . [2020-12-07T15:27:29.396Z] Removing intermediate container 9745e1c10f96 [2020-12-07T15:27:29.397Z] ---> a2d6c6cd445f [2020-12-07T15:27:29.397Z] Step 21/22 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:27:29.397Z] ---> Running in 7bc668da6e22 [2020-12-07T15:27:30.838Z] Removing intermediate container 7bc668da6e22 [2020-12-07T15:27:30.838Z] ---> fadfe02d4922 [2020-12-07T15:27:30.838Z] Step 22/22 : LABEL version=2.0.0-dev.4 [2020-12-07T15:27:30.838Z] ---> Running in 8e3a42cf6128 [2020-12-07T15:27:31.103Z] Removing intermediate container 8e3a42cf6128 [2020-12-07T15:27:31.103Z] ---> 6842af18f6cb [2020-12-07T15:27:31.103Z] [2020-12-07T15:27:31.377Z] Successfully built 6842af18f6cb [2020-12-07T15:27:31.377Z] Successfully tagged docker-core-command-go:latest [2020-12-07T15:27:31.648Z]  Building docker-core-command-go ... done Removing intermediate container 3ec66c169fa8 [2020-12-07T15:27:31.648Z] ---> 6279739d3a92 [2020-12-07T15:27:31.648Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T15:27:31.916Z] ---> Running in 20e0421f2ec8 [2020-12-07T15:27:32.194Z] Removing intermediate container 20e0421f2ec8 [2020-12-07T15:27:32.194Z] ---> ec59bbe34038 [2020-12-07T15:27:32.194Z] Step 22/24 : LABEL arch=x86_64 [2020-12-07T15:27:32.460Z] ---> Running in 9522cb2a8fef [2020-12-07T15:27:32.724Z] Removing intermediate container 9522cb2a8fef [2020-12-07T15:27:32.724Z] ---> bc4bd4a6897a [2020-12-07T15:27:32.724Z] Step 23/24 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:27:32.991Z] ---> Running in d176a01e643a [2020-12-07T15:27:33.257Z] Removing intermediate container d176a01e643a [2020-12-07T15:27:33.257Z] ---> 0c3c5343cf9f [2020-12-07T15:27:33.257Z] Step 24/24 : LABEL version=2.0.0-dev.4 [2020-12-07T15:27:33.532Z] ---> Running in d848dcf19c7b [2020-12-07T15:27:33.806Z] Removing intermediate container d848dcf19c7b [2020-12-07T15:27:33.806Z] ---> cb303b9539e5 [2020-12-07T15:27:33.806Z] [2020-12-07T15:27:33.806Z] Successfully built cb303b9539e5 [2020-12-07T15:27:33.806Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-07T15:27:41.161Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container baf9da1211f6 [2020-12-07T15:27:41.161Z] ---> bd9fc43e7129 [2020-12-07T15:27:41.161Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-07T15:27:41.161Z] ---> Running in e2d96dfbf4d0 [2020-12-07T15:27:41.601Z] ---> be5b5899552e [2020-12-07T15:27:41.601Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-07T15:27:41.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-07T15:27:42.580Z] ---> 65caf1ca488f [2020-12-07T15:27:42.580Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-07T15:27:42.580Z] ---> Running in c051aa2cfba0 [2020-12-07T15:27:42.580Z] ---> Running in 60af0c84b581 [2020-12-07T15:27:42.853Z] ---> 089192ea169d [2020-12-07T15:27:42.853Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-07T15:27:43.129Z] ---> 12280c182e5c [2020-12-07T15:27:43.129Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-07T15:27:43.129Z] ---> 648aa8e53921 [2020-12-07T15:27:43.129Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-07T15:27:43.404Z] ---> Running in 16267d2836a4 [2020-12-07T15:27:43.404Z] ---> Running in 6b152db3ebfd [2020-12-07T15:27:43.404Z] ---> Running in 998822875a1c [2020-12-07T15:27:44.009Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T15:27:44.339Z] Removing intermediate container e2d96dfbf4d0 [2020-12-07T15:27:44.339Z] ---> 075175acf205 [2020-12-07T15:27:44.339Z] [2020-12-07T15:27:44.339Z] Step 11/27 : FROM docker:latest [2020-12-07T15:27:44.339Z] ---> b0757c55a1fd [2020-12-07T15:27:44.339Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-07T15:27:44.339Z] ---> Running in 95234ff3c012 [2020-12-07T15:27:44.616Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-07T15:27:45.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:27:45.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:27:45.586Z] (1/2) Installing readline (8.0.4-r0) [2020-12-07T15:27:45.586Z] (2/2) Installing bash (5.0.17-r0) [2020-12-07T15:27:45.586Z] Executing bash-5.0.17-r0.post-install [2020-12-07T15:27:45.609Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/core-data/core-data ./cmd/core-data [2020-12-07T15:27:45.851Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:27:45.851Z] OK: 12 MiB in 22 packages [2020-12-07T15:27:45.892Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-07T15:27:46.171Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-07T15:27:46.426Z] Removing intermediate container 53b1d39a2ffa [2020-12-07T15:27:46.426Z] ---> 026ba10cff34 [2020-12-07T15:27:46.426Z] [2020-12-07T15:27:46.426Z] Step 9/29 : FROM alpine:latest [2020-12-07T15:27:46.426Z] ---> d6e46aa2470d [2020-12-07T15:27:46.426Z] 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-07T15:27:46.694Z] ---> Running in 3ab9ac8a5b86 [2020-12-07T15:27:46.960Z] Removing intermediate container 3ab9ac8a5b86 [2020-12-07T15:27:46.960Z] ---> 9c32b53b0c37 [2020-12-07T15:27:46.960Z] Step 11/29 : USER root [2020-12-07T15:27:47.221Z] Removing intermediate container 95234ff3c012 [2020-12-07T15:27:47.221Z] ---> bef0d1b50e98 [2020-12-07T15:27:47.221Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-07T15:27:47.221Z] ---> Running in 8452a0f00fc5 [2020-12-07T15:27:47.221Z] ---> Running in a21936937066 [2020-12-07T15:27:47.489Z] Removing intermediate container 8452a0f00fc5 [2020-12-07T15:27:47.489Z] ---> 5ac0387bfb87 [2020-12-07T15:27:47.489Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-07T15:27:47.489Z] ---> Running in 7d2006ac990e [2020-12-07T15:27:48.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:27:48.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:27:48.328Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:27:48.328Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:27:48.328Z] OK: 12746 distinct packages available [2020-12-07T15:27:48.588Z] Removing intermediate container a21936937066 [2020-12-07T15:27:48.588Z] ---> 4d3776955f37 [2020-12-07T15:27:48.588Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-07T15:27:48.588Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-07T15:27:48.588Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-07T15:27:48.588Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:27:48.588Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T15:27:48.588Z] OK: 6 MiB in 16 packages [2020-12-07T15:27:49.165Z] ---> Running in cf803637b8a7 [2020-12-07T15:27:51.084Z] Removing intermediate container cf803637b8a7 [2020-12-07T15:27:51.084Z] ---> 4e5a1bdf25fe [2020-12-07T15:27:51.084Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-07T15:27:51.084Z] Removing intermediate container 7d2006ac990e [2020-12-07T15:27:51.084Z] ---> 13453320bb01 [2020-12-07T15:27:51.084Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-07T15:27:51.084Z] ---> Running in ba4daa6ec1c4 [2020-12-07T15:27:51.351Z] ---> Running in aeb3ca752792 [2020-12-07T15:27:51.351Z] Removing intermediate container ba4daa6ec1c4 [2020-12-07T15:27:51.351Z] ---> ae59091ec5c3 [2020-12-07T15:27:51.351Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-07T15:27:51.616Z] Removing intermediate container aeb3ca752792 [2020-12-07T15:27:51.616Z] ---> 5f0f125a955f [2020-12-07T15:27:51.616Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-07T15:27:51.616Z] ---> Running in b957446ff5d0 [2020-12-07T15:27:51.616Z] ---> Running in 93f79d3d58e1 [2020-12-07T15:27:51.884Z] Removing intermediate container b957446ff5d0 [2020-12-07T15:27:51.884Z] ---> 7034cc285563 [2020-12-07T15:27:51.884Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-07T15:27:52.152Z] Removing intermediate container 93f79d3d58e1 [2020-12-07T15:27:52.152Z] ---> 8272a4674129 [2020-12-07T15:27:52.152Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-07T15:27:54.071Z] ---> Running in 311242b57f14 [2020-12-07T15:27:54.071Z] ---> d480d1bc866a [2020-12-07T15:27:54.071Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-07T15:27:54.071Z] Removing intermediate container 2e16315f5bb5 [2020-12-07T15:27:54.071Z] ---> 84a16dd29a6b [2020-12-07T15:27:54.071Z] [2020-12-07T15:27:54.071Z] Step 10/23 : FROM alpine [2020-12-07T15:27:54.071Z] ---> d6e46aa2470d [2020-12-07T15:27:54.071Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T15:27:54.071Z] ---> Running in 314c5e87d0e3 [2020-12-07T15:27:54.071Z] ---> 0d71c6715eac [2020-12-07T15:27:54.071Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-07T15:27:54.332Z] Removing intermediate container 314c5e87d0e3 [2020-12-07T15:27:54.332Z] ---> f30fb4d97773 [2020-12-07T15:27:54.332Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-07T15:27:54.332Z] ---> Running in 38e1250fe139 [2020-12-07T15:27:54.593Z] ---> 0bbaa2c40f87 [2020-12-07T15:27:54.593Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-07T15:27:54.593Z] Removing intermediate container 38e1250fe139 [2020-12-07T15:27:54.593Z] ---> d79a31df1649 [2020-12-07T15:27:54.593Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-07T15:27:54.593Z] ---> Running in 78883319e11e [2020-12-07T15:27:54.593Z] ---> Running in a8de6b73b9cc [2020-12-07T15:27:54.856Z] Removing intermediate container 311242b57f14 [2020-12-07T15:27:54.856Z] ---> bcd5817c72c6 [2020-12-07T15:27:54.856Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-07T15:27:54.856Z] Removing intermediate container a8de6b73b9cc [2020-12-07T15:27:54.856Z] ---> 851d3aa89b07 [2020-12-07T15:27:54.856Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:27:55.122Z] ---> Running in ec509de35620 [2020-12-07T15:27:55.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:27:55.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:27:55.650Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-07T15:27:55.650Z] (2/33) Installing expat (2.2.9-r1) [2020-12-07T15:27:55.650Z] (3/33) Installing libffi (3.3-r2) [2020-12-07T15:27:55.650Z] (4/33) Installing gdbm (1.13-r1) [2020-12-07T15:27:55.650Z] ---> ef1e2adae5df [2020-12-07T15:27:55.650Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-07T15:27:55.650Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-07T15:27:55.650Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-07T15:27:55.650Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-07T15:27:55.911Z] ---> 42c3901edb41 [2020-12-07T15:27:55.911Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-07T15:27:56.175Z] Removing intermediate container ec509de35620 [2020-12-07T15:27:56.175Z] ---> 5a969df80439 [2020-12-07T15:27:56.175Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-07T15:27:56.437Z] ---> Running in 0d36aa891487 [2020-12-07T15:27:57.395Z] ---> 12164158d2bb [2020-12-07T15:27:57.395Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-07T15:27:57.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:27:58.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:28:00.061Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-07T15:28:00.061Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-07T15:28:00.061Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-07T15:28:00.324Z] ---> b86cbc9a8bcc [2020-12-07T15:28:00.324Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-07T15:28:00.589Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-07T15:28:00.589Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-07T15:28:00.589Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-07T15:28:00.589Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-07T15:28:00.589Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-07T15:28:00.589Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-07T15:28:00.589Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-07T15:28:00.589Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-07T15:28:00.589Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-07T15:28:01.162Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-07T15:28:01.162Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-07T15:28:01.162Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-07T15:28:01.162Z] ---> a902ec761e0d [2020-12-07T15:28:01.162Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-07T15:28:01.162Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:28:01.162Z] OK: 8 MiB in 19 packages [2020-12-07T15:28:01.162Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-07T15:28:01.162Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-07T15:28:01.431Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-07T15:28:01.431Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-07T15:28:01.431Z] ---> Running in f4e713043cd9 [2020-12-07T15:28:01.431Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-07T15:28:01.431Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-07T15:28:01.694Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-07T15:28:01.694Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-07T15:28:01.694Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-07T15:28:02.279Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-07T15:28:02.279Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-07T15:28:02.279Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-07T15:28:02.279Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-07T15:28:02.279Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-07T15:28:02.279Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-07T15:28:02.279Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-07T15:28:02.279Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:28:02.279Z] OK: 71 MiB in 55 packages [2020-12-07T15:28:02.854Z] Removing intermediate container 0d36aa891487 [2020-12-07T15:28:02.854Z] ---> 7da817634396 [2020-12-07T15:28:02.854Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-07T15:28:03.431Z] ---> b2501eb49990 [2020-12-07T15:28:03.431Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-07T15:28:05.995Z] Removing intermediate container f4e713043cd9 [2020-12-07T15:28:05.995Z] ---> 4797e1506aed [2020-12-07T15:28:05.995Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T15:28:07.916Z] ---> eab1a10a2970 [2020-12-07T15:28:07.917Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-07T15:28:08.178Z] ---> 0f82ac0810eb [2020-12-07T15:28:08.178Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T15:28:08.178Z] ---> Running in 1a1f069e3f97 [2020-12-07T15:28:08.178Z] Removing intermediate container 78883319e11e [2020-12-07T15:28:08.178Z] ---> 38504a7055d6 [2020-12-07T15:28:08.178Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-07T15:28:08.440Z] ---> e96a8a1a5d9a [2020-12-07T15:28:08.440Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-07T15:28:08.440Z] ---> Running in 05684d3f123d [2020-12-07T15:28:08.704Z] ---> Running in faa3697fbefd [2020-12-07T15:28:08.704Z] Removing intermediate container faa3697fbefd [2020-12-07T15:28:08.704Z] ---> b65ac5b41de2 [2020-12-07T15:28:08.704Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:28:08.965Z] ---> Running in 7a696d654c25 [2020-12-07T15:28:10.356Z] Removing intermediate container 7a696d654c25 [2020-12-07T15:28:10.356Z] ---> c437ca485d26 [2020-12-07T15:28:10.356Z] Step 21/23 : LABEL arch=x86_64 [2020-12-07T15:28:10.356Z] ---> Running in 3714c59e2eb3 [2020-12-07T15:28:10.620Z] Removing intermediate container 1a1f069e3f97 [2020-12-07T15:28:10.620Z] ---> f37a8b97b98e [2020-12-07T15:28:10.620Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-07T15:28:10.620Z] Removing intermediate container 3714c59e2eb3 [2020-12-07T15:28:10.620Z] ---> a4a53eba067a [2020-12-07T15:28:10.620Z] Step 22/23 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:10.620Z] ---> Running in 52c4c5d4e35f [2020-12-07T15:28:10.620Z] ---> Running in fdc4a01c5725 [2020-12-07T15:28:10.883Z] Removing intermediate container fdc4a01c5725 [2020-12-07T15:28:10.883Z] ---> 261188089ebe [2020-12-07T15:28:10.883Z] Step 23/23 : LABEL version=2.0.0-dev.4 [2020-12-07T15:28:11.152Z] ---> Running in da779caabca3 [2020-12-07T15:28:11.152Z] Collecting docker-compose==1.23.2 [2020-12-07T15:28:11.152Z] Removing intermediate container da779caabca3 [2020-12-07T15:28:11.152Z] ---> 9e3c47cd9b84 [2020-12-07T15:28:11.152Z] [2020-12-07T15:28:11.415Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-07T15:28:11.415Z] Successfully built 9e3c47cd9b84 [2020-12-07T15:28:11.415Z] Successfully tagged docker-core-data-go:latest [2020-12-07T15:28:11.415Z]  Building docker-core-data-go ... done Collecting cached-property<2,>=1.2.0 [2020-12-07T15:28:11.415Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-07T15:28:11.678Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-07T15:28:11.678Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-07T15:28:11.942Z] Collecting docopt<0.7,>=0.6.1 [2020-12-07T15:28:11.942Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-07T15:28:11.942Z] Removing intermediate container 52c4c5d4e35f [2020-12-07T15:28:11.942Z] ---> 13290e5d4984 [2020-12-07T15:28:11.942Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T15:28:11.942Z] ---> Running in 6b8236916366 [2020-12-07T15:28:12.206Z] Removing intermediate container 6b8236916366 [2020-12-07T15:28:12.206Z] ---> dff7c9297b16 [2020-12-07T15:28:12.206Z] Step 26/29 : CMD [ "generate" ] [2020-12-07T15:28:12.206Z] ---> Running in 27f3f83cc474 [2020-12-07T15:28:12.468Z] Removing intermediate container 27f3f83cc474 [2020-12-07T15:28:12.468Z] ---> a52958e3f7b7 [2020-12-07T15:28:12.468Z] Step 27/29 : LABEL arch=x86_64 [2020-12-07T15:28:12.468Z] ---> Running in 2b88860da679 [2020-12-07T15:28:12.468Z] Collecting PyYAML<4,>=3.10 [2020-12-07T15:28:12.468Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-07T15:28:12.731Z] Removing intermediate container 2b88860da679 [2020-12-07T15:28:12.731Z] ---> 3c603f9b74bb [2020-12-07T15:28:12.731Z] Step 28/29 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:12.993Z] ---> Running in 00c8da55191b [2020-12-07T15:28:13.940Z] Removing intermediate container 00c8da55191b [2020-12-07T15:28:13.940Z] ---> ae7b14137bcd [2020-12-07T15:28:13.940Z] Step 29/29 : LABEL version=2.0.0-dev.4 [2020-12-07T15:28:13.940Z] Collecting docker<4.0,>=3.6.0 [2020-12-07T15:28:13.940Z] ---> Running in f059bf289873 [2020-12-07T15:28:13.940Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-07T15:28:13.940Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-07T15:28:13.940Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-07T15:28:13.940Z] Removing intermediate container f059bf289873 [2020-12-07T15:28:13.940Z] ---> ef54e046027b [2020-12-07T15:28:13.940Z] [2020-12-07T15:28:14.202Z] Successfully built ef54e046027b [2020-12-07T15:28:14.202Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-07T15:28:14.464Z]  Building docker-security-secrets-setup-go ... done Collecting texttable<0.10,>=0.9.0 [2020-12-07T15:28:14.464Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-07T15:28:15.037Z] Collecting jsonschema<3,>=2.5.1 [2020-12-07T15:28:15.037Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-07T15:28:15.037Z] 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-07T15:28:15.301Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-07T15:28:15.301Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-07T15:28:15.562Z] Collecting docker-pycreds>=0.4.0 [2020-12-07T15:28:15.562Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-07T15:28:15.562Z] 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-07T15:28:15.562Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-07T15:28:15.562Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-07T15:28:15.823Z] Collecting idna<2.8,>=2.5 [2020-12-07T15:28:15.823Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-07T15:28:15.823Z] 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-07T15:28:15.823Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-07T15:28:15.823Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-07T15:28:15.823Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-07T15:28:15.823Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-07T15:28:16.084Z] Installing collected packages: cached-property, websocket-client, docopt, PyYAML, docker-pycreds, urllib3, idna, requests, docker, dockerpty, texttable, jsonschema, docker-compose [2020-12-07T15:28:16.084Z] Running setup.py install for docopt: started [2020-12-07T15:28:16.655Z] Running setup.py install for docopt: finished with status 'done' [2020-12-07T15:28:16.655Z] Running setup.py install for PyYAML: started [2020-12-07T15:28:17.228Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-07T15:28:17.228Z] Attempting uninstall: urllib3 [2020-12-07T15:28:17.228Z] Found existing installation: urllib3 1.25.9 [2020-12-07T15:28:17.228Z] Uninstalling urllib3-1.25.9: [2020-12-07T15:28:17.228Z] Successfully uninstalled urllib3-1.25.9 [2020-12-07T15:28:17.489Z] Attempting uninstall: idna [2020-12-07T15:28:17.489Z] Found existing installation: idna 2.9 [2020-12-07T15:28:17.489Z] Uninstalling idna-2.9: [2020-12-07T15:28:17.489Z] Successfully uninstalled idna-2.9 [2020-12-07T15:28:17.489Z] Attempting uninstall: requests [2020-12-07T15:28:17.490Z] Found existing installation: requests 2.23.0 [2020-12-07T15:28:17.490Z] Uninstalling requests-2.23.0: [2020-12-07T15:28:17.752Z] Successfully uninstalled requests-2.23.0 [2020-12-07T15:28:18.015Z] Running setup.py install for dockerpty: started [2020-12-07T15:28:18.587Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-07T15:28:18.587Z] Running setup.py install for texttable: started [2020-12-07T15:28:18.847Z] Running setup.py install for texttable: finished with status 'done' [2020-12-07T15:28:19.110Z] 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-07T15:28:22.416Z] Removing intermediate container 05684d3f123d [2020-12-07T15:28:22.416Z] ---> 2154f5c5c259 [2020-12-07T15:28:22.416Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-07T15:28:22.416Z] ---> Running in 80b0096dd5cf [2020-12-07T15:28:22.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:28:22.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:28:23.249Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T15:28:23.249Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-07T15:28:23.249Z] (3/3) Installing curl (7.69.1-r1) [2020-12-07T15:28:23.249Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:28:23.249Z] OK: 72 MiB in 58 packages [2020-12-07T15:28:23.821Z] Removing intermediate container 80b0096dd5cf [2020-12-07T15:28:23.821Z] ---> b7e116184ee4 [2020-12-07T15:28:23.821Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-07T15:28:23.821Z] ---> Running in 42e1d849ae36 [2020-12-07T15:28:23.821Z] Removing intermediate container 42e1d849ae36 [2020-12-07T15:28:23.821Z] ---> 843e8856a114 [2020-12-07T15:28:23.821Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:28:23.821Z] ---> Running in b8bae795f293 [2020-12-07T15:28:24.085Z] Removing intermediate container b8bae795f293 [2020-12-07T15:28:24.085Z] ---> fc19decf70f7 [2020-12-07T15:28:24.085Z] Step 25/27 : LABEL arch=x86_64 [2020-12-07T15:28:24.085Z] ---> Running in d24729d11db2 [2020-12-07T15:28:24.346Z] Removing intermediate container d24729d11db2 [2020-12-07T15:28:24.347Z] ---> 9fc040743613 [2020-12-07T15:28:24.347Z] Step 26/27 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:24.347Z] ---> Running in 98ac56dd8541 [2020-12-07T15:28:24.608Z] Removing intermediate container 98ac56dd8541 [2020-12-07T15:28:24.608Z] ---> ca7aa1c87df5 [2020-12-07T15:28:24.608Z] Step 27/27 : LABEL version=2.0.0-dev.4 [2020-12-07T15:28:24.608Z] ---> Running in 912014090ba1 [2020-12-07T15:28:24.871Z] Removing intermediate container 912014090ba1 [2020-12-07T15:28:24.871Z] ---> 4b7f13cbc0a8 [2020-12-07T15:28:24.871Z] [2020-12-07T15:28:24.871Z] Successfully built 4b7f13cbc0a8 [2020-12-07T15:28:24.871Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-07T15:28:25.455Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-07T15:28:25.478Z] $ docker stop --time=1 42975e8ba799849865a8056b0c2b904bcd28efa4945fa11258a97323049b781c [2020-12-07T15:28:27.153Z] $ docker rm -f 42975e8ba799849865a8056b0c2b904bcd28efa4945fa11258a97323049b781c [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T15:28:27.684Z] + docker images [2020-12-07T15:28:27.684Z] + grep docker [2020-12-07T15:28:27.684Z] docker-sys-mgmt-agent-go latest 4b7f13cbc0a8 3 seconds ago 293MB [2020-12-07T15:28:27.684Z] docker-security-secrets-setup-go latest ef54e046027b 14 seconds ago 23.9MB [2020-12-07T15:28:27.684Z] docker-core-data-go latest 9e3c47cd9b84 16 seconds ago 23.7MB [2020-12-07T15:28:27.684Z] docker-security-secretstore-setup-go latest cb303b9539e5 54 seconds ago 24.7MB [2020-12-07T15:28:27.684Z] docker-core-command-go latest 6842af18f6cb 57 seconds ago 12.2MB [2020-12-07T15:28:27.684Z] docker-support-notifications-go latest c3a6aff488e8 2 minutes ago 13.6MB [2020-12-07T15:28:27.684Z] docker-security-bootstrap-redis-go latest e588d0727606 2 minutes ago 15.8MB [2020-12-07T15:28:27.685Z] docker-security-proxy-setup-go latest 1911fa850e53 2 minutes ago 24.6MB [2020-12-07T15:28:27.685Z] docker-core-metadata-go latest 69302f350c54 2 minutes ago 14.5MB [2020-12-07T15:28:27.685Z] docker-support-scheduler-go latest 6b990b802720 2 minutes ago 12.3MB [2020-12-07T15:28:27.685Z] docker latest b0757c55a1fd 5 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-07T15:28:28.237Z] provisioning config files... [2020-12-07T15:28:28.279Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/246@tmp/config9059953223281606357tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:28:28.638Z] ---> docker-login.sh [2020-12-07T15:28:28.638Z] nexus3.edgexfoundry.org:10001 [2020-12-07T15:28:28.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:28:28.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:28:28.903Z] Configure a credential helper to remove this warning. See [2020-12-07T15:28:28.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:28:28.903Z] [2020-12-07T15:28:28.903Z] Login Succeeded [2020-12-07T15:28:28.903Z] nexus3.edgexfoundry.org:10002 [2020-12-07T15:28:28.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:28:28.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:28:28.903Z] Configure a credential helper to remove this warning. See [2020-12-07T15:28:28.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:28:28.903Z] [2020-12-07T15:28:28.903Z] Login Succeeded [2020-12-07T15:28:28.903Z] nexus3.edgexfoundry.org:10003 [2020-12-07T15:28:29.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:28:29.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:28:29.164Z] Configure a credential helper to remove this warning. See [2020-12-07T15:28:29.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:28:29.164Z] [2020-12-07T15:28:29.164Z] Login Succeeded [2020-12-07T15:28:29.164Z] nexus3.edgexfoundry.org:10004 [2020-12-07T15:28:29.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:28:29.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:28:29.427Z] Configure a credential helper to remove this warning. See [2020-12-07T15:28:29.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:28:29.427Z] [2020-12-07T15:28:29.427Z] Login Succeeded [2020-12-07T15:28:29.427Z] docker.io [2020-12-07T15:28:29.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:28:29.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:28:29.950Z] Configure a credential helper to remove this warning. See [2020-12-07T15:28:29.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:28:29.950Z] [2020-12-07T15:28:29.950Z] Login Succeeded [2020-12-07T15:28:29.950Z] ---> docker-login.sh ends [Pipeline] } [2020-12-07T15:28:29.961Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:28:30.405Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-07T15:28:30.405Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:30.405Z] 2.0.0-dev.4 [2020-12-07T15:28:30.405Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:30.405Z] master [2020-12-07T15:28:30.405Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:31.074Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:31.456Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:31.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-07T15:28:31.456Z] a456ab70ed9e: Preparing [2020-12-07T15:28:31.456Z] 43ec3007bc12: Preparing [2020-12-07T15:28:31.456Z] 2f8784f0551e: Preparing [2020-12-07T15:28:32.945Z] a456ab70ed9e: Pushed [2020-12-07T15:28:32.945Z] 2f8784f0551e: Pushed [2020-12-07T15:28:32.945Z] 43ec3007bc12: Pushed [2020-12-07T15:28:32.945Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:0b978c21673d71b5c53cdc37e1b725382ac3bc6c47487a44a11cd63b2b275755 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:33.325Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:33.676Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.4 [2020-12-07T15:28:33.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-07T15:28:33.676Z] a456ab70ed9e: Preparing [2020-12-07T15:28:33.676Z] 43ec3007bc12: Preparing [2020-12-07T15:28:33.676Z] 2f8784f0551e: Preparing [2020-12-07T15:28:33.676Z] 43ec3007bc12: Layer already exists [2020-12-07T15:28:33.676Z] a456ab70ed9e: Layer already exists [2020-12-07T15:28:33.676Z] 2f8784f0551e: Layer already exists [2020-12-07T15:28:33.676Z] 2.0.0-dev.4: digest: sha256:0b978c21673d71b5c53cdc37e1b725382ac3bc6c47487a44a11cd63b2b275755 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:33.982Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:34.283Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:34.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-07T15:28:34.283Z] a456ab70ed9e: Preparing [2020-12-07T15:28:34.283Z] 43ec3007bc12: Preparing [2020-12-07T15:28:34.283Z] 2f8784f0551e: Preparing [2020-12-07T15:28:34.283Z] 43ec3007bc12: Layer already exists [2020-12-07T15:28:34.283Z] a456ab70ed9e: Layer already exists [2020-12-07T15:28:34.283Z] 2f8784f0551e: Layer already exists [2020-12-07T15:28:34.283Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:0b978c21673d71b5c53cdc37e1b725382ac3bc6c47487a44a11cd63b2b275755 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:34.591Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:34.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-07T15:28:34.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-07T15:28:34.896Z] a456ab70ed9e: Preparing [2020-12-07T15:28:34.896Z] 43ec3007bc12: Preparing [2020-12-07T15:28:34.896Z] 2f8784f0551e: Preparing [2020-12-07T15:28:34.896Z] a456ab70ed9e: Layer already exists [2020-12-07T15:28:34.896Z] 2f8784f0551e: Layer already exists [2020-12-07T15:28:34.896Z] 43ec3007bc12: Layer already exists [2020-12-07T15:28:34.896Z] master: digest: sha256:0b978c21673d71b5c53cdc37e1b725382ac3bc6c47487a44a11cd63b2b275755 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:28:35.117Z] ===================================================== [Pipeline] echo [2020-12-07T15:28:35.165Z] taggedImages: [2020-12-07T15:28:35.165Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:35.165Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.4 [2020-12-07T15:28:35.165Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:35.165Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-07T15:28:35.230Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-07T15:28:35.230Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:35.230Z] 2.0.0-dev.4 [2020-12-07T15:28:35.230Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:35.230Z] master [2020-12-07T15:28:35.230Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:35.757Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:36.072Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:36.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-07T15:28:36.072Z] a02550366c97: Preparing [2020-12-07T15:28:36.072Z] e2e80f4e210f: Preparing [2020-12-07T15:28:36.072Z] 2c6f4e8fa966: Preparing [2020-12-07T15:28:36.072Z] 62b0d0c23cf2: Preparing [2020-12-07T15:28:36.072Z] 5f38bfb4d908: Preparing [2020-12-07T15:28:36.072Z] ace0eda3e3be: Preparing [2020-12-07T15:28:36.072Z] ace0eda3e3be: Waiting [2020-12-07T15:28:36.333Z] 5f38bfb4d908: Pushed [2020-12-07T15:28:36.333Z] a02550366c97: Pushed [2020-12-07T15:28:36.333Z] 2c6f4e8fa966: Pushed [2020-12-07T15:28:36.333Z] ace0eda3e3be: Layer already exists [2020-12-07T15:28:36.594Z] 62b0d0c23cf2: Pushed [2020-12-07T15:28:37.540Z] e2e80f4e210f: Pushed [2020-12-07T15:28:37.802Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:ed15ca06463ba1e1941c5cd71e5d7c16bed1722c9aa941ec7335fb21ff6f4c50 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:38.109Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:38.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.4 [2020-12-07T15:28:38.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-07T15:28:38.414Z] a02550366c97: Preparing [2020-12-07T15:28:38.414Z] e2e80f4e210f: Preparing [2020-12-07T15:28:38.414Z] 2c6f4e8fa966: Preparing [2020-12-07T15:28:38.414Z] 62b0d0c23cf2: Preparing [2020-12-07T15:28:38.414Z] 5f38bfb4d908: Preparing [2020-12-07T15:28:38.414Z] ace0eda3e3be: Preparing [2020-12-07T15:28:38.414Z] ace0eda3e3be: Waiting [2020-12-07T15:28:38.414Z] 62b0d0c23cf2: Layer already exists [2020-12-07T15:28:38.414Z] 5f38bfb4d908: Layer already exists [2020-12-07T15:28:38.414Z] a02550366c97: Layer already exists [2020-12-07T15:28:38.414Z] ace0eda3e3be: Layer already exists [2020-12-07T15:28:38.675Z] e2e80f4e210f: Layer already exists [2020-12-07T15:28:38.675Z] 2c6f4e8fa966: Layer already exists [2020-12-07T15:28:38.675Z] 2.0.0-dev.4: digest: sha256:ed15ca06463ba1e1941c5cd71e5d7c16bed1722c9aa941ec7335fb21ff6f4c50 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:38.980Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:39.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:39.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-07T15:28:39.761Z] a02550366c97: Preparing [2020-12-07T15:28:39.761Z] e2e80f4e210f: Preparing [2020-12-07T15:28:39.761Z] 2c6f4e8fa966: Preparing [2020-12-07T15:28:39.761Z] 62b0d0c23cf2: Preparing [2020-12-07T15:28:39.761Z] 5f38bfb4d908: Preparing [2020-12-07T15:28:39.761Z] ace0eda3e3be: Preparing [2020-12-07T15:28:39.761Z] ace0eda3e3be: Waiting [2020-12-07T15:28:39.761Z] 2c6f4e8fa966: Layer already exists [2020-12-07T15:28:39.761Z] e2e80f4e210f: Layer already exists [2020-12-07T15:28:39.761Z] a02550366c97: Layer already exists [2020-12-07T15:28:39.761Z] 5f38bfb4d908: Layer already exists [2020-12-07T15:28:39.761Z] 62b0d0c23cf2: Layer already exists [2020-12-07T15:28:39.761Z] ace0eda3e3be: Layer already exists [2020-12-07T15:28:39.761Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:ed15ca06463ba1e1941c5cd71e5d7c16bed1722c9aa941ec7335fb21ff6f4c50 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:40.071Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:40.374Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-07T15:28:40.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-07T15:28:40.374Z] a02550366c97: Preparing [2020-12-07T15:28:40.374Z] e2e80f4e210f: Preparing [2020-12-07T15:28:40.374Z] 2c6f4e8fa966: Preparing [2020-12-07T15:28:40.374Z] 62b0d0c23cf2: Preparing [2020-12-07T15:28:40.374Z] 5f38bfb4d908: Preparing [2020-12-07T15:28:40.374Z] ace0eda3e3be: Preparing [2020-12-07T15:28:40.374Z] ace0eda3e3be: Waiting [2020-12-07T15:28:40.374Z] 62b0d0c23cf2: Layer already exists [2020-12-07T15:28:40.374Z] a02550366c97: Layer already exists [2020-12-07T15:28:40.374Z] 2c6f4e8fa966: Layer already exists [2020-12-07T15:28:40.374Z] e2e80f4e210f: Layer already exists [2020-12-07T15:28:40.374Z] 5f38bfb4d908: Layer already exists [2020-12-07T15:28:40.374Z] ace0eda3e3be: Layer already exists [2020-12-07T15:28:40.635Z] master: digest: sha256:ed15ca06463ba1e1941c5cd71e5d7c16bed1722c9aa941ec7335fb21ff6f4c50 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:28:40.994Z] ===================================================== [Pipeline] echo [2020-12-07T15:28:41.041Z] taggedImages: [2020-12-07T15:28:41.041Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:41.041Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.4 [2020-12-07T15:28:41.041Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:41.041Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-12-07T15:28:41.105Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-07T15:28:41.105Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:41.105Z] 2.0.0-dev.4 [2020-12-07T15:28:41.105Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:41.105Z] master [2020-12-07T15:28:41.105Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:41.675Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:41.974Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:41.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-07T15:28:41.974Z] faae606c31f8: Preparing [2020-12-07T15:28:41.974Z] 31ccf46bb8a1: Preparing [2020-12-07T15:28:41.974Z] f3359ad5b699: Preparing [2020-12-07T15:28:42.236Z] faae606c31f8: Pushed [2020-12-07T15:28:42.236Z] f3359ad5b699: Pushed [2020-12-07T15:28:43.624Z] 31ccf46bb8a1: Pushed [2020-12-07T15:28:43.624Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:fc7b445bf582d5f07bf10dd17beb844003e09ad122c1ded28e5453ab1071cd80 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:43.928Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:44.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.4 [2020-12-07T15:28:44.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-07T15:28:44.489Z] faae606c31f8: Preparing [2020-12-07T15:28:44.489Z] 31ccf46bb8a1: Preparing [2020-12-07T15:28:44.489Z] f3359ad5b699: Preparing [2020-12-07T15:28:44.489Z] 31ccf46bb8a1: Layer already exists [2020-12-07T15:28:44.489Z] f3359ad5b699: Layer already exists [2020-12-07T15:28:44.489Z] faae606c31f8: Layer already exists [2020-12-07T15:28:44.489Z] 2.0.0-dev.4: digest: sha256:fc7b445bf582d5f07bf10dd17beb844003e09ad122c1ded28e5453ab1071cd80 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:44.800Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:45.105Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:45.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-07T15:28:45.106Z] faae606c31f8: Preparing [2020-12-07T15:28:45.106Z] 31ccf46bb8a1: Preparing [2020-12-07T15:28:45.106Z] f3359ad5b699: Preparing [2020-12-07T15:28:45.106Z] f3359ad5b699: Layer already exists [2020-12-07T15:28:45.106Z] 31ccf46bb8a1: Layer already exists [2020-12-07T15:28:45.106Z] faae606c31f8: Layer already exists [2020-12-07T15:28:45.106Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:fc7b445bf582d5f07bf10dd17beb844003e09ad122c1ded28e5453ab1071cd80 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:45.427Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:45.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-07T15:28:45.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-07T15:28:45.731Z] faae606c31f8: Preparing [2020-12-07T15:28:45.731Z] 31ccf46bb8a1: Preparing [2020-12-07T15:28:45.731Z] f3359ad5b699: Preparing [2020-12-07T15:28:45.731Z] f3359ad5b699: Layer already exists [2020-12-07T15:28:45.731Z] 31ccf46bb8a1: Layer already exists [2020-12-07T15:28:45.731Z] faae606c31f8: Layer already exists [2020-12-07T15:28:45.731Z] master: digest: sha256:fc7b445bf582d5f07bf10dd17beb844003e09ad122c1ded28e5453ab1071cd80 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:28:45.945Z] ===================================================== [Pipeline] echo [2020-12-07T15:28:45.994Z] taggedImages: [2020-12-07T15:28:45.994Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:45.994Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.4 [2020-12-07T15:28:45.994Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:45.994Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-07T15:28:46.063Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-07T15:28:46.063Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:46.063Z] 2.0.0-dev.4 [2020-12-07T15:28:46.063Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:46.063Z] master [2020-12-07T15:28:46.063Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:46.575Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:46.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:46.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-07T15:28:46.895Z] daf95b65ea50: Preparing [2020-12-07T15:28:46.895Z] 9b1b5cabfada: Preparing [2020-12-07T15:28:46.895Z] 5b1de5f044d3: Preparing [2020-12-07T15:28:46.895Z] 23ebc6c4e2b0: Preparing [2020-12-07T15:28:46.895Z] 572dac28c614: Preparing [2020-12-07T15:28:46.895Z] eb2ae269db3a: Preparing [2020-12-07T15:28:46.895Z] 1b3ee35aacca: Preparing [2020-12-07T15:28:46.895Z] eb2ae269db3a: Waiting [2020-12-07T15:28:46.895Z] 1b3ee35aacca: Waiting [2020-12-07T15:28:47.170Z] 572dac28c614: Pushed [2020-12-07T15:28:47.171Z] 9b1b5cabfada: Pushed [2020-12-07T15:28:47.171Z] daf95b65ea50: Pushed [2020-12-07T15:28:47.171Z] 5b1de5f044d3: Pushed [2020-12-07T15:28:47.171Z] 1b3ee35aacca: Layer already exists [2020-12-07T15:28:47.436Z] eb2ae269db3a: Pushed [2020-12-07T15:28:48.009Z] 23ebc6c4e2b0: Pushed [2020-12-07T15:28:48.009Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:9b285b2d07f99302f86802e0f9efc9380a0a3f82c9c15bce3f955c2cf4e240a8 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:48.320Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:48.619Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.4 [2020-12-07T15:28:48.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-07T15:28:48.619Z] daf95b65ea50: Preparing [2020-12-07T15:28:48.619Z] 9b1b5cabfada: Preparing [2020-12-07T15:28:48.619Z] 5b1de5f044d3: Preparing [2020-12-07T15:28:48.619Z] 23ebc6c4e2b0: Preparing [2020-12-07T15:28:48.619Z] 572dac28c614: Preparing [2020-12-07T15:28:48.619Z] eb2ae269db3a: Preparing [2020-12-07T15:28:48.619Z] 1b3ee35aacca: Preparing [2020-12-07T15:28:48.619Z] eb2ae269db3a: Waiting [2020-12-07T15:28:48.619Z] 1b3ee35aacca: Waiting [2020-12-07T15:28:48.619Z] 9b1b5cabfada: Layer already exists [2020-12-07T15:28:48.619Z] daf95b65ea50: Layer already exists [2020-12-07T15:28:48.619Z] 23ebc6c4e2b0: Layer already exists [2020-12-07T15:28:48.619Z] 5b1de5f044d3: Layer already exists [2020-12-07T15:28:48.619Z] 572dac28c614: Layer already exists [2020-12-07T15:28:48.619Z] eb2ae269db3a: Layer already exists [2020-12-07T15:28:48.619Z] 1b3ee35aacca: Layer already exists [2020-12-07T15:28:48.619Z] 2.0.0-dev.4: digest: sha256:9b285b2d07f99302f86802e0f9efc9380a0a3f82c9c15bce3f955c2cf4e240a8 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:48.921Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:49.217Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:49.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-07T15:28:49.217Z] daf95b65ea50: Preparing [2020-12-07T15:28:49.217Z] 9b1b5cabfada: Preparing [2020-12-07T15:28:49.217Z] 5b1de5f044d3: Preparing [2020-12-07T15:28:49.217Z] 23ebc6c4e2b0: Preparing [2020-12-07T15:28:49.217Z] 572dac28c614: Preparing [2020-12-07T15:28:49.217Z] eb2ae269db3a: Preparing [2020-12-07T15:28:49.217Z] 1b3ee35aacca: Preparing [2020-12-07T15:28:49.217Z] eb2ae269db3a: Waiting [2020-12-07T15:28:49.217Z] 1b3ee35aacca: Waiting [2020-12-07T15:28:49.217Z] 9b1b5cabfada: Layer already exists [2020-12-07T15:28:49.217Z] 23ebc6c4e2b0: Layer already exists [2020-12-07T15:28:49.217Z] daf95b65ea50: Layer already exists [2020-12-07T15:28:49.217Z] 5b1de5f044d3: Layer already exists [2020-12-07T15:28:49.217Z] 572dac28c614: Layer already exists [2020-12-07T15:28:49.217Z] eb2ae269db3a: Layer already exists [2020-12-07T15:28:49.217Z] 1b3ee35aacca: Layer already exists [2020-12-07T15:28:49.217Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:9b285b2d07f99302f86802e0f9efc9380a0a3f82c9c15bce3f955c2cf4e240a8 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:49.519Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:49.812Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-07T15:28:49.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-07T15:28:49.812Z] daf95b65ea50: Preparing [2020-12-07T15:28:49.812Z] 9b1b5cabfada: Preparing [2020-12-07T15:28:49.812Z] 5b1de5f044d3: Preparing [2020-12-07T15:28:49.812Z] 23ebc6c4e2b0: Preparing [2020-12-07T15:28:49.812Z] 572dac28c614: Preparing [2020-12-07T15:28:49.812Z] eb2ae269db3a: Preparing [2020-12-07T15:28:49.812Z] 1b3ee35aacca: Preparing [2020-12-07T15:28:49.812Z] eb2ae269db3a: Waiting [2020-12-07T15:28:49.812Z] 1b3ee35aacca: Waiting [2020-12-07T15:28:49.812Z] 9b1b5cabfada: Layer already exists [2020-12-07T15:28:49.812Z] 572dac28c614: Layer already exists [2020-12-07T15:28:49.812Z] 5b1de5f044d3: Layer already exists [2020-12-07T15:28:49.812Z] daf95b65ea50: Layer already exists [2020-12-07T15:28:49.812Z] 23ebc6c4e2b0: Layer already exists [2020-12-07T15:28:49.812Z] eb2ae269db3a: Layer already exists [2020-12-07T15:28:49.812Z] 1b3ee35aacca: Layer already exists [2020-12-07T15:28:49.812Z] master: digest: sha256:9b285b2d07f99302f86802e0f9efc9380a0a3f82c9c15bce3f955c2cf4e240a8 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:28:50.115Z] ===================================================== [Pipeline] echo [2020-12-07T15:28:50.167Z] taggedImages: [2020-12-07T15:28:50.167Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:50.167Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.4 [2020-12-07T15:28:50.167Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:50.167Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-12-07T15:28:50.270Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-07T15:28:50.270Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:50.270Z] 2.0.0-dev.4 [2020-12-07T15:28:50.270Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:50.270Z] master [2020-12-07T15:28:50.270Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:50.996Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:51.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:51.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-07T15:28:51.290Z] f82d1eeb03ef: Preparing [2020-12-07T15:28:51.290Z] 19d87330e529: Preparing [2020-12-07T15:28:51.290Z] e1bec9f2939c: Preparing [2020-12-07T15:28:51.290Z] 4654dae57538: Preparing [2020-12-07T15:28:51.290Z] 93440fe30dc6: Preparing [2020-12-07T15:28:51.290Z] ace0eda3e3be: Preparing [2020-12-07T15:28:51.290Z] ace0eda3e3be: Waiting [2020-12-07T15:28:51.551Z] 4654dae57538: Pushed [2020-12-07T15:28:51.551Z] ace0eda3e3be: Layer already exists [2020-12-07T15:28:52.122Z] 93440fe30dc6: Pushed [2020-12-07T15:28:52.383Z] f82d1eeb03ef: Pushed [2020-12-07T15:28:52.383Z] 19d87330e529: Pushed [2020-12-07T15:28:52.383Z] e1bec9f2939c: Pushed [2020-12-07T15:28:52.684Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:a0f86193f9a4fefb75416959aa62e8547606957ed517bbdfc7d1e4ef55af4a85 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:53.063Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:53.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.4 [2020-12-07T15:28:53.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-07T15:28:53.359Z] f82d1eeb03ef: Preparing [2020-12-07T15:28:53.359Z] 19d87330e529: Preparing [2020-12-07T15:28:53.359Z] e1bec9f2939c: Preparing [2020-12-07T15:28:53.359Z] 4654dae57538: Preparing [2020-12-07T15:28:53.359Z] 93440fe30dc6: Preparing [2020-12-07T15:28:53.359Z] ace0eda3e3be: Preparing [2020-12-07T15:28:53.359Z] ace0eda3e3be: Waiting [2020-12-07T15:28:53.359Z] 19d87330e529: Layer already exists [2020-12-07T15:28:53.359Z] f82d1eeb03ef: Layer already exists [2020-12-07T15:28:53.359Z] 4654dae57538: Layer already exists [2020-12-07T15:28:53.359Z] 93440fe30dc6: Layer already exists [2020-12-07T15:28:53.359Z] e1bec9f2939c: Layer already exists [2020-12-07T15:28:53.359Z] ace0eda3e3be: Layer already exists [2020-12-07T15:28:53.621Z] 2.0.0-dev.4: digest: sha256:a0f86193f9a4fefb75416959aa62e8547606957ed517bbdfc7d1e4ef55af4a85 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:53.918Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:54.211Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:54.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-07T15:28:54.211Z] f82d1eeb03ef: Preparing [2020-12-07T15:28:54.211Z] 19d87330e529: Preparing [2020-12-07T15:28:54.211Z] e1bec9f2939c: Preparing [2020-12-07T15:28:54.211Z] 4654dae57538: Preparing [2020-12-07T15:28:54.211Z] 93440fe30dc6: Preparing [2020-12-07T15:28:54.211Z] ace0eda3e3be: Preparing [2020-12-07T15:28:54.211Z] ace0eda3e3be: Waiting [2020-12-07T15:28:54.211Z] 93440fe30dc6: Layer already exists [2020-12-07T15:28:54.211Z] 19d87330e529: Layer already exists [2020-12-07T15:28:54.211Z] e1bec9f2939c: Layer already exists [2020-12-07T15:28:54.211Z] f82d1eeb03ef: Layer already exists [2020-12-07T15:28:54.211Z] 4654dae57538: Layer already exists [2020-12-07T15:28:54.211Z] ace0eda3e3be: Layer already exists [2020-12-07T15:28:54.211Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:a0f86193f9a4fefb75416959aa62e8547606957ed517bbdfc7d1e4ef55af4a85 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:54.510Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:54.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-07T15:28:54.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-07T15:28:54.813Z] f82d1eeb03ef: Preparing [2020-12-07T15:28:54.813Z] 19d87330e529: Preparing [2020-12-07T15:28:54.813Z] e1bec9f2939c: Preparing [2020-12-07T15:28:54.813Z] 4654dae57538: Preparing [2020-12-07T15:28:54.813Z] 93440fe30dc6: Preparing [2020-12-07T15:28:54.813Z] ace0eda3e3be: Preparing [2020-12-07T15:28:54.813Z] ace0eda3e3be: Waiting [2020-12-07T15:28:54.813Z] 19d87330e529: Layer already exists [2020-12-07T15:28:54.813Z] e1bec9f2939c: Layer already exists [2020-12-07T15:28:54.813Z] 4654dae57538: Layer already exists [2020-12-07T15:28:54.813Z] f82d1eeb03ef: Layer already exists [2020-12-07T15:28:54.813Z] 93440fe30dc6: Layer already exists [2020-12-07T15:28:54.813Z] ace0eda3e3be: Layer already exists [2020-12-07T15:28:54.813Z] master: digest: sha256:a0f86193f9a4fefb75416959aa62e8547606957ed517bbdfc7d1e4ef55af4a85 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:28:54.994Z] ===================================================== [Pipeline] echo [2020-12-07T15:28:55.042Z] taggedImages: [2020-12-07T15:28:55.042Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:55.042Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.4 [2020-12-07T15:28:55.042Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:55.042Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-12-07T15:28:55.106Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-12-07T15:28:55.106Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:55.106Z] 2.0.0-dev.4 [2020-12-07T15:28:55.106Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:55.106Z] master [2020-12-07T15:28:55.106Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:55.574Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:55.876Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:55.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-07T15:28:55.876Z] 3e9fbf53d0a9: Preparing [2020-12-07T15:28:55.876Z] 0e64e06d1e54: Preparing [2020-12-07T15:28:55.876Z] 588f614cd1dd: Preparing [2020-12-07T15:28:55.876Z] f818590a9cce: Preparing [2020-12-07T15:28:55.876Z] f818590a9cce: Preparing [2020-12-07T15:28:55.876Z] c5214738d8aa: Preparing [2020-12-07T15:28:55.876Z] bb4396cec4f8: Preparing [2020-12-07T15:28:55.876Z] 8ce22512e46a: Preparing [2020-12-07T15:28:55.876Z] 3e9fbf53d0a9: Preparing [2020-12-07T15:28:55.876Z] e64d4403958e: Preparing [2020-12-07T15:28:55.876Z] efebea82ee80: Preparing [2020-12-07T15:28:55.876Z] f2be3bba3f80: Preparing [2020-12-07T15:28:55.876Z] ace0eda3e3be: Preparing [2020-12-07T15:28:55.876Z] bb4396cec4f8: Waiting [2020-12-07T15:28:55.876Z] 8ce22512e46a: Waiting [2020-12-07T15:28:55.876Z] e64d4403958e: Waiting [2020-12-07T15:28:55.876Z] efebea82ee80: Waiting [2020-12-07T15:28:55.876Z] f2be3bba3f80: Waiting [2020-12-07T15:28:55.876Z] ace0eda3e3be: Waiting [2020-12-07T15:28:56.137Z] 588f614cd1dd: Pushed [2020-12-07T15:28:56.137Z] 0e64e06d1e54: Pushed [2020-12-07T15:28:56.137Z] f818590a9cce: Pushed [2020-12-07T15:28:56.137Z] c5214738d8aa: Pushed [2020-12-07T15:28:56.397Z] bb4396cec4f8: Pushed [2020-12-07T15:28:56.397Z] efebea82ee80: Pushed [2020-12-07T15:28:56.397Z] e64d4403958e: Pushed [2020-12-07T15:28:56.397Z] 8ce22512e46a: Pushed [2020-12-07T15:28:56.397Z] ace0eda3e3be: Layer already exists [2020-12-07T15:28:56.656Z] f2be3bba3f80: Pushed [2020-12-07T15:28:56.916Z] 3e9fbf53d0a9: Pushed [2020-12-07T15:28:57.177Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:e7ac515d38524fb1b39e105a6673af92c95945bf8cf1158f11004c4490e300a3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:57.478Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:57.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.4 [2020-12-07T15:28:57.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-07T15:28:57.773Z] 3e9fbf53d0a9: Preparing [2020-12-07T15:28:57.773Z] 0e64e06d1e54: Preparing [2020-12-07T15:28:57.773Z] 588f614cd1dd: Preparing [2020-12-07T15:28:57.773Z] f818590a9cce: Preparing [2020-12-07T15:28:57.773Z] f818590a9cce: Preparing [2020-12-07T15:28:57.773Z] c5214738d8aa: Preparing [2020-12-07T15:28:57.773Z] bb4396cec4f8: Preparing [2020-12-07T15:28:57.773Z] 8ce22512e46a: Preparing [2020-12-07T15:28:57.773Z] 3e9fbf53d0a9: Preparing [2020-12-07T15:28:57.773Z] e64d4403958e: Preparing [2020-12-07T15:28:57.773Z] efebea82ee80: Preparing [2020-12-07T15:28:57.773Z] f2be3bba3f80: Preparing [2020-12-07T15:28:57.773Z] ace0eda3e3be: Preparing [2020-12-07T15:28:57.773Z] bb4396cec4f8: Waiting [2020-12-07T15:28:57.773Z] e64d4403958e: Waiting [2020-12-07T15:28:57.773Z] 8ce22512e46a: Waiting [2020-12-07T15:28:57.773Z] efebea82ee80: Waiting [2020-12-07T15:28:57.773Z] f2be3bba3f80: Waiting [2020-12-07T15:28:57.773Z] ace0eda3e3be: Waiting [2020-12-07T15:28:57.773Z] 3e9fbf53d0a9: Layer already exists [2020-12-07T15:28:57.773Z] c5214738d8aa: Layer already exists [2020-12-07T15:28:57.773Z] 588f614cd1dd: Layer already exists [2020-12-07T15:28:57.773Z] 0e64e06d1e54: Layer already exists [2020-12-07T15:28:57.773Z] f818590a9cce: Layer already exists [2020-12-07T15:28:57.773Z] 8ce22512e46a: Layer already exists [2020-12-07T15:28:57.773Z] bb4396cec4f8: Layer already exists [2020-12-07T15:28:57.773Z] e64d4403958e: Layer already exists [2020-12-07T15:28:57.773Z] efebea82ee80: Layer already exists [2020-12-07T15:28:57.773Z] f2be3bba3f80: Layer already exists [2020-12-07T15:28:57.773Z] ace0eda3e3be: Layer already exists [2020-12-07T15:28:57.773Z] 2.0.0-dev.4: digest: sha256:e7ac515d38524fb1b39e105a6673af92c95945bf8cf1158f11004c4490e300a3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:58.073Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:58.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:58.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-07T15:28:58.386Z] 3e9fbf53d0a9: Preparing [2020-12-07T15:28:58.386Z] 0e64e06d1e54: Preparing [2020-12-07T15:28:58.386Z] 588f614cd1dd: Preparing [2020-12-07T15:28:58.386Z] f818590a9cce: Preparing [2020-12-07T15:28:58.386Z] f818590a9cce: Preparing [2020-12-07T15:28:58.386Z] c5214738d8aa: Preparing [2020-12-07T15:28:58.386Z] bb4396cec4f8: Preparing [2020-12-07T15:28:58.386Z] 8ce22512e46a: Preparing [2020-12-07T15:28:58.386Z] 3e9fbf53d0a9: Preparing [2020-12-07T15:28:58.386Z] e64d4403958e: Preparing [2020-12-07T15:28:58.386Z] efebea82ee80: Preparing [2020-12-07T15:28:58.386Z] f2be3bba3f80: Preparing [2020-12-07T15:28:58.386Z] ace0eda3e3be: Preparing [2020-12-07T15:28:58.386Z] bb4396cec4f8: Waiting [2020-12-07T15:28:58.386Z] 8ce22512e46a: Waiting [2020-12-07T15:28:58.386Z] e64d4403958e: Waiting [2020-12-07T15:28:58.386Z] efebea82ee80: Waiting [2020-12-07T15:28:58.386Z] f2be3bba3f80: Waiting [2020-12-07T15:28:58.386Z] ace0eda3e3be: Waiting [2020-12-07T15:28:58.386Z] c5214738d8aa: Layer already exists [2020-12-07T15:28:58.386Z] 3e9fbf53d0a9: Layer already exists [2020-12-07T15:28:58.386Z] 0e64e06d1e54: Layer already exists [2020-12-07T15:28:58.386Z] f818590a9cce: Layer already exists [2020-12-07T15:28:58.386Z] 588f614cd1dd: Layer already exists [2020-12-07T15:28:58.386Z] f2be3bba3f80: Layer already exists [2020-12-07T15:28:58.386Z] e64d4403958e: Layer already exists [2020-12-07T15:28:58.386Z] bb4396cec4f8: Layer already exists [2020-12-07T15:28:58.386Z] efebea82ee80: Layer already exists [2020-12-07T15:28:58.386Z] 8ce22512e46a: Layer already exists [2020-12-07T15:28:58.386Z] ace0eda3e3be: Layer already exists [2020-12-07T15:28:58.386Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:e7ac515d38524fb1b39e105a6673af92c95945bf8cf1158f11004c4490e300a3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:58.691Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:28:58.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-07T15:28:58.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-07T15:28:58.989Z] 3e9fbf53d0a9: Preparing [2020-12-07T15:28:58.989Z] 0e64e06d1e54: Preparing [2020-12-07T15:28:58.989Z] 588f614cd1dd: Preparing [2020-12-07T15:28:58.989Z] f818590a9cce: Preparing [2020-12-07T15:28:58.989Z] f818590a9cce: Preparing [2020-12-07T15:28:58.989Z] c5214738d8aa: Preparing [2020-12-07T15:28:58.989Z] bb4396cec4f8: Preparing [2020-12-07T15:28:58.989Z] 8ce22512e46a: Preparing [2020-12-07T15:28:58.989Z] 3e9fbf53d0a9: Preparing [2020-12-07T15:28:58.989Z] e64d4403958e: Preparing [2020-12-07T15:28:58.989Z] efebea82ee80: Preparing [2020-12-07T15:28:58.989Z] f2be3bba3f80: Preparing [2020-12-07T15:28:58.989Z] ace0eda3e3be: Preparing [2020-12-07T15:28:58.989Z] e64d4403958e: Waiting [2020-12-07T15:28:58.989Z] efebea82ee80: Waiting [2020-12-07T15:28:58.989Z] f2be3bba3f80: Waiting [2020-12-07T15:28:58.989Z] ace0eda3e3be: Waiting [2020-12-07T15:28:58.989Z] bb4396cec4f8: Waiting [2020-12-07T15:28:58.989Z] 8ce22512e46a: Waiting [2020-12-07T15:28:58.989Z] 3e9fbf53d0a9: Layer already exists [2020-12-07T15:28:58.989Z] c5214738d8aa: Layer already exists [2020-12-07T15:28:58.989Z] f818590a9cce: Layer already exists [2020-12-07T15:28:58.989Z] 588f614cd1dd: Layer already exists [2020-12-07T15:28:58.989Z] 0e64e06d1e54: Layer already exists [2020-12-07T15:28:58.989Z] bb4396cec4f8: Layer already exists [2020-12-07T15:28:58.989Z] efebea82ee80: Layer already exists [2020-12-07T15:28:58.989Z] e64d4403958e: Layer already exists [2020-12-07T15:28:58.989Z] 8ce22512e46a: Layer already exists [2020-12-07T15:28:58.989Z] f2be3bba3f80: Layer already exists [2020-12-07T15:28:58.989Z] ace0eda3e3be: Layer already exists [2020-12-07T15:28:59.250Z] master: digest: sha256:e7ac515d38524fb1b39e105a6673af92c95945bf8cf1158f11004c4490e300a3 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:28:59.432Z] ===================================================== [Pipeline] echo [2020-12-07T15:28:59.478Z] taggedImages: [2020-12-07T15:28:59.478Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:59.478Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.4 [2020-12-07T15:28:59.478Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:59.478Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-12-07T15:28:59.545Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-07T15:28:59.545Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:28:59.545Z] 2.0.0-dev.4 [2020-12-07T15:28:59.545Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:28:59.545Z] master [2020-12-07T15:28:59.545Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:00.017Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:00.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:29:00.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-07T15:29:00.312Z] da16a2c0e4c0: Preparing [2020-12-07T15:29:00.312Z] 6dce4ec718ed: Preparing [2020-12-07T15:29:00.312Z] 9e2980c8874c: Preparing [2020-12-07T15:29:00.312Z] 6dfe40e6da0a: Preparing [2020-12-07T15:29:00.312Z] 47b435e87d6d: Preparing [2020-12-07T15:29:00.312Z] ae77a9cfc2e9: Preparing [2020-12-07T15:29:00.312Z] 3da630a34a73: Preparing [2020-12-07T15:29:00.312Z] eb2ae269db3a: Preparing [2020-12-07T15:29:00.312Z] 1b3ee35aacca: Preparing [2020-12-07T15:29:00.312Z] eb2ae269db3a: Waiting [2020-12-07T15:29:00.312Z] 1b3ee35aacca: Waiting [2020-12-07T15:29:00.312Z] ae77a9cfc2e9: Waiting [2020-12-07T15:29:00.312Z] 3da630a34a73: Waiting [2020-12-07T15:29:00.577Z] 47b435e87d6d: Pushed [2020-12-07T15:29:00.577Z] da16a2c0e4c0: Pushed [2020-12-07T15:29:00.577Z] 6dce4ec718ed: Pushed [2020-12-07T15:29:00.577Z] eb2ae269db3a: Layer already exists [2020-12-07T15:29:00.577Z] 1b3ee35aacca: Layer already exists [2020-12-07T15:29:00.577Z] ae77a9cfc2e9: Pushed [2020-12-07T15:29:00.837Z] 3da630a34a73: Pushed [2020-12-07T15:29:01.407Z] 6dfe40e6da0a: Pushed [2020-12-07T15:29:01.407Z] 9e2980c8874c: Pushed [2020-12-07T15:29:01.669Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:e728d5eda64a19e10cb226004eef031928168c4eb5a1240379526cb22996d0fa size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:01.981Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:02.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.4 [2020-12-07T15:29:02.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-07T15:29:02.280Z] da16a2c0e4c0: Preparing [2020-12-07T15:29:02.280Z] 6dce4ec718ed: Preparing [2020-12-07T15:29:02.280Z] 9e2980c8874c: Preparing [2020-12-07T15:29:02.280Z] 6dfe40e6da0a: Preparing [2020-12-07T15:29:02.280Z] 47b435e87d6d: Preparing [2020-12-07T15:29:02.280Z] ae77a9cfc2e9: Preparing [2020-12-07T15:29:02.280Z] 3da630a34a73: Preparing [2020-12-07T15:29:02.280Z] eb2ae269db3a: Preparing [2020-12-07T15:29:02.280Z] 1b3ee35aacca: Preparing [2020-12-07T15:29:02.280Z] 3da630a34a73: Waiting [2020-12-07T15:29:02.280Z] eb2ae269db3a: Waiting [2020-12-07T15:29:02.280Z] 1b3ee35aacca: Waiting [2020-12-07T15:29:02.280Z] ae77a9cfc2e9: Waiting [2020-12-07T15:29:02.280Z] 6dce4ec718ed: Layer already exists [2020-12-07T15:29:02.280Z] 9e2980c8874c: Layer already exists [2020-12-07T15:29:02.280Z] 47b435e87d6d: Layer already exists [2020-12-07T15:29:02.280Z] 6dfe40e6da0a: Layer already exists [2020-12-07T15:29:02.280Z] 3da630a34a73: Layer already exists [2020-12-07T15:29:02.280Z] da16a2c0e4c0: Layer already exists [2020-12-07T15:29:02.280Z] ae77a9cfc2e9: Layer already exists [2020-12-07T15:29:02.280Z] 1b3ee35aacca: Layer already exists [2020-12-07T15:29:02.280Z] eb2ae269db3a: Layer already exists [2020-12-07T15:29:02.280Z] 2.0.0-dev.4: digest: sha256:e728d5eda64a19e10cb226004eef031928168c4eb5a1240379526cb22996d0fa size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:02.865Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:03.163Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:29:03.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-07T15:29:03.163Z] da16a2c0e4c0: Preparing [2020-12-07T15:29:03.163Z] 6dce4ec718ed: Preparing [2020-12-07T15:29:03.163Z] 9e2980c8874c: Preparing [2020-12-07T15:29:03.163Z] 6dfe40e6da0a: Preparing [2020-12-07T15:29:03.163Z] 47b435e87d6d: Preparing [2020-12-07T15:29:03.163Z] ae77a9cfc2e9: Preparing [2020-12-07T15:29:03.163Z] 3da630a34a73: Preparing [2020-12-07T15:29:03.163Z] eb2ae269db3a: Preparing [2020-12-07T15:29:03.163Z] 1b3ee35aacca: Preparing [2020-12-07T15:29:03.163Z] ae77a9cfc2e9: Waiting [2020-12-07T15:29:03.163Z] 3da630a34a73: Waiting [2020-12-07T15:29:03.163Z] eb2ae269db3a: Waiting [2020-12-07T15:29:03.163Z] 1b3ee35aacca: Waiting [2020-12-07T15:29:03.163Z] 6dfe40e6da0a: Layer already exists [2020-12-07T15:29:03.163Z] 9e2980c8874c: Layer already exists [2020-12-07T15:29:03.163Z] da16a2c0e4c0: Layer already exists [2020-12-07T15:29:03.163Z] 47b435e87d6d: Layer already exists [2020-12-07T15:29:03.163Z] 6dce4ec718ed: Layer already exists [2020-12-07T15:29:03.163Z] ae77a9cfc2e9: Layer already exists [2020-12-07T15:29:03.163Z] 1b3ee35aacca: Layer already exists [2020-12-07T15:29:03.163Z] eb2ae269db3a: Layer already exists [2020-12-07T15:29:03.163Z] 3da630a34a73: Layer already exists [2020-12-07T15:29:03.163Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:e728d5eda64a19e10cb226004eef031928168c4eb5a1240379526cb22996d0fa size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:03.728Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:04.028Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-07T15:29:04.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-07T15:29:04.029Z] da16a2c0e4c0: Preparing [2020-12-07T15:29:04.029Z] 6dce4ec718ed: Preparing [2020-12-07T15:29:04.029Z] 9e2980c8874c: Preparing [2020-12-07T15:29:04.029Z] 6dfe40e6da0a: Preparing [2020-12-07T15:29:04.029Z] 47b435e87d6d: Preparing [2020-12-07T15:29:04.029Z] ae77a9cfc2e9: Preparing [2020-12-07T15:29:04.029Z] 3da630a34a73: Preparing [2020-12-07T15:29:04.029Z] eb2ae269db3a: Preparing [2020-12-07T15:29:04.029Z] 1b3ee35aacca: Preparing [2020-12-07T15:29:04.029Z] ae77a9cfc2e9: Waiting [2020-12-07T15:29:04.029Z] 3da630a34a73: Waiting [2020-12-07T15:29:04.029Z] eb2ae269db3a: Waiting [2020-12-07T15:29:04.029Z] 1b3ee35aacca: Waiting [2020-12-07T15:29:04.029Z] da16a2c0e4c0: Layer already exists [2020-12-07T15:29:04.029Z] 47b435e87d6d: Layer already exists [2020-12-07T15:29:04.029Z] 6dce4ec718ed: Layer already exists [2020-12-07T15:29:04.029Z] 6dfe40e6da0a: Layer already exists [2020-12-07T15:29:04.029Z] 9e2980c8874c: Layer already exists [2020-12-07T15:29:04.029Z] ae77a9cfc2e9: Layer already exists [2020-12-07T15:29:04.029Z] 1b3ee35aacca: Layer already exists [2020-12-07T15:29:04.029Z] 3da630a34a73: Layer already exists [2020-12-07T15:29:04.029Z] eb2ae269db3a: Layer already exists [2020-12-07T15:29:04.029Z] master: digest: sha256:e728d5eda64a19e10cb226004eef031928168c4eb5a1240379526cb22996d0fa size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:29:04.257Z] ===================================================== [Pipeline] echo [2020-12-07T15:29:04.305Z] taggedImages: [2020-12-07T15:29:04.305Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:29:04.305Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.4 [2020-12-07T15:29:04.305Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:29:04.305Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-07T15:29:04.369Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-07T15:29:04.369Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:29:04.369Z] 2.0.0-dev.4 [2020-12-07T15:29:04.369Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:29:04.369Z] master [2020-12-07T15:29:04.369Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:04.853Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:05.156Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:29:05.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-07T15:29:05.157Z] a00463fa08ae: Preparing [2020-12-07T15:29:05.157Z] 1a5dcb64de2f: Preparing [2020-12-07T15:29:05.157Z] 1e8f7088516c: Preparing [2020-12-07T15:29:05.157Z] 8c99dfd18d64: Preparing [2020-12-07T15:29:05.157Z] 6374b24a3690: Preparing [2020-12-07T15:29:05.157Z] 63596affd13a: Preparing [2020-12-07T15:29:05.157Z] 63596affd13a: Waiting [2020-12-07T15:29:05.422Z] 1e8f7088516c: Pushed [2020-12-07T15:29:05.422Z] a00463fa08ae: Pushed [2020-12-07T15:29:05.422Z] 8c99dfd18d64: Pushed [2020-12-07T15:29:05.685Z] 6374b24a3690: Pushed [2020-12-07T15:29:05.685Z] 63596affd13a: Pushed [2020-12-07T15:29:06.629Z] 1a5dcb64de2f: Pushed [2020-12-07T15:29:06.629Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:41bcec772dba5fafc164932e1bb7180c3babcc028a50f13f4e5733ec29d056c4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:06.939Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:07.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.4 [2020-12-07T15:29:07.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-07T15:29:07.240Z] a00463fa08ae: Preparing [2020-12-07T15:29:07.240Z] 1a5dcb64de2f: Preparing [2020-12-07T15:29:07.240Z] 1e8f7088516c: Preparing [2020-12-07T15:29:07.240Z] 8c99dfd18d64: Preparing [2020-12-07T15:29:07.240Z] 6374b24a3690: Preparing [2020-12-07T15:29:07.240Z] 63596affd13a: Preparing [2020-12-07T15:29:07.240Z] 63596affd13a: Waiting [2020-12-07T15:29:07.240Z] 1e8f7088516c: Layer already exists [2020-12-07T15:29:07.240Z] 6374b24a3690: Layer already exists [2020-12-07T15:29:07.240Z] a00463fa08ae: Layer already exists [2020-12-07T15:29:07.240Z] 8c99dfd18d64: Layer already exists [2020-12-07T15:29:07.240Z] 1a5dcb64de2f: Layer already exists [2020-12-07T15:29:07.240Z] 63596affd13a: Layer already exists [2020-12-07T15:29:07.240Z] 2.0.0-dev.4: digest: sha256:41bcec772dba5fafc164932e1bb7180c3babcc028a50f13f4e5733ec29d056c4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:07.555Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:07.855Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:29:07.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-07T15:29:07.855Z] a00463fa08ae: Preparing [2020-12-07T15:29:07.855Z] 1a5dcb64de2f: Preparing [2020-12-07T15:29:07.855Z] 1e8f7088516c: Preparing [2020-12-07T15:29:07.855Z] 8c99dfd18d64: Preparing [2020-12-07T15:29:07.855Z] 6374b24a3690: Preparing [2020-12-07T15:29:07.855Z] 63596affd13a: Preparing [2020-12-07T15:29:07.855Z] 63596affd13a: Waiting [2020-12-07T15:29:07.855Z] 1a5dcb64de2f: Layer already exists [2020-12-07T15:29:07.855Z] 8c99dfd18d64: Layer already exists [2020-12-07T15:29:07.855Z] 1e8f7088516c: Layer already exists [2020-12-07T15:29:07.855Z] a00463fa08ae: Layer already exists [2020-12-07T15:29:07.855Z] 6374b24a3690: Layer already exists [2020-12-07T15:29:07.855Z] 63596affd13a: Layer already exists [2020-12-07T15:29:07.855Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:41bcec772dba5fafc164932e1bb7180c3babcc028a50f13f4e5733ec29d056c4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:08.158Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:08.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-07T15:29:08.189Z] Removing intermediate container c051aa2cfba0 [2020-12-07T15:29:08.189Z] ---> 8d99a6d22f89 [2020-12-07T15:29:08.189Z] [2020-12-07T15:29:08.189Z] Step 9/29 : FROM alpine:latest [2020-12-07T15:29:08.189Z] latest: Pulling from library/alpine [2020-12-07T15:29:08.189Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-07T15:29:08.189Z] Status: Downloaded newer image for alpine:latest [2020-12-07T15:29:08.189Z] ---> 2e77e061c27f [2020-12-07T15:29:08.189Z] 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-07T15:29:08.189Z] ---> Running in b111841a4c7c [2020-12-07T15:29:08.189Z] Removing intermediate container b111841a4c7c [2020-12-07T15:29:08.189Z] ---> ac14dcb67432 [2020-12-07T15:29:08.189Z] Step 11/29 : USER root [2020-12-07T15:29:08.189Z] ---> Running in e2b6238ffb4b [2020-12-07T15:29:08.189Z] Removing intermediate container e2b6238ffb4b [2020-12-07T15:29:08.189Z] ---> 4d9cf6401c11 [2020-12-07T15:29:08.189Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-07T15:29:08.189Z] ---> Running in 791097978a0b [2020-12-07T15:29:08.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-07T15:29:08.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-07T15:29:08.454Z] a00463fa08ae: Preparing [2020-12-07T15:29:08.454Z] 1a5dcb64de2f: Preparing [2020-12-07T15:29:08.454Z] 1e8f7088516c: Preparing [2020-12-07T15:29:08.454Z] 8c99dfd18d64: Preparing [2020-12-07T15:29:08.454Z] 6374b24a3690: Preparing [2020-12-07T15:29:08.454Z] 63596affd13a: Preparing [2020-12-07T15:29:08.454Z] 63596affd13a: Waiting [2020-12-07T15:29:08.454Z] 1a5dcb64de2f: Layer already exists [2020-12-07T15:29:08.454Z] 6374b24a3690: Layer already exists [2020-12-07T15:29:08.454Z] 8c99dfd18d64: Layer already exists [2020-12-07T15:29:08.454Z] a00463fa08ae: Layer already exists [2020-12-07T15:29:08.454Z] 1e8f7088516c: Layer already exists [2020-12-07T15:29:08.454Z] 63596affd13a: Layer already exists [2020-12-07T15:29:08.454Z] master: digest: sha256:41bcec772dba5fafc164932e1bb7180c3babcc028a50f13f4e5733ec29d056c4 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:29:08.671Z] ===================================================== [Pipeline] echo [2020-12-07T15:29:08.723Z] taggedImages: [2020-12-07T15:29:08.723Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:29:08.723Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.4 [2020-12-07T15:29:08.723Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:29:08.723Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-12-07T15:29:08.790Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-07T15:29:08.790Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:29:08.790Z] 2.0.0-dev.4 [2020-12-07T15:29:08.790Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:29:08.790Z] master [2020-12-07T15:29:08.790Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:09.541Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:09.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:29:09.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-07T15:29:09.841Z] 56793858464c: Preparing [2020-12-07T15:29:09.841Z] 55d6f2e7a5e0: Preparing [2020-12-07T15:29:09.841Z] 8abf3a910de1: Preparing [2020-12-07T15:29:10.102Z] 56793858464c: Pushed [2020-12-07T15:29:10.102Z] 8abf3a910de1: Pushed [2020-12-07T15:29:10.194Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:29:10.474Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:29:11.049Z] 55d6f2e7a5e0: Pushed [2020-12-07T15:29:11.320Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:bd5accdffb29fe063d3a49b303905eece237335afbb58328c11deedf978e0368 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:11.468Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:29:11.469Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:29:11.469Z] OK: 12617 distinct packages available [2020-12-07T15:29:11.688Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:12.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.4 [2020-12-07T15:29:12.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-07T15:29:12.043Z] 56793858464c: Preparing [2020-12-07T15:29:12.043Z] 55d6f2e7a5e0: Preparing [2020-12-07T15:29:12.043Z] 8abf3a910de1: Preparing [2020-12-07T15:29:12.043Z] 8abf3a910de1: Layer already exists [2020-12-07T15:29:12.043Z] 56793858464c: Layer already exists [2020-12-07T15:29:12.043Z] 55d6f2e7a5e0: Layer already exists [2020-12-07T15:29:12.043Z] 2.0.0-dev.4: digest: sha256:bd5accdffb29fe063d3a49b303905eece237335afbb58328c11deedf978e0368 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:12.355Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:12.464Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-07T15:29:12.655Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:29:12.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-07T15:29:12.655Z] 56793858464c: Preparing [2020-12-07T15:29:12.655Z] 55d6f2e7a5e0: Preparing [2020-12-07T15:29:12.655Z] 8abf3a910de1: Preparing [2020-12-07T15:29:12.655Z] 56793858464c: Layer already exists [2020-12-07T15:29:12.655Z] 8abf3a910de1: Layer already exists [2020-12-07T15:29:12.655Z] 55d6f2e7a5e0: Layer already exists [2020-12-07T15:29:12.655Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:bd5accdffb29fe063d3a49b303905eece237335afbb58328c11deedf978e0368 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:12.744Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-07T15:29:12.744Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:29:12.744Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T15:29:12.957Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:13.024Z] OK: 6 MiB in 16 packages [2020-12-07T15:29:13.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-07T15:29:13.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-07T15:29:13.257Z] 56793858464c: Preparing [2020-12-07T15:29:13.257Z] 55d6f2e7a5e0: Preparing [2020-12-07T15:29:13.257Z] 8abf3a910de1: Preparing [2020-12-07T15:29:13.257Z] 55d6f2e7a5e0: Layer already exists [2020-12-07T15:29:13.257Z] 56793858464c: Layer already exists [2020-12-07T15:29:13.257Z] 8abf3a910de1: Layer already exists [2020-12-07T15:29:13.257Z] master: digest: sha256:bd5accdffb29fe063d3a49b303905eece237335afbb58328c11deedf978e0368 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:29:13.585Z] ===================================================== [Pipeline] echo [2020-12-07T15:29:13.634Z] taggedImages: [2020-12-07T15:29:13.634Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:29:13.634Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.4 [2020-12-07T15:29:13.634Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:29:13.634Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-07T15:29:13.699Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-07T15:29:13.699Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:29:13.699Z] 2.0.0-dev.4 [2020-12-07T15:29:13.699Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:29:13.699Z] master [2020-12-07T15:29:13.699Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:14.182Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:14.480Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:29:14.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-07T15:29:14.480Z] 4c6702a5d7b6: Preparing [2020-12-07T15:29:14.480Z] 98172e8c6a21: Preparing [2020-12-07T15:29:14.480Z] 760922a7b8aa: Preparing [2020-12-07T15:29:14.480Z] 33ad4162886c: Preparing [2020-12-07T15:29:14.480Z] 79e33eaf6d1b: Preparing [2020-12-07T15:29:14.480Z] 09556702f8fc: Preparing [2020-12-07T15:29:14.480Z] 87830de02aaf: Preparing [2020-12-07T15:29:14.480Z] 3d9ce3ccee13: Preparing [2020-12-07T15:29:14.480Z] 84631c253a1d: Preparing [2020-12-07T15:29:14.480Z] 336623de938e: Preparing [2020-12-07T15:29:14.480Z] 63533b406c5a: Preparing [2020-12-07T15:29:14.480Z] 31b11ec6ff38: Preparing [2020-12-07T15:29:14.480Z] 911954e2fe49: Preparing [2020-12-07T15:29:14.480Z] ace0eda3e3be: Preparing [2020-12-07T15:29:14.480Z] 09556702f8fc: Waiting [2020-12-07T15:29:14.480Z] 87830de02aaf: Waiting [2020-12-07T15:29:14.480Z] 3d9ce3ccee13: Waiting [2020-12-07T15:29:14.480Z] 84631c253a1d: Waiting [2020-12-07T15:29:14.480Z] 911954e2fe49: Waiting [2020-12-07T15:29:14.480Z] 336623de938e: Waiting [2020-12-07T15:29:14.480Z] 31b11ec6ff38: Waiting [2020-12-07T15:29:14.480Z] 63533b406c5a: Waiting [2020-12-07T15:29:14.480Z] ace0eda3e3be: Waiting [2020-12-07T15:29:14.751Z] 79e33eaf6d1b: Pushed [2020-12-07T15:29:14.751Z] 4c6702a5d7b6: Pushed [2020-12-07T15:29:15.019Z] 33ad4162886c: Pushed [2020-12-07T15:29:15.019Z] 3d9ce3ccee13: Layer already exists [2020-12-07T15:29:15.019Z] 84631c253a1d: Layer already exists [2020-12-07T15:29:15.282Z] 336623de938e: Layer already exists [2020-12-07T15:29:15.282Z] 87830de02aaf: Pushed [2020-12-07T15:29:15.282Z] 63533b406c5a: Layer already exists [2020-12-07T15:29:15.282Z] 31b11ec6ff38: Layer already exists [2020-12-07T15:29:15.282Z] 911954e2fe49: Layer already exists [2020-12-07T15:29:15.282Z] ace0eda3e3be: Layer already exists [2020-12-07T15:29:15.282Z] 98172e8c6a21: Pushed [2020-12-07T15:29:15.875Z] 09556702f8fc: Pushed [2020-12-07T15:29:17.385Z] Removing intermediate container 791097978a0b [2020-12-07T15:29:17.385Z] ---> f79fc82d7385 [2020-12-07T15:29:17.385Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-07T15:29:17.385Z] ---> Running in f729529ae477 [2020-12-07T15:29:18.009Z] Removing intermediate container 16267d2836a4 [2020-12-07T15:29:18.009Z] ---> f07061d421e5 [2020-12-07T15:29:18.009Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-07T15:29:18.291Z] Removing intermediate container f729529ae477 [2020-12-07T15:29:18.291Z] ---> d0c3f4deee50 [2020-12-07T15:29:18.291Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-07T15:29:18.291Z] ---> Running in fc9c3e93aeb3 [2020-12-07T15:29:18.589Z] ---> Running in 672f44a30950 [2020-12-07T15:29:19.193Z] 760922a7b8aa: Pushed [2020-12-07T15:29:19.454Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:6402623a84d5612ea6e328f60e1cf0a1192dd6e89d9a0786c377217311652598 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:19.763Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:20.056Z] Removing intermediate container 672f44a30950 [2020-12-07T15:29:20.057Z] ---> 97e9a8f66a9f [2020-12-07T15:29:20.057Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-07T15:29:20.062Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.4 [2020-12-07T15:29:20.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-07T15:29:20.062Z] 4c6702a5d7b6: Preparing [2020-12-07T15:29:20.062Z] 98172e8c6a21: Preparing [2020-12-07T15:29:20.062Z] 760922a7b8aa: Preparing [2020-12-07T15:29:20.062Z] 33ad4162886c: Preparing [2020-12-07T15:29:20.062Z] 79e33eaf6d1b: Preparing [2020-12-07T15:29:20.062Z] 09556702f8fc: Preparing [2020-12-07T15:29:20.062Z] 87830de02aaf: Preparing [2020-12-07T15:29:20.062Z] 3d9ce3ccee13: Preparing [2020-12-07T15:29:20.062Z] 84631c253a1d: Preparing [2020-12-07T15:29:20.062Z] 336623de938e: Preparing [2020-12-07T15:29:20.062Z] 63533b406c5a: Preparing [2020-12-07T15:29:20.062Z] 31b11ec6ff38: Preparing [2020-12-07T15:29:20.062Z] 911954e2fe49: Preparing [2020-12-07T15:29:20.062Z] ace0eda3e3be: Preparing [2020-12-07T15:29:20.062Z] 3d9ce3ccee13: Waiting [2020-12-07T15:29:20.062Z] 84631c253a1d: Waiting [2020-12-07T15:29:20.062Z] 31b11ec6ff38: Waiting [2020-12-07T15:29:20.062Z] 911954e2fe49: Waiting [2020-12-07T15:29:20.062Z] 336623de938e: Waiting [2020-12-07T15:29:20.062Z] 63533b406c5a: Waiting [2020-12-07T15:29:20.062Z] ace0eda3e3be: Waiting [2020-12-07T15:29:20.062Z] 09556702f8fc: Waiting [2020-12-07T15:29:20.062Z] 87830de02aaf: Waiting [2020-12-07T15:29:20.062Z] 98172e8c6a21: Layer already exists [2020-12-07T15:29:20.062Z] 33ad4162886c: Layer already exists [2020-12-07T15:29:20.062Z] 79e33eaf6d1b: Layer already exists [2020-12-07T15:29:20.063Z] 760922a7b8aa: Layer already exists [2020-12-07T15:29:20.063Z] 4c6702a5d7b6: Layer already exists [2020-12-07T15:29:20.063Z] 09556702f8fc: Layer already exists [2020-12-07T15:29:20.063Z] 87830de02aaf: Layer already exists [2020-12-07T15:29:20.063Z] 84631c253a1d: Layer already exists [2020-12-07T15:29:20.063Z] 3d9ce3ccee13: Layer already exists [2020-12-07T15:29:20.063Z] 63533b406c5a: Layer already exists [2020-12-07T15:29:20.063Z] 336623de938e: Layer already exists [2020-12-07T15:29:20.063Z] 31b11ec6ff38: Layer already exists [2020-12-07T15:29:20.063Z] 911954e2fe49: Layer already exists [2020-12-07T15:29:20.063Z] ace0eda3e3be: Layer already exists [2020-12-07T15:29:20.063Z] 2.0.0-dev.4: digest: sha256:6402623a84d5612ea6e328f60e1cf0a1192dd6e89d9a0786c377217311652598 size: 3252 [2020-12-07T15:29:20.337Z] ---> Running in ba200dd903fc [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:20.632Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:20.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:29:20.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-07T15:29:20.930Z] 4c6702a5d7b6: Preparing [2020-12-07T15:29:20.930Z] 98172e8c6a21: Preparing [2020-12-07T15:29:20.930Z] 760922a7b8aa: Preparing [2020-12-07T15:29:20.930Z] 33ad4162886c: Preparing [2020-12-07T15:29:20.930Z] 79e33eaf6d1b: Preparing [2020-12-07T15:29:20.930Z] 09556702f8fc: Preparing [2020-12-07T15:29:20.930Z] 87830de02aaf: Preparing [2020-12-07T15:29:20.930Z] 3d9ce3ccee13: Preparing [2020-12-07T15:29:20.930Z] 84631c253a1d: Preparing [2020-12-07T15:29:20.930Z] 336623de938e: Preparing [2020-12-07T15:29:20.930Z] 63533b406c5a: Preparing [2020-12-07T15:29:20.930Z] 31b11ec6ff38: Preparing [2020-12-07T15:29:20.930Z] 911954e2fe49: Preparing [2020-12-07T15:29:20.930Z] ace0eda3e3be: Preparing [2020-12-07T15:29:20.930Z] 84631c253a1d: Waiting [2020-12-07T15:29:20.930Z] 336623de938e: Waiting [2020-12-07T15:29:20.930Z] 63533b406c5a: Waiting [2020-12-07T15:29:20.930Z] 31b11ec6ff38: Waiting [2020-12-07T15:29:20.930Z] 911954e2fe49: Waiting [2020-12-07T15:29:20.930Z] ace0eda3e3be: Waiting [2020-12-07T15:29:20.930Z] 09556702f8fc: Waiting [2020-12-07T15:29:20.930Z] 87830de02aaf: Waiting [2020-12-07T15:29:20.930Z] 3d9ce3ccee13: Waiting [2020-12-07T15:29:20.930Z] 79e33eaf6d1b: Layer already exists [2020-12-07T15:29:20.930Z] 760922a7b8aa: Layer already exists [2020-12-07T15:29:20.930Z] 98172e8c6a21: Layer already exists [2020-12-07T15:29:20.930Z] 4c6702a5d7b6: Layer already exists [2020-12-07T15:29:20.930Z] 33ad4162886c: Layer already exists [2020-12-07T15:29:20.930Z] 336623de938e: Layer already exists [2020-12-07T15:29:20.930Z] 3d9ce3ccee13: Layer already exists [2020-12-07T15:29:20.930Z] 87830de02aaf: Layer already exists [2020-12-07T15:29:20.930Z] 84631c253a1d: Layer already exists [2020-12-07T15:29:20.930Z] 09556702f8fc: Layer already exists [2020-12-07T15:29:20.930Z] 63533b406c5a: Layer already exists [2020-12-07T15:29:20.930Z] 911954e2fe49: Layer already exists [2020-12-07T15:29:20.930Z] 31b11ec6ff38: Layer already exists [2020-12-07T15:29:20.930Z] ace0eda3e3be: Layer already exists [2020-12-07T15:29:20.930Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:6402623a84d5612ea6e328f60e1cf0a1192dd6e89d9a0786c377217311652598 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:21.227Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:29:21.332Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-07T15:29:21.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-07T15:29:21.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-07T15:29:21.524Z] 4c6702a5d7b6: Preparing [2020-12-07T15:29:21.524Z] 98172e8c6a21: Preparing [2020-12-07T15:29:21.524Z] 760922a7b8aa: Preparing [2020-12-07T15:29:21.524Z] 33ad4162886c: Preparing [2020-12-07T15:29:21.524Z] 79e33eaf6d1b: Preparing [2020-12-07T15:29:21.524Z] 09556702f8fc: Preparing [2020-12-07T15:29:21.524Z] 87830de02aaf: Preparing [2020-12-07T15:29:21.524Z] 3d9ce3ccee13: Preparing [2020-12-07T15:29:21.524Z] 84631c253a1d: Preparing [2020-12-07T15:29:21.524Z] 336623de938e: Preparing [2020-12-07T15:29:21.524Z] 63533b406c5a: Preparing [2020-12-07T15:29:21.524Z] 31b11ec6ff38: Preparing [2020-12-07T15:29:21.524Z] 911954e2fe49: Preparing [2020-12-07T15:29:21.524Z] ace0eda3e3be: Preparing [2020-12-07T15:29:21.524Z] 09556702f8fc: Waiting [2020-12-07T15:29:21.524Z] 336623de938e: Waiting [2020-12-07T15:29:21.524Z] 63533b406c5a: Waiting [2020-12-07T15:29:21.524Z] 31b11ec6ff38: Waiting [2020-12-07T15:29:21.524Z] 911954e2fe49: Waiting [2020-12-07T15:29:21.524Z] ace0eda3e3be: Waiting [2020-12-07T15:29:21.524Z] 87830de02aaf: Waiting [2020-12-07T15:29:21.524Z] 3d9ce3ccee13: Waiting [2020-12-07T15:29:21.524Z] 84631c253a1d: Waiting [2020-12-07T15:29:21.524Z] 33ad4162886c: Layer already exists [2020-12-07T15:29:21.524Z] 4c6702a5d7b6: Layer already exists [2020-12-07T15:29:21.524Z] 98172e8c6a21: Layer already exists [2020-12-07T15:29:21.524Z] 79e33eaf6d1b: Layer already exists [2020-12-07T15:29:21.524Z] 760922a7b8aa: Layer already exists [2020-12-07T15:29:21.524Z] 09556702f8fc: Layer already exists [2020-12-07T15:29:21.524Z] 87830de02aaf: Layer already exists [2020-12-07T15:29:21.524Z] 336623de938e: Layer already exists [2020-12-07T15:29:21.524Z] 84631c253a1d: Layer already exists [2020-12-07T15:29:21.524Z] 3d9ce3ccee13: Layer already exists [2020-12-07T15:29:21.524Z] 63533b406c5a: Layer already exists [2020-12-07T15:29:21.524Z] 31b11ec6ff38: Layer already exists [2020-12-07T15:29:21.524Z] 911954e2fe49: Layer already exists [2020-12-07T15:29:21.524Z] ace0eda3e3be: Layer already exists [2020-12-07T15:29:21.524Z] master: digest: sha256:6402623a84d5612ea6e328f60e1cf0a1192dd6e89d9a0786c377217311652598 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:29:21.710Z] ===================================================== [Pipeline] echo [2020-12-07T15:29:21.759Z] taggedImages: [2020-12-07T15:29:21.759Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:29:21.759Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.4 [2020-12-07T15:29:21.759Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:29:21.759Z] - 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-07T15:29:24.759Z] Removing intermediate container 998822875a1c [2020-12-07T15:29:24.759Z] ---> 6bec8017508c [2020-12-07T15:29:24.759Z] [2020-12-07T15:29:24.759Z] Step 10/21 : FROM alpine [2020-12-07T15:29:24.759Z] ---> 2e77e061c27f [2020-12-07T15:29:24.759Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-07T15:29:24.759Z] ---> Running in ff123cd90b59 [2020-12-07T15:29:25.375Z] Removing intermediate container ba200dd903fc [2020-12-07T15:29:25.375Z] ---> 97f9d2923c0e [2020-12-07T15:29:25.375Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-07T15:29:27.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:29:27.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:29:27.403Z] ---> 275eb3785ffc [2020-12-07T15:29:27.403Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-07T15:29:27.682Z] Removing intermediate container fc9c3e93aeb3 [2020-12-07T15:29:27.682Z] ---> 54f72fd7a4f1 [2020-12-07T15:29:27.682Z] [2020-12-07T15:29:27.682Z] Step 11/27 : FROM docker:latest [2020-12-07T15:29:27.682Z] ---> 84e3a507c27b [2020-12-07T15:29:27.682Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-07T15:29:27.955Z] ---> Running in 9d66dccac5c0 [2020-12-07T15:29:28.227Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:29:28.227Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:29:28.227Z] OK: 12617 distinct packages available [2020-12-07T15:29:28.827Z] ---> aedd1715ad4d [2020-12-07T15:29:28.827Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-07T15:29:29.115Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-07T15:29:29.391Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T15:29:29.391Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-07T15:29:29.391Z] (4/4) Installing curl (7.69.1-r1) [2020-12-07T15:29:29.391Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:29:29.391Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T15:29:29.674Z] OK: 7 MiB in 18 packages [2020-12-07T15:29:30.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:29:30.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:29:30.964Z] ---> 0f0c479db753 [2020-12-07T15:29:30.964Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-07T15:29:31.571Z] (1/2) Installing readline (8.0.4-r0) [2020-12-07T15:29:31.571Z] (2/2) Installing bash (5.0.17-r0) [2020-12-07T15:29:31.571Z] Executing bash-5.0.17-r0.post-install [2020-12-07T15:29:31.571Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:29:31.571Z] OK: 12 MiB in 22 packages [2020-12-07T15:29:33.607Z] ---> 0232c5528f5a [2020-12-07T15:29:33.607Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-07T15:29:34.229Z] Removing intermediate container ff123cd90b59 [2020-12-07T15:29:34.229Z] ---> aaecb9d759ca [2020-12-07T15:29:34.229Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T15:29:34.697Z] ---> Running in d5413512670d [2020-12-07T15:29:34.991Z] Removing intermediate container 9d66dccac5c0 [2020-12-07T15:29:34.991Z] ---> 2bb5d3d04bc4 [2020-12-07T15:29:34.991Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-07T15:29:35.602Z] ---> Running in b53e708c4227 [2020-12-07T15:29:35.914Z] ---> b2c87fa2b214 [2020-12-07T15:29:35.914Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-07T15:29:36.190Z] ---> Running in fbe934236408 [2020-12-07T15:29:36.190Z] Removing intermediate container d5413512670d [2020-12-07T15:29:36.190Z] ---> 0532fb00ba5e [2020-12-07T15:29:36.190Z] Step 13/21 : WORKDIR /edgex [2020-12-07T15:29:36.798Z] ---> Running in 24c5a8366a25 [2020-12-07T15:29:38.246Z] Removing intermediate container 60af0c84b581 [2020-12-07T15:29:38.246Z] ---> 23e96f4b42a8 [2020-12-07T15:29:38.246Z] [2020-12-07T15:29:38.246Z] Step 10/24 : FROM scratch [2020-12-07T15:29:38.246Z] ---> [2020-12-07T15:29:38.246Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-07T15:29:38.246Z] Removing intermediate container 24c5a8366a25 [2020-12-07T15:29:38.246Z] ---> 3aaa4b9d2a2e [2020-12-07T15:29:38.246Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-07T15:29:38.525Z] ---> Running in 9c8740b784f8 [2020-12-07T15:29:39.537Z] Removing intermediate container 9c8740b784f8 [2020-12-07T15:29:39.537Z] ---> 53c25858da42 [2020-12-07T15:29:39.537Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-07T15:29:39.819Z] ---> Running in d22b4865c8a0 [2020-12-07T15:29:40.093Z] ---> a118cc5558f2 [2020-12-07T15:29:40.093Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-07T15:29:40.367Z] Removing intermediate container b53e708c4227 [2020-12-07T15:29:40.367Z] ---> 6d8365781f91 [2020-12-07T15:29:40.367Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-07T15:29:40.644Z] ---> Running in f35a3a9167ba [2020-12-07T15:29:40.644Z] Removing intermediate container d22b4865c8a0 [2020-12-07T15:29:40.644Z] ---> d1d7906ea922 [2020-12-07T15:29:40.644Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-07T15:29:40.644Z] Removing intermediate container fbe934236408 [2020-12-07T15:29:40.644Z] ---> 4f73448e304d [2020-12-07T15:29:40.644Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T15:29:40.919Z] ---> Running in 8c9d1392f80b [2020-12-07T15:29:41.520Z] Removing intermediate container f35a3a9167ba [2020-12-07T15:29:41.520Z] ---> ae8f2752d663 [2020-12-07T15:29:41.520Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-07T15:29:41.520Z] ---> Running in 6e251f7cabce [2020-12-07T15:29:41.795Z] Removing intermediate container 8c9d1392f80b [2020-12-07T15:29:41.795Z] ---> 1ab787b72a99 [2020-12-07T15:29:41.795Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-07T15:29:42.074Z] ---> 8abd9b4e145f [2020-12-07T15:29:42.074Z] ---> 63a3482ed9a9 [2020-12-07T15:29:42.074Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-07T15:29:42.074Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T15:29:42.346Z] Removing intermediate container 6e251f7cabce [2020-12-07T15:29:42.346Z] ---> 324f8a55333c [2020-12-07T15:29:42.346Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-07T15:29:42.346Z] ---> Running in 0ff7eee334c4 [2020-12-07T15:29:42.618Z] ---> Running in 1d7e10333bf2 [2020-12-07T15:29:43.222Z] ---> b8719f8453d4 [2020-12-07T15:29:43.222Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-07T15:29:43.501Z] Removing intermediate container 1d7e10333bf2 [2020-12-07T15:29:43.501Z] ---> 2a8bf8a1f488 [2020-12-07T15:29:43.501Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-07T15:29:44.109Z] ---> 6b58644a3bd1 [2020-12-07T15:29:44.109Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-07T15:29:44.394Z] ---> Running in 5628acc8bdc1 [2020-12-07T15:29:45.406Z] Removing intermediate container 5628acc8bdc1 [2020-12-07T15:29:45.406Z] ---> 9dc9e9367f30 [2020-12-07T15:29:45.406Z] Step 18/21 : CMD ["--init=true"] [2020-12-07T15:29:45.406Z] ---> f509b00a0ad0 [2020-12-07T15:29:45.406Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-07T15:29:45.406Z] ---> Running in 330ae39f6efa [2020-12-07T15:29:45.406Z] ---> a6a186b6620e [2020-12-07T15:29:45.406Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-07T15:29:45.686Z] Removing intermediate container 0ff7eee334c4 [2020-12-07T15:29:45.686Z] ---> 5b330eb58c4b [2020-12-07T15:29:45.686Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-07T15:29:45.686Z] ---> Running in 5d98e662e50b [2020-12-07T15:29:46.337Z] Removing intermediate container 330ae39f6efa [2020-12-07T15:29:46.337Z] ---> c9dea7417a1e [2020-12-07T15:29:46.337Z] Step 19/21 : LABEL arch=arm64 [2020-12-07T15:29:46.620Z] ---> Running in 0dd2c5fcf1b7 [2020-12-07T15:29:46.896Z] ---> d4ad31af9686 [2020-12-07T15:29:46.896Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-07T15:29:47.505Z] ---> 158e29ec3dfe [2020-12-07T15:29:47.505Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-07T15:29:47.505Z] Removing intermediate container 0dd2c5fcf1b7 [2020-12-07T15:29:47.505Z] ---> 7875a5bdabd6 [2020-12-07T15:29:47.505Z] Step 20/21 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:29:48.103Z] ---> Running in 8debdeeb086e [2020-12-07T15:29:48.385Z] ---> cb0d81d904f3 [2020-12-07T15:29:48.385Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-07T15:29:48.979Z] ---> Running in f392106abc8b [2020-12-07T15:29:48.979Z] ---> 47b93712adda [2020-12-07T15:29:48.979Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-07T15:29:49.255Z] Removing intermediate container 8debdeeb086e [2020-12-07T15:29:49.255Z] ---> 837bdc85828b [2020-12-07T15:29:49.255Z] Step 21/21 : LABEL version=2.0.0-dev.4 [2020-12-07T15:29:49.255Z] ---> Running in 96ed1ed8bd45 [2020-12-07T15:29:50.245Z] Removing intermediate container 5d98e662e50b [2020-12-07T15:29:50.245Z] ---> 42810add901d [2020-12-07T15:29:50.245Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T15:29:50.245Z] Removing intermediate container 96ed1ed8bd45 [2020-12-07T15:29:50.245Z] ---> f6bbd1f32112 [2020-12-07T15:29:50.245Z] [2020-12-07T15:29:50.518Z] ---> Running in 97823b03bea5 [2020-12-07T15:29:50.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:29:50.789Z] Successfully built f6bbd1f32112 [2020-12-07T15:29:50.789Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-07T15:29:50.789Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2020-12-07T15:29:51.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:29:51.338Z] ---> 408c7a6ab11d [2020-12-07T15:29:51.338Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-07T15:29:51.338Z] Removing intermediate container 97823b03bea5 [2020-12-07T15:29:51.338Z] ---> 2b112df11fe6 [2020-12-07T15:29:51.338Z] Step 26/29 : CMD [ "generate" ] [2020-12-07T15:29:51.611Z] ---> Running in 70a60ac6a232 [2020-12-07T15:29:51.611Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-07T15:29:51.611Z] (2/33) Installing expat (2.2.9-r1) [2020-12-07T15:29:51.611Z] (3/33) Installing libffi (3.3-r2) [2020-12-07T15:29:51.611Z] (4/33) Installing gdbm (1.13-r1) [2020-12-07T15:29:51.611Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-07T15:29:51.611Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-07T15:29:51.887Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-07T15:29:52.501Z] Removing intermediate container 70a60ac6a232 [2020-12-07T15:29:52.777Z] ---> 96ff1750c0e2 [2020-12-07T15:29:52.777Z] Step 27/29 : LABEL arch=arm64 [2020-12-07T15:29:53.781Z] ---> 07fdcc6e883d [2020-12-07T15:29:53.781Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-07T15:29:53.781Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-07T15:29:53.781Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-07T15:29:53.781Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-07T15:29:53.781Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-07T15:29:53.781Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-07T15:29:53.781Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-07T15:29:53.781Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-07T15:29:53.781Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-07T15:29:54.080Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-07T15:29:54.080Z] ---> Running in b37cba8bea35 [2020-12-07T15:29:54.080Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-07T15:29:54.080Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-07T15:29:54.080Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-07T15:29:54.080Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-07T15:29:54.080Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-07T15:29:54.080Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-07T15:29:54.358Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-07T15:29:54.358Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-07T15:29:54.358Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-07T15:29:54.358Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-07T15:29:54.358Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-07T15:29:54.358Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-07T15:29:54.358Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-07T15:29:54.358Z] ---> Running in dc4fa863919c [2020-12-07T15:29:54.358Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-07T15:29:54.358Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-07T15:29:54.358Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-07T15:29:54.640Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-07T15:29:54.640Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:29:54.640Z] OK: 71 MiB in 55 packages [2020-12-07T15:29:54.912Z] Removing intermediate container b37cba8bea35 [2020-12-07T15:29:54.912Z] ---> f90c3b4c8234 [2020-12-07T15:29:54.912Z] Step 28/29 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:29:55.187Z] Removing intermediate container dc4fa863919c [2020-12-07T15:29:55.187Z] ---> 1b0837f60a36 [2020-12-07T15:29:55.187Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:29:55.187Z] ---> Running in 9dace9d52bf8 [2020-12-07T15:29:55.463Z] ---> Running in 8032f22de47a [2020-12-07T15:29:56.067Z] Removing intermediate container 9dace9d52bf8 [2020-12-07T15:29:56.067Z] ---> 4c17a09373d2 [2020-12-07T15:29:56.067Z] Step 29/29 : LABEL version=2.0.0-dev.4 [2020-12-07T15:29:56.067Z] Removing intermediate container 8032f22de47a [2020-12-07T15:29:56.067Z] ---> 8afe790b0686 [2020-12-07T15:29:56.067Z] Step 22/24 : LABEL arch=arm64 [2020-12-07T15:29:56.350Z] ---> Running in edd66e715adb [2020-12-07T15:29:56.625Z] ---> Running in 3f8b6b7e6478 [2020-12-07T15:29:57.223Z] Removing intermediate container edd66e715adb [2020-12-07T15:29:57.223Z] ---> 83e75f9111e5 [2020-12-07T15:29:57.223Z] [2020-12-07T15:29:57.820Z] Removing intermediate container 3f8b6b7e6478 [2020-12-07T15:29:57.820Z] ---> 6f0df14c4b94 [2020-12-07T15:29:57.820Z] Step 23/24 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:29:57.820Z] Successfully built 83e75f9111e5 [2020-12-07T15:29:58.092Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-07T15:29:58.092Z]  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go [2020-12-07T15:29:58.092Z] ---> Running in a223725554f5 [2020-12-07T15:29:59.070Z] Removing intermediate container a223725554f5 [2020-12-07T15:29:59.070Z] ---> 57b5bc250b92 [2020-12-07T15:29:59.070Z] Step 24/24 : LABEL version=2.0.0-dev.4 [2020-12-07T15:29:59.668Z] ---> Running in 352a124a6e99 [2020-12-07T15:29:59.668Z] Removing intermediate container 6b152db3ebfd [2020-12-07T15:29:59.668Z] ---> 35ace0408ae1 [2020-12-07T15:29:59.668Z] [2020-12-07T15:29:59.668Z] Step 10/23 : FROM alpine [2020-12-07T15:29:59.668Z] ---> 2e77e061c27f [2020-12-07T15:29:59.668Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T15:30:00.655Z] ---> Running in 05a2f8214fcc [2020-12-07T15:30:00.655Z] Removing intermediate container 352a124a6e99 [2020-12-07T15:30:00.655Z] ---> caa19946f46b [2020-12-07T15:30:00.655Z] [2020-12-07T15:30:01.649Z] Successfully built caa19946f46b [2020-12-07T15:30:01.933Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-07T15:30:01.933Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-12-07T15:30:02.567Z] Removing intermediate container 05a2f8214fcc [2020-12-07T15:30:02.567Z] ---> c584e4f10770 [2020-12-07T15:30:02.567Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-07T15:30:02.889Z] ---> Running in 880badf79c95 [2020-12-07T15:30:03.954Z] Removing intermediate container f392106abc8b [2020-12-07T15:30:03.954Z] ---> 31003ef2ae3d [2020-12-07T15:30:03.954Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-07T15:30:04.236Z] Removing intermediate container 880badf79c95 [2020-12-07T15:30:04.236Z] ---> 7d9844ea1090 [2020-12-07T15:30:04.236Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-07T15:30:04.236Z] ---> Running in 7f48c372e7c9 [2020-12-07T15:30:04.513Z] ---> Running in 0c8d7bfb975c [2020-12-07T15:30:05.119Z] Removing intermediate container 0c8d7bfb975c [2020-12-07T15:30:05.119Z] ---> 615135e16657 [2020-12-07T15:30:05.119Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:30:05.396Z] ---> Running in e02dd63ec0fb [2020-12-07T15:30:08.817Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:30:08.817Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:30:08.817Z] ---> 24b6a387addb [2020-12-07T15:30:08.817Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T15:30:08.817Z] ---> Using cache [2020-12-07T15:30:08.817Z] ---> bcf2bf0aaeb1 [2020-12-07T15:30:08.817Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:30:08.817Z] ---> Using cache [2020-12-07T15:30:08.817Z] ---> 29a4c0ea33af [2020-12-07T15:30:08.817Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T15:30:08.817Z] ---> Using cache [2020-12-07T15:30:08.817Z] ---> 10ce494b2fc8 [2020-12-07T15:30:08.817Z] Step 6/22 : COPY go.mod . [2020-12-07T15:30:08.817Z] ---> Using cache [2020-12-07T15:30:08.817Z] ---> 41f39caacc82 [2020-12-07T15:30:08.817Z] Step 7/22 : RUN go mod download [2020-12-07T15:30:08.817Z] ---> Using cache [2020-12-07T15:30:08.817Z] ---> 8bfe5d415dd2 [2020-12-07T15:30:08.817Z] Step 8/22 : COPY . . [2020-12-07T15:30:08.817Z] ---> Using cache [2020-12-07T15:30:08.817Z] ---> 648aa8e53921 [2020-12-07T15:30:08.817Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-07T15:30:09.091Z] ---> Running in f0813de28214 [2020-12-07T15:30:09.091Z] Removing intermediate container e02dd63ec0fb [2020-12-07T15:30:09.091Z] ---> b9ef6910a098 [2020-12-07T15:30:09.092Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-07T15:30:09.703Z] ---> Running in 6a5e73b771e3 [2020-12-07T15:30:11.146Z] Collecting docker-compose==1.23.2 [2020-12-07T15:30:11.146Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-07T15:30:11.423Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-07T15:30:11.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:30:12.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:30:12.302Z] Collecting docker<4.0,>=3.6.0 [2020-12-07T15:30:12.581Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-07T15:30:13.563Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-07T15:30:13.563Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-07T15:30:13.563Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-07T15:30:13.563Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-07T15:30:13.563Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-07T15:30:14.169Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-07T15:30:14.169Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-07T15:30:14.169Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:30:14.449Z] OK: 8 MiB in 19 packages [2020-12-07T15:30:14.449Z] Collecting cached-property<2,>=1.2.0 [2020-12-07T15:30:14.449Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-07T15:30:14.726Z] 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-07T15:30:15.003Z] Collecting texttable<0.10,>=0.9.0 [2020-12-07T15:30:15.003Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-07T15:30:17.704Z] Removing intermediate container 6a5e73b771e3 [2020-12-07T15:30:17.704Z] ---> 805eac08e702 [2020-12-07T15:30:17.704Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-07T15:30:17.704Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-07T15:30:17.704Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-07T15:30:19.156Z] ---> 18a5953c532d [2020-12-07T15:30:19.156Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-07T15:30:20.170Z] Collecting docopt<0.7,>=0.6.1 [2020-12-07T15:30:20.170Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-07T15:30:20.784Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:30:20.784Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:30:20.784Z] ---> 24b6a387addb [2020-12-07T15:30:20.784Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T15:30:20.784Z] ---> Using cache [2020-12-07T15:30:20.784Z] ---> bcf2bf0aaeb1 [2020-12-07T15:30:20.784Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:30:20.784Z] ---> Using cache [2020-12-07T15:30:20.784Z] ---> 29a4c0ea33af [2020-12-07T15:30:20.784Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T15:30:20.784Z] ---> Using cache [2020-12-07T15:30:20.784Z] ---> 10ce494b2fc8 [2020-12-07T15:30:20.784Z] Step 6/21 : COPY go.mod . [2020-12-07T15:30:20.784Z] ---> Using cache [2020-12-07T15:30:20.784Z] ---> 41f39caacc82 [2020-12-07T15:30:20.784Z] Step 7/21 : RUN go mod download [2020-12-07T15:30:20.784Z] ---> Using cache [2020-12-07T15:30:20.784Z] ---> 8bfe5d415dd2 [2020-12-07T15:30:20.784Z] Step 8/21 : COPY . . [2020-12-07T15:30:20.784Z] ---> Using cache [2020-12-07T15:30:20.784Z] ---> 648aa8e53921 [2020-12-07T15:30:20.784Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-07T15:30:22.256Z] ---> Running in ed0f8cf7c69d [2020-12-07T15:30:22.558Z] ---> e79652d76d36 [2020-12-07T15:30:22.558Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-07T15:30:23.547Z] Collecting PyYAML<4,>=3.10 [2020-12-07T15:30:23.547Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-07T15:30:24.533Z] ---> 5960baf268b4 [2020-12-07T15:30:24.533Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-07T15:30:24.809Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-07T15:30:24.809Z] ---> Running in 9391021ccbb0 [2020-12-07T15:30:25.796Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:30:25.796Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:30:25.796Z] ---> 24b6a387addb [2020-12-07T15:30:25.796Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T15:30:25.796Z] ---> Using cache [2020-12-07T15:30:25.796Z] ---> bcf2bf0aaeb1 [2020-12-07T15:30:25.796Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:30:25.796Z] ---> Using cache [2020-12-07T15:30:25.796Z] ---> 29a4c0ea33af [2020-12-07T15:30:25.796Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T15:30:25.796Z] ---> Using cache [2020-12-07T15:30:25.796Z] ---> 10ce494b2fc8 [2020-12-07T15:30:25.796Z] Step 6/22 : COPY go.mod . [2020-12-07T15:30:25.796Z] ---> Using cache [2020-12-07T15:30:25.796Z] ---> 41f39caacc82 [2020-12-07T15:30:25.796Z] Step 7/22 : RUN go mod download [2020-12-07T15:30:25.796Z] ---> Using cache [2020-12-07T15:30:25.796Z] ---> 8bfe5d415dd2 [2020-12-07T15:30:25.796Z] Step 8/22 : COPY . . [2020-12-07T15:30:25.796Z] Removing intermediate container 9391021ccbb0 [2020-12-07T15:30:25.796Z] ---> 2cabd6c93ea6 [2020-12-07T15:30:26.074Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:30:26.074Z] ---> Using cache [2020-12-07T15:30:26.074Z] ---> 648aa8e53921 [2020-12-07T15:30:26.074Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-07T15:30:26.074Z] ---> Running in 58743ee2f145 [2020-12-07T15:30:26.348Z] ---> Running in 51e88bd85283 [2020-12-07T15:30:26.949Z] Removing intermediate container 58743ee2f145 [2020-12-07T15:30:26.949Z] ---> 511d576a1505 [2020-12-07T15:30:26.949Z] Step 21/23 : LABEL arch=arm64 [2020-12-07T15:30:27.222Z] ---> Running in 58edc3e11cb3 [2020-12-07T15:30:27.845Z] Removing intermediate container 58edc3e11cb3 [2020-12-07T15:30:27.845Z] ---> 5cd389376948 [2020-12-07T15:30:27.845Z] Step 22/23 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:30:28.439Z] Collecting jsonschema<3,>=2.5.1 [2020-12-07T15:30:28.439Z] ---> Running in 744166b1dd05 [2020-12-07T15:30:28.439Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-07T15:30:28.713Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/core-command/core-command ./cmd/core-command [2020-12-07T15:30:28.983Z] Removing intermediate container 744166b1dd05 [2020-12-07T15:30:28.983Z] ---> d36ecc3a5662 [2020-12-07T15:30:28.983Z] Step 23/23 : LABEL version=2.0.0-dev.4 [2020-12-07T15:30:29.258Z] ---> Running in 9e98cafe874b [2020-12-07T15:30:29.857Z] Removing intermediate container 9e98cafe874b [2020-12-07T15:30:29.857Z] ---> 60267efdfb8c [2020-12-07T15:30:29.857Z] [2020-12-07T15:30:30.134Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-07T15:30:30.134Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-07T15:30:30.408Z] Successfully built 60267efdfb8c [2020-12-07T15:30:30.408Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-07T15:30:30.408Z] Building docker-security-secretstore-setup-go [2020-12-07T15:30:30.683Z]  Building docker-core-data-go ... done Collecting docker-pycreds>=0.4.0 [2020-12-07T15:30:30.956Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-07T15:30:31.937Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-07T15:30:31.937Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-07T15:30:32.536Z] Collecting idna<2.8,>=2.5 [2020-12-07T15:30:32.536Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-07T15:30:32.536Z] 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-07T15:30:32.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-07T15:30:32.810Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-07T15:30:32.810Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-07T15:30:32.810Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-07T15:30:32.810Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-07T15:30:34.184Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, texttable, dockerpty, docopt, PyYAML, jsonschema, docker-compose [2020-12-07T15:30:34.816Z] Attempting uninstall: urllib3 [2020-12-07T15:30:34.816Z] Found existing installation: urllib3 1.25.9 [2020-12-07T15:30:34.816Z] Uninstalling urllib3-1.25.9: [2020-12-07T15:30:35.094Z] Successfully uninstalled urllib3-1.25.9 [2020-12-07T15:30:35.694Z] Attempting uninstall: idna [2020-12-07T15:30:35.694Z] Found existing installation: idna 2.9 [2020-12-07T15:30:35.694Z] Uninstalling idna-2.9: [2020-12-07T15:30:35.966Z] Successfully uninstalled idna-2.9 [2020-12-07T15:30:36.561Z] Attempting uninstall: requests [2020-12-07T15:30:36.561Z] Found existing installation: requests 2.23.0 [2020-12-07T15:30:36.561Z] Uninstalling requests-2.23.0: [2020-12-07T15:30:36.834Z] Successfully uninstalled requests-2.23.0 [2020-12-07T15:30:38.820Z] Running setup.py install for texttable: started [2020-12-07T15:30:42.239Z] Running setup.py install for texttable: finished with status 'done' [2020-12-07T15:30:42.520Z] Running setup.py install for dockerpty: started [2020-12-07T15:30:46.856Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-07T15:30:46.856Z] Running setup.py install for docopt: started [2020-12-07T15:30:47.851Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:30:47.851Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:30:47.851Z] ---> 24b6a387addb [2020-12-07T15:30:47.851Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T15:30:47.851Z] ---> Using cache [2020-12-07T15:30:47.851Z] ---> bcf2bf0aaeb1 [2020-12-07T15:30:47.851Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:30:47.851Z] ---> Using cache [2020-12-07T15:30:47.851Z] ---> 29a4c0ea33af [2020-12-07T15:30:47.851Z] Step 5/24 : RUN apk update && apk add make git [2020-12-07T15:30:47.851Z] ---> Using cache [2020-12-07T15:30:47.851Z] ---> 10ce494b2fc8 [2020-12-07T15:30:47.851Z] Step 6/24 : COPY go.mod . [2020-12-07T15:30:47.851Z] ---> Using cache [2020-12-07T15:30:47.851Z] ---> 41f39caacc82 [2020-12-07T15:30:47.851Z] Step 7/24 : RUN go mod download [2020-12-07T15:30:47.851Z] ---> Using cache [2020-12-07T15:30:47.851Z] ---> 8bfe5d415dd2 [2020-12-07T15:30:47.851Z] Step 8/24 : COPY . . [2020-12-07T15:30:47.851Z] ---> Using cache [2020-12-07T15:30:47.851Z] ---> 648aa8e53921 [2020-12-07T15:30:47.851Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-07T15:30:49.850Z] ---> Running in c4c2bd31ecb1 [2020-12-07T15:30:50.126Z] Running setup.py install for docopt: finished with status 'done' [2020-12-07T15:30:50.126Z] Running setup.py install for PyYAML: started [2020-12-07T15:30:52.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-07T15:30:53.549Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-07T15:30:55.534Z] 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-07T15:31:02.274Z] Removing intermediate container 7f48c372e7c9 [2020-12-07T15:31:02.275Z] ---> 4d6c9e5eeff2 [2020-12-07T15:31:02.275Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-07T15:31:02.275Z] ---> Running in a19681ed7e60 [2020-12-07T15:31:03.725Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:31:03.725Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:31:04.712Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T15:31:04.712Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-07T15:31:04.712Z] (3/3) Installing curl (7.69.1-r1) [2020-12-07T15:31:04.712Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:31:04.712Z] OK: 71 MiB in 58 packages [2020-12-07T15:31:06.696Z] Removing intermediate container a19681ed7e60 [2020-12-07T15:31:06.696Z] ---> df8ecf0bbe66 [2020-12-07T15:31:06.696Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-07T15:31:06.971Z] ---> Running in 8d59c5e17822 [2020-12-07T15:31:07.590Z] Removing intermediate container 8d59c5e17822 [2020-12-07T15:31:07.590Z] ---> c82f869cfc64 [2020-12-07T15:31:07.590Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:31:07.866Z] ---> Running in 278e9951038d [2020-12-07T15:31:08.861Z] Removing intermediate container 278e9951038d [2020-12-07T15:31:08.861Z] ---> 4a607b3ab2b9 [2020-12-07T15:31:08.861Z] Step 25/27 : LABEL arch=arm64 [2020-12-07T15:31:08.861Z] ---> Running in 4c772c5afa3b [2020-12-07T15:31:09.463Z] Removing intermediate container 4c772c5afa3b [2020-12-07T15:31:09.463Z] ---> f8a75a585d45 [2020-12-07T15:31:09.463Z] Step 26/27 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:31:09.743Z] ---> Running in c7c94981dc34 [2020-12-07T15:31:10.668Z] Removing intermediate container c7c94981dc34 [2020-12-07T15:31:10.668Z] ---> e9c61682c9d1 [2020-12-07T15:31:10.668Z] Step 27/27 : LABEL version=2.0.0-dev.4 [2020-12-07T15:31:10.668Z] ---> Running in 367c0aed3640 [2020-12-07T15:31:11.328Z] Removing intermediate container 367c0aed3640 [2020-12-07T15:31:11.328Z] ---> 6c15b4bd5316 [2020-12-07T15:31:11.328Z] [2020-12-07T15:31:11.605Z] Successfully built 6c15b4bd5316 [2020-12-07T15:31:11.605Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-07T15:31:11.605Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-12-07T15:31:29.974Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:31:29.974Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:31:29.974Z] ---> 24b6a387addb [2020-12-07T15:31:29.974Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T15:31:29.974Z] ---> Using cache [2020-12-07T15:31:29.974Z] ---> bcf2bf0aaeb1 [2020-12-07T15:31:29.974Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:31:29.974Z] ---> Using cache [2020-12-07T15:31:29.974Z] ---> 29a4c0ea33af [2020-12-07T15:31:29.974Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T15:31:29.974Z] ---> Using cache [2020-12-07T15:31:29.974Z] ---> 10ce494b2fc8 [2020-12-07T15:31:29.974Z] Step 6/22 : COPY go.mod . [2020-12-07T15:31:29.974Z] ---> Using cache [2020-12-07T15:31:29.974Z] ---> 41f39caacc82 [2020-12-07T15:31:29.974Z] Step 7/22 : RUN go mod download [2020-12-07T15:31:29.974Z] ---> Using cache [2020-12-07T15:31:29.974Z] ---> 8bfe5d415dd2 [2020-12-07T15:31:29.974Z] Step 8/22 : COPY . . [2020-12-07T15:31:29.974Z] ---> Using cache [2020-12-07T15:31:29.974Z] ---> 648aa8e53921 [2020-12-07T15:31:29.974Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-07T15:31:29.974Z] ---> Running in 5540a22b99fa [2020-12-07T15:31:31.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-07T15:31:39.713Z] Removing intermediate container f0813de28214 [2020-12-07T15:31:39.713Z] ---> a20d088f5276 [2020-12-07T15:31:39.713Z] [2020-12-07T15:31:39.713Z] Step 10/22 : FROM alpine:3.10 [2020-12-07T15:31:39.713Z] 3.10: Pulling from library/alpine [2020-12-07T15:31:39.988Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-07T15:31:39.988Z] Status: Downloaded newer image for alpine:3.10 [2020-12-07T15:31:39.988Z] ---> 536a684cf733 [2020-12-07T15:31:39.988Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T15:31:40.259Z] ---> Running in 38301582ebb4 [2020-12-07T15:31:42.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:31:42.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:31:43.466Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-07T15:31:43.466Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-07T15:31:43.466Z] OK: 10169 distinct packages available [2020-12-07T15:31:44.068Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-07T15:31:44.345Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-07T15:31:44.345Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-07T15:31:44.345Z] (4/5) Installing curl (7.66.0-r1) [2020-12-07T15:31:44.345Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-07T15:31:44.345Z] Executing busybox-1.30.1-r3.trigger [2020-12-07T15:31:44.345Z] Executing ca-certificates-20191127-r2.trigger [2020-12-07T15:31:44.624Z] OK: 7 MiB in 19 packages [2020-12-07T15:31:47.250Z] Removing intermediate container 38301582ebb4 [2020-12-07T15:31:47.250Z] ---> dc1f23ab2aff [2020-12-07T15:31:47.250Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-07T15:31:47.526Z] ---> Running in dff3ef46926c [2020-12-07T15:31:48.139Z] Removing intermediate container dff3ef46926c [2020-12-07T15:31:48.139Z] ---> 9c4c941c6dae [2020-12-07T15:31:48.139Z] Step 13/22 : WORKDIR / [2020-12-07T15:31:48.418Z] ---> Running in e70c9a8bd241 [2020-12-07T15:31:49.404Z] Removing intermediate container e70c9a8bd241 [2020-12-07T15:31:49.404Z] ---> f960101dabe1 [2020-12-07T15:31:49.404Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-07T15:31:50.389Z] ---> 73450b28be18 [2020-12-07T15:31:50.389Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-07T15:31:52.376Z] ---> 4f0ac7b1c8fa [2020-12-07T15:31:52.376Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-07T15:31:53.360Z] ---> 7a29f6d1e3e5 [2020-12-07T15:31:53.360Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-07T15:31:54.803Z] ---> 26cb533b76c5 [2020-12-07T15:31:54.803Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-07T15:31:54.803Z] ---> Running in e97dd040193d [2020-12-07T15:31:58.208Z] Removing intermediate container e97dd040193d [2020-12-07T15:31:58.208Z] ---> c586b23e9fd1 [2020-12-07T15:31:58.208Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-07T15:31:58.482Z] ---> Running in 8383373cd41d [2020-12-07T15:31:59.115Z] Removing intermediate container 8383373cd41d [2020-12-07T15:31:59.115Z] ---> 80946a1bbb7e [2020-12-07T15:31:59.115Z] Step 20/22 : LABEL arch=arm64 [2020-12-07T15:31:59.115Z] ---> Running in 2272c73dc291 [2020-12-07T15:31:59.893Z] Removing intermediate container 2272c73dc291 [2020-12-07T15:31:59.893Z] ---> eda34c7e4782 [2020-12-07T15:31:59.893Z] Step 21/22 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:32:00.178Z] ---> Running in a9ba78450eb2 [2020-12-07T15:32:00.789Z] Removing intermediate container a9ba78450eb2 [2020-12-07T15:32:00.789Z] ---> 1ed725e6b508 [2020-12-07T15:32:00.789Z] Step 22/22 : LABEL version=2.0.0-dev.4 [2020-12-07T15:32:01.069Z] ---> Running in db4fafa20d73 [2020-12-07T15:32:01.674Z] Removing intermediate container db4fafa20d73 [2020-12-07T15:32:01.674Z] ---> 4a1b8d55129b [2020-12-07T15:32:01.674Z] [2020-12-07T15:32:02.276Z] Successfully built 4a1b8d55129b [2020-12-07T15:32:02.276Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-07T15:32:12.462Z]  Building docker-security-bootstrap-redis-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.4" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-07T15:32:24.918Z] Removing intermediate container ed0f8cf7c69d [2020-12-07T15:32:24.918Z] ---> 0f8e27713786 [2020-12-07T15:32:24.918Z] [2020-12-07T15:32:24.918Z] Step 10/21 : FROM scratch [2020-12-07T15:32:24.918Z] ---> [2020-12-07T15:32:24.918Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T15:32:25.518Z] ---> Running in d52f82d90594 [2020-12-07T15:32:26.497Z] Removing intermediate container d52f82d90594 [2020-12-07T15:32:26.497Z] ---> a24a35a640f8 [2020-12-07T15:32:26.497Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-07T15:32:26.771Z] Removing intermediate container c4c2bd31ecb1 [2020-12-07T15:32:26.771Z] ---> ca148d707774 [2020-12-07T15:32:26.771Z] [2020-12-07T15:32:26.771Z] Step 10/24 : FROM alpine:3.10 [2020-12-07T15:32:26.771Z] ---> 536a684cf733 [2020-12-07T15:32:26.771Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T15:32:26.771Z] ---> Using cache [2020-12-07T15:32:26.771Z] ---> dc1f23ab2aff [2020-12-07T15:32:26.771Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T15:32:26.771Z] ---> Running in 79a777946e57 [2020-12-07T15:32:27.045Z] ---> Running in e8a49aa4cc50 [2020-12-07T15:32:28.019Z] Removing intermediate container 79a777946e57 [2020-12-07T15:32:28.019Z] ---> 49fffb966c12 [2020-12-07T15:32:28.019Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-07T15:32:28.019Z] ---> Running in cb7b756bf9ae [2020-12-07T15:32:28.019Z] Removing intermediate container e8a49aa4cc50 [2020-12-07T15:32:28.019Z] ---> f4a3b8224722 [2020-12-07T15:32:28.019Z] Step 13/24 : WORKDIR / [2020-12-07T15:32:28.293Z] Removing intermediate container 51e88bd85283 [2020-12-07T15:32:28.293Z] ---> 62379e08d312 [2020-12-07T15:32:28.293Z] [2020-12-07T15:32:28.293Z] Step 10/22 : FROM scratch [2020-12-07T15:32:28.293Z] ---> [2020-12-07T15:32:28.293Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T15:32:28.293Z] ---> Running in 20867b4745f4 [2020-12-07T15:32:28.567Z] ---> Using cache [2020-12-07T15:32:28.567Z] ---> a24a35a640f8 [2020-12-07T15:32:28.567Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-07T15:32:28.844Z] Removing intermediate container cb7b756bf9ae [2020-12-07T15:32:28.844Z] ---> bd3d39c4e791 [2020-12-07T15:32:28.844Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-07T15:32:28.844Z] ---> Running in c7de6b0d13de [2020-12-07T15:32:29.120Z] Removing intermediate container 20867b4745f4 [2020-12-07T15:32:29.120Z] ---> 99c208bd95f5 [2020-12-07T15:32:29.120Z] 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-07T15:32:29.722Z] Removing intermediate container c7de6b0d13de [2020-12-07T15:32:29.722Z] ---> 746505094a3e [2020-12-07T15:32:29.722Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T15:32:29.997Z] ---> Running in 1fa301469cdf [2020-12-07T15:32:29.997Z] ---> bebb87450ce3 [2020-12-07T15:32:29.997Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-07T15:32:30.593Z] ---> c2590551dcf1 [2020-12-07T15:32:30.593Z] 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-07T15:32:30.593Z] Removing intermediate container 1fa301469cdf [2020-12-07T15:32:30.593Z] ---> cd611209c22a [2020-12-07T15:32:30.593Z] Step 14/22 : WORKDIR / [2020-12-07T15:32:30.900Z] ---> Running in ec5b3d9c2f41 [2020-12-07T15:32:31.503Z] ---> 658a173176cc [2020-12-07T15:32:31.503Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-07T15:32:31.780Z] Removing intermediate container ec5b3d9c2f41 [2020-12-07T15:32:31.780Z] ---> afc9a6f1f0af [2020-12-07T15:32:31.780Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-07T15:32:32.061Z] ---> 7203c6a9f766 [2020-12-07T15:32:32.061Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-07T15:32:33.053Z] ---> 4a530f3c6dd2 [2020-12-07T15:32:33.053Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-07T15:32:33.329Z] ---> 47d6bbb10204 [2020-12-07T15:32:33.329Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-07T15:32:33.329Z] ---> 510e59e6cdd0 [2020-12-07T15:32:33.329Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-07T15:32:33.605Z] ---> Running in a65c40415fa3 [2020-12-07T15:32:34.597Z] Removing intermediate container a65c40415fa3 [2020-12-07T15:32:34.597Z] ---> b64c754fd593 [2020-12-07T15:32:34.597Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:32:35.190Z] ---> Running in 56c354e2b7eb [2020-12-07T15:32:35.466Z] ---> 5010f680181e [2020-12-07T15:32:35.466Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-07T15:32:35.466Z] ---> 2374ab07a3aa [2020-12-07T15:32:35.466Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-07T15:32:36.059Z] Removing intermediate container 56c354e2b7eb [2020-12-07T15:32:36.059Z] ---> 9901143237b1 [2020-12-07T15:32:36.059Z] Step 19/21 : LABEL arch=arm64 [2020-12-07T15:32:36.333Z] ---> Running in b089cb6eeb8a [2020-12-07T15:32:37.315Z] ---> 512a2f0b9812 [2020-12-07T15:32:37.315Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-07T15:32:37.315Z] Removing intermediate container b089cb6eeb8a [2020-12-07T15:32:37.315Z] ---> 0acc9540a176 [2020-12-07T15:32:37.315Z] Step 20/21 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:32:37.315Z] ---> Running in f61597df09a1 [2020-12-07T15:32:37.315Z] ---> Running in 90823fe20471 [2020-12-07T15:32:37.595Z] ---> 60970d9509d3 [2020-12-07T15:32:37.595Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T15:32:38.582Z] Removing intermediate container f61597df09a1 [2020-12-07T15:32:38.582Z] ---> 94efdb610554 [2020-12-07T15:32:38.582Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:32:38.582Z] Removing intermediate container 90823fe20471 [2020-12-07T15:32:38.582Z] ---> 96b87cf479c9 [2020-12-07T15:32:38.582Z] Step 21/21 : LABEL version=2.0.0-dev.4 [2020-12-07T15:32:38.582Z] ---> Running in 113e1e01d7cd [2020-12-07T15:32:38.856Z] ---> Running in d7c8870c583c [2020-12-07T15:32:39.131Z] ---> fa506fec283f [2020-12-07T15:32:39.131Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T15:32:39.131Z] ---> Running in fb09dc9a8e94 [2020-12-07T15:32:39.735Z] Removing intermediate container 113e1e01d7cd [2020-12-07T15:32:39.736Z] ---> a71e5883f130 [2020-12-07T15:32:39.736Z] Step 20/22 : LABEL arch=arm64 [2020-12-07T15:32:40.012Z] ---> Running in 5a4e67ecf691 [2020-12-07T15:32:40.012Z] Removing intermediate container d7c8870c583c [2020-12-07T15:32:40.012Z] ---> 710d1cfa48a8 [2020-12-07T15:32:40.012Z] [2020-12-07T15:32:40.729Z] Successfully built 710d1cfa48a8 [2020-12-07T15:32:40.729Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-07T15:32:41.011Z]  Building docker-support-scheduler-go ... done Removing intermediate container 5a4e67ecf691 [2020-12-07T15:32:41.011Z] ---> e7b3559c0e1e [2020-12-07T15:32:41.011Z] Step 21/22 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:32:41.371Z] ---> Running in a4c89a52015a [2020-12-07T15:32:42.367Z] Removing intermediate container a4c89a52015a [2020-12-07T15:32:42.367Z] ---> 907ae353e151 [2020-12-07T15:32:42.367Z] Step 22/22 : LABEL version=2.0.0-dev.4 [2020-12-07T15:32:42.367Z] ---> Running in a6e40fcafddb [2020-12-07T15:32:43.799Z] Removing intermediate container fb09dc9a8e94 [2020-12-07T15:32:43.799Z] ---> 973640f0977f [2020-12-07T15:32:43.799Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T15:32:43.799Z] Removing intermediate container a6e40fcafddb [2020-12-07T15:32:43.799Z] ---> 4e6e08426c60 [2020-12-07T15:32:43.799Z] [2020-12-07T15:32:43.799Z] ---> Running in 1e2be26e20bb [2020-12-07T15:32:44.077Z] Successfully built 4e6e08426c60 [2020-12-07T15:32:44.077Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-07T15:32:44.679Z]  Building docker-core-command-go ... done Removing intermediate container 1e2be26e20bb [2020-12-07T15:32:44.679Z] ---> ef829c2ade6b [2020-12-07T15:32:44.679Z] Step 22/24 : LABEL arch=arm64 [2020-12-07T15:32:44.952Z] ---> Running in f0b4d3d50c9c [2020-12-07T15:32:45.549Z] Removing intermediate container f0b4d3d50c9c [2020-12-07T15:32:45.549Z] ---> 008a938bef2d [2020-12-07T15:32:45.549Z] Step 23/24 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:32:45.549Z] ---> Running in 06e4ba9625b1 [2020-12-07T15:32:46.156Z] Removing intermediate container 06e4ba9625b1 [2020-12-07T15:32:46.156Z] ---> 6ecae55cc5b1 [2020-12-07T15:32:46.156Z] Step 24/24 : LABEL version=2.0.0-dev.4 [2020-12-07T15:32:46.156Z] ---> Running in 274406d908d3 [2020-12-07T15:32:46.761Z] Removing intermediate container 274406d908d3 [2020-12-07T15:32:46.761Z] ---> dc4dd01a2638 [2020-12-07T15:32:46.761Z] [2020-12-07T15:32:47.039Z] Successfully built dc4dd01a2638 [2020-12-07T15:32:47.039Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-07T15:32:55.307Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5540a22b99fa [2020-12-07T15:32:55.307Z] ---> ed7e5d7a1de5 [2020-12-07T15:32:55.307Z] [2020-12-07T15:32:55.307Z] Step 10/22 : FROM scratch [2020-12-07T15:32:55.307Z] ---> [2020-12-07T15:32:55.307Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T15:32:55.307Z] ---> Using cache [2020-12-07T15:32:55.307Z] ---> a24a35a640f8 [2020-12-07T15:32:55.307Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-07T15:32:55.307Z] ---> Running in 5cf1bdb0c3b8 [2020-12-07T15:32:55.307Z] Removing intermediate container 5cf1bdb0c3b8 [2020-12-07T15:32:55.307Z] ---> 1b80b079b596 [2020-12-07T15:32:55.307Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T15:32:55.307Z] ---> Running in e637faf078bf [2020-12-07T15:32:55.307Z] Removing intermediate container e637faf078bf [2020-12-07T15:32:55.307Z] ---> 13ed55ffacae [2020-12-07T15:32:55.307Z] Step 14/22 : WORKDIR / [2020-12-07T15:32:55.307Z] ---> Running in 0565a390469e [2020-12-07T15:32:55.901Z] Removing intermediate container 0565a390469e [2020-12-07T15:32:55.901Z] ---> 303f0f5bbaf7 [2020-12-07T15:32:55.901Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-07T15:32:56.521Z] ---> 0985f1d4cc5a [2020-12-07T15:32:56.521Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-07T15:32:58.122Z] ---> 1ac9eb40d718 [2020-12-07T15:32:58.122Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-07T15:32:58.715Z] ---> a4babdede317 [2020-12-07T15:32:58.715Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-07T15:32:58.715Z] ---> Running in e470835d15e9 [2020-12-07T15:32:59.310Z] Removing intermediate container e470835d15e9 [2020-12-07T15:32:59.310Z] ---> 5b11c7a94e11 [2020-12-07T15:32:59.310Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:32:59.310Z] ---> Running in e9ff6000f708 [2020-12-07T15:32:59.902Z] Removing intermediate container e9ff6000f708 [2020-12-07T15:32:59.902Z] ---> 9bc0746f9be5 [2020-12-07T15:32:59.902Z] Step 20/22 : LABEL arch=arm64 [2020-12-07T15:32:59.902Z] ---> Running in 4ecf812a9691 [2020-12-07T15:33:00.494Z] Removing intermediate container 4ecf812a9691 [2020-12-07T15:33:00.494Z] ---> 4b0c4553d2e6 [2020-12-07T15:33:00.494Z] Step 21/22 : LABEL git_sha=b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:00.494Z] ---> Running in a3c319124b30 [2020-12-07T15:33:01.090Z] Removing intermediate container a3c319124b30 [2020-12-07T15:33:01.090Z] ---> f92adc441353 [2020-12-07T15:33:01.090Z] Step 22/22 : LABEL version=2.0.0-dev.4 [2020-12-07T15:33:01.090Z] ---> Running in f0fca5734fae [2020-12-07T15:33:01.694Z] Removing intermediate container f0fca5734fae [2020-12-07T15:33:01.694Z] ---> 40e9eea14922 [2020-12-07T15:33:01.694Z] [2020-12-07T15:33:01.963Z] Successfully built 40e9eea14922 [2020-12-07T15:33:01.963Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-07T15:33:02.249Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-12-07T15:33:02.252Z] $ docker stop --time=1 62171d7af42b7915fb34eb7826d89893f3aa1168136640c0d83eb5078d5427b4 [2020-12-07T15:33:04.155Z] $ docker rm -f 62171d7af42b7915fb34eb7826d89893f3aa1168136640c0d83eb5078d5427b4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T15:33:04.831Z] + docker images [2020-12-07T15:33:04.831Z] + grep docker [2020-12-07T15:33:05.103Z] docker-core-metadata-go-arm64 latest 40e9eea14922 3 seconds ago 13.6MB [2020-12-07T15:33:05.104Z] docker-security-secretstore-setup-go-arm64 latest dc4dd01a2638 18 seconds ago 23.5MB [2020-12-07T15:33:05.104Z] docker-core-command-go-arm64 latest 4e6e08426c60 21 seconds ago 11.4MB [2020-12-07T15:33:05.104Z] docker-support-scheduler-go-arm64 latest 710d1cfa48a8 25 seconds ago 11.5MB [2020-12-07T15:33:05.104Z] docker-security-bootstrap-redis-go-arm64 latest 4a1b8d55129b About a minute ago 15.2MB [2020-12-07T15:33:05.104Z] docker-sys-mgmt-agent-go-arm64 latest 6c15b4bd5316 About a minute ago 273MB [2020-12-07T15:33:05.104Z] docker-core-data-go-arm64 latest 60267efdfb8c 2 minutes ago 22.3MB [2020-12-07T15:33:05.104Z] docker-support-notifications-go-arm64 latest caa19946f46b 3 minutes ago 12.9MB [2020-12-07T15:33:05.104Z] docker-security-secrets-setup-go-arm64 latest 83e75f9111e5 3 minutes ago 22.7MB [2020-12-07T15:33:05.104Z] docker-security-proxy-setup-go-arm64 latest f6bbd1f32112 3 minutes ago 23.4MB [2020-12-07T15:33:05.104Z] docker latest 84e3a507c27b 5 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-07T15:33:05.728Z] provisioning config files... [2020-12-07T15:33:05.794Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/246@tmp/config2187291130862902924tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:33:06.177Z] ---> docker-login.sh [2020-12-07T15:33:06.177Z] nexus3.edgexfoundry.org:10001 [2020-12-07T15:33:06.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:33:06.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:33:06.718Z] Configure a credential helper to remove this warning. See [2020-12-07T15:33:06.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:33:06.718Z] [2020-12-07T15:33:06.718Z] Login Succeeded [2020-12-07T15:33:06.718Z] nexus3.edgexfoundry.org:10002 [2020-12-07T15:33:06.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:33:07.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:33:07.265Z] Configure a credential helper to remove this warning. See [2020-12-07T15:33:07.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:33:07.265Z] [2020-12-07T15:33:07.265Z] Login Succeeded [2020-12-07T15:33:07.265Z] nexus3.edgexfoundry.org:10003 [2020-12-07T15:33:07.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:33:07.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:33:07.827Z] Configure a credential helper to remove this warning. See [2020-12-07T15:33:07.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:33:07.827Z] [2020-12-07T15:33:07.827Z] Login Succeeded [2020-12-07T15:33:07.827Z] nexus3.edgexfoundry.org:10004 [2020-12-07T15:33:08.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:33:08.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:33:08.429Z] Configure a credential helper to remove this warning. See [2020-12-07T15:33:08.429Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:33:08.429Z] [2020-12-07T15:33:08.429Z] Login Succeeded [2020-12-07T15:33:08.429Z] docker.io [2020-12-07T15:33:09.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:33:09.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:33:09.295Z] Configure a credential helper to remove this warning. See [2020-12-07T15:33:09.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:33:09.295Z] [2020-12-07T15:33:09.295Z] Login Succeeded [2020-12-07T15:33:09.295Z] ---> docker-login.sh ends [Pipeline] } [2020-12-07T15:33:09.318Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:33:09.531Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-07T15:33:09.531Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:09.531Z] 2.0.0-dev.4 [2020-12-07T15:33:09.531Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:09.531Z] master [2020-12-07T15:33:09.531Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:10.039Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:10.375Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:10.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-07T15:33:10.375Z] cfab0da5039f: Preparing [2020-12-07T15:33:10.375Z] fd2f282bf388: Preparing [2020-12-07T15:33:10.375Z] fdaad28f25f0: Preparing [2020-12-07T15:33:10.646Z] fdaad28f25f0: Pushed [2020-12-07T15:33:10.646Z] cfab0da5039f: Pushed [2020-12-07T15:33:13.251Z] fd2f282bf388: Pushed [2020-12-07T15:33:13.523Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:cf5133c5fbca2348d0a429bbcd05fad9c3969c39fffcde65c460471b4a2dbcfc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:13.859Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:14.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.4 [2020-12-07T15:33:14.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-07T15:33:14.194Z] cfab0da5039f: Preparing [2020-12-07T15:33:14.194Z] fd2f282bf388: Preparing [2020-12-07T15:33:14.194Z] fdaad28f25f0: Preparing [2020-12-07T15:33:14.466Z] fd2f282bf388: Layer already exists [2020-12-07T15:33:14.466Z] cfab0da5039f: Layer already exists [2020-12-07T15:33:14.466Z] fdaad28f25f0: Layer already exists [2020-12-07T15:33:14.466Z] 2.0.0-dev.4: digest: sha256:cf5133c5fbca2348d0a429bbcd05fad9c3969c39fffcde65c460471b4a2dbcfc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:14.807Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:15.145Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:15.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-07T15:33:15.145Z] cfab0da5039f: Preparing [2020-12-07T15:33:15.145Z] fd2f282bf388: Preparing [2020-12-07T15:33:15.145Z] fdaad28f25f0: Preparing [2020-12-07T15:33:15.145Z] fdaad28f25f0: Layer already exists [2020-12-07T15:33:15.145Z] fd2f282bf388: Layer already exists [2020-12-07T15:33:15.145Z] cfab0da5039f: Layer already exists [2020-12-07T15:33:15.417Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:cf5133c5fbca2348d0a429bbcd05fad9c3969c39fffcde65c460471b4a2dbcfc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:15.779Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:16.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-07T15:33:16.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-07T15:33:16.139Z] cfab0da5039f: Preparing [2020-12-07T15:33:16.139Z] fd2f282bf388: Preparing [2020-12-07T15:33:16.139Z] fdaad28f25f0: Preparing [2020-12-07T15:33:16.139Z] fdaad28f25f0: Layer already exists [2020-12-07T15:33:16.139Z] fd2f282bf388: Layer already exists [2020-12-07T15:33:16.139Z] cfab0da5039f: Layer already exists [2020-12-07T15:33:16.410Z] master: digest: sha256:cf5133c5fbca2348d0a429bbcd05fad9c3969c39fffcde65c460471b4a2dbcfc size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:33:16.620Z] ===================================================== [Pipeline] echo [2020-12-07T15:33:16.667Z] taggedImages: [2020-12-07T15:33:16.667Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:16.667Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.4 [2020-12-07T15:33:16.667Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:16.667Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-07T15:33:16.896Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-07T15:33:16.896Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:16.896Z] 2.0.0-dev.4 [2020-12-07T15:33:16.896Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:16.896Z] master [2020-12-07T15:33:16.896Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:17.433Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:17.771Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:17.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-07T15:33:19.198Z] 619b3b040764: Preparing [2020-12-07T15:33:19.198Z] c449f8aacdd5: Preparing [2020-12-07T15:33:19.198Z] c67e2aea716e: Preparing [2020-12-07T15:33:19.198Z] 41b285e42bcb: Preparing [2020-12-07T15:33:19.198Z] f339f39c2cf5: Preparing [2020-12-07T15:33:19.198Z] cd3761cfa1d9: Preparing [2020-12-07T15:33:19.198Z] cd3761cfa1d9: Waiting [2020-12-07T15:33:21.168Z] 619b3b040764: Pushed [2020-12-07T15:33:21.168Z] f339f39c2cf5: Pushed [2020-12-07T15:33:21.168Z] c67e2aea716e: Pushed [2020-12-07T15:33:21.168Z] cd3761cfa1d9: Layer already exists [2020-12-07T15:33:21.168Z] 41b285e42bcb: Pushed [2020-12-07T15:33:23.777Z] c449f8aacdd5: Pushed [2020-12-07T15:33:23.778Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:3a830197d0ed25d9f1ddd4902220c2a9994091fe5ddcb475e9ce15b5ef5cbb59 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:24.144Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:24.480Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.4 [2020-12-07T15:33:24.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-07T15:33:24.480Z] 619b3b040764: Preparing [2020-12-07T15:33:24.480Z] c449f8aacdd5: Preparing [2020-12-07T15:33:24.480Z] c67e2aea716e: Preparing [2020-12-07T15:33:24.480Z] 41b285e42bcb: Preparing [2020-12-07T15:33:24.480Z] f339f39c2cf5: Preparing [2020-12-07T15:33:24.480Z] cd3761cfa1d9: Preparing [2020-12-07T15:33:24.480Z] cd3761cfa1d9: Waiting [2020-12-07T15:33:24.480Z] c67e2aea716e: Layer already exists [2020-12-07T15:33:24.480Z] c449f8aacdd5: Layer already exists [2020-12-07T15:33:24.480Z] 41b285e42bcb: Layer already exists [2020-12-07T15:33:24.480Z] f339f39c2cf5: Layer already exists [2020-12-07T15:33:24.480Z] 619b3b040764: Layer already exists [2020-12-07T15:33:24.750Z] cd3761cfa1d9: Layer already exists [2020-12-07T15:33:24.750Z] 2.0.0-dev.4: digest: sha256:3a830197d0ed25d9f1ddd4902220c2a9994091fe5ddcb475e9ce15b5ef5cbb59 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:25.089Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:25.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:25.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-07T15:33:25.432Z] 619b3b040764: Preparing [2020-12-07T15:33:25.432Z] c449f8aacdd5: Preparing [2020-12-07T15:33:25.432Z] c67e2aea716e: Preparing [2020-12-07T15:33:25.432Z] 41b285e42bcb: Preparing [2020-12-07T15:33:25.432Z] f339f39c2cf5: Preparing [2020-12-07T15:33:25.432Z] cd3761cfa1d9: Preparing [2020-12-07T15:33:25.432Z] cd3761cfa1d9: Waiting [2020-12-07T15:33:25.702Z] c449f8aacdd5: Layer already exists [2020-12-07T15:33:25.702Z] 619b3b040764: Layer already exists [2020-12-07T15:33:25.702Z] f339f39c2cf5: Layer already exists [2020-12-07T15:33:25.702Z] 41b285e42bcb: Layer already exists [2020-12-07T15:33:25.702Z] c67e2aea716e: Layer already exists [2020-12-07T15:33:25.702Z] cd3761cfa1d9: Layer already exists [2020-12-07T15:33:25.702Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:3a830197d0ed25d9f1ddd4902220c2a9994091fe5ddcb475e9ce15b5ef5cbb59 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:26.045Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:26.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-07T15:33:26.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-07T15:33:26.394Z] 619b3b040764: Preparing [2020-12-07T15:33:26.394Z] c449f8aacdd5: Preparing [2020-12-07T15:33:26.394Z] c67e2aea716e: Preparing [2020-12-07T15:33:26.394Z] 41b285e42bcb: Preparing [2020-12-07T15:33:26.394Z] f339f39c2cf5: Preparing [2020-12-07T15:33:26.394Z] cd3761cfa1d9: Preparing [2020-12-07T15:33:26.394Z] cd3761cfa1d9: Waiting [2020-12-07T15:33:26.394Z] c449f8aacdd5: Layer already exists [2020-12-07T15:33:26.394Z] 41b285e42bcb: Layer already exists [2020-12-07T15:33:26.394Z] f339f39c2cf5: Layer already exists [2020-12-07T15:33:26.394Z] 619b3b040764: Layer already exists [2020-12-07T15:33:26.394Z] c67e2aea716e: Layer already exists [2020-12-07T15:33:26.667Z] cd3761cfa1d9: Layer already exists [2020-12-07T15:33:26.667Z] master: digest: sha256:3a830197d0ed25d9f1ddd4902220c2a9994091fe5ddcb475e9ce15b5ef5cbb59 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:33:26.894Z] ===================================================== [Pipeline] echo [2020-12-07T15:33:26.945Z] taggedImages: [2020-12-07T15:33:26.945Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:26.945Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.4 [2020-12-07T15:33:26.945Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:26.945Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-07T15:33:27.021Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-07T15:33:27.021Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:27.021Z] 2.0.0-dev.4 [2020-12-07T15:33:27.021Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:27.021Z] master [2020-12-07T15:33:27.021Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:27.532Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:27.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:27.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-07T15:33:27.864Z] 784093dcdc65: Preparing [2020-12-07T15:33:27.864Z] dd2a282ecf47: Preparing [2020-12-07T15:33:27.864Z] 2628e78ea524: Preparing [2020-12-07T15:33:28.137Z] 2628e78ea524: Pushed [2020-12-07T15:33:28.137Z] 784093dcdc65: Pushed [2020-12-07T15:33:31.507Z] dd2a282ecf47: Pushed [2020-12-07T15:33:31.507Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:e571dd750c14d7376d09feef1a8a7acebbe81bf5312cc2fc59752a9c86d16655 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:31.851Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:32.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.4 [2020-12-07T15:33:32.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-07T15:33:32.189Z] 784093dcdc65: Preparing [2020-12-07T15:33:32.189Z] dd2a282ecf47: Preparing [2020-12-07T15:33:32.190Z] 2628e78ea524: Preparing [2020-12-07T15:33:32.190Z] 2628e78ea524: Layer already exists [2020-12-07T15:33:32.190Z] 784093dcdc65: Layer already exists [2020-12-07T15:33:32.190Z] dd2a282ecf47: Layer already exists [2020-12-07T15:33:32.463Z] 2.0.0-dev.4: digest: sha256:e571dd750c14d7376d09feef1a8a7acebbe81bf5312cc2fc59752a9c86d16655 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:32.802Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:33.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:33.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-07T15:33:33.154Z] 784093dcdc65: Preparing [2020-12-07T15:33:33.154Z] dd2a282ecf47: Preparing [2020-12-07T15:33:33.154Z] 2628e78ea524: Preparing [2020-12-07T15:33:33.426Z] 784093dcdc65: Layer already exists [2020-12-07T15:33:33.426Z] 2628e78ea524: Layer already exists [2020-12-07T15:33:33.426Z] dd2a282ecf47: Layer already exists [2020-12-07T15:33:33.426Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:e571dd750c14d7376d09feef1a8a7acebbe81bf5312cc2fc59752a9c86d16655 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:33.765Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:34.135Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-07T15:33:34.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-07T15:33:34.135Z] 784093dcdc65: Preparing [2020-12-07T15:33:34.135Z] dd2a282ecf47: Preparing [2020-12-07T15:33:34.135Z] 2628e78ea524: Preparing [2020-12-07T15:33:34.404Z] 784093dcdc65: Layer already exists [2020-12-07T15:33:34.404Z] dd2a282ecf47: Layer already exists [2020-12-07T15:33:34.404Z] 2628e78ea524: Layer already exists [2020-12-07T15:33:34.404Z] master: digest: sha256:e571dd750c14d7376d09feef1a8a7acebbe81bf5312cc2fc59752a9c86d16655 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:33:34.637Z] ===================================================== [Pipeline] echo [2020-12-07T15:33:34.685Z] taggedImages: [2020-12-07T15:33:34.685Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:34.685Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.4 [2020-12-07T15:33:34.685Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:34.685Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-07T15:33:34.749Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-07T15:33:34.750Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:34.750Z] 2.0.0-dev.4 [2020-12-07T15:33:34.750Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:34.750Z] master [2020-12-07T15:33:34.750Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:35.500Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:35.838Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:35.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-07T15:33:35.838Z] bbc9800ecd6a: Preparing [2020-12-07T15:33:35.838Z] d3c96224c877: Preparing [2020-12-07T15:33:35.838Z] 221f78ab1aee: Preparing [2020-12-07T15:33:35.838Z] f7803950b7a7: Preparing [2020-12-07T15:33:35.838Z] d030a3936540: Preparing [2020-12-07T15:33:35.838Z] 8c984cfb64d5: Preparing [2020-12-07T15:33:35.838Z] 66b385cf80cf: Preparing [2020-12-07T15:33:35.838Z] 8c984cfb64d5: Waiting [2020-12-07T15:33:35.838Z] 66b385cf80cf: Waiting [2020-12-07T15:33:36.430Z] 221f78ab1aee: Pushed [2020-12-07T15:33:36.430Z] d030a3936540: Pushed [2020-12-07T15:33:36.430Z] d3c96224c877: Pushed [2020-12-07T15:33:36.430Z] bbc9800ecd6a: Pushed [2020-12-07T15:33:36.430Z] 66b385cf80cf: Layer already exists [2020-12-07T15:33:37.023Z] 8c984cfb64d5: Pushed [2020-12-07T15:33:38.454Z] f7803950b7a7: Pushed [2020-12-07T15:33:38.454Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:ae1fd932ffd73317949527d10eb5412f58d883a35e42f33be96f843d4dcebb35 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:38.832Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:39.167Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.4 [2020-12-07T15:33:39.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-07T15:33:39.168Z] bbc9800ecd6a: Preparing [2020-12-07T15:33:39.168Z] d3c96224c877: Preparing [2020-12-07T15:33:39.168Z] 221f78ab1aee: Preparing [2020-12-07T15:33:39.168Z] f7803950b7a7: Preparing [2020-12-07T15:33:39.168Z] d030a3936540: Preparing [2020-12-07T15:33:39.168Z] 8c984cfb64d5: Preparing [2020-12-07T15:33:39.168Z] 66b385cf80cf: Preparing [2020-12-07T15:33:39.168Z] 8c984cfb64d5: Waiting [2020-12-07T15:33:39.168Z] 66b385cf80cf: Waiting [2020-12-07T15:33:39.168Z] d3c96224c877: Layer already exists [2020-12-07T15:33:39.168Z] d030a3936540: Layer already exists [2020-12-07T15:33:39.168Z] bbc9800ecd6a: Layer already exists [2020-12-07T15:33:39.168Z] f7803950b7a7: Layer already exists [2020-12-07T15:33:39.168Z] 221f78ab1aee: Layer already exists [2020-12-07T15:33:39.440Z] 8c984cfb64d5: Layer already exists [2020-12-07T15:33:39.440Z] 66b385cf80cf: Layer already exists [2020-12-07T15:33:39.440Z] 2.0.0-dev.4: digest: sha256:ae1fd932ffd73317949527d10eb5412f58d883a35e42f33be96f843d4dcebb35 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:39.791Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:40.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:40.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-07T15:33:40.130Z] bbc9800ecd6a: Preparing [2020-12-07T15:33:40.130Z] d3c96224c877: Preparing [2020-12-07T15:33:40.130Z] 221f78ab1aee: Preparing [2020-12-07T15:33:40.130Z] f7803950b7a7: Preparing [2020-12-07T15:33:40.130Z] d030a3936540: Preparing [2020-12-07T15:33:40.130Z] 8c984cfb64d5: Preparing [2020-12-07T15:33:40.130Z] 66b385cf80cf: Preparing [2020-12-07T15:33:40.130Z] 8c984cfb64d5: Waiting [2020-12-07T15:33:40.130Z] 66b385cf80cf: Waiting [2020-12-07T15:33:40.401Z] f7803950b7a7: Layer already exists [2020-12-07T15:33:40.401Z] d3c96224c877: Layer already exists [2020-12-07T15:33:40.401Z] d030a3936540: Layer already exists [2020-12-07T15:33:40.401Z] 221f78ab1aee: Layer already exists [2020-12-07T15:33:40.401Z] bbc9800ecd6a: Layer already exists [2020-12-07T15:33:40.401Z] 66b385cf80cf: Layer already exists [2020-12-07T15:33:40.401Z] 8c984cfb64d5: Layer already exists [2020-12-07T15:33:40.401Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:ae1fd932ffd73317949527d10eb5412f58d883a35e42f33be96f843d4dcebb35 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:40.738Z] + 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-07T15:33:41.073Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-07T15:33:41.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-07T15:33:41.073Z] bbc9800ecd6a: Preparing [2020-12-07T15:33:41.073Z] d3c96224c877: Preparing [2020-12-07T15:33:41.073Z] 221f78ab1aee: Preparing [2020-12-07T15:33:41.073Z] f7803950b7a7: Preparing [2020-12-07T15:33:41.073Z] d030a3936540: Preparing [2020-12-07T15:33:41.073Z] 8c984cfb64d5: Preparing [2020-12-07T15:33:41.073Z] 66b385cf80cf: Preparing [2020-12-07T15:33:41.073Z] 8c984cfb64d5: Waiting [2020-12-07T15:33:41.073Z] 66b385cf80cf: Waiting [2020-12-07T15:33:41.345Z] d030a3936540: Layer already exists [2020-12-07T15:33:41.345Z] d3c96224c877: Layer already exists [2020-12-07T15:33:41.345Z] 221f78ab1aee: Layer already exists [2020-12-07T15:33:41.345Z] bbc9800ecd6a: Layer already exists [2020-12-07T15:33:41.345Z] f7803950b7a7: Layer already exists [2020-12-07T15:33:41.345Z] 66b385cf80cf: Layer already exists [2020-12-07T15:33:41.345Z] 8c984cfb64d5: Layer already exists [2020-12-07T15:33:41.345Z] master: digest: sha256:ae1fd932ffd73317949527d10eb5412f58d883a35e42f33be96f843d4dcebb35 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:33:41.753Z] ===================================================== [Pipeline] echo [2020-12-07T15:33:41.808Z] taggedImages: [2020-12-07T15:33:41.808Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:41.808Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.4 [2020-12-07T15:33:41.808Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:41.808Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-07T15:33:41.875Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-07T15:33:41.875Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:41.875Z] 2.0.0-dev.4 [2020-12-07T15:33:41.875Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:41.875Z] master [2020-12-07T15:33:41.875Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:42.457Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:42.794Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:42.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-07T15:33:42.794Z] bc44bb199542: Preparing [2020-12-07T15:33:42.794Z] 649d4ef48e76: Preparing [2020-12-07T15:33:42.794Z] 5ab67b0855f5: Preparing [2020-12-07T15:33:42.794Z] d0586054537f: Preparing [2020-12-07T15:33:42.794Z] 3c99789a752c: Preparing [2020-12-07T15:33:42.794Z] cd3761cfa1d9: Preparing [2020-12-07T15:33:42.794Z] cd3761cfa1d9: Waiting [2020-12-07T15:33:43.077Z] 5ab67b0855f5: Pushed [2020-12-07T15:33:43.348Z] d0586054537f: Pushed [2020-12-07T15:33:43.348Z] cd3761cfa1d9: Layer already exists [2020-12-07T15:33:43.619Z] 3c99789a752c: Pushed [2020-12-07T15:33:45.046Z] bc44bb199542: Pushed [2020-12-07T15:33:45.046Z] 649d4ef48e76: Pushed [2020-12-07T15:33:45.316Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:fe671b454756613917686f04f832c4372c5eb7db9ed0a7c5ee1a8da960a9de05 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:45.658Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:46.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.4 [2020-12-07T15:33:46.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-07T15:33:46.095Z] bc44bb199542: Preparing [2020-12-07T15:33:46.095Z] 649d4ef48e76: Preparing [2020-12-07T15:33:46.095Z] 5ab67b0855f5: Preparing [2020-12-07T15:33:46.095Z] d0586054537f: Preparing [2020-12-07T15:33:46.095Z] 3c99789a752c: Preparing [2020-12-07T15:33:46.095Z] cd3761cfa1d9: Preparing [2020-12-07T15:33:46.095Z] cd3761cfa1d9: Waiting [2020-12-07T15:33:46.095Z] d0586054537f: Layer already exists [2020-12-07T15:33:46.095Z] bc44bb199542: Layer already exists [2020-12-07T15:33:46.095Z] 649d4ef48e76: Layer already exists [2020-12-07T15:33:46.095Z] 5ab67b0855f5: Layer already exists [2020-12-07T15:33:46.095Z] cd3761cfa1d9: Layer already exists [2020-12-07T15:33:46.371Z] 3c99789a752c: Layer already exists [2020-12-07T15:33:46.371Z] 2.0.0-dev.4: digest: sha256:fe671b454756613917686f04f832c4372c5eb7db9ed0a7c5ee1a8da960a9de05 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:46.711Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:47.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:47.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-07T15:33:47.045Z] bc44bb199542: Preparing [2020-12-07T15:33:47.045Z] 649d4ef48e76: Preparing [2020-12-07T15:33:47.045Z] 5ab67b0855f5: Preparing [2020-12-07T15:33:47.045Z] d0586054537f: Preparing [2020-12-07T15:33:47.045Z] 3c99789a752c: Preparing [2020-12-07T15:33:47.045Z] cd3761cfa1d9: Preparing [2020-12-07T15:33:47.045Z] cd3761cfa1d9: Waiting [2020-12-07T15:33:47.045Z] bc44bb199542: Layer already exists [2020-12-07T15:33:47.045Z] d0586054537f: Layer already exists [2020-12-07T15:33:47.045Z] 5ab67b0855f5: Layer already exists [2020-12-07T15:33:47.045Z] 3c99789a752c: Layer already exists [2020-12-07T15:33:47.045Z] 649d4ef48e76: Layer already exists [2020-12-07T15:33:47.045Z] cd3761cfa1d9: Layer already exists [2020-12-07T15:33:47.316Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:fe671b454756613917686f04f832c4372c5eb7db9ed0a7c5ee1a8da960a9de05 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:47.655Z] + 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-07T15:33:47.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-07T15:33:47.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-07T15:33:47.988Z] bc44bb199542: Preparing [2020-12-07T15:33:47.988Z] 649d4ef48e76: Preparing [2020-12-07T15:33:47.988Z] 5ab67b0855f5: Preparing [2020-12-07T15:33:47.988Z] d0586054537f: Preparing [2020-12-07T15:33:47.988Z] 3c99789a752c: Preparing [2020-12-07T15:33:47.988Z] cd3761cfa1d9: Preparing [2020-12-07T15:33:47.988Z] cd3761cfa1d9: Waiting [2020-12-07T15:33:48.258Z] bc44bb199542: Layer already exists [2020-12-07T15:33:48.258Z] 649d4ef48e76: Layer already exists [2020-12-07T15:33:48.258Z] d0586054537f: Layer already exists [2020-12-07T15:33:48.258Z] 5ab67b0855f5: Layer already exists [2020-12-07T15:33:48.258Z] 3c99789a752c: Layer already exists [2020-12-07T15:33:48.258Z] cd3761cfa1d9: Layer already exists [2020-12-07T15:33:48.531Z] master: digest: sha256:fe671b454756613917686f04f832c4372c5eb7db9ed0a7c5ee1a8da960a9de05 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:33:48.726Z] ===================================================== [Pipeline] echo [2020-12-07T15:33:48.817Z] taggedImages: [2020-12-07T15:33:48.817Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:48.817Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.4 [2020-12-07T15:33:48.817Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:48.817Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-07T15:33:48.879Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-12-07T15:33:48.879Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:48.879Z] 2.0.0-dev.4 [2020-12-07T15:33:48.879Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:48.879Z] master [2020-12-07T15:33:48.879Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:49.377Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:49.707Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:49.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-07T15:33:49.707Z] 8b630e9b6538: Preparing [2020-12-07T15:33:49.707Z] cfd3e7d900e9: Preparing [2020-12-07T15:33:49.707Z] f8554d96528e: Preparing [2020-12-07T15:33:49.707Z] 2820076732d6: Preparing [2020-12-07T15:33:49.707Z] 2820076732d6: Preparing [2020-12-07T15:33:49.707Z] 2a89861d355e: Preparing [2020-12-07T15:33:49.707Z] 0b961977c50d: Preparing [2020-12-07T15:33:49.707Z] 3030e9928e41: Preparing [2020-12-07T15:33:49.707Z] 8b630e9b6538: Preparing [2020-12-07T15:33:49.707Z] d28448d0de7c: Preparing [2020-12-07T15:33:49.707Z] 1cdfb8d750d4: Preparing [2020-12-07T15:33:49.707Z] 9ce63304d03c: Preparing [2020-12-07T15:33:49.707Z] cd3761cfa1d9: Preparing [2020-12-07T15:33:49.707Z] d28448d0de7c: Waiting [2020-12-07T15:33:49.707Z] 1cdfb8d750d4: Waiting [2020-12-07T15:33:49.707Z] 9ce63304d03c: Waiting [2020-12-07T15:33:49.707Z] cd3761cfa1d9: Waiting [2020-12-07T15:33:49.707Z] 0b961977c50d: Waiting [2020-12-07T15:33:49.707Z] 3030e9928e41: Waiting [2020-12-07T15:33:49.987Z] cfd3e7d900e9: Pushed [2020-12-07T15:33:49.987Z] 2820076732d6: Pushed [2020-12-07T15:33:49.987Z] 2a89861d355e: Pushed [2020-12-07T15:33:49.987Z] f8554d96528e: Pushed [2020-12-07T15:33:50.274Z] d28448d0de7c: Pushed [2020-12-07T15:33:50.274Z] 3030e9928e41: Pushed [2020-12-07T15:33:50.274Z] 1cdfb8d750d4: Pushed [2020-12-07T15:33:50.545Z] 0b961977c50d: Pushed [2020-12-07T15:33:50.545Z] cd3761cfa1d9: Layer already exists [2020-12-07T15:33:50.817Z] 9ce63304d03c: Pushed [2020-12-07T15:33:52.236Z] 8b630e9b6538: Pushed [2020-12-07T15:33:52.236Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:d7b648fdaf48de8bddff4fc5470ce0936bb7ebd201798e1a56ad423025259e43 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:52.572Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:52.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.4 [2020-12-07T15:33:52.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-07T15:33:52.904Z] 8b630e9b6538: Preparing [2020-12-07T15:33:52.904Z] cfd3e7d900e9: Preparing [2020-12-07T15:33:52.904Z] f8554d96528e: Preparing [2020-12-07T15:33:52.904Z] 2820076732d6: Preparing [2020-12-07T15:33:52.904Z] 2820076732d6: Preparing [2020-12-07T15:33:52.904Z] 2a89861d355e: Preparing [2020-12-07T15:33:52.904Z] 0b961977c50d: Preparing [2020-12-07T15:33:52.904Z] 3030e9928e41: Preparing [2020-12-07T15:33:52.904Z] 8b630e9b6538: Preparing [2020-12-07T15:33:52.904Z] d28448d0de7c: Preparing [2020-12-07T15:33:52.904Z] 1cdfb8d750d4: Preparing [2020-12-07T15:33:52.904Z] 9ce63304d03c: Preparing [2020-12-07T15:33:52.904Z] cd3761cfa1d9: Preparing [2020-12-07T15:33:52.904Z] 0b961977c50d: Waiting [2020-12-07T15:33:52.904Z] 3030e9928e41: Waiting [2020-12-07T15:33:52.904Z] d28448d0de7c: Waiting [2020-12-07T15:33:52.904Z] 1cdfb8d750d4: Waiting [2020-12-07T15:33:52.904Z] 9ce63304d03c: Waiting [2020-12-07T15:33:52.904Z] cd3761cfa1d9: Waiting [2020-12-07T15:33:52.904Z] f8554d96528e: Layer already exists [2020-12-07T15:33:52.904Z] cfd3e7d900e9: Layer already exists [2020-12-07T15:33:52.904Z] 8b630e9b6538: Layer already exists [2020-12-07T15:33:52.904Z] 2820076732d6: Layer already exists [2020-12-07T15:33:52.904Z] 2a89861d355e: Layer already exists [2020-12-07T15:33:52.904Z] 0b961977c50d: Layer already exists [2020-12-07T15:33:52.904Z] 3030e9928e41: Layer already exists [2020-12-07T15:33:52.904Z] d28448d0de7c: Layer already exists [2020-12-07T15:33:52.904Z] 1cdfb8d750d4: Layer already exists [2020-12-07T15:33:52.904Z] 9ce63304d03c: Layer already exists [2020-12-07T15:33:53.175Z] cd3761cfa1d9: Layer already exists [2020-12-07T15:33:53.175Z] 2.0.0-dev.4: digest: sha256:d7b648fdaf48de8bddff4fc5470ce0936bb7ebd201798e1a56ad423025259e43 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:53.514Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:53.854Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:53.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-07T15:33:53.854Z] 8b630e9b6538: Preparing [2020-12-07T15:33:53.854Z] cfd3e7d900e9: Preparing [2020-12-07T15:33:53.854Z] f8554d96528e: Preparing [2020-12-07T15:33:53.854Z] 2820076732d6: Preparing [2020-12-07T15:33:53.854Z] 2820076732d6: Preparing [2020-12-07T15:33:53.854Z] 2a89861d355e: Preparing [2020-12-07T15:33:53.854Z] 0b961977c50d: Preparing [2020-12-07T15:33:53.854Z] 3030e9928e41: Preparing [2020-12-07T15:33:53.854Z] 8b630e9b6538: Preparing [2020-12-07T15:33:53.854Z] d28448d0de7c: Preparing [2020-12-07T15:33:53.854Z] 1cdfb8d750d4: Preparing [2020-12-07T15:33:53.854Z] 9ce63304d03c: Preparing [2020-12-07T15:33:53.854Z] cd3761cfa1d9: Preparing [2020-12-07T15:33:53.854Z] d28448d0de7c: Waiting [2020-12-07T15:33:53.854Z] 1cdfb8d750d4: Waiting [2020-12-07T15:33:53.854Z] cd3761cfa1d9: Waiting [2020-12-07T15:33:53.854Z] 9ce63304d03c: Waiting [2020-12-07T15:33:53.854Z] 0b961977c50d: Waiting [2020-12-07T15:33:53.854Z] 3030e9928e41: Waiting [2020-12-07T15:33:53.854Z] 2a89861d355e: Layer already exists [2020-12-07T15:33:53.854Z] 8b630e9b6538: Layer already exists [2020-12-07T15:33:53.854Z] f8554d96528e: Layer already exists [2020-12-07T15:33:53.854Z] cfd3e7d900e9: Layer already exists [2020-12-07T15:33:54.126Z] 2820076732d6: Layer already exists [2020-12-07T15:33:54.126Z] 0b961977c50d: Layer already exists [2020-12-07T15:33:54.126Z] 1cdfb8d750d4: Layer already exists [2020-12-07T15:33:54.126Z] d28448d0de7c: Layer already exists [2020-12-07T15:33:54.126Z] 3030e9928e41: Layer already exists [2020-12-07T15:33:54.126Z] 9ce63304d03c: Layer already exists [2020-12-07T15:33:54.126Z] cd3761cfa1d9: Layer already exists [2020-12-07T15:33:54.126Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:d7b648fdaf48de8bddff4fc5470ce0936bb7ebd201798e1a56ad423025259e43 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:54.465Z] + 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-07T15:33:54.804Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-12-07T15:33:54.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-07T15:33:54.804Z] 8b630e9b6538: Preparing [2020-12-07T15:33:54.804Z] cfd3e7d900e9: Preparing [2020-12-07T15:33:54.804Z] f8554d96528e: Preparing [2020-12-07T15:33:54.804Z] 2820076732d6: Preparing [2020-12-07T15:33:54.804Z] 2820076732d6: Preparing [2020-12-07T15:33:54.804Z] 2a89861d355e: Preparing [2020-12-07T15:33:54.804Z] 0b961977c50d: Preparing [2020-12-07T15:33:54.804Z] 3030e9928e41: Preparing [2020-12-07T15:33:54.804Z] 8b630e9b6538: Preparing [2020-12-07T15:33:54.804Z] d28448d0de7c: Preparing [2020-12-07T15:33:54.804Z] 1cdfb8d750d4: Preparing [2020-12-07T15:33:54.804Z] 9ce63304d03c: Preparing [2020-12-07T15:33:54.804Z] cd3761cfa1d9: Preparing [2020-12-07T15:33:54.804Z] d28448d0de7c: Waiting [2020-12-07T15:33:54.804Z] 9ce63304d03c: Waiting [2020-12-07T15:33:54.804Z] 1cdfb8d750d4: Waiting [2020-12-07T15:33:54.804Z] cd3761cfa1d9: Waiting [2020-12-07T15:33:54.804Z] 0b961977c50d: Waiting [2020-12-07T15:33:54.804Z] 3030e9928e41: Waiting [2020-12-07T15:33:54.804Z] 2a89861d355e: Layer already exists [2020-12-07T15:33:54.804Z] 2820076732d6: Layer already exists [2020-12-07T15:33:54.804Z] 8b630e9b6538: Layer already exists [2020-12-07T15:33:54.804Z] f8554d96528e: Layer already exists [2020-12-07T15:33:54.804Z] cfd3e7d900e9: Layer already exists [2020-12-07T15:33:54.804Z] 3030e9928e41: Layer already exists [2020-12-07T15:33:54.804Z] 0b961977c50d: Layer already exists [2020-12-07T15:33:54.804Z] d28448d0de7c: Layer already exists [2020-12-07T15:33:54.804Z] 1cdfb8d750d4: Layer already exists [2020-12-07T15:33:54.804Z] 9ce63304d03c: Layer already exists [2020-12-07T15:33:55.074Z] cd3761cfa1d9: Layer already exists [2020-12-07T15:33:55.074Z] master: digest: sha256:d7b648fdaf48de8bddff4fc5470ce0936bb7ebd201798e1a56ad423025259e43 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:33:55.258Z] ===================================================== [Pipeline] echo [2020-12-07T15:33:55.307Z] taggedImages: [2020-12-07T15:33:55.308Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:55.308Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.4 [2020-12-07T15:33:55.308Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:55.308Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-12-07T15:33:55.375Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-07T15:33:55.375Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:55.375Z] 2.0.0-dev.4 [2020-12-07T15:33:55.375Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:33:55.375Z] master [2020-12-07T15:33:55.375Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:55.947Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:56.288Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:33:56.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-07T15:33:56.288Z] 861fffeba5db: Preparing [2020-12-07T15:33:56.288Z] e747f34a222e: Preparing [2020-12-07T15:33:56.288Z] c4792784dedd: Preparing [2020-12-07T15:33:56.288Z] a7c80bc52521: Preparing [2020-12-07T15:33:56.288Z] 5d89ecb149c0: Preparing [2020-12-07T15:33:56.288Z] 6ed120386fc9: Preparing [2020-12-07T15:33:56.288Z] bda7b4a1ffab: Preparing [2020-12-07T15:33:56.288Z] 8c984cfb64d5: Preparing [2020-12-07T15:33:56.288Z] 66b385cf80cf: Preparing [2020-12-07T15:33:56.288Z] 6ed120386fc9: Waiting [2020-12-07T15:33:56.288Z] bda7b4a1ffab: Waiting [2020-12-07T15:33:56.288Z] 8c984cfb64d5: Waiting [2020-12-07T15:33:56.288Z] 66b385cf80cf: Waiting [2020-12-07T15:33:56.567Z] e747f34a222e: Pushed [2020-12-07T15:33:56.567Z] 5d89ecb149c0: Pushed [2020-12-07T15:33:56.567Z] 861fffeba5db: Pushed [2020-12-07T15:33:56.841Z] 8c984cfb64d5: Layer already exists [2020-12-07T15:33:56.841Z] 66b385cf80cf: Layer already exists [2020-12-07T15:33:56.841Z] 6ed120386fc9: Pushed [2020-12-07T15:33:56.841Z] bda7b4a1ffab: Pushed [2020-12-07T15:33:58.807Z] c4792784dedd: Pushed [2020-12-07T15:33:58.807Z] a7c80bc52521: Pushed [2020-12-07T15:33:58.807Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:5b67f97ca8e115e02acac54b775f54dbc4c5818fb9df91d3c685f0633760788a size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:59.147Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:59.482Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.4 [2020-12-07T15:33:59.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-07T15:33:59.482Z] 861fffeba5db: Preparing [2020-12-07T15:33:59.482Z] e747f34a222e: Preparing [2020-12-07T15:33:59.482Z] c4792784dedd: Preparing [2020-12-07T15:33:59.482Z] a7c80bc52521: Preparing [2020-12-07T15:33:59.482Z] 5d89ecb149c0: Preparing [2020-12-07T15:33:59.482Z] 6ed120386fc9: Preparing [2020-12-07T15:33:59.482Z] bda7b4a1ffab: Preparing [2020-12-07T15:33:59.482Z] 8c984cfb64d5: Preparing [2020-12-07T15:33:59.482Z] 66b385cf80cf: Preparing [2020-12-07T15:33:59.482Z] bda7b4a1ffab: Waiting [2020-12-07T15:33:59.482Z] 8c984cfb64d5: Waiting [2020-12-07T15:33:59.482Z] 66b385cf80cf: Waiting [2020-12-07T15:33:59.482Z] 6ed120386fc9: Waiting [2020-12-07T15:33:59.756Z] a7c80bc52521: Layer already exists [2020-12-07T15:33:59.756Z] 5d89ecb149c0: Layer already exists [2020-12-07T15:33:59.756Z] e747f34a222e: Layer already exists [2020-12-07T15:33:59.756Z] 861fffeba5db: Layer already exists [2020-12-07T15:33:59.756Z] c4792784dedd: Layer already exists [2020-12-07T15:33:59.756Z] 6ed120386fc9: Layer already exists [2020-12-07T15:33:59.756Z] 8c984cfb64d5: Layer already exists [2020-12-07T15:33:59.756Z] 66b385cf80cf: Layer already exists [2020-12-07T15:33:59.756Z] bda7b4a1ffab: Layer already exists [2020-12-07T15:33:59.756Z] 2.0.0-dev.4: digest: sha256:5b67f97ca8e115e02acac54b775f54dbc4c5818fb9df91d3c685f0633760788a size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:00.097Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:00.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:34:00.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-07T15:34:00.433Z] 861fffeba5db: Preparing [2020-12-07T15:34:00.433Z] e747f34a222e: Preparing [2020-12-07T15:34:00.433Z] c4792784dedd: Preparing [2020-12-07T15:34:00.433Z] a7c80bc52521: Preparing [2020-12-07T15:34:00.433Z] 5d89ecb149c0: Preparing [2020-12-07T15:34:00.433Z] 6ed120386fc9: Preparing [2020-12-07T15:34:00.433Z] bda7b4a1ffab: Preparing [2020-12-07T15:34:00.433Z] 8c984cfb64d5: Preparing [2020-12-07T15:34:00.433Z] 66b385cf80cf: Preparing [2020-12-07T15:34:00.433Z] bda7b4a1ffab: Waiting [2020-12-07T15:34:00.433Z] 8c984cfb64d5: Waiting [2020-12-07T15:34:00.433Z] 66b385cf80cf: Waiting [2020-12-07T15:34:00.433Z] 6ed120386fc9: Waiting [2020-12-07T15:34:00.433Z] e747f34a222e: Layer already exists [2020-12-07T15:34:00.433Z] c4792784dedd: Layer already exists [2020-12-07T15:34:00.433Z] 861fffeba5db: Layer already exists [2020-12-07T15:34:00.433Z] 5d89ecb149c0: Layer already exists [2020-12-07T15:34:00.433Z] a7c80bc52521: Layer already exists [2020-12-07T15:34:00.710Z] 6ed120386fc9: Layer already exists [2020-12-07T15:34:00.710Z] bda7b4a1ffab: Layer already exists [2020-12-07T15:34:00.710Z] 8c984cfb64d5: Layer already exists [2020-12-07T15:34:00.710Z] 66b385cf80cf: Layer already exists [2020-12-07T15:34:00.710Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:5b67f97ca8e115e02acac54b775f54dbc4c5818fb9df91d3c685f0633760788a size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:01.049Z] + 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-07T15:34:01.383Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-07T15:34:01.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-07T15:34:01.383Z] 861fffeba5db: Preparing [2020-12-07T15:34:01.383Z] e747f34a222e: Preparing [2020-12-07T15:34:01.383Z] c4792784dedd: Preparing [2020-12-07T15:34:01.383Z] a7c80bc52521: Preparing [2020-12-07T15:34:01.383Z] 5d89ecb149c0: Preparing [2020-12-07T15:34:01.383Z] 6ed120386fc9: Preparing [2020-12-07T15:34:01.383Z] bda7b4a1ffab: Preparing [2020-12-07T15:34:01.383Z] 8c984cfb64d5: Preparing [2020-12-07T15:34:01.383Z] 66b385cf80cf: Preparing [2020-12-07T15:34:01.383Z] 8c984cfb64d5: Waiting [2020-12-07T15:34:01.383Z] 6ed120386fc9: Waiting [2020-12-07T15:34:01.383Z] bda7b4a1ffab: Waiting [2020-12-07T15:34:01.383Z] 66b385cf80cf: Waiting [2020-12-07T15:34:01.655Z] 5d89ecb149c0: Layer already exists [2020-12-07T15:34:01.655Z] 861fffeba5db: Layer already exists [2020-12-07T15:34:01.655Z] e747f34a222e: Layer already exists [2020-12-07T15:34:01.655Z] a7c80bc52521: Layer already exists [2020-12-07T15:34:01.655Z] c4792784dedd: Layer already exists [2020-12-07T15:34:01.655Z] bda7b4a1ffab: Layer already exists [2020-12-07T15:34:01.655Z] 6ed120386fc9: Layer already exists [2020-12-07T15:34:01.655Z] 8c984cfb64d5: Layer already exists [2020-12-07T15:34:01.655Z] 66b385cf80cf: Layer already exists [2020-12-07T15:34:01.927Z] master: digest: sha256:5b67f97ca8e115e02acac54b775f54dbc4c5818fb9df91d3c685f0633760788a size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:34:02.122Z] ===================================================== [Pipeline] echo [2020-12-07T15:34:02.169Z] taggedImages: [2020-12-07T15:34:02.169Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:34:02.169Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.4 [2020-12-07T15:34:02.169Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:34:02.169Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-07T15:34:02.232Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-07T15:34:02.232Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:34:02.232Z] 2.0.0-dev.4 [2020-12-07T15:34:02.232Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:34:02.232Z] master [2020-12-07T15:34:02.232Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:02.728Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:03.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:34:03.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-07T15:34:03.062Z] 4ba65374c746: Preparing [2020-12-07T15:34:03.062Z] 343c3ed96a3b: Preparing [2020-12-07T15:34:03.062Z] 8f25beaae84b: Preparing [2020-12-07T15:34:03.062Z] 5df8df6bc342: Preparing [2020-12-07T15:34:03.062Z] 71b442f5b000: Preparing [2020-12-07T15:34:03.062Z] 1fcddfbba9d5: Preparing [2020-12-07T15:34:03.062Z] 1fcddfbba9d5: Waiting [2020-12-07T15:34:03.341Z] 4ba65374c746: Pushed [2020-12-07T15:34:03.341Z] 8f25beaae84b: Pushed [2020-12-07T15:34:03.611Z] 71b442f5b000: Pushed [2020-12-07T15:34:03.611Z] 5df8df6bc342: Pushed [2020-12-07T15:34:03.880Z] 1fcddfbba9d5: Pushed [2020-12-07T15:34:05.837Z] 343c3ed96a3b: Pushed [2020-12-07T15:34:06.107Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:9add97575ce258f34642f69c3a27186799ed230fa062a4a8379b850045682457 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:06.445Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:06.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.4 [2020-12-07T15:34:06.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-07T15:34:06.815Z] 4ba65374c746: Preparing [2020-12-07T15:34:06.815Z] 343c3ed96a3b: Preparing [2020-12-07T15:34:06.815Z] 8f25beaae84b: Preparing [2020-12-07T15:34:06.815Z] 5df8df6bc342: Preparing [2020-12-07T15:34:06.815Z] 71b442f5b000: Preparing [2020-12-07T15:34:06.815Z] 1fcddfbba9d5: Preparing [2020-12-07T15:34:07.086Z] 71b442f5b000: Layer already exists [2020-12-07T15:34:07.086Z] 8f25beaae84b: Layer already exists [2020-12-07T15:34:07.086Z] 343c3ed96a3b: Layer already exists [2020-12-07T15:34:07.086Z] 5df8df6bc342: Layer already exists [2020-12-07T15:34:07.086Z] 4ba65374c746: Layer already exists [2020-12-07T15:34:07.086Z] 1fcddfbba9d5: Layer already exists [2020-12-07T15:34:07.086Z] 2.0.0-dev.4: digest: sha256:9add97575ce258f34642f69c3a27186799ed230fa062a4a8379b850045682457 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:07.418Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:07.748Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:34:07.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-07T15:34:07.748Z] 4ba65374c746: Preparing [2020-12-07T15:34:07.748Z] 343c3ed96a3b: Preparing [2020-12-07T15:34:07.748Z] 8f25beaae84b: Preparing [2020-12-07T15:34:07.748Z] 5df8df6bc342: Preparing [2020-12-07T15:34:07.748Z] 71b442f5b000: Preparing [2020-12-07T15:34:07.748Z] 1fcddfbba9d5: Preparing [2020-12-07T15:34:07.748Z] 1fcddfbba9d5: Waiting [2020-12-07T15:34:08.020Z] 5df8df6bc342: Layer already exists [2020-12-07T15:34:08.020Z] 343c3ed96a3b: Layer already exists [2020-12-07T15:34:08.020Z] 8f25beaae84b: Layer already exists [2020-12-07T15:34:08.020Z] 4ba65374c746: Layer already exists [2020-12-07T15:34:08.020Z] 71b442f5b000: Layer already exists [2020-12-07T15:34:08.020Z] 1fcddfbba9d5: Layer already exists [2020-12-07T15:34:08.020Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:9add97575ce258f34642f69c3a27186799ed230fa062a4a8379b850045682457 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:08.358Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:08.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-07T15:34:08.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-07T15:34:08.692Z] 4ba65374c746: Preparing [2020-12-07T15:34:08.692Z] 343c3ed96a3b: Preparing [2020-12-07T15:34:08.692Z] 8f25beaae84b: Preparing [2020-12-07T15:34:08.692Z] 5df8df6bc342: Preparing [2020-12-07T15:34:08.692Z] 71b442f5b000: Preparing [2020-12-07T15:34:08.692Z] 1fcddfbba9d5: Preparing [2020-12-07T15:34:08.692Z] 1fcddfbba9d5: Waiting [2020-12-07T15:34:08.963Z] 4ba65374c746: Layer already exists [2020-12-07T15:34:08.963Z] 71b442f5b000: Layer already exists [2020-12-07T15:34:08.963Z] 8f25beaae84b: Layer already exists [2020-12-07T15:34:08.963Z] 343c3ed96a3b: Layer already exists [2020-12-07T15:34:08.963Z] 5df8df6bc342: Layer already exists [2020-12-07T15:34:08.963Z] 1fcddfbba9d5: Layer already exists [2020-12-07T15:34:08.963Z] master: digest: sha256:9add97575ce258f34642f69c3a27186799ed230fa062a4a8379b850045682457 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:34:09.149Z] ===================================================== [Pipeline] echo [2020-12-07T15:34:09.198Z] taggedImages: [2020-12-07T15:34:09.198Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:34:09.198Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.4 [2020-12-07T15:34:09.198Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:34:09.198Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-07T15:34:09.264Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-07T15:34:09.264Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:34:09.264Z] 2.0.0-dev.4 [2020-12-07T15:34:09.264Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:34:09.264Z] master [2020-12-07T15:34:09.264Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:09.801Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:10.135Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:34:10.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-07T15:34:10.135Z] 99ae3fc86ab5: Preparing [2020-12-07T15:34:10.135Z] 411b8a396eab: Preparing [2020-12-07T15:34:10.135Z] d91b365c12a5: Preparing [2020-12-07T15:34:10.407Z] d91b365c12a5: Pushed [2020-12-07T15:34:10.407Z] 99ae3fc86ab5: Pushed [2020-12-07T15:34:13.011Z] 411b8a396eab: Pushed [2020-12-07T15:34:13.283Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:d98f5f6c231a377395c99ce0e6e9b2177e0460d7cf5d5de94d27b8c6fb31e44a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:13.621Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:13.959Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.4 [2020-12-07T15:34:13.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-07T15:34:13.959Z] 99ae3fc86ab5: Preparing [2020-12-07T15:34:13.959Z] 411b8a396eab: Preparing [2020-12-07T15:34:13.959Z] d91b365c12a5: Preparing [2020-12-07T15:34:13.959Z] 411b8a396eab: Layer already exists [2020-12-07T15:34:13.959Z] 99ae3fc86ab5: Layer already exists [2020-12-07T15:34:14.232Z] d91b365c12a5: Layer already exists [2020-12-07T15:34:14.232Z] 2.0.0-dev.4: digest: sha256:d98f5f6c231a377395c99ce0e6e9b2177e0460d7cf5d5de94d27b8c6fb31e44a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:14.574Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:14.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:34:14.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-07T15:34:14.903Z] 99ae3fc86ab5: Preparing [2020-12-07T15:34:14.903Z] 411b8a396eab: Preparing [2020-12-07T15:34:14.903Z] d91b365c12a5: Preparing [2020-12-07T15:34:15.174Z] d91b365c12a5: Layer already exists [2020-12-07T15:34:15.174Z] 99ae3fc86ab5: Layer already exists [2020-12-07T15:34:15.174Z] 411b8a396eab: Layer already exists [2020-12-07T15:34:15.174Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:d98f5f6c231a377395c99ce0e6e9b2177e0460d7cf5d5de94d27b8c6fb31e44a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:15.522Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:15.854Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-07T15:34:15.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-07T15:34:15.854Z] 99ae3fc86ab5: Preparing [2020-12-07T15:34:15.854Z] 411b8a396eab: Preparing [2020-12-07T15:34:15.854Z] d91b365c12a5: Preparing [2020-12-07T15:34:15.854Z] 411b8a396eab: Layer already exists [2020-12-07T15:34:15.854Z] 99ae3fc86ab5: Layer already exists [2020-12-07T15:34:15.854Z] d91b365c12a5: Layer already exists [2020-12-07T15:34:16.125Z] master: digest: sha256:d98f5f6c231a377395c99ce0e6e9b2177e0460d7cf5d5de94d27b8c6fb31e44a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:34:16.331Z] ===================================================== [Pipeline] echo [2020-12-07T15:34:16.393Z] taggedImages: [2020-12-07T15:34:16.393Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:34:16.394Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.4 [2020-12-07T15:34:16.394Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:34:16.394Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-07T15:34:16.489Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-07T15:34:16.489Z] b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:34:16.489Z] 2.0.0-dev.4 [2020-12-07T15:34:16.489Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:34:16.489Z] master [2020-12-07T15:34:16.489Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:17.011Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:17.345Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:34:17.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-07T15:34:17.345Z] 5a49a544cdaf: Preparing [2020-12-07T15:34:17.345Z] d3eb087a671a: Preparing [2020-12-07T15:34:17.345Z] 5b2b7e8c597b: Preparing [2020-12-07T15:34:17.345Z] b640abe6e4e1: Preparing [2020-12-07T15:34:17.345Z] cc70201d38e7: Preparing [2020-12-07T15:34:17.345Z] 585659e01fc0: Preparing [2020-12-07T15:34:17.345Z] 0f892b8f644b: Preparing [2020-12-07T15:34:17.345Z] 2cee7541aa47: Preparing [2020-12-07T15:34:17.345Z] b6a78175e4c9: Preparing [2020-12-07T15:34:17.345Z] fab17a547d8c: Preparing [2020-12-07T15:34:17.345Z] 4b089f0fc7f0: Preparing [2020-12-07T15:34:17.345Z] 3e7dc55cab04: Preparing [2020-12-07T15:34:17.345Z] b2e85fd0898f: Preparing [2020-12-07T15:34:17.345Z] cd3761cfa1d9: Preparing [2020-12-07T15:34:17.345Z] 585659e01fc0: Waiting [2020-12-07T15:34:17.345Z] 0f892b8f644b: Waiting [2020-12-07T15:34:17.345Z] 2cee7541aa47: Waiting [2020-12-07T15:34:17.345Z] 3e7dc55cab04: Waiting [2020-12-07T15:34:17.345Z] b6a78175e4c9: Waiting [2020-12-07T15:34:17.345Z] b2e85fd0898f: Waiting [2020-12-07T15:34:17.345Z] fab17a547d8c: Waiting [2020-12-07T15:34:17.345Z] cd3761cfa1d9: Waiting [2020-12-07T15:34:17.345Z] 4b089f0fc7f0: Waiting [2020-12-07T15:34:17.943Z] cc70201d38e7: Pushed [2020-12-07T15:34:17.943Z] 5a49a544cdaf: Pushed [2020-12-07T15:34:18.542Z] b640abe6e4e1: Pushed [2020-12-07T15:34:18.542Z] 0f892b8f644b: Pushed [2020-12-07T15:34:18.813Z] 2cee7541aa47: Layer already exists [2020-12-07T15:34:18.813Z] b6a78175e4c9: Layer already exists [2020-12-07T15:34:18.813Z] fab17a547d8c: Layer already exists [2020-12-07T15:34:18.813Z] 4b089f0fc7f0: Layer already exists [2020-12-07T15:34:18.813Z] 3e7dc55cab04: Layer already exists [2020-12-07T15:34:18.813Z] b2e85fd0898f: Layer already exists [2020-12-07T15:34:18.813Z] cd3761cfa1d9: Layer already exists [2020-12-07T15:34:19.412Z] d3eb087a671a: Pushed [2020-12-07T15:34:20.839Z] 585659e01fc0: Pushed [2020-12-07T15:34:30.951Z] 5b2b7e8c597b: Pushed [2020-12-07T15:34:31.221Z] b985b2abee46819742dbb8bb5fe7722252537d7a: digest: sha256:6490f2003f692004ce8a48685aa3e61c6ee606ebaaf4ff19fd6beac03881eb5c size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:31.582Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:31.919Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.4 [2020-12-07T15:34:31.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-07T15:34:31.919Z] 5a49a544cdaf: Preparing [2020-12-07T15:34:31.919Z] d3eb087a671a: Preparing [2020-12-07T15:34:31.919Z] 5b2b7e8c597b: Preparing [2020-12-07T15:34:31.919Z] b640abe6e4e1: Preparing [2020-12-07T15:34:31.919Z] cc70201d38e7: Preparing [2020-12-07T15:34:31.919Z] 585659e01fc0: Preparing [2020-12-07T15:34:31.919Z] 0f892b8f644b: Preparing [2020-12-07T15:34:31.919Z] 2cee7541aa47: Preparing [2020-12-07T15:34:31.919Z] b6a78175e4c9: Preparing [2020-12-07T15:34:31.919Z] fab17a547d8c: Preparing [2020-12-07T15:34:31.919Z] 4b089f0fc7f0: Preparing [2020-12-07T15:34:31.919Z] 3e7dc55cab04: Preparing [2020-12-07T15:34:31.919Z] b2e85fd0898f: Preparing [2020-12-07T15:34:31.919Z] cd3761cfa1d9: Preparing [2020-12-07T15:34:31.919Z] b6a78175e4c9: Waiting [2020-12-07T15:34:31.919Z] fab17a547d8c: Waiting [2020-12-07T15:34:31.919Z] b2e85fd0898f: Waiting [2020-12-07T15:34:31.919Z] cd3761cfa1d9: Waiting [2020-12-07T15:34:31.919Z] 0f892b8f644b: Waiting [2020-12-07T15:34:31.919Z] 4b089f0fc7f0: Waiting [2020-12-07T15:34:31.919Z] 2cee7541aa47: Waiting [2020-12-07T15:34:31.919Z] 3e7dc55cab04: Waiting [2020-12-07T15:34:31.919Z] 585659e01fc0: Waiting [2020-12-07T15:34:31.919Z] cc70201d38e7: Layer already exists [2020-12-07T15:34:31.919Z] d3eb087a671a: Layer already exists [2020-12-07T15:34:31.919Z] 5a49a544cdaf: Layer already exists [2020-12-07T15:34:32.189Z] 5b2b7e8c597b: Layer already exists [2020-12-07T15:34:32.189Z] b640abe6e4e1: Layer already exists [2020-12-07T15:34:32.189Z] 0f892b8f644b: Layer already exists [2020-12-07T15:34:32.189Z] 585659e01fc0: Layer already exists [2020-12-07T15:34:32.189Z] 2cee7541aa47: Layer already exists [2020-12-07T15:34:32.189Z] b6a78175e4c9: Layer already exists [2020-12-07T15:34:32.189Z] fab17a547d8c: Layer already exists [2020-12-07T15:34:32.189Z] 3e7dc55cab04: Layer already exists [2020-12-07T15:34:32.189Z] b2e85fd0898f: Layer already exists [2020-12-07T15:34:32.189Z] cd3761cfa1d9: Layer already exists [2020-12-07T15:34:32.189Z] 4b089f0fc7f0: Layer already exists [2020-12-07T15:34:32.189Z] 2.0.0-dev.4: digest: sha256:6490f2003f692004ce8a48685aa3e61c6ee606ebaaf4ff19fd6beac03881eb5c size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:32.526Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:32.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:34:32.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-07T15:34:32.862Z] 5a49a544cdaf: Preparing [2020-12-07T15:34:32.862Z] d3eb087a671a: Preparing [2020-12-07T15:34:32.862Z] 5b2b7e8c597b: Preparing [2020-12-07T15:34:32.862Z] b640abe6e4e1: Preparing [2020-12-07T15:34:32.862Z] cc70201d38e7: Preparing [2020-12-07T15:34:32.862Z] 585659e01fc0: Preparing [2020-12-07T15:34:32.862Z] 0f892b8f644b: Preparing [2020-12-07T15:34:32.862Z] 2cee7541aa47: Preparing [2020-12-07T15:34:32.862Z] b6a78175e4c9: Preparing [2020-12-07T15:34:32.862Z] fab17a547d8c: Preparing [2020-12-07T15:34:32.862Z] 4b089f0fc7f0: Preparing [2020-12-07T15:34:32.862Z] 3e7dc55cab04: Preparing [2020-12-07T15:34:32.862Z] b2e85fd0898f: Preparing [2020-12-07T15:34:32.862Z] cd3761cfa1d9: Preparing [2020-12-07T15:34:32.862Z] 585659e01fc0: Waiting [2020-12-07T15:34:32.862Z] 4b089f0fc7f0: Waiting [2020-12-07T15:34:32.862Z] 3e7dc55cab04: Waiting [2020-12-07T15:34:32.862Z] b2e85fd0898f: Waiting [2020-12-07T15:34:32.862Z] 0f892b8f644b: Waiting [2020-12-07T15:34:32.862Z] 2cee7541aa47: Waiting [2020-12-07T15:34:32.862Z] b6a78175e4c9: Waiting [2020-12-07T15:34:32.862Z] fab17a547d8c: Waiting [2020-12-07T15:34:32.862Z] cd3761cfa1d9: Waiting [2020-12-07T15:34:33.133Z] 5b2b7e8c597b: Layer already exists [2020-12-07T15:34:33.133Z] cc70201d38e7: Layer already exists [2020-12-07T15:34:33.133Z] b640abe6e4e1: Layer already exists [2020-12-07T15:34:33.133Z] d3eb087a671a: Layer already exists [2020-12-07T15:34:33.133Z] 585659e01fc0: Layer already exists [2020-12-07T15:34:33.133Z] 0f892b8f644b: Layer already exists [2020-12-07T15:34:33.133Z] 5a49a544cdaf: Layer already exists [2020-12-07T15:34:33.133Z] 2cee7541aa47: Layer already exists [2020-12-07T15:34:33.133Z] b6a78175e4c9: Layer already exists [2020-12-07T15:34:33.133Z] fab17a547d8c: Layer already exists [2020-12-07T15:34:33.133Z] b2e85fd0898f: Layer already exists [2020-12-07T15:34:33.133Z] 4b089f0fc7f0: Layer already exists [2020-12-07T15:34:33.133Z] 3e7dc55cab04: Layer already exists [2020-12-07T15:34:33.133Z] cd3761cfa1d9: Layer already exists [2020-12-07T15:34:33.404Z] b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4: digest: sha256:6490f2003f692004ce8a48685aa3e61c6ee606ebaaf4ff19fd6beac03881eb5c size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:33.740Z] + 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-07T15:34:34.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-07T15:34:34.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-07T15:34:34.075Z] 5a49a544cdaf: Preparing [2020-12-07T15:34:34.075Z] d3eb087a671a: Preparing [2020-12-07T15:34:34.075Z] 5b2b7e8c597b: Preparing [2020-12-07T15:34:34.075Z] b640abe6e4e1: Preparing [2020-12-07T15:34:34.075Z] cc70201d38e7: Preparing [2020-12-07T15:34:34.075Z] 585659e01fc0: Preparing [2020-12-07T15:34:34.075Z] 0f892b8f644b: Preparing [2020-12-07T15:34:34.075Z] 2cee7541aa47: Preparing [2020-12-07T15:34:34.075Z] b6a78175e4c9: Preparing [2020-12-07T15:34:34.075Z] fab17a547d8c: Preparing [2020-12-07T15:34:34.075Z] 4b089f0fc7f0: Preparing [2020-12-07T15:34:34.075Z] 3e7dc55cab04: Preparing [2020-12-07T15:34:34.075Z] b2e85fd0898f: Preparing [2020-12-07T15:34:34.075Z] cd3761cfa1d9: Preparing [2020-12-07T15:34:34.075Z] 585659e01fc0: Waiting [2020-12-07T15:34:34.075Z] 0f892b8f644b: Waiting [2020-12-07T15:34:34.075Z] 2cee7541aa47: Waiting [2020-12-07T15:34:34.075Z] b6a78175e4c9: Waiting [2020-12-07T15:34:34.075Z] fab17a547d8c: Waiting [2020-12-07T15:34:34.075Z] 4b089f0fc7f0: Waiting [2020-12-07T15:34:34.075Z] b2e85fd0898f: Waiting [2020-12-07T15:34:34.075Z] 3e7dc55cab04: Waiting [2020-12-07T15:34:34.075Z] cd3761cfa1d9: Waiting [2020-12-07T15:34:34.075Z] cc70201d38e7: Layer already exists [2020-12-07T15:34:34.075Z] b640abe6e4e1: Layer already exists [2020-12-07T15:34:34.075Z] 5a49a544cdaf: Layer already exists [2020-12-07T15:34:34.347Z] d3eb087a671a: Layer already exists [2020-12-07T15:34:34.347Z] 5b2b7e8c597b: Layer already exists [2020-12-07T15:34:34.347Z] 2cee7541aa47: Layer already exists [2020-12-07T15:34:34.347Z] 0f892b8f644b: Layer already exists [2020-12-07T15:34:34.347Z] 585659e01fc0: Layer already exists [2020-12-07T15:34:34.347Z] b6a78175e4c9: Layer already exists [2020-12-07T15:34:34.347Z] fab17a547d8c: Layer already exists [2020-12-07T15:34:34.347Z] 3e7dc55cab04: Layer already exists [2020-12-07T15:34:34.347Z] 4b089f0fc7f0: Layer already exists [2020-12-07T15:34:34.347Z] b2e85fd0898f: Layer already exists [2020-12-07T15:34:34.347Z] cd3761cfa1d9: Layer already exists [2020-12-07T15:34:34.347Z] master: digest: sha256:6490f2003f692004ce8a48685aa3e61c6ee606ebaaf4ff19fd6beac03881eb5c size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T15:34:34.567Z] ===================================================== [Pipeline] echo [2020-12-07T15:34:34.612Z] taggedImages: [2020-12-07T15:34:34.612Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a [2020-12-07T15:34:34.612Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.4 [2020-12-07T15:34:34.612Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b985b2abee46819742dbb8bb5fe7722252537d7a-2.0.0-dev.4 [2020-12-07T15:34:34.612Z] - 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-07T15:34:36.257Z] provisioning config files... [2020-12-07T15:34:36.267Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/246@tmp/config4870513362891789561tmp [Pipeline] { [Pipeline] sh [2020-12-07T15:34:36.649Z] + set +x [2020-12-07T15:34:36.649Z] + curl -s https://codecov.io/bash [2020-12-07T15:34:36.649Z] + bash -s -- [2020-12-07T15:34:36.911Z] [2020-12-07T15:34:36.911Z] _____ _ [2020-12-07T15:34:36.911Z] / ____| | | [2020-12-07T15:34:36.911Z] | | ___ __| | ___ ___ _____ __ [2020-12-07T15:34:36.911Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-07T15:34:36.911Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-07T15:34:36.911Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-07T15:34:36.911Z] Bash-20201130-cc6d3fe [2020-12-07T15:34:36.911Z] [2020-12-07T15:34:36.911Z] [2020-12-07T15:34:36.911Z] ==> Jenkins CI detected. [2020-12-07T15:34:37.173Z] project root: . [2020-12-07T15:34:37.173Z] --> token set from env [2020-12-07T15:34:37.173Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-07T15:34:37.173Z] ==> Running gcov in . (disable via -X gcov) [2020-12-07T15:34:37.173Z] ==> Python coveragepy not found [2020-12-07T15:34:37.173Z] ==> Searching for coverage reports in: [2020-12-07T15:34:37.173Z] + . [2020-12-07T15:34:37.173Z] -> Found 1 reports [2020-12-07T15:34:37.173Z] ==> Detecting git/mercurial file structure [2020-12-07T15:34:37.173Z] ==> Reading reports [2020-12-07T15:34:37.173Z] + ./coverage.out bytes=557293 [2020-12-07T15:34:37.173Z] ==> Appending adjustments [2020-12-07T15:34:37.173Z] https://docs.codecov.io/docs/fixing-reports [2020-12-07T15:34:40.494Z] + Found adjustments [2020-12-07T15:34:40.494Z] ==> Gzipping contents [2020-12-07T15:34:40.494Z] 88K /tmp/codecov.v6y1uN.gz [2020-12-07T15:34:40.494Z] ==> Uploading reports [2020-12-07T15:34:40.494Z] url: https://codecov.io [2020-12-07T15:34:40.494Z] query: branch=master&commit=b985b2abee46819742dbb8bb5fe7722252537d7a&build=246&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F246%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-07T15:34:40.494Z] -> Pinging Codecov [2020-12-07T15:34:40.494Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=b985b2abee46819742dbb8bb5fe7722252537d7a&build=246&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F246%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-07T15:34:41.065Z] -> Uploading to [2020-12-07T15:34:41.065Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-07/00271124DB129430A58F1EEE437C3FCB/b985b2abee46819742dbb8bb5fe7722252537d7a/093096e2-8af0-4599-9794-66a63770502f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201207T153440Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=afae9d55253746ba52f60fd96224a6e0426c52fdcc98a1fbd6231ddee2f50b3c [2020-12-07T15:34:41.065Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T15:34:41.065Z] Dload Upload Total Spent Left Speed [2020-12-07T15:34:41.637Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86810 0 0 100 86810 0 176k --:--:-- --:--:-- --:--:-- 176k [2020-12-07T15:34:41.638Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b985b2abee46819742dbb8bb5fe7722252537d7a [Pipeline] } [2020-12-07T15:34:41.648Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-07T15:34:42.551Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-07T15:34:42.648Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:42.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T15:34:42.993Z] [2020-12-07T15:34:42.993Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:43.339Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T15:34:43.339Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-07T15:34:43.339Z] 188c0c94c7c5: Already exists [2020-12-07T15:34:43.339Z] 0ef7d3d256c8: Already exists [2020-12-07T15:34:43.339Z] de9db76c5a1d: Already exists [2020-12-07T15:34:43.339Z] 0eba1c9be4d2: Pulling fs layer [2020-12-07T15:34:43.339Z] 0d57e429df01: Pulling fs layer [2020-12-07T15:34:43.339Z] 4e4be7b47b0d: Pulling fs layer [2020-12-07T15:34:43.339Z] e1f770b5df2f: Pulling fs layer [2020-12-07T15:34:43.339Z] 85a0685a4137: Pulling fs layer [2020-12-07T15:34:43.339Z] 85a0685a4137: Waiting [2020-12-07T15:34:43.339Z] e1f770b5df2f: Waiting [2020-12-07T15:34:43.339Z] 0d57e429df01: Verifying Checksum [2020-12-07T15:34:43.339Z] 0d57e429df01: Download complete [2020-12-07T15:34:43.339Z] 4e4be7b47b0d: Verifying Checksum [2020-12-07T15:34:43.339Z] 4e4be7b47b0d: Download complete [2020-12-07T15:34:44.726Z] e1f770b5df2f: Verifying Checksum [2020-12-07T15:34:44.726Z] e1f770b5df2f: Download complete [2020-12-07T15:34:46.655Z] 0eba1c9be4d2: Verifying Checksum [2020-12-07T15:34:46.655Z] 0eba1c9be4d2: Download complete [2020-12-07T15:34:46.923Z] 85a0685a4137: Verifying Checksum [2020-12-07T15:34:46.923Z] 85a0685a4137: Download complete [2020-12-07T15:34:52.235Z] 0eba1c9be4d2: Pull complete [2020-12-07T15:34:52.235Z] 0d57e429df01: Pull complete [2020-12-07T15:34:52.235Z] 4e4be7b47b0d: Pull complete [2020-12-07T15:34:54.791Z] e1f770b5df2f: Pull complete [2020-12-07T15:35:04.842Z] 85a0685a4137: Pull complete [2020-12-07T15:35:04.842Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-07T15:35:04.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T15:35:04.842Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-07T15:35:05.079Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:35:05.134Z] $ 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/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:35:06.851Z] $ docker top f8d0ff1071bcfb9615cd7af9415728e6f274259e9cf865a62154671ae465b79f -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-07T15:35:07.056Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-07T15:35:07.346Z] + set -o pipefail [2020-12-07T15:35:07.346Z] + snyk monitor '--org=edgex-jenkins' [2020-12-07T15:35:29.391Z] [2020-12-07T15:35:29.391Z] Monitoring /w/workspace/edgex-go/246 (github.com/edgexfoundry/edgex-go)... [2020-12-07T15:35:29.391Z] [2020-12-07T15:35:29.391Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/44a5f586-6857-4e3a-bc23-7f1490e2c624 [2020-12-07T15:35:29.391Z] [2020-12-07T15:35:29.391Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-07T15:35:29.391Z] [2020-12-07T15:35:29.391Z] [Pipeline] } [2020-12-07T15:35:29.410Z] $ docker stop --time=1 f8d0ff1071bcfb9615cd7af9415728e6f274259e9cf865a62154671ae465b79f [2020-12-07T15:35:32.420Z] $ docker rm -f f8d0ff1071bcfb9615cd7af9415728e6f274259e9cf865a62154671ae465b79f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-07T15:35:33.357Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:b985b2abee46819742dbb8bb5fe7722252537d7a, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-12-07T15:35:33.359Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T15:35:33.648Z] + set -o pipefail [2020-12-07T15:35:33.648Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T15:35:33.648Z] + tee .snyk [2020-12-07T15:35:33.908Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T15:35:33.908Z] version: v1.14.1 [2020-12-07T15:35:33.908Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T15:35:33.908Z] ignore: [2020-12-07T15:35:33.908Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T15:35:33.908Z] - '*': [2020-12-07T15:35:33.908Z] reason: does not apply # justification for ignoring [2020-12-07T15:35:33.908Z] 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-07T15:35:33.908Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T15:35:33.908Z] - '*': [2020-12-07T15:35:33.908Z] reason: false positive [2020-12-07T15:35:33.908Z] expires: 2021-01-01T00:00:00 [2020-12-07T15:35:33.908Z] # patch: {} [Pipeline] withCredentials [2020-12-07T15:35:33.968Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:35:34.306Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T15:35:34.306Z] . [Pipeline] withDockerContainer [2020-12-07T15:35:34.402Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:35:34.454Z] $ 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/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:35:35.260Z] $ docker top ef05864b77cbf6cbbdf866fae4760881c916a76604be22e2a485caef0dec3465 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:35:35.775Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T15:35:35.787Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:b985b2abee46819742dbb8bb5fe7722252537d7a --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T15:35:36.077Z] + set -o pipefail [2020-12-07T15:35:36.077Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:b985b2abee46819742dbb8bb5fe7722252537d7a '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T15:35:36.077Z] + snyk-to-html -o snykReport.html [2020-12-07T15:35:46.099Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T15:35:46.116Z] $ docker stop --time=1 ef05864b77cbf6cbbdf866fae4760881c916a76604be22e2a485caef0dec3465 [2020-12-07T15:35:47.574Z] $ docker rm -f ef05864b77cbf6cbbdf866fae4760881c916a76604be22e2a485caef0dec3465 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T15:35:47.914Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:b985b2abee46819742dbb8bb5fe7722252537d7a, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-12-07T15:35:47.917Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T15:35:48.205Z] + set -o pipefail [2020-12-07T15:35:48.205Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T15:35:48.205Z] + tee .snyk [2020-12-07T15:35:48.205Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T15:35:48.205Z] version: v1.14.1 [2020-12-07T15:35:48.205Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T15:35:48.205Z] ignore: [2020-12-07T15:35:48.205Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T15:35:48.205Z] - '*': [2020-12-07T15:35:48.205Z] reason: does not apply # justification for ignoring [2020-12-07T15:35:48.205Z] 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-07T15:35:48.205Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T15:35:48.205Z] - '*': [2020-12-07T15:35:48.205Z] reason: false positive [2020-12-07T15:35:48.205Z] expires: 2021-01-01T00:00:00 [2020-12-07T15:35:48.205Z] # patch: {} [Pipeline] withCredentials [2020-12-07T15:35:48.301Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:35:48.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T15:35:48.638Z] . [Pipeline] withDockerContainer [2020-12-07T15:35:48.751Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:35:48.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/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:35:49.545Z] $ docker top 7b50afaa59c33bbc3ef4a305310171cca1f675178d25ffbe150ea602fac90275 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:35:50.054Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T15:35:50.064Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:b985b2abee46819742dbb8bb5fe7722252537d7a --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T15:35:50.351Z] + set -o pipefail [2020-12-07T15:35:50.351Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:b985b2abee46819742dbb8bb5fe7722252537d7a '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T15:35:50.351Z] + snyk-to-html -o snykReport.html [2020-12-07T15:35:55.642Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T15:35:55.658Z] $ docker stop --time=1 7b50afaa59c33bbc3ef4a305310171cca1f675178d25ffbe150ea602fac90275 [2020-12-07T15:35:57.076Z] $ docker rm -f 7b50afaa59c33bbc3ef4a305310171cca1f675178d25ffbe150ea602fac90275 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T15:35:57.384Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b985b2abee46819742dbb8bb5fe7722252537d7a, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-12-07T15:35:57.387Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T15:35:57.681Z] + set -o pipefail [2020-12-07T15:35:57.681Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T15:35:57.681Z] + tee .snyk [2020-12-07T15:35:57.681Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T15:35:57.681Z] version: v1.14.1 [2020-12-07T15:35:57.681Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T15:35:57.681Z] ignore: [2020-12-07T15:35:57.681Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T15:35:57.681Z] - '*': [2020-12-07T15:35:57.681Z] reason: does not apply # justification for ignoring [2020-12-07T15:35:57.681Z] 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-07T15:35:57.681Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T15:35:57.681Z] - '*': [2020-12-07T15:35:57.681Z] reason: false positive [2020-12-07T15:35:57.681Z] expires: 2021-01-01T00:00:00 [2020-12-07T15:35:57.681Z] # patch: {} [Pipeline] withCredentials [2020-12-07T15:35:57.782Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:35:58.133Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T15:35:58.133Z] . [Pipeline] withDockerContainer [2020-12-07T15:35:58.231Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:35:58.287Z] $ 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/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:35:59.007Z] $ docker top f8c90fe720e2511b4939591b3bc7750251885271c851f770c1c1723e37f18b1f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:35:59.716Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T15:35:59.726Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b985b2abee46819742dbb8bb5fe7722252537d7a --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T15:36:00.103Z] + set -o pipefail [2020-12-07T15:36:00.103Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b985b2abee46819742dbb8bb5fe7722252537d7a '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T15:36:00.103Z] + snyk-to-html -o snykReport.html [2020-12-07T15:36:08.279Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T15:36:08.299Z] $ docker stop --time=1 f8c90fe720e2511b4939591b3bc7750251885271c851f770c1c1723e37f18b1f [2020-12-07T15:36:09.769Z] $ docker rm -f f8c90fe720e2511b4939591b3bc7750251885271c851f770c1c1723e37f18b1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T15:36:10.083Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b985b2abee46819742dbb8bb5fe7722252537d7a, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-12-07T15:36:10.086Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T15:36:10.377Z] + set -o pipefail [2020-12-07T15:36:10.377Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T15:36:10.377Z] + tee .snyk [2020-12-07T15:36:10.377Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T15:36:10.377Z] version: v1.14.1 [2020-12-07T15:36:10.377Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T15:36:10.377Z] ignore: [2020-12-07T15:36:10.377Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T15:36:10.377Z] - '*': [2020-12-07T15:36:10.377Z] reason: does not apply # justification for ignoring [2020-12-07T15:36:10.377Z] 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-07T15:36:10.377Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T15:36:10.377Z] - '*': [2020-12-07T15:36:10.377Z] reason: false positive [2020-12-07T15:36:10.377Z] expires: 2021-01-01T00:00:00 [2020-12-07T15:36:10.377Z] # patch: {} [Pipeline] withCredentials [2020-12-07T15:36:10.483Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:36:10.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T15:36:10.837Z] . [Pipeline] withDockerContainer [2020-12-07T15:36:10.939Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:36:10.988Z] $ 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/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:36:11.635Z] $ docker top 80d4abdfef94fef4d01ed6876f824802bbe456eba9d0bcc0055b9adb7ac694f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:36:12.138Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T15:36:12.149Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b985b2abee46819742dbb8bb5fe7722252537d7a --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T15:36:12.441Z] + set -o pipefail [2020-12-07T15:36:12.441Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b985b2abee46819742dbb8bb5fe7722252537d7a '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T15:36:12.441Z] + snyk-to-html -o snykReport.html [2020-12-07T15:36:17.745Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T15:36:17.764Z] $ docker stop --time=1 80d4abdfef94fef4d01ed6876f824802bbe456eba9d0bcc0055b9adb7ac694f7 [2020-12-07T15:36:19.167Z] $ docker rm -f 80d4abdfef94fef4d01ed6876f824802bbe456eba9d0bcc0055b9adb7ac694f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T15:36:19.562Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-12-07T15:36:19.565Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T15:36:19.857Z] + set -o pipefail [2020-12-07T15:36:19.858Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T15:36:19.858Z] + tee .snyk [2020-12-07T15:36:19.858Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T15:36:19.858Z] version: v1.14.1 [2020-12-07T15:36:19.858Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T15:36:19.858Z] ignore: [2020-12-07T15:36:19.858Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T15:36:19.858Z] - '*': [2020-12-07T15:36:19.858Z] reason: does not apply # justification for ignoring [2020-12-07T15:36:19.858Z] 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-07T15:36:19.858Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T15:36:19.858Z] - '*': [2020-12-07T15:36:19.858Z] reason: false positive [2020-12-07T15:36:19.858Z] expires: 2021-01-01T00:00:00 [2020-12-07T15:36:19.858Z] # patch: {} [Pipeline] withCredentials [2020-12-07T15:36:19.966Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:36:20.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T15:36:20.312Z] . [Pipeline] withDockerContainer [2020-12-07T15:36:20.411Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:36:20.460Z] $ 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/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:36:21.066Z] $ docker top 276edee9c3686ce16cc26ad2631e889d1120716be1dd4f4bdbf5fb1c5c43a08a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:36:21.556Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T15:36:21.567Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T15:36:21.855Z] + set -o pipefail [2020-12-07T15:36:21.855Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T15:36:21.855Z] + snyk-to-html -o snykReport.html [2020-12-07T15:36:28.456Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T15:36:28.475Z] $ docker stop --time=1 276edee9c3686ce16cc26ad2631e889d1120716be1dd4f4bdbf5fb1c5c43a08a [2020-12-07T15:36:29.882Z] $ docker rm -f 276edee9c3686ce16cc26ad2631e889d1120716be1dd4f4bdbf5fb1c5c43a08a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T15:36:30.261Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-12-07T15:36:30.264Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T15:36:30.554Z] + set -o pipefail [2020-12-07T15:36:30.554Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T15:36:30.554Z] + tee .snyk [2020-12-07T15:36:30.554Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T15:36:30.554Z] version: v1.14.1 [2020-12-07T15:36:30.554Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T15:36:30.554Z] ignore: [2020-12-07T15:36:30.554Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T15:36:30.554Z] - '*': [2020-12-07T15:36:30.554Z] reason: does not apply # justification for ignoring [2020-12-07T15:36:30.554Z] 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-07T15:36:30.554Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T15:36:30.554Z] - '*': [2020-12-07T15:36:30.554Z] reason: false positive [2020-12-07T15:36:30.554Z] expires: 2021-01-01T00:00:00 [2020-12-07T15:36:30.554Z] # patch: {} [Pipeline] withCredentials [2020-12-07T15:36:30.680Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:36:31.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T15:36:31.023Z] . [Pipeline] withDockerContainer [2020-12-07T15:36:31.122Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:36:31.173Z] $ 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/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:36:31.810Z] $ docker top 0f77b8f08d78b525492c5f25fce57d8dfbb7351f54ab7e68144438abcdf50046 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:36:32.298Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T15:36:32.309Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T15:36:32.600Z] + set -o pipefail [2020-12-07T15:36:32.600Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T15:36:32.600Z] + snyk-to-html -o snykReport.html [2020-12-07T15:36:37.967Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T15:36:37.984Z] $ docker stop --time=1 0f77b8f08d78b525492c5f25fce57d8dfbb7351f54ab7e68144438abcdf50046 [2020-12-07T15:36:39.378Z] $ docker rm -f 0f77b8f08d78b525492c5f25fce57d8dfbb7351f54ab7e68144438abcdf50046 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T15:36:39.686Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-12-07T15:36:39.688Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T15:36:40.005Z] + set -o pipefail [2020-12-07T15:36:40.006Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T15:36:40.006Z] + tee .snyk [2020-12-07T15:36:41.154Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T15:36:41.154Z] version: v1.14.1 [2020-12-07T15:36:41.154Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T15:36:41.154Z] ignore: [2020-12-07T15:36:41.154Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T15:36:41.154Z] - '*': [2020-12-07T15:36:41.154Z] reason: does not apply # justification for ignoring [2020-12-07T15:36:41.154Z] 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-07T15:36:41.154Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T15:36:41.154Z] - '*': [2020-12-07T15:36:41.154Z] reason: false positive [2020-12-07T15:36:41.154Z] expires: 2021-01-01T00:00:00 [2020-12-07T15:36:41.154Z] # patch: {} [Pipeline] withCredentials [2020-12-07T15:36:41.212Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:36:41.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T15:36:41.576Z] . [Pipeline] withDockerContainer [2020-12-07T15:36:41.676Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:36:41.728Z] $ 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/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:36:42.325Z] $ docker top 271886b23e26e62da3b6b2d47589deb8d0d1525762c104ceca48a5bfe8b97a40 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:36:42.845Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T15:36:42.857Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T15:36:43.152Z] + set -o pipefail [2020-12-07T15:36:43.153Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b985b2abee46819742dbb8bb5fe7722252537d7a '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T15:36:43.153Z] + snyk-to-html -o snykReport.html [2020-12-07T15:36:48.468Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T15:36:48.487Z] $ docker stop --time=1 271886b23e26e62da3b6b2d47589deb8d0d1525762c104ceca48a5bfe8b97a40 [2020-12-07T15:36:49.940Z] $ docker rm -f 271886b23e26e62da3b6b2d47589deb8d0d1525762c104ceca48a5bfe8b97a40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T15:36:50.269Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b985b2abee46819742dbb8bb5fe7722252537d7a, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-12-07T15:36:50.272Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T15:36:50.562Z] + set -o pipefail [2020-12-07T15:36:50.562Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T15:36:50.562Z] + tee .snyk [2020-12-07T15:36:50.562Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T15:36:50.562Z] version: v1.14.1 [2020-12-07T15:36:50.562Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T15:36:50.562Z] ignore: [2020-12-07T15:36:50.562Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T15:36:50.562Z] - '*': [2020-12-07T15:36:50.562Z] reason: does not apply # justification for ignoring [2020-12-07T15:36:50.562Z] 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-07T15:36:50.562Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T15:36:50.562Z] - '*': [2020-12-07T15:36:50.563Z] reason: false positive [2020-12-07T15:36:50.563Z] expires: 2021-01-01T00:00:00 [2020-12-07T15:36:50.563Z] # patch: {} [Pipeline] withCredentials [2020-12-07T15:36:50.689Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:36:51.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T15:36:51.031Z] . [Pipeline] withDockerContainer [2020-12-07T15:36:51.129Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:36:51.177Z] $ 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/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:36:51.785Z] $ docker top c1004f23c99444228cd4eaa5e9aa39abefa473212e8da3770842ed405f5c8f30 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:36:52.255Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T15:36:52.266Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b985b2abee46819742dbb8bb5fe7722252537d7a --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T15:36:52.557Z] + set -o pipefail [2020-12-07T15:36:52.557Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b985b2abee46819742dbb8bb5fe7722252537d7a '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T15:36:52.557Z] + snyk-to-html -o snykReport.html [2020-12-07T15:37:00.721Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T15:37:00.739Z] $ docker stop --time=1 c1004f23c99444228cd4eaa5e9aa39abefa473212e8da3770842ed405f5c8f30 [2020-12-07T15:37:02.231Z] $ docker rm -f c1004f23c99444228cd4eaa5e9aa39abefa473212e8da3770842ed405f5c8f30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T15:37:02.588Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b985b2abee46819742dbb8bb5fe7722252537d7a, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-12-07T15:37:02.590Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T15:37:02.879Z] + set -o pipefail [2020-12-07T15:37:02.879Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T15:37:02.879Z] + tee .snyk [2020-12-07T15:37:02.879Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T15:37:02.879Z] version: v1.14.1 [2020-12-07T15:37:02.879Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T15:37:02.879Z] ignore: [2020-12-07T15:37:02.879Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T15:37:02.879Z] - '*': [2020-12-07T15:37:02.879Z] reason: does not apply # justification for ignoring [2020-12-07T15:37:02.879Z] 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-07T15:37:02.879Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T15:37:02.879Z] - '*': [2020-12-07T15:37:02.879Z] reason: false positive [2020-12-07T15:37:02.879Z] expires: 2021-01-01T00:00:00 [2020-12-07T15:37:02.879Z] # patch: {} [Pipeline] withCredentials [2020-12-07T15:37:02.937Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:37:03.281Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T15:37:03.281Z] . [Pipeline] withDockerContainer [2020-12-07T15:37:03.388Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:37:03.445Z] $ 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/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:37:04.121Z] $ docker top bd259ba5f1bb9edf3d183c496d1095c36b98f68a5ff4e679deb1e12b109ba007 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:37:04.619Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T15:37:04.632Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b985b2abee46819742dbb8bb5fe7722252537d7a --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T15:37:04.998Z] + set -o pipefail [2020-12-07T15:37:04.998Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b985b2abee46819742dbb8bb5fe7722252537d7a '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T15:37:04.998Z] + snyk-to-html -o snykReport.html [2020-12-07T15:37:15.051Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T15:37:15.068Z] $ docker stop --time=1 bd259ba5f1bb9edf3d183c496d1095c36b98f68a5ff4e679deb1e12b109ba007 [2020-12-07T15:37:16.565Z] $ docker rm -f bd259ba5f1bb9edf3d183c496d1095c36b98f68a5ff4e679deb1e12b109ba007 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T15:37:16.883Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b985b2abee46819742dbb8bb5fe7722252537d7a, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-07T15:37:16.885Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T15:37:17.174Z] + set -o pipefail [2020-12-07T15:37:17.174Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T15:37:17.174Z] + tee .snyk [2020-12-07T15:37:17.174Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T15:37:17.174Z] version: v1.14.1 [2020-12-07T15:37:17.174Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T15:37:17.174Z] ignore: [2020-12-07T15:37:17.174Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T15:37:17.174Z] - '*': [2020-12-07T15:37:17.174Z] reason: does not apply # justification for ignoring [2020-12-07T15:37:17.174Z] 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-07T15:37:17.174Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T15:37:17.174Z] - '*': [2020-12-07T15:37:17.174Z] reason: false positive [2020-12-07T15:37:17.174Z] expires: 2021-01-01T00:00:00 [2020-12-07T15:37:17.174Z] # patch: {} [Pipeline] withCredentials [2020-12-07T15:37:17.266Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:37:17.609Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T15:37:17.609Z] . [Pipeline] withDockerContainer [2020-12-07T15:37:17.706Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:37:17.754Z] $ 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/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:37:18.363Z] $ docker top a1967c1f99141776942679b7555d1aa95daf19361d403d08cff25bc035ba61ee -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:37:18.825Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T15:37:18.845Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b985b2abee46819742dbb8bb5fe7722252537d7a --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T15:37:19.133Z] + set -o pipefail [2020-12-07T15:37:19.133Z] + snyk-to-html -o snykReport.html [2020-12-07T15:37:19.133Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b985b2abee46819742dbb8bb5fe7722252537d7a '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T15:37:27.280Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T15:37:27.297Z] $ docker stop --time=1 a1967c1f99141776942679b7555d1aa95daf19361d403d08cff25bc035ba61ee [2020-12-07T15:37:28.744Z] $ docker rm -f a1967c1f99141776942679b7555d1aa95daf19361d403d08cff25bc035ba61ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-07T15:37:29.766Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-07T15:37:29.832Z] provisioning config files... [2020-12-07T15:37:29.841Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/246@tmp/config8696455870861092304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:37:30.223Z] --> edgex-publish-swagger.sh [2020-12-07T15:37:30.223Z] === Publish openapi/v1 API === [2020-12-07T15:37:30.223Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-07T15:37:30.223Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-07T15:37:30.223Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T15:37:30.223Z] Dload Upload Total Spent Left Speed [2020-12-07T15:37:31.168Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 10499 0:00:01 0:00:01 --:--:-- 10510 100 10521 0 0 100 10521 0 10497 0:00:01 0:00:01 --:--:-- 10510 [2020-12-07T15:37:31.168Z] [2020-12-07T15:37:31.168Z] [2020-12-07T15:37:31.168Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-07T15:37:31.168Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T15:37:31.168Z] Dload Upload Total Spent Left Speed [2020-12-07T15:37:32.557Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 29082 0:00:01 0:00:01 --:--:-- 29093 100 32556 0 0 100 32556 0 29078 0:00:01 0:00:01 --:--:-- 29093 [2020-12-07T15:37:32.557Z] [2020-12-07T15:37:32.557Z] [2020-12-07T15:37:32.557Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-07T15:37:32.557Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T15:37:32.557Z] Dload Upload Total Spent Left Speed [2020-12-07T15:37:33.761Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 61823 0:00:01 0:00:01 --:--:-- 61845 100 73720 0 0 100 73720 0 52764 0:00:01 0:00:01 --:--:-- 52770 [2020-12-07T15:37:33.761Z] [2020-12-07T15:37:33.761Z] [2020-12-07T15:37:33.761Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-07T15:37:33.761Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T15:37:33.761Z] Dload Upload Total Spent Left Speed [2020-12-07T15:37:34.712Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11825 0:00:01 0:00:01 --:--:-- 11829 100 13580 0 0 100 13580 0 11823 0:00:01 0:00:01 --:--:-- 11829 [2020-12-07T15:37:34.712Z] [2020-12-07T15:37:34.712Z] [2020-12-07T15:37:34.712Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-07T15:37:34.712Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T15:37:34.712Z] Dload Upload Total Spent Left Speed [2020-12-07T15:37:35.926Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 35819 0:00:01 0:00:01 --:--:-- 35809 100 38889 0 0 100 38889 0 35815 0:00:01 0:00:01 --:--:-- 35809 [2020-12-07T15:37:35.926Z] [2020-12-07T15:37:35.926Z] [2020-12-07T15:37:35.926Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-07T15:37:35.926Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T15:37:35.926Z] Dload Upload Total Spent Left Speed [2020-12-07T15:37:37.313Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13319 0:00:01 0:00:01 --:--:-- 13328 100 14248 0 0 100 14248 0 13318 0:00:01 0:00:01 --:--:-- 13328 [2020-12-07T15:37:37.313Z] [2020-12-07T15:37:37.313Z] [2020-12-07T15:37:37.313Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-07T15:37:37.313Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T15:37:37.313Z] Dload Upload Total Spent Left Speed [2020-12-07T15:37:37.885Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4501 --:--:-- --:--:-- --:--:-- 4500 100 4109 0 0 100 4109 0 4500 --:--:-- --:--:-- --:--:-- 4500 [2020-12-07T15:37:37.886Z] [2020-12-07T15:37:37.886Z] [2020-12-07T15:37:37.886Z] === Publish openapi/v2 API === [2020-12-07T15:37:37.886Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-07T15:37:37.886Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-07T15:37:37.886Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T15:37:37.886Z] Dload Upload Total Spent Left Speed [2020-12-07T15:37:39.269Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24669 0:00:01 0:00:01 --:--:-- 24674 100 29535 0 0 100 29535 0 23952 0:00:01 0:00:01 --:--:-- 23973 [2020-12-07T15:37:39.270Z] [2020-12-07T15:37:39.270Z] [2020-12-07T15:37:39.270Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-07T15:37:39.270Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T15:37:39.270Z] Dload Upload Total Spent Left Speed [2020-12-07T15:37:40.658Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65795 0 0 100 65795 0 55119 0:00:01 0:00:01 --:--:-- 55150 100 65795 0 0 100 65795 0 51404 0:00:01 0:00:01 --:--:-- 51442 [2020-12-07T15:37:40.658Z] [2020-12-07T15:37:40.658Z] [2020-12-07T15:37:40.658Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-07T15:37:40.658Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T15:37:40.658Z] Dload Upload Total Spent Left Speed [2020-12-07T15:37:42.076Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 95392 0:00:01 0:00:01 --:--:-- 95436 100 119k 0 0 100 119k 0 95381 0:00:01 0:00:01 --:--:-- 95436 [2020-12-07T15:37:42.077Z] [2020-12-07T15:37:42.077Z] [2020-12-07T15:37:42.077Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-07T15:37:42.077Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T15:37:42.077Z] Dload Upload Total Spent Left Speed [2020-12-07T15:37:43.020Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21510 0:00:01 0:00:01 --:--:-- 21517 [2020-12-07T15:37:43.020Z] [2020-12-07T15:37:43.020Z] [2020-12-07T15:37:43.020Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-07T15:37:43.020Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T15:37:43.020Z] Dload Upload Total Spent Left Speed [2020-12-07T15:37:43.962Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 65976 --:--:-- --:--:-- --:--:-- 65921 [2020-12-07T15:37:43.962Z] [2020-12-07T15:37:43.962Z] [2020-12-07T15:37:43.963Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-07T15:37:43.963Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T15:37:43.963Z] Dload Upload Total Spent Left Speed [2020-12-07T15:37:44.906Z] 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 44186 0:00:01 0:00:01 --:--:-- 44166 100 46198 0 0 100 46198 0 44178 0:00:01 0:00:01 --:--:-- 44166 [2020-12-07T15:37:44.906Z] [2020-12-07T15:37:44.906Z] [2020-12-07T15:37:44.906Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-07T15:37:44.906Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T15:37:44.906Z] Dload Upload Total Spent Left Speed [2020-12-07T15:37:46.291Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 19978 0:00:01 0:00:01 --:--:-- 19987 100 23725 0 0 100 23725 0 16143 0:00:01 0:00:01 --:--:-- 16150 [2020-12-07T15:37:46.291Z] [2020-12-07T15:37:46.291Z] [Pipeline] } [2020-12-07T15:37:46.301Z] 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-07T15:37:47.109Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T15:37:47.109Z] . [Pipeline] withDockerContainer [2020-12-07T15:37:47.210Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:37:47.261Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:37:47.985Z] $ docker top 7be7e48e0c1befaf32c09cecd5eb8c5a805ade6d9e67446bed2f0bf4a766d4ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T15:37:48.289Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T15:37:48.289Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T15:37:48.493Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T15:37:48.499Z] $ docker exec 7be7e48e0c1befaf32c09cecd5eb8c5a805ade6d9e67446bed2f0bf4a766d4ed ssh-agent [2020-12-07T15:37:48.678Z] SSH_AUTH_SOCK=/tmp/ssh-dsfx4yzI5T64/agent.11 [2020-12-07T15:37:48.678Z] SSH_AGENT_PID=16 [2020-12-07T15:37:48.686Z] Running ssh-add (command line suppressed) [2020-12-07T15:37:48.849Z] Identity added: /w/workspace/edgex-go/246@tmp/private_key_7481910813046595875.key (/w/workspace/edgex-go/246@tmp/private_key_7481910813046595875.key) [2020-12-07T15:37:48.913Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T15:37:49.271Z] + git semver tag [2020-12-07T15:37:49.534Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T15:37:49.534Z] # $GIT_DIR = /w/workspace/edgex-go/246/.git [2020-12-07T15:37:49.534Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/246 [2020-12-07T15:37:49.534Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T15:37:49.534Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T15:37:49.534Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T15:37:49.534Z] # $SEMVER_BRANCH = master [2020-12-07T15:37:49.534Z] # $SEMVER_DIR = /w/workspace/edgex-go/246/.semver [2020-12-07T15:37:49.534Z] # b985b2abee46819742dbb8bb5fe7722252537d7a HEAD [2020-12-07T15:37:49.795Z] # -> Force: false [2020-12-07T15:37:49.795Z] # 82ad65c5f31044fa5bdc38669ba13142f8e326e6 refs/tags/v2.0.0-dev.4 [Pipeline] } [2020-12-07T15:37:49.808Z] $ docker exec --env ******** --env ******** 7be7e48e0c1befaf32c09cecd5eb8c5a805ade6d9e67446bed2f0bf4a766d4ed ssh-agent -k [2020-12-07T15:37:49.925Z] unset SSH_AUTH_SOCK; [2020-12-07T15:37:49.926Z] unset SSH_AGENT_PID; [2020-12-07T15:37:49.926Z] echo Agent pid 16 killed; [2020-12-07T15:37:49.978Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T15:37:50.480Z] + git semver [Pipeline] } [2020-12-07T15:37:50.498Z] $ docker stop --time=1 7be7e48e0c1befaf32c09cecd5eb8c5a805ade6d9e67446bed2f0bf4a766d4ed [2020-12-07T15:37:51.867Z] $ docker rm -f 7be7e48e0c1befaf32c09cecd5eb8c5a805ade6d9e67446bed2f0bf4a766d4ed [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:37:52.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-07T15:37:52.483Z] [2020-12-07T15:37:52.483Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:37:52.827Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-07T15:37:52.827Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-07T15:37:52.827Z] ab5ef0e58194: Pulling fs layer [2020-12-07T15:37:52.827Z] 9712f1f96733: Pulling fs layer [2020-12-07T15:37:52.827Z] 63f879dbbcfc: Pulling fs layer [2020-12-07T15:37:52.827Z] 0d9ebad4ef96: Pulling fs layer [2020-12-07T15:37:52.827Z] e9a5061849ea: Pulling fs layer [2020-12-07T15:37:52.827Z] d747dcd14b5f: Pulling fs layer [2020-12-07T15:37:52.827Z] 2de7ff778b66: Pulling fs layer [2020-12-07T15:37:52.827Z] e9a5061849ea: Waiting [2020-12-07T15:37:52.827Z] d747dcd14b5f: Waiting [2020-12-07T15:37:52.827Z] 2de7ff778b66: Waiting [2020-12-07T15:37:52.827Z] 0d9ebad4ef96: Waiting [2020-12-07T15:37:52.827Z] 9712f1f96733: Download complete [2020-12-07T15:37:55.382Z] 63f879dbbcfc: Verifying Checksum [2020-12-07T15:37:55.382Z] 63f879dbbcfc: Download complete [2020-12-07T15:37:55.643Z] e9a5061849ea: Verifying Checksum [2020-12-07T15:37:55.643Z] e9a5061849ea: Download complete [2020-12-07T15:37:55.643Z] 0d9ebad4ef96: Verifying Checksum [2020-12-07T15:37:55.643Z] 0d9ebad4ef96: Download complete [2020-12-07T15:37:55.643Z] d747dcd14b5f: Verifying Checksum [2020-12-07T15:37:55.643Z] d747dcd14b5f: Download complete [2020-12-07T15:37:55.906Z] 2de7ff778b66: Verifying Checksum [2020-12-07T15:37:55.906Z] 2de7ff778b66: Download complete [2020-12-07T15:37:56.167Z] ab5ef0e58194: Verifying Checksum [2020-12-07T15:37:56.167Z] ab5ef0e58194: Download complete [2020-12-07T15:38:00.398Z] ab5ef0e58194: Pull complete [2020-12-07T15:38:00.398Z] 9712f1f96733: Pull complete [2020-12-07T15:38:02.961Z] 63f879dbbcfc: Pull complete [2020-12-07T15:38:09.588Z] 0d9ebad4ef96: Pull complete [2020-12-07T15:38:09.849Z] e9a5061849ea: Pull complete [2020-12-07T15:38:10.113Z] d747dcd14b5f: Pull complete [2020-12-07T15:38:12.672Z] 2de7ff778b66: Pull complete [2020-12-07T15:38:12.672Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-07T15:38:12.672Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-07T15:38:12.672Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-07T15:38:12.835Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:38:12.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:38:15.732Z] $ docker top 17e07cd6939af8607ec26a230e84703fea3cae8e87e2143fb75c5fec466237cb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-07T15:38:15.924Z] provisioning config files... [2020-12-07T15:38:15.934Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/246@tmp/config2402323404530871950tmp [2020-12-07T15:38:15.950Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/246@tmp/config8113669923942465802tmp [2020-12-07T15:38:15.965Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/246@tmp/config1884206635168388000tmp [Pipeline] { [Pipeline] echo [2020-12-07T15:38:16.018Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:38:16.314Z] ---> sigul-configuration.sh [2020-12-07T15:38:16.314Z] gpg: directory `/root/.gnupg' created [2020-12-07T15:38:16.314Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-07T15:38:16.314Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-07T15:38:16.314Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-07T15:38:16.314Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-07T15:38:16.314Z] gpg: CAST5 encrypted data [2020-12-07T15:38:16.314Z] gpg: encrypted with 1 passphrase [2020-12-07T15:38:16.577Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-07T15:38:16.877Z] + mkdir /home/jenkins [2020-12-07T15:38:16.877Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-07T15:38:17.175Z] + 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-07T15:38:17.186Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:38:17.483Z] ---> sigul-install.sh [2020-12-07T15:38:22.797Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-07T15:38:23.097Z] + git tag --list [2020-12-07T15:38:23.097Z] 0.6.0 [2020-12-07T15:38:23.097Z] 0.6.1 [2020-12-07T15:38:23.097Z] 0.7.0 [2020-12-07T15:38:23.097Z] 0.7.1 [2020-12-07T15:38:23.097Z] v1.0.0 [2020-12-07T15:38:23.097Z] v1.0.1 [2020-12-07T15:38:23.097Z] v1.1.0 [2020-12-07T15:38:23.097Z] v1.2.0 [2020-12-07T15:38:23.097Z] v1.2.1 [2020-12-07T15:38:23.097Z] v1.2.2-dev.1 [2020-12-07T15:38:23.097Z] v1.2.2-dev.10 [2020-12-07T15:38:23.097Z] v1.2.2-dev.100 [2020-12-07T15:38:23.097Z] v1.2.2-dev.101 [2020-12-07T15:38:23.097Z] v1.2.2-dev.102 [2020-12-07T15:38:23.097Z] v1.2.2-dev.103 [2020-12-07T15:38:23.097Z] v1.2.2-dev.104 [2020-12-07T15:38:23.097Z] v1.2.2-dev.105 [2020-12-07T15:38:23.097Z] v1.2.2-dev.106 [2020-12-07T15:38:23.097Z] v1.2.2-dev.107 [2020-12-07T15:38:23.097Z] v1.2.2-dev.11 [2020-12-07T15:38:23.097Z] v1.2.2-dev.12 [2020-12-07T15:38:23.097Z] v1.2.2-dev.13 [2020-12-07T15:38:23.097Z] v1.2.2-dev.14 [2020-12-07T15:38:23.097Z] v1.2.2-dev.15 [2020-12-07T15:38:23.097Z] v1.2.2-dev.16 [2020-12-07T15:38:23.097Z] v1.2.2-dev.17 [2020-12-07T15:38:23.097Z] v1.2.2-dev.18 [2020-12-07T15:38:23.097Z] v1.2.2-dev.19 [2020-12-07T15:38:23.097Z] v1.2.2-dev.2 [2020-12-07T15:38:23.097Z] v1.2.2-dev.20 [2020-12-07T15:38:23.097Z] v1.2.2-dev.21 [2020-12-07T15:38:23.097Z] v1.2.2-dev.22 [2020-12-07T15:38:23.097Z] v1.2.2-dev.23 [2020-12-07T15:38:23.097Z] v1.2.2-dev.24 [2020-12-07T15:38:23.097Z] v1.2.2-dev.25 [2020-12-07T15:38:23.097Z] v1.2.2-dev.26 [2020-12-07T15:38:23.097Z] v1.2.2-dev.27 [2020-12-07T15:38:23.097Z] v1.2.2-dev.28 [2020-12-07T15:38:23.097Z] v1.2.2-dev.29 [2020-12-07T15:38:23.097Z] v1.2.2-dev.3 [2020-12-07T15:38:23.097Z] v1.2.2-dev.30 [2020-12-07T15:38:23.097Z] v1.2.2-dev.31 [2020-12-07T15:38:23.097Z] v1.2.2-dev.32 [2020-12-07T15:38:23.097Z] v1.2.2-dev.33 [2020-12-07T15:38:23.097Z] v1.2.2-dev.34 [2020-12-07T15:38:23.097Z] v1.2.2-dev.35 [2020-12-07T15:38:23.097Z] v1.2.2-dev.36 [2020-12-07T15:38:23.097Z] v1.2.2-dev.37 [2020-12-07T15:38:23.097Z] v1.2.2-dev.38 [2020-12-07T15:38:23.097Z] v1.2.2-dev.39 [2020-12-07T15:38:23.097Z] v1.2.2-dev.4 [2020-12-07T15:38:23.097Z] v1.2.2-dev.40 [2020-12-07T15:38:23.097Z] v1.2.2-dev.41 [2020-12-07T15:38:23.097Z] v1.2.2-dev.42 [2020-12-07T15:38:23.097Z] v1.2.2-dev.43 [2020-12-07T15:38:23.097Z] v1.2.2-dev.44 [2020-12-07T15:38:23.097Z] v1.2.2-dev.45 [2020-12-07T15:38:23.097Z] v1.2.2-dev.46 [2020-12-07T15:38:23.097Z] v1.2.2-dev.47 [2020-12-07T15:38:23.097Z] v1.2.2-dev.48 [2020-12-07T15:38:23.097Z] v1.2.2-dev.49 [2020-12-07T15:38:23.097Z] v1.2.2-dev.5 [2020-12-07T15:38:23.097Z] v1.2.2-dev.50 [2020-12-07T15:38:23.097Z] v1.2.2-dev.51 [2020-12-07T15:38:23.097Z] v1.2.2-dev.52 [2020-12-07T15:38:23.097Z] v1.2.2-dev.53 [2020-12-07T15:38:23.097Z] v1.2.2-dev.54 [2020-12-07T15:38:23.097Z] v1.2.2-dev.55 [2020-12-07T15:38:23.097Z] v1.2.2-dev.56 [2020-12-07T15:38:23.097Z] v1.2.2-dev.57 [2020-12-07T15:38:23.097Z] v1.2.2-dev.58 [2020-12-07T15:38:23.097Z] v1.2.2-dev.59 [2020-12-07T15:38:23.097Z] v1.2.2-dev.6 [2020-12-07T15:38:23.097Z] v1.2.2-dev.60 [2020-12-07T15:38:23.097Z] v1.2.2-dev.61 [2020-12-07T15:38:23.097Z] v1.2.2-dev.62 [2020-12-07T15:38:23.097Z] v1.2.2-dev.63 [2020-12-07T15:38:23.097Z] v1.2.2-dev.64 [2020-12-07T15:38:23.097Z] v1.2.2-dev.65 [2020-12-07T15:38:23.097Z] v1.2.2-dev.66 [2020-12-07T15:38:23.097Z] v1.2.2-dev.67 [2020-12-07T15:38:23.097Z] v1.2.2-dev.68 [2020-12-07T15:38:23.097Z] v1.2.2-dev.69 [2020-12-07T15:38:23.097Z] v1.2.2-dev.7 [2020-12-07T15:38:23.097Z] v1.2.2-dev.70 [2020-12-07T15:38:23.097Z] v1.2.2-dev.71 [2020-12-07T15:38:23.097Z] v1.2.2-dev.72 [2020-12-07T15:38:23.097Z] v1.2.2-dev.73 [2020-12-07T15:38:23.097Z] v1.2.2-dev.74 [2020-12-07T15:38:23.097Z] v1.2.2-dev.75 [2020-12-07T15:38:23.097Z] v1.2.2-dev.76 [2020-12-07T15:38:23.097Z] v1.2.2-dev.77 [2020-12-07T15:38:23.097Z] v1.2.2-dev.78 [2020-12-07T15:38:23.097Z] v1.2.2-dev.79 [2020-12-07T15:38:23.097Z] v1.2.2-dev.8 [2020-12-07T15:38:23.097Z] v1.2.2-dev.80 [2020-12-07T15:38:23.097Z] v1.2.2-dev.81 [2020-12-07T15:38:23.097Z] v1.2.2-dev.82 [2020-12-07T15:38:23.097Z] v1.2.2-dev.83 [2020-12-07T15:38:23.097Z] v1.2.2-dev.84 [2020-12-07T15:38:23.097Z] v1.2.2-dev.85 [2020-12-07T15:38:23.097Z] v1.2.2-dev.86 [2020-12-07T15:38:23.097Z] v1.2.2-dev.87 [2020-12-07T15:38:23.097Z] v1.2.2-dev.88 [2020-12-07T15:38:23.097Z] v1.2.2-dev.89 [2020-12-07T15:38:23.097Z] v1.2.2-dev.9 [2020-12-07T15:38:23.097Z] v1.2.2-dev.90 [2020-12-07T15:38:23.097Z] v1.2.2-dev.91 [2020-12-07T15:38:23.097Z] v1.2.2-dev.92 [2020-12-07T15:38:23.097Z] v1.2.2-dev.93 [2020-12-07T15:38:23.097Z] v1.2.2-dev.94 [2020-12-07T15:38:23.097Z] v1.2.2-dev.95 [2020-12-07T15:38:23.097Z] v1.2.2-dev.96 [2020-12-07T15:38:23.097Z] v1.2.2-dev.97 [2020-12-07T15:38:23.097Z] v1.2.2-dev.98 [2020-12-07T15:38:23.097Z] v1.2.2-dev.99 [2020-12-07T15:38:23.097Z] v1.3.0 [2020-12-07T15:38:23.097Z] v1.3.1-dev.1 [2020-12-07T15:38:23.097Z] v1.3.1-dev.10 [2020-12-07T15:38:23.097Z] v1.3.1-dev.11 [2020-12-07T15:38:23.097Z] v1.3.1-dev.12 [2020-12-07T15:38:23.097Z] v1.3.1-dev.13 [2020-12-07T15:38:23.097Z] v1.3.1-dev.14 [2020-12-07T15:38:23.097Z] v1.3.1-dev.15 [2020-12-07T15:38:23.097Z] v1.3.1-dev.16 [2020-12-07T15:38:23.097Z] v1.3.1-dev.17 [2020-12-07T15:38:23.097Z] v1.3.1-dev.18 [2020-12-07T15:38:23.097Z] v1.3.1-dev.2 [2020-12-07T15:38:23.097Z] v1.3.1-dev.3 [2020-12-07T15:38:23.097Z] v1.3.1-dev.4 [2020-12-07T15:38:23.097Z] v1.3.1-dev.5 [2020-12-07T15:38:23.097Z] v1.3.1-dev.6 [2020-12-07T15:38:23.097Z] v1.3.1-dev.7 [2020-12-07T15:38:23.097Z] v1.3.1-dev.8 [2020-12-07T15:38:23.097Z] v1.3.1-dev.9 [2020-12-07T15:38:23.097Z] v2.0.0-dev.1 [2020-12-07T15:38:23.097Z] v2.0.0-dev.2 [2020-12-07T15:38:23.097Z] v2.0.0-dev.3 [2020-12-07T15:38:23.097Z] v2.0.0-dev.4 [Pipeline] sh [2020-12-07T15:38:23.437Z] + lftools sign git-tag v2.0.0-dev.4 [2020-12-07T15:38:24.835Z] Signing Git tag with Sigul... [2020-12-07T15:38:24.835Z] Signing v2.0.0-dev.4 [Pipeline] echo [2020-12-07T15:38:26.232Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:38:26.536Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-07T15:38:26.545Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-07T15:38:26.645Z] $ docker stop --time=1 17e07cd6939af8607ec26a230e84703fea3cae8e87e2143fb75c5fec466237cb [2020-12-07T15:38:28.551Z] $ docker rm -f 17e07cd6939af8607ec26a230e84703fea3cae8e87e2143fb75c5fec466237cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:38:29.345Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T15:38:29.345Z] . [Pipeline] withDockerContainer [2020-12-07T15:38:29.443Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:38:29.491Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:38:30.158Z] $ docker top 8565dd50e97ef8719c86c3264df32ce5d4a8e76039965bbf279e7a305bd4847c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T15:38:30.571Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T15:38:30.571Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T15:38:30.758Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T15:38:30.764Z] $ docker exec 8565dd50e97ef8719c86c3264df32ce5d4a8e76039965bbf279e7a305bd4847c ssh-agent [2020-12-07T15:38:30.939Z] SSH_AUTH_SOCK=/tmp/ssh-nLjshIZgGkq0/agent.12 [2020-12-07T15:38:30.939Z] SSH_AGENT_PID=17 [2020-12-07T15:38:30.947Z] Running ssh-add (command line suppressed) [2020-12-07T15:38:31.072Z] Identity added: /w/workspace/edgex-go/246@tmp/private_key_8846465951311728183.key (/w/workspace/edgex-go/246@tmp/private_key_8846465951311728183.key) [2020-12-07T15:38:31.128Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T15:38:31.460Z] + git semver bump pre [2020-12-07T15:38:31.460Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T15:38:31.460Z] # $GIT_DIR = /w/workspace/edgex-go/246/.git [2020-12-07T15:38:31.460Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/246 [2020-12-07T15:38:31.460Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T15:38:31.460Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T15:38:31.460Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T15:38:31.460Z] # $SEMVER_BRANCH = master [2020-12-07T15:38:31.460Z] # $SEMVER_DIR = /w/workspace/edgex-go/246/.semver [2020-12-07T15:38:31.460Z] 2.0.0-dev.5 [Pipeline] } [2020-12-07T15:38:31.473Z] $ docker exec --env ******** --env ******** 8565dd50e97ef8719c86c3264df32ce5d4a8e76039965bbf279e7a305bd4847c ssh-agent -k [2020-12-07T15:38:31.587Z] unset SSH_AUTH_SOCK; [2020-12-07T15:38:31.587Z] unset SSH_AGENT_PID; [2020-12-07T15:38:31.587Z] echo Agent pid 17 killed; [2020-12-07T15:38:31.636Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T15:38:32.167Z] + git semver [Pipeline] } [2020-12-07T15:38:32.185Z] $ docker stop --time=1 8565dd50e97ef8719c86c3264df32ce5d4a8e76039965bbf279e7a305bd4847c [2020-12-07T15:38:33.535Z] $ docker rm -f 8565dd50e97ef8719c86c3264df32ce5d4a8e76039965bbf279e7a305bd4847c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:38:34.100Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T15:38:34.100Z] . [Pipeline] withDockerContainer [2020-12-07T15:38:34.198Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:38:34.248Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:38:34.944Z] $ docker top ad8b92a7a43145664a94dc98b74b559ad77bec60e87b0b416dbe1ccce79c8e6f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T15:38:35.291Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T15:38:35.291Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T15:38:35.480Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T15:38:35.485Z] $ docker exec ad8b92a7a43145664a94dc98b74b559ad77bec60e87b0b416dbe1ccce79c8e6f ssh-agent [2020-12-07T15:38:35.651Z] SSH_AUTH_SOCK=/tmp/ssh-XSmNirkf25yk/agent.11 [2020-12-07T15:38:35.651Z] SSH_AGENT_PID=16 [2020-12-07T15:38:35.658Z] Running ssh-add (command line suppressed) [2020-12-07T15:38:35.781Z] Identity added: /w/workspace/edgex-go/246@tmp/private_key_200981301388158837.key (/w/workspace/edgex-go/246@tmp/private_key_200981301388158837.key) [2020-12-07T15:38:35.836Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T15:38:36.175Z] + git semver push [2020-12-07T15:38:36.175Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T15:38:36.175Z] # $GIT_DIR = /w/workspace/edgex-go/246/.git [2020-12-07T15:38:36.175Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/246 [2020-12-07T15:38:36.175Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T15:38:36.175Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T15:38:36.175Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T15:38:36.175Z] # $SEMVER_BRANCH = master [2020-12-07T15:38:36.175Z] # $SEMVER_DIR = /w/workspace/edgex-go/246/.semver [Pipeline] } [2020-12-07T15:38:46.209Z] $ docker exec --env ******** --env ******** ad8b92a7a43145664a94dc98b74b559ad77bec60e87b0b416dbe1ccce79c8e6f ssh-agent -k [2020-12-07T15:38:46.354Z] unset SSH_AUTH_SOCK; [2020-12-07T15:38:46.354Z] unset SSH_AGENT_PID; [2020-12-07T15:38:46.354Z] echo Agent pid 16 killed; [2020-12-07T15:38:46.426Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T15:38:46.917Z] + git semver [Pipeline] } [2020-12-07T15:38:46.935Z] $ docker stop --time=1 ad8b92a7a43145664a94dc98b74b559ad77bec60e87b0b416dbe1ccce79c8e6f [2020-12-07T15:38:48.333Z] $ docker rm -f ad8b92a7a43145664a94dc98b74b559ad77bec60e87b0b416dbe1ccce79c8e6f [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-07T15:38:50.790Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:38:51.677Z] ---> package-listing.sh [2020-12-07T15:38:51.677Z] ++ facter osfamily [2020-12-07T15:38:51.677Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-07T15:38:51.677Z] + OS_FAMILY=redhat [2020-12-07T15:38:51.677Z] + workspace=/w/workspace/edgex-go/246 [2020-12-07T15:38:51.677Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-07T15:38:51.677Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-07T15:38:51.677Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-07T15:38:51.677Z] + PACKAGES=/tmp/packages_start.txt [2020-12-07T15:38:51.677Z] + '[' /w/workspace/edgex-go/246 ']' [2020-12-07T15:38:51.677Z] + PACKAGES=/tmp/packages_end.txt [2020-12-07T15:38:51.677Z] + case "${OS_FAMILY}" in [2020-12-07T15:38:51.677Z] + rpm -qa [2020-12-07T15:38:51.677Z] + sort [2020-12-07T15:38:56.972Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-07T15:38:56.972Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-07T15:38:56.972Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-07T15:38:56.972Z] + '[' /w/workspace/edgex-go/246 ']' [2020-12-07T15:38:56.972Z] + mkdir -p /w/workspace/edgex-go/246/archives/ [2020-12-07T15:38:56.972Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/246/archives/ [Pipeline] echo [2020-12-07T15:38:56.985Z] 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/246/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-07T15:38:57.273Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:38:57.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T15:38:57.575Z] [2020-12-07T15:38:57.575Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:38:57.921Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T15:38:57.921Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-07T15:38:57.921Z] df20fa9351a1: Pulling fs layer [2020-12-07T15:38:57.921Z] 36b3adc4ff6f: Pulling fs layer [2020-12-07T15:38:57.921Z] 8ad3a11d3b57: Pulling fs layer [2020-12-07T15:38:57.921Z] 46f8f816bc3b: Pulling fs layer [2020-12-07T15:38:57.921Z] 93b61091891f: Pulling fs layer [2020-12-07T15:38:57.921Z] 93b9cdb0e59b: Pulling fs layer [2020-12-07T15:38:57.921Z] 5e14af77c1be: Pulling fs layer [2020-12-07T15:38:57.921Z] 01666e4c0597: Pulling fs layer [2020-12-07T15:38:57.921Z] aa168da1d23b: Pulling fs layer [2020-12-07T15:38:57.921Z] 46f8f816bc3b: Waiting [2020-12-07T15:38:57.921Z] 5e14af77c1be: Waiting [2020-12-07T15:38:57.921Z] 01666e4c0597: Waiting [2020-12-07T15:38:57.921Z] aa168da1d23b: Waiting [2020-12-07T15:38:57.921Z] 93b61091891f: Waiting [2020-12-07T15:38:57.921Z] 93b9cdb0e59b: Waiting [2020-12-07T15:38:57.921Z] 36b3adc4ff6f: Verifying Checksum [2020-12-07T15:38:57.921Z] 36b3adc4ff6f: Download complete [2020-12-07T15:38:57.921Z] 46f8f816bc3b: Verifying Checksum [2020-12-07T15:38:57.921Z] df20fa9351a1: Verifying Checksum [2020-12-07T15:38:57.921Z] df20fa9351a1: Download complete [2020-12-07T15:38:58.186Z] 93b9cdb0e59b: Verifying Checksum [2020-12-07T15:38:58.186Z] 93b9cdb0e59b: Download complete [2020-12-07T15:38:58.186Z] 5e14af77c1be: Verifying Checksum [2020-12-07T15:38:58.186Z] 5e14af77c1be: Download complete [2020-12-07T15:38:58.186Z] 93b61091891f: Verifying Checksum [2020-12-07T15:38:58.186Z] 93b61091891f: Download complete [2020-12-07T15:38:58.186Z] 01666e4c0597: Verifying Checksum [2020-12-07T15:38:58.186Z] 01666e4c0597: Download complete [2020-12-07T15:38:58.186Z] 8ad3a11d3b57: Verifying Checksum [2020-12-07T15:38:58.186Z] 8ad3a11d3b57: Download complete [2020-12-07T15:38:58.451Z] df20fa9351a1: Pull complete [2020-12-07T15:38:58.713Z] 36b3adc4ff6f: Pull complete [2020-12-07T15:38:59.292Z] 8ad3a11d3b57: Pull complete [2020-12-07T15:38:59.552Z] 46f8f816bc3b: Pull complete [2020-12-07T15:39:00.498Z] aa168da1d23b: Verifying Checksum [2020-12-07T15:39:00.498Z] aa168da1d23b: Download complete [2020-12-07T15:39:01.077Z] 93b61091891f: Pull complete [2020-12-07T15:39:01.340Z] 93b9cdb0e59b: Pull complete [2020-12-07T15:39:01.607Z] 5e14af77c1be: Pull complete [2020-12-07T15:39:01.607Z] 01666e4c0597: Pull complete [2020-12-07T15:39:08.218Z] aa168da1d23b: Pull complete [2020-12-07T15:39:08.218Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-07T15:39:08.218Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T15:39:08.218Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-07T15:39:08.380Z] prd-centos7-docker-4c-2g-14863 does not seem to be running inside a container [2020-12-07T15:39:08.428Z] $ 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/246/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/246 -v /w/workspace/edgex-go/246:/w/workspace/edgex-go/246:rw,z -v /w/workspace/edgex-go/246@tmp:/w/workspace/edgex-go/246@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-07T15:39:11.619Z] $ docker top c1344b47831418ff1297b7f1d5ae2778f93e3d7a5ecc968e7d5f3f287821b879 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:39:12.153Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-07T15:39:12.806Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-07T15:39:13.109Z] + ls /var/log/sa-host [2020-12-07T15:39:13.109Z] + sadf -c /var/log/sa-host/sa07 [2020-12-07T15:39:13.109Z] file_magic: OK [2020-12-07T15:39:13.109Z] HZ: Using current value: 100 [2020-12-07T15:39:13.109Z] file_header: OK [2020-12-07T15:39:13.109Z] 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-07T15:39:13.109Z] Statistics: [2020-12-07T15:39:13.109Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-07T15:39:13.109Z] File successfully converted to sysstat format version 12.2.1 [2020-12-07T15:39:13.109Z] + sadf -c /var/log/sa-host/sa23 [2020-12-07T15:39:13.109Z] file_magic: OK [2020-12-07T15:39:13.109Z] HZ: Using current value: 100 [2020-12-07T15:39:13.109Z] file_header: OK [2020-12-07T15:39:13.109Z] 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-07T15:39:13.109Z] Statistics: [2020-12-07T15:39:13.109Z] Hnuu...uuuununununu... [2020-12-07T15:39:13.109Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-07T15:39:13.745Z] provisioning config files... [2020-12-07T15:39:13.760Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/246@tmp/config482185488106207543tmp [Pipeline] { [Pipeline] echo [2020-12-07T15:39:13.832Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:39:14.126Z] ---> create-netrc.sh [Pipeline] } [2020-12-07T15:39:14.138Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-07T15:39:14.227Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:39:14.521Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-07T15:39:14.552Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:39:14.848Z] ---> sudo-logs.sh [2020-12-07T15:39:14.848Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-07T15:39:14.857Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:39:15.149Z] ---> job-cost.sh [2020-12-07T15:39:15.149Z] lf-activate-venv: SKIPPING [2020-12-07T15:39:15.149Z] INFO: No Stack... [2020-12-07T15:39:16.533Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-07T15:39:16.795Z] INFO: Archiving Costs [Pipeline] echo [2020-12-07T15:39:16.808Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:39:17.103Z] ---> logs-deploy.sh [2020-12-07T15:39:17.103Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/246 [2020-12-07T15:39:17.103Z] INFO: archiving workspace using pattern(s): [2020-12-07T15:39:18.487Z] Archives upload complete. [2020-12-07T15:39:18.487Z] INFO: archiving logs to Nexus