Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 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-14274 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/241 [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/241 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 # timeout=10 Commit message: "Merge pull request #2916 from weichou1229/issue-2915" > git rev-list --no-walk ff93af41a81d158de1dc365787019667f354ae25 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-03T06:06:40.195Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-03T06:06:40.473Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-03T06:06:40.569Z] ========================================================= [2020-12-03T06:06:40.570Z] EdgeX Global Pipelines Version Info [2020-12-03T06:06:40.570Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:06:42.498Z] ------------------- [2020-12-03T06:06:42.498Z] stable info: [2020-12-03T06:06:42.498Z] ------------------- [2020-12-03T06:06:42.498Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-03T06:06:42.498Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T06:06:42.498Z] Message: update stable to v1.0.169 [2020-12-03T06:06:43.072Z] ------------------- [2020-12-03T06:06:43.072Z] experimental info: [2020-12-03T06:06:43.072Z] ------------------- [2020-12-03T06:06:43.072Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-03T06:06:43.072Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T06:06:43.072Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T06:06:43.357Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-03T06:06:43.448Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-03T06:06:43.533Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-03T06:06:43.616Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-03T06:06:43.704Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-03T06:06:43.810Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-03T06:06:43.902Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-03T06:06:44.001Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-03T06:06:44.107Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-03T06:06:44.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-03T06:06:44.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-03T06:06:44.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-03T06:06:44.504Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-03T06:06:44.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-03T06:06:44.762Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T06:06:44.849Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T06:06:44.932Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-03T06:06:45.019Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-03T06:06:45.119Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-03T06:06:45.224Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-03T06:06:45.336Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-03T06:06:45.419Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-03T06:06:45.505Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-03T06:06:45.602Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-03T06:06:45.736Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-03T06:06:45.839Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] echo [2020-12-03T06:06:45.925Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 698f2b4 [Pipeline] echo [2020-12-03T06:06:46.034Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T06:06:46.213Z] provisioning config files... [2020-12-03T06:06:46.241Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/241@tmp/config3479515509675660487tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:06:46.595Z] ---> docker-login.sh [2020-12-03T06:06:46.595Z] nexus3.edgexfoundry.org:10001 [2020-12-03T06:06:46.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:06:47.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:06:47.120Z] Configure a credential helper to remove this warning. See [2020-12-03T06:06:47.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:06:47.120Z] [2020-12-03T06:06:47.120Z] Login Succeeded [2020-12-03T06:06:47.120Z] nexus3.edgexfoundry.org:10002 [2020-12-03T06:06:47.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:06:47.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:06:47.383Z] Configure a credential helper to remove this warning. See [2020-12-03T06:06:47.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:06:47.383Z] [2020-12-03T06:06:47.383Z] Login Succeeded [2020-12-03T06:06:47.383Z] nexus3.edgexfoundry.org:10003 [2020-12-03T06:06:47.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:06:47.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:06:47.383Z] Configure a credential helper to remove this warning. See [2020-12-03T06:06:47.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:06:47.383Z] [2020-12-03T06:06:47.383Z] Login Succeeded [2020-12-03T06:06:47.383Z] nexus3.edgexfoundry.org:10004 [2020-12-03T06:06:47.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:06:47.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:06:47.645Z] Configure a credential helper to remove this warning. See [2020-12-03T06:06:47.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:06:47.645Z] [2020-12-03T06:06:47.645Z] Login Succeeded [2020-12-03T06:06:47.645Z] docker.io [2020-12-03T06:06:47.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:06:48.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:06:48.171Z] Configure a credential helper to remove this warning. See [2020-12-03T06:06:48.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:06:48.171Z] [2020-12-03T06:06:48.171Z] Login Succeeded [2020-12-03T06:06:48.171Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T06:06:48.181Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T06:06:48.685Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-03T06:06:48.685Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T06:06:48.685Z] ++ dirname cmd/core-command/Dockerfile [2020-12-03T06:06:48.685Z] ++ cut -d/ -f2 [2020-12-03T06:06:48.685Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-03T06:06:48.685Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T06:06:48.685Z] ++ dirname cmd/core-data/Dockerfile [2020-12-03T06:06:48.685Z] ++ cut -d/ -f2 [2020-12-03T06:06:48.685Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-03T06:06:48.685Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T06:06:48.685Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-03T06:06:48.685Z] ++ cut -d/ -f2 [2020-12-03T06:06:48.685Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-03T06:06:48.685Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T06:06:48.685Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-03T06:06:48.685Z] ++ cut -d/ -f2 [2020-12-03T06:06:48.686Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-03T06:06:48.686Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T06:06:48.686Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-03T06:06:48.686Z] ++ cut -d/ -f2 [2020-12-03T06:06:48.686Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-03T06:06:48.686Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T06:06:48.686Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-03T06:06:48.686Z] ++ cut -d/ -f2 [2020-12-03T06:06:48.686Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-03T06:06:48.686Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T06:06:48.686Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-03T06:06:48.686Z] ++ cut -d/ -f2 [2020-12-03T06:06:48.686Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-03T06:06:48.686Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T06:06:48.686Z] ++ dirname cmd/support-logging/Dockerfile [2020-12-03T06:06:48.686Z] ++ cut -d/ -f2 [2020-12-03T06:06:48.686Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-12-03T06:06:48.686Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T06:06:48.686Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-03T06:06:48.686Z] ++ cut -d/ -f2 [2020-12-03T06:06:48.686Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-03T06:06:48.686Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T06:06:48.686Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-03T06:06:48.686Z] ++ cut -d/ -f2 [2020-12-03T06:06:48.686Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-03T06:06:48.686Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T06:06:48.686Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-03T06:06:48.686Z] ++ cut -d/ -f2 [2020-12-03T06:06:48.686Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-03T06:06:48.759Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:06:49.659Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T06:06:49.659Z] [2020-12-03T06:06:49.659Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:06:50.075Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T06:06:50.075Z] latest: Pulling from edgex-devops/git-semver [2020-12-03T06:06:50.075Z] 31603596830f: Pulling fs layer [2020-12-03T06:06:50.075Z] 2a8b12db71e7: Pulling fs layer [2020-12-03T06:06:50.075Z] 6ca5941a6612: Pulling fs layer [2020-12-03T06:06:50.075Z] ecc8261a40a4: Pulling fs layer [2020-12-03T06:06:50.075Z] ecc8261a40a4: Waiting [2020-12-03T06:06:50.075Z] 2a8b12db71e7: Verifying Checksum [2020-12-03T06:06:50.075Z] 2a8b12db71e7: Download complete [2020-12-03T06:06:50.075Z] 31603596830f: Verifying Checksum [2020-12-03T06:06:50.075Z] 31603596830f: Download complete [2020-12-03T06:06:50.345Z] ecc8261a40a4: Verifying Checksum [2020-12-03T06:06:50.345Z] ecc8261a40a4: Download complete [2020-12-03T06:06:50.345Z] 6ca5941a6612: Verifying Checksum [2020-12-03T06:06:50.345Z] 6ca5941a6612: Download complete [2020-12-03T06:06:50.611Z] 31603596830f: Pull complete [2020-12-03T06:06:50.876Z] 2a8b12db71e7: Pull complete [2020-12-03T06:06:51.829Z] 6ca5941a6612: Pull complete [2020-12-03T06:06:51.829Z] ecc8261a40a4: Pull complete [2020-12-03T06:06:51.829Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-03T06:06:51.829Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T06:06:51.829Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-03T06:06:51.954Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:06:52.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-03T06:06:54.615Z] $ docker top 6c43f09c3660b5aeb38612755f6c150f97b906f407fb493d1bd41e6cff51bd7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T06:06:54.980Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T06:06:54.980Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T06:06:55.204Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T06:06:55.210Z] $ docker exec 6c43f09c3660b5aeb38612755f6c150f97b906f407fb493d1bd41e6cff51bd7f ssh-agent [2020-12-03T06:06:55.377Z] SSH_AUTH_SOCK=/tmp/ssh-hW6bJ5yxtTCK/agent.12 [2020-12-03T06:06:55.377Z] SSH_AGENT_PID=17 [2020-12-03T06:06:55.388Z] Running ssh-add (command line suppressed) [2020-12-03T06:06:55.511Z] Identity added: /w/workspace/edgex-go/241@tmp/private_key_2129012656746492719.key (/w/workspace/edgex-go/241@tmp/private_key_2129012656746492719.key) [2020-12-03T06:06:55.562Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T06:06:55.916Z] + git tag --points-at HEAD [Pipeline] } [2020-12-03T06:06:55.948Z] $ docker exec --env ******** --env ******** 6c43f09c3660b5aeb38612755f6c150f97b906f407fb493d1bd41e6cff51bd7f ssh-agent -k [2020-12-03T06:06:56.059Z] unset SSH_AUTH_SOCK; [2020-12-03T06:06:56.059Z] unset SSH_AGENT_PID; [2020-12-03T06:06:56.059Z] echo Agent pid 17 killed; [2020-12-03T06:06:56.103Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-03T06:06:56.293Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T06:06:56.293Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T06:06:56.469Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T06:06:56.475Z] $ docker exec 6c43f09c3660b5aeb38612755f6c150f97b906f407fb493d1bd41e6cff51bd7f ssh-agent [2020-12-03T06:06:56.632Z] SSH_AUTH_SOCK=/tmp/ssh-pg0uxBopXy3v/agent.46 [2020-12-03T06:06:56.632Z] SSH_AGENT_PID=51 [2020-12-03T06:06:56.642Z] Running ssh-add (command line suppressed) [2020-12-03T06:06:56.761Z] Identity added: /w/workspace/edgex-go/241@tmp/private_key_6104129220338016382.key (/w/workspace/edgex-go/241@tmp/private_key_6104129220338016382.key) [2020-12-03T06:06:56.810Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T06:06:57.186Z] + git semver init [2020-12-03T06:06:57.186Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T06:06:57.186Z] # $GIT_DIR = /w/workspace/edgex-go/241/.git [2020-12-03T06:06:57.186Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/241 [2020-12-03T06:06:57.186Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T06:06:57.186Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T06:06:57.186Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T06:06:57.186Z] # $SEMVER_BRANCH = master [2020-12-03T06:06:57.186Z] # $SEMVER_TEMP = /tmp/semver-668625606 [2020-12-03T06:06:57.186Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-03T06:07:15.364Z] # '/tmp/semver-668625606' -> '/w/workspace/edgex-go/241/.semver' [2020-12-03T06:07:15.364Z] # -> Force: false [2020-12-03T06:07:15.364Z] # $SEMVER_DIR = /w/workspace/edgex-go/241/.semver [Pipeline] } [2020-12-03T06:07:15.382Z] $ docker exec --env ******** --env ******** 6c43f09c3660b5aeb38612755f6c150f97b906f407fb493d1bd41e6cff51bd7f ssh-agent -k [2020-12-03T06:07:15.615Z] unset SSH_AUTH_SOCK; [2020-12-03T06:07:15.616Z] unset SSH_AGENT_PID; [2020-12-03T06:07:15.616Z] echo Agent pid 51 killed; [2020-12-03T06:07:15.689Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T06:07:16.171Z] + git semver [Pipeline] } [2020-12-03T06:07:16.194Z] $ docker stop --time=1 6c43f09c3660b5aeb38612755f6c150f97b906f407fb493d1bd41e6cff51bd7f [2020-12-03T06:07:17.852Z] $ docker rm -f 6c43f09c3660b5aeb38612755f6c150f97b906f407fb493d1bd41e6cff51bd7f [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T06:07:18.392Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-03T06:07:18.913Z] Stashed 1 file(s) [Pipeline] echo [2020-12-03T06:07:18.915Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.17 [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-03T06:07:19.809Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-03T06:07:20.113Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T06:07:20.412Z] + sudo service docker restart [2020-12-03T06:07:20.412Z] + true [2020-12-03T06:07:20.412Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-03T06:07:21.002Z] ========================================================= [2020-12-03T06:07:21.002Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-03T06:07:21.002Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:07:21.343Z] + 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-03T06:07:26.662Z] Sending build context to Docker daemon 326.2MB [2020-12-03T06:07:26.662Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T06:07:26.662Z] Step 2/7 : FROM ${BASE} [2020-12-03T06:07:26.662Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-03T06:07:26.662Z] 188c0c94c7c5: Pulling fs layer [2020-12-03T06:07:26.662Z] 0ef7d3d256c8: Pulling fs layer [2020-12-03T06:07:26.662Z] de9db76c5a1d: Pulling fs layer [2020-12-03T06:07:26.662Z] bca2f99d35d6: Pulling fs layer [2020-12-03T06:07:26.662Z] 93359f2a8cfa: Pulling fs layer [2020-12-03T06:07:26.662Z] 7c6f9722023f: Pulling fs layer [2020-12-03T06:07:26.662Z] a35cf1a2eb13: Pulling fs layer [2020-12-03T06:07:26.662Z] 93359f2a8cfa: Waiting [2020-12-03T06:07:26.662Z] 7c6f9722023f: Waiting [2020-12-03T06:07:26.662Z] bca2f99d35d6: Waiting [2020-12-03T06:07:26.662Z] a35cf1a2eb13: Waiting [2020-12-03T06:07:26.662Z] de9db76c5a1d: Verifying Checksum [2020-12-03T06:07:26.662Z] de9db76c5a1d: Download complete [2020-12-03T06:07:26.662Z] 0ef7d3d256c8: Verifying Checksum [2020-12-03T06:07:26.662Z] 0ef7d3d256c8: Download complete [2020-12-03T06:07:26.662Z] 93359f2a8cfa: Verifying Checksum [2020-12-03T06:07:26.662Z] 93359f2a8cfa: Download complete [2020-12-03T06:07:26.662Z] 7c6f9722023f: Download complete [2020-12-03T06:07:26.662Z] 188c0c94c7c5: Verifying Checksum [2020-12-03T06:07:26.662Z] 188c0c94c7c5: Download complete [2020-12-03T06:07:26.662Z] 188c0c94c7c5: Pull complete [2020-12-03T06:07:26.662Z] 0ef7d3d256c8: Pull complete [2020-12-03T06:07:26.662Z] de9db76c5a1d: Pull complete [2020-12-03T06:07:29.244Z] a35cf1a2eb13: Verifying Checksum [2020-12-03T06:07:29.244Z] a35cf1a2eb13: Download complete [2020-12-03T06:07:29.244Z] bca2f99d35d6: Verifying Checksum [2020-12-03T06:07:29.244Z] bca2f99d35d6: Download complete [2020-12-03T06:07:34.300Z] Still waiting to schedule task [2020-12-03T06:07:34.300Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-03T06:07:34.591Z] bca2f99d35d6: Pull complete [2020-12-03T06:07:34.591Z] 93359f2a8cfa: Pull complete [2020-12-03T06:07:34.591Z] 7c6f9722023f: Pull complete [2020-12-03T06:07:39.903Z] a35cf1a2eb13: Pull complete [2020-12-03T06:07:39.903Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-03T06:07:39.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-03T06:07:39.904Z] ---> a62c8e92a672 [2020-12-03T06:07:39.904Z] 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-03T06:07:40.166Z] ---> Running in 9e801028a1fc [2020-12-03T06:07:40.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:07:41.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:07:42.266Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T06:07:42.528Z] (2/12) Installing file (5.38-r0) [2020-12-03T06:07:42.528Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T06:07:42.791Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-03T06:07:47.015Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T06:07:47.015Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T06:07:47.277Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T06:07:47.277Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T06:07:47.277Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T06:07:47.540Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T06:07:47.540Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T06:07:47.540Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T06:07:47.805Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T06:07:47.805Z] OK: 233 MiB in 51 packages [2020-12-03T06:07:51.120Z] Removing intermediate container 9e801028a1fc [2020-12-03T06:07:51.120Z] ---> 428764e56720 [2020-12-03T06:07:51.120Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T06:07:51.120Z] ---> Running in 37f85cfee8a2 [2020-12-03T06:07:51.120Z] Removing intermediate container 37f85cfee8a2 [2020-12-03T06:07:51.120Z] ---> 719a6e13eb4b [2020-12-03T06:07:51.120Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T06:07:51.694Z] latest: Pulling from library/docker [2020-12-03T06:07:51.960Z] 188c0c94c7c5: Already exists [2020-12-03T06:07:51.960Z] 0c7c675703d6: Pulling fs layer [2020-12-03T06:07:51.960Z] cc8c12a437cb: Pulling fs layer [2020-12-03T06:07:51.960Z] f092543453df: Pulling fs layer [2020-12-03T06:07:51.960Z] 65b6bc45957d: Pulling fs layer [2020-12-03T06:07:51.960Z] 4de832df471b: Pulling fs layer [2020-12-03T06:07:51.960Z] 79aa7fa92271: Pulling fs layer [2020-12-03T06:07:51.960Z] 4de832df471b: Waiting [2020-12-03T06:07:51.960Z] 79aa7fa92271: Waiting [2020-12-03T06:07:51.960Z] 65b6bc45957d: Waiting [2020-12-03T06:07:51.960Z] cc8c12a437cb: Verifying Checksum [2020-12-03T06:07:51.960Z] cc8c12a437cb: Download complete [2020-12-03T06:07:51.960Z] 0c7c675703d6: Verifying Checksum [2020-12-03T06:07:51.960Z] 0c7c675703d6: Download complete [2020-12-03T06:07:52.222Z] 65b6bc45957d: Verifying Checksum [2020-12-03T06:07:52.222Z] 65b6bc45957d: Download complete [2020-12-03T06:07:52.222Z] 4de832df471b: Verifying Checksum [2020-12-03T06:07:52.222Z] 4de832df471b: Download complete [2020-12-03T06:07:52.222Z] 79aa7fa92271: Verifying Checksum [2020-12-03T06:07:52.222Z] 79aa7fa92271: Download complete [2020-12-03T06:07:52.222Z] 0c7c675703d6: Pull complete [2020-12-03T06:07:52.488Z] cc8c12a437cb: Pull complete [2020-12-03T06:07:53.068Z] f092543453df: Download complete [2020-12-03T06:07:55.632Z] f092543453df: Pull complete [2020-12-03T06:07:55.632Z] 65b6bc45957d: Pull complete [2020-12-03T06:07:55.632Z] 4de832df471b: Pull complete [2020-12-03T06:07:55.893Z] 79aa7fa92271: Pull complete [2020-12-03T06:07:55.893Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T06:07:55.893Z] Status: Downloaded newer image for docker:latest [2020-12-03T06:07:57.821Z] ---> 7911eb293c50 [2020-12-03T06:07:57.822Z] Step 6/7 : COPY go.mod . [2020-12-03T06:07:57.822Z] ---> 24c30e2a3cc1 [2020-12-03T06:07:57.822Z] Step 7/7 : RUN go mod download [2020-12-03T06:07:57.822Z] ---> Running in 6333c5b69b9e [2020-12-03T06:08:19.835Z] Removing intermediate container 6333c5b69b9e [2020-12-03T06:08:19.835Z] ---> 7fee1f405bc2 [2020-12-03T06:08:19.835Z] Successfully built 7fee1f405bc2 [2020-12-03T06:08:19.835Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:08:20.183Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T06:08:20.183Z] . [Pipeline] withDockerContainer [2020-12-03T06:08:20.290Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:08:20.342Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-03T06:08:21.249Z] $ docker top 86e6f581f2a23aec88fbfc9db31fffb303a6aea99192abb6c8a06633cff9d2ce -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:08:21.755Z] + go version [2020-12-03T06:08:21.755Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-03T06:08:21.772Z] $ docker stop --time=1 86e6f581f2a23aec88fbfc9db31fffb303a6aea99192abb6c8a06633cff9d2ce [2020-12-03T06:08:23.107Z] $ docker rm -f 86e6f581f2a23aec88fbfc9db31fffb303a6aea99192abb6c8a06633cff9d2ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:08:23.878Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T06:08:23.878Z] . [Pipeline] withDockerContainer [2020-12-03T06:08:23.978Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:08:24.024Z] $ 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/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-03T06:08:24.632Z] $ docker top 9818fa727979161129512ae9bfd45473533a4e3422cfd2649124e448638d69ed -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T06:08:24.811Z] ========================================================= [2020-12-03T06:08:24.812Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-03T06:08:24.812Z] ========================================================= [Pipeline] sh [2020-12-03T06:08:25.107Z] + make test [2020-12-03T06:08:25.108Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-03T06:08:35.184Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-03T06:08:50.196Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-03T06:08:55.550Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-03T06:08:55.550Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-03T06:08:55.550Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-03T06:08:55.550Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-03T06:08:55.812Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-03T06:08:56.079Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-03T06:08:58.039Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.034s [2020-12-03T06:08:58.039Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-03T06:08:58.039Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-12-03T06:08:58.745Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-03T06:08:59.084Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-03T06:08:59.084Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-03T06:08:59.084Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-03T06:08:59.084Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-03T06:09:03.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.091s coverage: 46.6% of statements [2020-12-03T06:09:03.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-03T06:09:03.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-03T06:09:03.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-03T06:09:03.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-03T06:09:03.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-03T06:09:04.608Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.198s coverage: 27.1% of statements [2020-12-03T06:09:04.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-03T06:09:04.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-03T06:09:04.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-03T06:09:04.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-03T06:09:04.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-03T06:09:04.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-03T06:09:04.608Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements [2020-12-03T06:09:04.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-03T06:09:04.608Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements [2020-12-03T06:09:04.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-03T06:09:04.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-03T06:09:05.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.402s coverage: 66.4% of statements [2020-12-03T06:09:05.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-03T06:09:05.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-03T06:09:05.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.108s coverage: 82.7% of statements [2020-12-03T06:09:05.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-03T06:09:05.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T06:09:05.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-03T06:09:05.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-03T06:09:07.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.328s coverage: 28.6% of statements [2020-12-03T06:09:07.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-03T06:09:07.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-03T06:09:07.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-03T06:09:07.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-03T06:09:07.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-03T06:09:07.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements [2020-12-03T06:09:07.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-03T06:09:07.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2020-12-03T06:09:07.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-03T06:09:07.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2020-12-03T06:09:07.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-03T06:09:07.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.098s coverage: 97.5% of statements [2020-12-03T06:09:07.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-03T06:09:08.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements [2020-12-03T06:09:08.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-03T06:09:08.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-03T06:09:08.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-03T06:09:08.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-03T06:09:09.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.291s coverage: 94.7% of statements [2020-12-03T06:09:09.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-03T06:09:09.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T06:09:09.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-03T06:09:09.833Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-03T06:09:09.833Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-03T06:09:09.833Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-03T06:09:09.833Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-03T06:09:09.834Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-03T06:09:09.834Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.072s coverage: 0.0% of statements [no tests to run] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-03T06:09:09.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2020-12-03T06:09:09.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-03T06:09:09.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.041s coverage: 75.5% of statements [2020-12-03T06:09:09.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.039s coverage: 80.8% of statements [2020-12-03T06:09:10.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements [2020-12-03T06:09:10.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.2% of statements [2020-12-03T06:09:10.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 100.0% of statements [2020-12-03T06:09:10.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-03T06:09:11.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 63.5% of statements [2020-12-03T06:09:11.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-03T06:09:11.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-03T06:09:11.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2020-12-03T06:09:11.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2020-12-03T06:09:11.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2020-12-03T06:09:11.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2020-12-03T06:09:12.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements [2020-12-03T06:09:13.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.449s coverage: 55.9% of statements [2020-12-03T06:09:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-03T06:09:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-03T06:09:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-03T06:09:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-03T06:09:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-03T06:09:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.216s coverage: 86.3% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.074s coverage: 72.2% of statements [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.383s coverage: 72.1% of statements [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.050s coverage: 82.4% of statements [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.052s coverage: 48.4% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.034s coverage: 28.8% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 37.2% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.293s coverage: 84.1% of statements [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.051s coverage: 100.0% of statements [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.072s coverage: 42.9% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.044s coverage: 100.0% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.054s coverage: 83.8% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.097s coverage: 47.1% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.022s coverage: 100.0% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.077s coverage: 100.0% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.622s coverage: 29.1% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.096s coverage: 99.0% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-03T06:09:25.857Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2020-12-03T06:09:25.857Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-03T06:09:25.857Z] GO111MODULE=on go vet ./... [2020-12-03T06:09:52.625Z] gofmt -l . [2020-12-03T06:09:52.625Z] [ "`gofmt -l .`" = "" ] [2020-12-03T06:09:52.625Z] ./bin/test-go-mod-tidy.sh [2020-12-03T06:09:52.625Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-03T06:09:52.932Z] + ls -al . [2020-12-03T06:09:52.932Z] total 664 [2020-12-03T06:09:52.932Z] drwxrwxr-x 10 1001 1001 4096 Dec 3 06:09 . [2020-12-03T06:09:52.932Z] drwxr-xr-x 4 root root 32 Dec 3 06:08 .. [2020-12-03T06:09:52.932Z] -rw-rw-r-- 1 1001 1001 11 Dec 3 06:06 .dockerignore [2020-12-03T06:09:52.932Z] drwxrwxr-x 8 1001 1001 162 Dec 3 06:06 .git [2020-12-03T06:09:52.932Z] drwxrwxr-x 3 1001 1001 125 Dec 3 06:06 .github [2020-12-03T06:09:52.932Z] -rw-rw-r-- 1 1001 1001 971 Dec 3 06:06 .gitignore [2020-12-03T06:09:52.932Z] drwx------ 3 1001 1001 32 Dec 3 06:07 .semver [2020-12-03T06:09:52.932Z] -rw-rw-r-- 1 1001 1001 166 Dec 3 06:06 .sonarcloud.properties [2020-12-03T06:09:52.932Z] -rw-rw-r-- 1 1001 1001 3804 Dec 3 06:06 CONTRIBUTING.md [2020-12-03T06:09:52.932Z] -rw-rw-r-- 1 1001 1001 1035 Dec 3 06:06 Dockerfile.build [2020-12-03T06:09:52.932Z] -rw-rw-r-- 1 1001 1001 863 Dec 3 06:06 Jenkinsfile [2020-12-03T06:09:52.932Z] -rw-rw-r-- 1 1001 1001 10775 Dec 3 06:06 LICENSE [2020-12-03T06:09:52.932Z] -rw-rw-r-- 1 1001 1001 6723 Dec 3 06:06 Makefile [2020-12-03T06:09:52.932Z] -rw-rw-r-- 1 1001 1001 6447 Dec 3 06:06 README.md [2020-12-03T06:09:52.932Z] -rw-rw-r-- 1 1001 1001 259 Dec 3 06:06 SECURITY.md [2020-12-03T06:09:52.932Z] -rw-rw-r-- 1 1001 1001 12 Dec 3 06:07 VERSION [2020-12-03T06:09:52.932Z] -rw-rw-r-- 1 1001 1001 4131 Dec 3 06:06 ZMQWindows.md [2020-12-03T06:09:52.932Z] drwxrwxr-x 2 1001 1001 117 Dec 3 06:06 bin [2020-12-03T06:09:52.932Z] drwxrwxr-x 16 1001 1001 4096 Dec 3 06:06 cmd [2020-12-03T06:09:52.932Z] -rw-r--r-- 1 root root 571157 Dec 3 06:09 coverage.out [2020-12-03T06:09:52.932Z] -rw-r--r-- 1 root root 1041 Dec 3 06:09 go.mod [2020-12-03T06:09:52.932Z] -rw-r--r-- 1 root root 18856 Dec 3 06:09 go.sum [2020-12-03T06:09:52.932Z] drwxrwxr-x 8 1001 1001 127 Dec 3 06:06 internal [2020-12-03T06:09:52.932Z] drwxrwxr-x 4 1001 1001 26 Dec 3 06:06 openapi [2020-12-03T06:09:52.932Z] drwxrwxr-x 4 1001 1001 71 Dec 3 06:06 snap [2020-12-03T06:09:52.932Z] -rw-rw-r-- 1 1001 1001 168 Dec 3 06:06 version.go [Pipeline] sh [2020-12-03T06:09:53.237Z] + '[' -e coverage.out ] [2020-12-03T06:09:53.237Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-03T06:09:53.444Z] Stashed 1 file(s) [Pipeline] sh [2020-12-03T06:09:53.743Z] + make build [2020-12-03T06:09:53.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-03T06:10:03.841Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/core-data/core-data ./cmd/core-data [2020-12-03T06:10:05.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/core-command/core-command ./cmd/core-command [2020-12-03T06:10:07.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-12-03T06:10:08.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-03T06:10:10.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-03T06:10:10.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-03T06:10:11.446Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-03T06:10:12.854Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T06:10:13.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-03T06:10:14.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-03T06:10:16.182Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-03T06:10:17.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T06:10:18.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-03T06:10:19.498Z] $ docker stop --time=1 9818fa727979161129512ae9bfd45473533a4e3422cfd2649124e448638d69ed [2020-12-03T06:10:21.221Z] $ docker rm -f 9818fa727979161129512ae9bfd45473533a4e3422cfd2649124e448638d69ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:10:24.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T06:10:24.003Z] [2020-12-03T06:10:24.003Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:10:24.358Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T06:10:24.358Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-03T06:10:24.358Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-03T06:10:24.358Z] ca9280d653b3: Pulling fs layer [2020-12-03T06:10:24.358Z] 7e9c9ca2126c: Pulling fs layer [2020-12-03T06:10:24.625Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-03T06:10:24.625Z] cbdbe7a5bc2a: Download complete [2020-12-03T06:10:24.891Z] cbdbe7a5bc2a: Pull complete [2020-12-03T06:10:24.891Z] ca9280d653b3: Verifying Checksum [2020-12-03T06:10:24.891Z] ca9280d653b3: Download complete [2020-12-03T06:10:25.847Z] ca9280d653b3: Pull complete [2020-12-03T06:10:26.111Z] 7e9c9ca2126c: Download complete [2020-12-03T06:10:34.287Z] 7e9c9ca2126c: Pull complete [2020-12-03T06:10:34.287Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-03T06:10:34.287Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T06:10:34.287Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-03T06:10:34.432Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:10:34.484Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@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-03T06:10:36.338Z] $ docker top b42465a97823487f75984fd54abadaa60329c1db82b8a2a58a7fc64410b7fc54 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:10:36.870Z] + docker-compose build --help [2020-12-03T06:10:36.870Z] + grep parallel [2020-12-03T06:10:37.815Z] --parallel Build images in parallel. [Pipeline] } [2020-12-03T06:10:37.832Z] $ docker stop --time=1 b42465a97823487f75984fd54abadaa60329c1db82b8a2a58a7fc64410b7fc54 [2020-12-03T06:10:39.191Z] $ docker rm -f b42465a97823487f75984fd54abadaa60329c1db82b8a2a58a7fc64410b7fc54 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:10:39.839Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T06:10:39.839Z] . [Pipeline] withDockerContainer [2020-12-03T06:10:39.937Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:10:39.986Z] $ 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/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-03T06:10:40.599Z] $ docker top 769852f73778d7e62ee5d67be501c3723f8cc4ebf75baa3acc811ba808234a75 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:10:41.133Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-03T06:10:42.114Z] Building docker-core-command-go ... [2020-12-03T06:10:42.114Z] Building docker-core-data-go ... [2020-12-03T06:10:42.114Z] Building docker-core-metadata-go ... [2020-12-03T06:10:42.114Z] Building docker-security-bootstrap-redis-go ... [2020-12-03T06:10:42.114Z] Building docker-security-proxy-setup-go ... [2020-12-03T06:10:42.114Z] Building docker-security-secrets-setup-go ... [2020-12-03T06:10:42.114Z] Building docker-security-secretstore-setup-go ... [2020-12-03T06:10:42.114Z] Building docker-support-logging-go ... [2020-12-03T06:10:42.114Z] Building docker-support-notifications-go ... [2020-12-03T06:10:42.114Z] Building docker-support-scheduler-go ... [2020-12-03T06:10:42.114Z] Building docker-sys-mgmt-agent-go ... [2020-12-03T06:10:42.114Z] Building docker-security-secretstore-setup-go [2020-12-03T06:10:42.114Z] Building docker-core-metadata-go [2020-12-03T06:10:42.114Z] Building docker-sys-mgmt-agent-go [2020-12-03T06:10:42.114Z] Building docker-support-scheduler-go [2020-12-03T06:10:42.114Z] Building docker-security-bootstrap-redis-go [2020-12-03T06:11:19.671Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14278 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-03T06:11:19.734Z] Running in /w/workspace/edgex-go/241 [Pipeline] { [Pipeline] checkout [2020-12-03T06:11:21.017Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:11:21.017Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:11:21.017Z] ---> 7fee1f405bc2 [2020-12-03T06:11:21.017Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T06:11:21.017Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:11:21.017Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:11:21.017Z] ---> 7fee1f405bc2 [2020-12-03T06:11:21.017Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T06:11:21.017Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:11:21.017Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:11:21.017Z] ---> 7fee1f405bc2 [2020-12-03T06:11:21.017Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T06:11:21.017Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:11:21.017Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:11:21.017Z] ---> 7fee1f405bc2 [2020-12-03T06:11:21.017Z] Step 3/27 : WORKDIR /edgex-go [2020-12-03T06:11:21.017Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:11:21.017Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:11:21.017Z] ---> 7fee1f405bc2 [2020-12-03T06:11:21.017Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T06:11:21.017Z] ---> Running in 5f1674201b9a [2020-12-03T06:11:21.017Z] ---> Running in ca3b4a1e9d66 [2020-12-03T06:11:21.017Z] ---> Running in 3eb0a9f97ec0 [2020-12-03T06:11:21.017Z] ---> Running in e386ac27f600 [2020-12-03T06:11:21.017Z] ---> Running in 7ff145c4ce32 [2020-12-03T06:11:21.017Z] Removing intermediate container 3eb0a9f97ec0 [2020-12-03T06:11:21.017Z] ---> 0e8b72e45352 [2020-12-03T06:11:21.017Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:11:21.017Z] Removing intermediate container ca3b4a1e9d66 [2020-12-03T06:11:21.017Z] ---> 28796fa7be38 [2020-12-03T06:11:21.017Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:11:21.017Z] Removing intermediate container e386ac27f600 [2020-12-03T06:11:21.017Z] ---> cdfff76ca78f [2020-12-03T06:11:21.017Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:11:21.017Z] Removing intermediate container 7ff145c4ce32 [2020-12-03T06:11:21.017Z] ---> 16fbfaae3030 [2020-12-03T06:11:21.017Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:11:21.017Z] Removing intermediate container 5f1674201b9a [2020-12-03T06:11:21.017Z] ---> d302a1a07eca [2020-12-03T06:11:21.017Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:11:21.017Z] ---> Running in e27b06d7fbed [2020-12-03T06:11:21.017Z] ---> Running in ac6724a25f63 [2020-12-03T06:11:21.017Z] ---> Running in ce26de8894e4 [2020-12-03T06:11:21.017Z] ---> Running in 2d1162eab2ae [2020-12-03T06:11:21.017Z] ---> Running in 7ac3270c5f42 [2020-12-03T06:11:21.017Z] Removing intermediate container e27b06d7fbed [2020-12-03T06:11:21.017Z] ---> c71b64747e6e [2020-12-03T06:11:21.017Z] Step 5/24 : RUN apk update && apk add make git [2020-12-03T06:11:21.017Z] ---> Running in af242bd3d7e7 [2020-12-03T06:11:21.017Z] Removing intermediate container ac6724a25f63 [2020-12-03T06:11:21.017Z] ---> feee71cb4370 [2020-12-03T06:11:21.017Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T06:11:21.017Z] Removing intermediate container ce26de8894e4 [2020-12-03T06:11:21.017Z] ---> b8d044f796af [2020-12-03T06:11:21.017Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T06:11:21.017Z] ---> Running in 286f4df221cf [2020-12-03T06:11:21.017Z] ---> Running in 01194e0c3afc [2020-12-03T06:11:21.017Z] Removing intermediate container 7ac3270c5f42 [2020-12-03T06:11:21.017Z] ---> 99b38d37aad1 [2020-12-03T06:11:21.017Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-03T06:11:21.017Z] Removing intermediate container 2d1162eab2ae [2020-12-03T06:11:21.017Z] ---> 10ee49025193 [2020-12-03T06:11:21.017Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T06:11:21.280Z] ---> Running in 2c7c4b863a04 [2020-12-03T06:11:21.280Z] ---> Running in c0e2b2b665bf [2020-12-03T06:11:21.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:11:21.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:11:21.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:11:21.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:11:21.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:11:22.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:11:22.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:11:22.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:11:22.338Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:11:22.338Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:11:22.338Z] OK: 12745 distinct packages available [2020-12-03T06:11:22.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:11:22.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:11:22.601Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:11:22.601Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:11:22.601Z] OK: 12745 distinct packages available [2020-12-03T06:11:22.601Z] OK: 233 MiB in 51 packages [2020-12-03T06:11:22.878Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:11:22.878Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:11:22.878Z] OK: 12745 distinct packages available [2020-12-03T06:11:22.878Z] OK: 233 MiB in 51 packages [2020-12-03T06:11:22.878Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:11:22.878Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:11:22.878Z] OK: 12745 distinct packages available [2020-12-03T06:11:23.152Z] OK: 233 MiB in 51 packages [2020-12-03T06:11:23.152Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:11:23.152Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:11:23.152Z] OK: 12745 distinct packages available [2020-12-03T06:11:23.152Z] Removing intermediate container af242bd3d7e7 [2020-12-03T06:11:23.152Z] ---> afdf467f9ae6 [2020-12-03T06:11:23.152Z] Step 6/24 : COPY go.mod . [2020-12-03T06:11:23.419Z] OK: 233 MiB in 51 packages [2020-12-03T06:11:23.419Z] OK: 233 MiB in 51 packages [2020-12-03T06:11:23.680Z] Removing intermediate container 286f4df221cf [2020-12-03T06:11:23.680Z] ---> 4f0a3208f0b1 [2020-12-03T06:11:23.680Z] Step 6/22 : COPY go.mod . [2020-12-03T06:11:23.680Z] ---> 1edf94bc84cd [2020-12-03T06:11:23.680Z] Step 7/24 : RUN go mod download [2020-12-03T06:11:23.944Z] ---> Running in 7e81b320dea1 [2020-12-03T06:11:23.944Z] Removing intermediate container 01194e0c3afc [2020-12-03T06:11:23.944Z] ---> 04e22cec591d [2020-12-03T06:11:23.944Z] Step 6/21 : COPY go.mod . [2020-12-03T06:11:23.944Z] ---> 5f50cd1f4ad2 [2020-12-03T06:11:23.944Z] Step 7/22 : RUN go mod download [2020-12-03T06:11:24.523Z] ---> Running in db55d6c5cef5 [2020-12-03T06:11:24.523Z] Removing intermediate container 2c7c4b863a04 [2020-12-03T06:11:24.523Z] ---> c421a416b97a [2020-12-03T06:11:24.523Z] Step 6/22 : COPY go.mod . [2020-12-03T06:11:24.523Z] Removing intermediate container c0e2b2b665bf [2020-12-03T06:11:24.523Z] ---> 49f2000ef244 [2020-12-03T06:11:24.523Z] Step 6/27 : COPY go.mod . [2020-12-03T06:11:24.523Z] ---> f034e31fadb9 [2020-12-03T06:11:24.523Z] Step 7/21 : RUN go mod download [2020-12-03T06:11:24.788Z] ---> Running in 5c770268911e [2020-12-03T06:11:24.948Z] using credential edgex-jenkins-ssh [2020-12-03T06:11:25.015Z] Cloning the remote Git repository [2020-12-03T06:11:25.052Z] ---> c6992018d440 [2020-12-03T06:11:25.053Z] Step 7/22 : RUN go mod download [2020-12-03T06:11:25.053Z] ---> 19aa0420d9e1 [2020-12-03T06:11:25.053Z] Step 7/27 : RUN go mod download [2020-12-03T06:11:25.053Z] ---> Running in 8bd7e1dc3bb0 [2020-12-03T06:11:25.053Z] ---> Running in d1d1ce6bedd3 [2020-12-03T06:11:26.012Z] Removing intermediate container db55d6c5cef5 [2020-12-03T06:11:26.012Z] ---> 92dcc64c499c [2020-12-03T06:11:26.012Z] Step 8/22 : COPY . . [2020-12-03T06:11:26.012Z] Removing intermediate container 7e81b320dea1 [2020-12-03T06:11:26.012Z] ---> 08e8a62a3897 [2020-12-03T06:11:26.012Z] Step 8/24 : COPY . . [2020-12-03T06:11:25.078Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-03T06:11:25.193Z] > git init /w/workspace/edgex-go/241 # timeout=10 [2020-12-03T06:11:25.292Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T06:11:25.293Z] > git --version # timeout=10 [2020-12-03T06:11:25.310Z] > git --version # 'git version 2.17.1' [2020-12-03T06:11:25.311Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T06:11:25.365Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T06:11:26.594Z] Removing intermediate container 5c770268911e [2020-12-03T06:11:26.594Z] ---> 866836c83119 [2020-12-03T06:11:26.594Z] Step 8/21 : COPY . . [2020-12-03T06:11:28.526Z] Removing intermediate container 8bd7e1dc3bb0 [2020-12-03T06:11:28.526Z] ---> a39747d9acfc [2020-12-03T06:11:28.526Z] Step 8/27 : COPY . . [2020-12-03T06:11:35.163Z] Removing intermediate container d1d1ce6bedd3 [2020-12-03T06:11:35.163Z] ---> fb461181669e [2020-12-03T06:11:35.163Z] Step 8/22 : COPY . . [2020-12-03T06:11:41.735Z] Checking out Revision 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 (master) [2020-12-03T06:11:41.057Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T06:11:41.073Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T06:11:41.098Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T06:11:41.135Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T06:11:41.135Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T06:11:41.149Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-03T06:11:41.757Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T06:11:41.784Z] > git checkout -f 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 # timeout=10 [2020-12-03T06:11:46.250Z] Commit message: "Merge pull request #2916 from weichou1229/issue-2915" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-03T06:11:47.973Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-03T06:11:48.422Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T06:11:48.769Z] + true [2020-12-03T06:11:48.769Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T06:11:52.303Z] provisioning config files... [2020-12-03T06:11:52.345Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/241@tmp/config130701608246986872tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:11:52.760Z] ---> docker-login.sh [2020-12-03T06:11:52.760Z] nexus3.edgexfoundry.org:10001 [2020-12-03T06:11:53.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:11:54.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:11:54.021Z] Configure a credential helper to remove this warning. See [2020-12-03T06:11:54.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:11:54.021Z] [2020-12-03T06:11:54.021Z] Login Succeeded [2020-12-03T06:11:54.021Z] nexus3.edgexfoundry.org:10002 [2020-12-03T06:11:54.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:11:54.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:11:54.575Z] Configure a credential helper to remove this warning. See [2020-12-03T06:11:54.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:11:54.575Z] [2020-12-03T06:11:54.575Z] Login Succeeded [2020-12-03T06:11:54.575Z] nexus3.edgexfoundry.org:10003 [2020-12-03T06:11:54.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:11:55.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:11:55.131Z] Configure a credential helper to remove this warning. See [2020-12-03T06:11:55.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:11:55.131Z] [2020-12-03T06:11:55.131Z] Login Succeeded [2020-12-03T06:11:55.131Z] nexus3.edgexfoundry.org:10004 [2020-12-03T06:11:55.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:11:55.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:11:55.682Z] Configure a credential helper to remove this warning. See [2020-12-03T06:11:55.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:11:55.682Z] [2020-12-03T06:11:55.682Z] Login Succeeded [2020-12-03T06:11:55.682Z] docker.io [2020-12-03T06:11:55.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:11:56.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:11:56.234Z] Configure a credential helper to remove this warning. See [2020-12-03T06:11:56.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:11:56.234Z] [2020-12-03T06:11:56.234Z] Login Succeeded [2020-12-03T06:11:56.234Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T06:11:56.251Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-03T06:11:56.716Z] ========================================================= [2020-12-03T06:11:56.716Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-03T06:11:56.716Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:11:57.112Z] + 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-03T06:11:59.778Z] Sending build context to Docker daemon 165.6MB [2020-12-03T06:11:59.778Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T06:11:59.778Z] Step 2/7 : FROM ${BASE} [2020-12-03T06:11:59.778Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-03T06:11:59.778Z] 5f621e34cdf4: Pulling fs layer [2020-12-03T06:11:59.778Z] a4357932f1b6: Pulling fs layer [2020-12-03T06:11:59.778Z] 18c013af1878: Pulling fs layer [2020-12-03T06:11:59.778Z] 00ac8860ef70: Pulling fs layer [2020-12-03T06:11:59.778Z] 63d7cb157983: Pulling fs layer [2020-12-03T06:11:59.778Z] b116817d02f9: Pulling fs layer [2020-12-03T06:11:59.778Z] 745a02a5169b: Pulling fs layer [2020-12-03T06:11:59.778Z] 00ac8860ef70: Waiting [2020-12-03T06:11:59.778Z] 63d7cb157983: Waiting [2020-12-03T06:11:59.778Z] b116817d02f9: Waiting [2020-12-03T06:11:59.778Z] 745a02a5169b: Waiting [2020-12-03T06:11:59.778Z] 18c013af1878: Download complete [2020-12-03T06:11:59.778Z] a4357932f1b6: Verifying Checksum [2020-12-03T06:11:59.778Z] a4357932f1b6: Download complete [2020-12-03T06:11:59.778Z] 63d7cb157983: Download complete [2020-12-03T06:11:59.778Z] b116817d02f9: Download complete [2020-12-03T06:11:59.778Z] 5f621e34cdf4: Verifying Checksum [2020-12-03T06:11:59.778Z] 5f621e34cdf4: Download complete [2020-12-03T06:12:00.773Z] 5f621e34cdf4: Pull complete [2020-12-03T06:12:01.058Z] a4357932f1b6: Pull complete [2020-12-03T06:12:01.663Z] 18c013af1878: Pull complete [2020-12-03T06:12:01.943Z] 745a02a5169b: Verifying Checksum [2020-12-03T06:12:01.943Z] 745a02a5169b: Download complete [2020-12-03T06:12:03.377Z] 00ac8860ef70: Verifying Checksum [2020-12-03T06:12:03.377Z] 00ac8860ef70: Download complete [2020-12-03T06:12:07.781Z] ---> 5799401b9df1 [2020-12-03T06:12:07.781Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-03T06:12:07.781Z] ---> 5b291499663a [2020-12-03T06:12:07.781Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-03T06:12:07.781Z] ---> 66d9989d4681 [2020-12-03T06:12:07.782Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-03T06:12:07.782Z] ---> 17ad828bf167 [2020-12-03T06:12:07.782Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-03T06:12:07.782Z] ---> 4f4a6b2ce4a4 [2020-12-03T06:12:07.782Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-03T06:12:07.782Z] ---> Running in 0c50be74308c [2020-12-03T06:12:08.047Z] ---> Running in 9a5c18d9f353 [2020-12-03T06:12:08.047Z] ---> Running in f0871c6cf11d [2020-12-03T06:12:08.047Z] ---> Running in 603f34ecbc55 [2020-12-03T06:12:08.047Z] ---> Running in eca61e2d4a16 [2020-12-03T06:12:09.014Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-03T06:12:09.014Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-03T06:12:09.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-03T06:12:09.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-03T06:12:09.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T06:12:13.549Z] 00ac8860ef70: Pull complete [2020-12-03T06:12:13.838Z] 63d7cb157983: Pull complete [2020-12-03T06:12:14.114Z] b116817d02f9: Pull complete [2020-12-03T06:12:18.440Z] 745a02a5169b: Pull complete [2020-12-03T06:12:18.440Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-03T06:12:18.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-03T06:12:18.440Z] ---> b7e6874047d6 [2020-12-03T06:12:18.440Z] 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-03T06:12:21.089Z] ---> Running in 87c0b8e69c42 [2020-12-03T06:12:22.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:12:23.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T06:12:24.097Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T06:12:24.368Z] (2/12) Installing file (5.38-r0) [2020-12-03T06:12:24.368Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T06:12:24.368Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-03T06:12:31.059Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T06:12:31.059Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T06:12:31.059Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T06:12:31.059Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T06:12:31.059Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T06:12:31.059Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T06:12:31.059Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T06:12:31.059Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T06:12:31.059Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T06:12:31.059Z] OK: 217 MiB in 51 packages [2020-12-03T06:12:35.364Z] Removing intermediate container 87c0b8e69c42 [2020-12-03T06:12:35.364Z] ---> c71b5d9fc933 [2020-12-03T06:12:35.364Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T06:12:35.364Z] ---> Running in a5311f59867b [2020-12-03T06:12:35.364Z] Removing intermediate container a5311f59867b [2020-12-03T06:12:35.364Z] ---> 09dca173a422 [2020-12-03T06:12:35.364Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T06:12:35.958Z] latest: Pulling from library/docker [2020-12-03T06:12:36.237Z] 5f621e34cdf4: Already exists [2020-12-03T06:12:36.237Z] 85db56a05063: Pulling fs layer [2020-12-03T06:12:36.237Z] ccb67d6aeaaa: Pulling fs layer [2020-12-03T06:12:36.237Z] de930078acea: Pulling fs layer [2020-12-03T06:12:36.238Z] d5a9d88a4785: Pulling fs layer [2020-12-03T06:12:36.238Z] e7f15c1544d5: Pulling fs layer [2020-12-03T06:12:36.238Z] 877c515997d3: Pulling fs layer [2020-12-03T06:12:36.238Z] d5a9d88a4785: Waiting [2020-12-03T06:12:36.238Z] e7f15c1544d5: Waiting [2020-12-03T06:12:36.238Z] 877c515997d3: Waiting [2020-12-03T06:12:36.238Z] ccb67d6aeaaa: Verifying Checksum [2020-12-03T06:12:36.238Z] ccb67d6aeaaa: Download complete [2020-12-03T06:12:36.517Z] 85db56a05063: Verifying Checksum [2020-12-03T06:12:36.517Z] d5a9d88a4785: Verifying Checksum [2020-12-03T06:12:36.517Z] d5a9d88a4785: Download complete [2020-12-03T06:12:36.517Z] e7f15c1544d5: Verifying Checksum [2020-12-03T06:12:36.517Z] e7f15c1544d5: Download complete [2020-12-03T06:12:36.517Z] 877c515997d3: Verifying Checksum [2020-12-03T06:12:36.517Z] 877c515997d3: Download complete [2020-12-03T06:12:37.126Z] 85db56a05063: Pull complete [2020-12-03T06:12:37.399Z] ccb67d6aeaaa: Pull complete [2020-12-03T06:12:37.671Z] de930078acea: Verifying Checksum [2020-12-03T06:12:37.671Z] de930078acea: Download complete [2020-12-03T06:12:41.087Z] de930078acea: Pull complete [2020-12-03T06:12:41.087Z] d5a9d88a4785: Pull complete [2020-12-03T06:12:41.591Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-03T06:12:41.592Z] Removing intermediate container eca61e2d4a16 [2020-12-03T06:12:41.592Z] ---> c74b8257e43d [2020-12-03T06:12:41.592Z] [2020-12-03T06:12:41.592Z] Step 10/22 : FROM alpine:3.10 [2020-12-03T06:12:41.592Z] 3.10: Pulling from library/alpine [2020-12-03T06:12:41.592Z] Removing intermediate container 603f34ecbc55 [2020-12-03T06:12:41.592Z] ---> 5dff4581cc36 [2020-12-03T06:12:41.592Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-03T06:12:41.592Z] ---> Running in aeec3e6d08e2 [2020-12-03T06:12:41.686Z] e7f15c1544d5: Pull complete [2020-12-03T06:12:41.862Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-03T06:12:41.862Z] Status: Downloaded newer image for alpine:3.10 [2020-12-03T06:12:41.862Z] ---> be4e4bea2c2e [2020-12-03T06:12:41.862Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T06:12:41.960Z] 877c515997d3: Pull complete [2020-12-03T06:12:41.960Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T06:12:41.960Z] Status: Downloaded newer image for docker:latest [2020-12-03T06:12:42.442Z] ---> Running in 149febe3864b [2020-12-03T06:12:44.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-03T06:12:44.944Z] Removing intermediate container 0c50be74308c [2020-12-03T06:12:44.944Z] ---> 3007ff487b7b [2020-12-03T06:12:44.944Z] [2020-12-03T06:12:44.944Z] Step 10/24 : FROM alpine:3.10 [2020-12-03T06:12:44.944Z] ---> be4e4bea2c2e [2020-12-03T06:12:44.944Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T06:12:45.348Z] ---> b99820d4b26d [2020-12-03T06:12:45.348Z] Step 6/7 : COPY go.mod . [2020-12-03T06:12:45.948Z] ---> c0d982f262b3 [2020-12-03T06:12:45.948Z] Step 7/7 : RUN go mod download [2020-12-03T06:12:45.948Z] ---> Running in 48e29e9f64cd [2020-12-03T06:12:46.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:12:46.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:12:46.349Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T06:12:46.349Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T06:12:46.349Z] OK: 10348 distinct packages available [2020-12-03T06:12:46.349Z] ---> Running in afc5ea3a265d [2020-12-03T06:12:46.628Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T06:12:46.628Z] Removing intermediate container 9a5c18d9f353 [2020-12-03T06:12:46.628Z] ---> 0cdf59648d0d [2020-12-03T06:12:46.628Z] [2020-12-03T06:12:46.628Z] Step 10/21 : FROM scratch [2020-12-03T06:12:46.628Z] ---> [2020-12-03T06:12:46.628Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T06:12:46.628Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T06:12:46.628Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T06:12:46.628Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T06:12:46.628Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T06:12:46.628Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T06:12:46.628Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T06:12:46.628Z] OK: 7 MiB in 19 packages [2020-12-03T06:12:47.581Z] ---> Running in cbf02dba74ff [2020-12-03T06:12:50.141Z] Removing intermediate container aeec3e6d08e2 [2020-12-03T06:12:50.141Z] ---> ef66f464f8cd [2020-12-03T06:12:50.141Z] [2020-12-03T06:12:50.141Z] Step 11/27 : FROM docker:latest [2020-12-03T06:12:50.141Z] ---> b0757c55a1fd [2020-12-03T06:12:50.141Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-03T06:12:50.715Z] Removing intermediate container cbf02dba74ff [2020-12-03T06:12:50.715Z] ---> be658e8c7bfb [2020-12-03T06:12:50.715Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-03T06:12:50.979Z] ---> Running in 1c8e10ae6383 [2020-12-03T06:12:50.979Z] Removing intermediate container f0871c6cf11d [2020-12-03T06:12:50.979Z] ---> 410374000262 [2020-12-03T06:12:50.979Z] [2020-12-03T06:12:50.979Z] Step 10/22 : FROM scratch [2020-12-03T06:12:50.979Z] ---> [2020-12-03T06:12:50.979Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T06:12:50.979Z] ---> Running in fb3e9d0a6a7d [2020-12-03T06:12:50.979Z] ---> Using cache [2020-12-03T06:12:50.979Z] ---> be658e8c7bfb [2020-12-03T06:12:50.979Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-03T06:12:51.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:12:51.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:12:51.513Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T06:12:51.513Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T06:12:51.513Z] OK: 10348 distinct packages available [2020-12-03T06:12:51.513Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T06:12:51.513Z] ---> Running in d3b2aea3ecab [2020-12-03T06:12:51.775Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T06:12:51.775Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T06:12:51.775Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T06:12:51.775Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T06:12:51.775Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T06:12:51.775Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T06:12:51.775Z] OK: 7 MiB in 19 packages [2020-12-03T06:12:52.349Z] Removing intermediate container fb3e9d0a6a7d [2020-12-03T06:12:52.349Z] ---> 8c7a339384ad [2020-12-03T06:12:52.349Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-03T06:12:52.349Z] Removing intermediate container 149febe3864b [2020-12-03T06:12:52.349Z] ---> 99e70c3c444c [2020-12-03T06:12:52.349Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-03T06:12:52.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:12:52.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:12:52.349Z] ---> Running in 7a9a508e0e00 [2020-12-03T06:12:52.621Z] ---> Running in 70194e125d6e [2020-12-03T06:12:52.621Z] Removing intermediate container d3b2aea3ecab [2020-12-03T06:12:52.621Z] ---> bb54b3988fe6 [2020-12-03T06:12:52.621Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T06:12:52.621Z] (1/2) Installing readline (8.0.4-r0) [2020-12-03T06:12:52.621Z] (2/2) Installing bash (5.0.17-r0) [2020-12-03T06:12:52.621Z] Executing bash-5.0.17-r0.post-install [2020-12-03T06:12:52.621Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T06:12:52.621Z] ---> Running in 7284f03abd86 [2020-12-03T06:12:52.621Z] OK: 12 MiB in 22 packages [2020-12-03T06:12:53.206Z] Removing intermediate container 7a9a508e0e00 [2020-12-03T06:12:53.206Z] ---> 0b521cb7f2b5 [2020-12-03T06:12:53.206Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-03T06:12:53.468Z] Removing intermediate container 70194e125d6e [2020-12-03T06:12:53.468Z] ---> 54ade8af1910 [2020-12-03T06:12:53.468Z] Step 13/22 : WORKDIR / [2020-12-03T06:12:53.468Z] Removing intermediate container 7284f03abd86 [2020-12-03T06:12:53.468Z] ---> 13afbd124ffe [2020-12-03T06:12:53.468Z] Step 14/22 : WORKDIR / [2020-12-03T06:12:53.734Z] Removing intermediate container afc5ea3a265d [2020-12-03T06:12:53.734Z] ---> 5468fe793352 [2020-12-03T06:12:53.734Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T06:12:53.734Z] ---> 5a75f53f4aa1 [2020-12-03T06:12:53.734Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-03T06:12:53.734Z] ---> Running in b80bf650a33a [2020-12-03T06:12:53.734Z] ---> Running in 1f911a346880 [2020-12-03T06:12:53.997Z] ---> Running in 69f7fcca1728 [2020-12-03T06:12:53.997Z] Removing intermediate container 1c8e10ae6383 [2020-12-03T06:12:53.997Z] ---> 66eacc2692b7 [2020-12-03T06:12:53.997Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-03T06:12:54.259Z] Removing intermediate container 1f911a346880 [2020-12-03T06:12:54.259Z] ---> 1de073381d8f [2020-12-03T06:12:54.259Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-03T06:12:54.259Z] Removing intermediate container b80bf650a33a [2020-12-03T06:12:54.259Z] ---> d21b0475c00f [2020-12-03T06:12:54.259Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-03T06:12:54.259Z] ---> Running in 92eb275cfa7f [2020-12-03T06:12:54.259Z] Removing intermediate container 69f7fcca1728 [2020-12-03T06:12:54.259Z] ---> b6506052c5bb [2020-12-03T06:12:54.259Z] Step 13/24 : WORKDIR / [2020-12-03T06:12:54.522Z] ---> 7e43bc391a26 [2020-12-03T06:12:54.522Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-03T06:12:54.786Z] ---> Running in e9c2e0cc6228 [2020-12-03T06:12:54.786Z] ---> 2c022b6fe34f [2020-12-03T06:12:54.786Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-03T06:12:54.786Z] ---> f57def34634a [2020-12-03T06:12:54.786Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-03T06:12:54.786Z] ---> d503ceba851a [2020-12-03T06:12:54.786Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-03T06:12:55.057Z] ---> Running in 1a5164fa0783 [2020-12-03T06:12:55.057Z] Removing intermediate container e9c2e0cc6228 [2020-12-03T06:12:55.057Z] ---> 73870b020b51 [2020-12-03T06:12:55.057Z] 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-03T06:12:55.334Z] Removing intermediate container 1a5164fa0783 [2020-12-03T06:12:55.334Z] ---> c0b1cb54d43d [2020-12-03T06:12:55.334Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T06:12:55.598Z] ---> Running in 1ffd3299542d [2020-12-03T06:12:55.598Z] ---> c69f662162ee [2020-12-03T06:12:55.598Z] 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-03T06:12:55.598Z] ---> fbba38d81eb0 [2020-12-03T06:12:55.598Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-03T06:12:55.861Z] ---> 96b14ad59ee5 [2020-12-03T06:12:55.861Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-03T06:12:55.861Z] Removing intermediate container 1ffd3299542d [2020-12-03T06:12:55.861Z] ---> 9522c993609c [2020-12-03T06:12:55.861Z] Step 19/21 : LABEL arch=x86_64 [2020-12-03T06:12:56.124Z] ---> eab37c872328 [2020-12-03T06:12:56.124Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-03T06:12:56.124Z] ---> Running in f4e9aa742db0 [2020-12-03T06:12:56.124Z] Removing intermediate container 92eb275cfa7f [2020-12-03T06:12:56.124Z] ---> a8b133b9de64 [2020-12-03T06:12:56.124Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-03T06:12:56.392Z] ---> aafa4cdbda04 [2020-12-03T06:12:56.392Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-03T06:12:56.392Z] ---> f44ebc13413c [2020-12-03T06:12:56.392Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-03T06:12:56.392Z] ---> Running in 0dd532836f07 [2020-12-03T06:12:56.653Z] ---> Running in fe30a04384b3 [2020-12-03T06:12:57.228Z] ---> d30c7547b2d6 [2020-12-03T06:12:57.228Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-03T06:12:57.228Z] Removing intermediate container f4e9aa742db0 [2020-12-03T06:12:57.228Z] ---> c1f4ba82ef32 [2020-12-03T06:12:57.228Z] Step 20/21 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:12:57.228Z] ---> 5c50b0dc79e1 [2020-12-03T06:12:57.228Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-03T06:12:57.228Z] ---> Running in 836c6e4c06fc [2020-12-03T06:12:57.228Z] Removing intermediate container fe30a04384b3 [2020-12-03T06:12:57.228Z] ---> 49aa67e9b12f [2020-12-03T06:12:57.228Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T06:12:57.490Z] Removing intermediate container 0dd532836f07 [2020-12-03T06:12:57.490Z] ---> c15a4bed2cd9 [2020-12-03T06:12:57.490Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-03T06:12:57.490Z] ---> Running in 07d25797d829 [2020-12-03T06:12:57.490Z] ---> Running in db8c237a7ac0 [2020-12-03T06:12:57.753Z] ---> Running in 3e3b8fc21175 [2020-12-03T06:12:57.753Z] Removing intermediate container 836c6e4c06fc [2020-12-03T06:12:57.753Z] ---> 87f1c24441bb [2020-12-03T06:12:57.753Z] Step 21/21 : LABEL version=1.3.1-dev.17 [2020-12-03T06:12:58.020Z] ---> dee7b0081ea0 [2020-12-03T06:12:58.020Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-03T06:12:58.020Z] ---> Running in 83f313520356 [2020-12-03T06:12:58.020Z] Removing intermediate container db8c237a7ac0 [2020-12-03T06:12:58.020Z] ---> e87cc7957f8f [2020-12-03T06:12:58.020Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T06:12:58.284Z] Removing intermediate container 3e3b8fc21175 [2020-12-03T06:12:58.284Z] ---> 465985c7836a [2020-12-03T06:12:58.284Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-03T06:12:58.284Z] ---> Running in 965f4dd26bdd [2020-12-03T06:12:58.545Z] ---> Running in 70b8f9980992 [2020-12-03T06:12:58.545Z] Removing intermediate container 83f313520356 [2020-12-03T06:12:58.545Z] ---> 766d6bd1a093 [2020-12-03T06:12:58.546Z] [2020-12-03T06:12:58.546Z] ---> 8a590d52ddda [2020-12-03T06:12:58.546Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T06:12:58.807Z] Successfully built 766d6bd1a093 [2020-12-03T06:12:59.072Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-03T06:12:59.072Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2020-12-03T06:12:59.072Z] Removing intermediate container 965f4dd26bdd [2020-12-03T06:12:59.072Z] ---> 1f5f9864d464 [2020-12-03T06:12:59.072Z] Step 21/22 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:12:59.072Z] Removing intermediate container 70b8f9980992 [2020-12-03T06:12:59.072Z] ---> a200a651e0a9 [2020-12-03T06:12:59.072Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-03T06:12:59.338Z] ---> d3257b0aecb9 [2020-12-03T06:12:59.338Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T06:12:59.338Z] ---> Running in 2e6b03c15709 [2020-12-03T06:12:59.338Z] ---> Running in a28a93a7ae07 [2020-12-03T06:12:59.603Z] Removing intermediate container 07d25797d829 [2020-12-03T06:12:59.603Z] ---> 9fdcfe6afe04 [2020-12-03T06:12:59.603Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-03T06:13:00.180Z] ---> Running in fdfea11fc66f [2020-12-03T06:13:00.180Z] Removing intermediate container 2e6b03c15709 [2020-12-03T06:13:00.180Z] ---> 2752c348b672 [2020-12-03T06:13:00.180Z] Step 22/22 : LABEL version=1.3.1-dev.17 [2020-12-03T06:13:02.754Z] ---> dc8d4745e783 [2020-12-03T06:13:02.754Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-03T06:13:02.754Z] ---> Running in b0370cce3a39 [2020-12-03T06:13:03.334Z] Removing intermediate container fdfea11fc66f [2020-12-03T06:13:03.334Z] ---> 276fabe17f9f [2020-12-03T06:13:03.334Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T06:13:03.911Z] ---> Running in 7098c378ad75 [2020-12-03T06:13:04.173Z] Removing intermediate container b0370cce3a39 [2020-12-03T06:13:04.173Z] ---> df2ea0643cf6 [2020-12-03T06:13:04.173Z] [2020-12-03T06:13:04.173Z] ---> 22a353e087b4 [2020-12-03T06:13:04.173Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-03T06:13:04.435Z] Successfully built df2ea0643cf6 [2020-12-03T06:13:04.435Z] Successfully tagged docker-core-metadata-go:latest [2020-12-03T06:13:04.435Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-12-03T06:13:05.017Z] Removing intermediate container 7098c378ad75 [2020-12-03T06:13:05.017Z] ---> 3b6672adfe1a [2020-12-03T06:13:05.017Z] Step 21/22 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:13:06.414Z] Removing intermediate container a28a93a7ae07 [2020-12-03T06:13:06.414Z] ---> 297496f8b513 [2020-12-03T06:13:06.414Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T06:13:08.993Z] ---> Running in b91623c985ae [2020-12-03T06:13:08.993Z] ---> c9b74214407e [2020-12-03T06:13:08.993Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-03T06:13:08.993Z] ---> Running in cd7232df51d0 [2020-12-03T06:13:10.946Z] ---> Running in 563890b5ba95 [2020-12-03T06:13:11.910Z] Removing intermediate container cd7232df51d0 [2020-12-03T06:13:11.910Z] ---> 84c69c1702dc [2020-12-03T06:13:11.910Z] Step 22/24 : LABEL arch=x86_64 [2020-12-03T06:13:11.910Z] Removing intermediate container b91623c985ae [2020-12-03T06:13:11.910Z] ---> 629d35726f63 [2020-12-03T06:13:11.910Z] Step 22/22 : LABEL version=1.3.1-dev.17 [2020-12-03T06:13:12.743Z] Removing intermediate container 48e29e9f64cd [2020-12-03T06:13:12.743Z] ---> 4149bdecfe13 [2020-12-03T06:13:12.743Z] Successfully built 4149bdecfe13 [2020-12-03T06:13:12.743Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:13:13.085Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T06:13:13.085Z] . [Pipeline] withDockerContainer [2020-12-03T06:13:13.318Z] ---> Running in ffe5d4e2a28a [2020-12-03T06:13:13.318Z] ---> Running in e0fe57c679fb [2020-12-03T06:13:13.320Z] prd-ubuntu18.04-docker-arm64-4c-16g-14278 does not seem to be running inside a container [2020-12-03T06:13:13.413Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@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-03T06:13:13.902Z] Removing intermediate container e0fe57c679fb [2020-12-03T06:13:13.902Z] ---> 8fd9eff7df79 [2020-12-03T06:13:13.902Z] Step 23/24 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:13:13.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:13:14.173Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:13:14.173Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-03T06:13:14.173Z] (2/33) Installing expat (2.2.9-r1) [2020-12-03T06:13:14.173Z] (3/33) Installing libffi (3.3-r2) [2020-12-03T06:13:14.173Z] (4/33) Installing gdbm (1.13-r1) [2020-12-03T06:13:14.440Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-03T06:13:14.441Z] Removing intermediate container ffe5d4e2a28a [2020-12-03T06:13:14.441Z] ---> 997bccbebaee [2020-12-03T06:13:14.441Z] [2020-12-03T06:13:14.441Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-03T06:13:14.441Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-03T06:13:14.727Z] ---> Running in e7121f851e79 [2020-12-03T06:13:14.888Z] $ docker top 064f91b9863c4bd923052495f1b4a65bcde8074795a4ba085aeced021a093cce -eo pid,comm [Pipeline] { [2020-12-03T06:13:15.319Z] Successfully built 997bccbebaee [Pipeline] sh [2020-12-03T06:13:15.963Z] + go version [2020-12-03T06:13:15.963Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-03T06:13:15.993Z] $ docker stop --time=1 064f91b9863c4bd923052495f1b4a65bcde8074795a4ba085aeced021a093cce [2020-12-03T06:13:16.715Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-03T06:13:16.715Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2020-12-03T06:13:16.715Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:13:16.715Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:13:16.715Z] ---> 7fee1f405bc2 [2020-12-03T06:13:16.715Z] Step 3/23 : WORKDIR /edgex-go [2020-12-03T06:13:16.715Z] ---> Using cache [2020-12-03T06:13:16.715Z] ---> d302a1a07eca [2020-12-03T06:13:16.715Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:13:16.986Z] ---> Using cache [2020-12-03T06:13:16.986Z] ---> 99b38d37aad1 [2020-12-03T06:13:16.986Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-03T06:13:17.900Z] $ docker rm -f 064f91b9863c4bd923052495f1b4a65bcde8074795a4ba085aeced021a093cce [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-03T06:13:19.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T06:13:19.227Z] [2020-12-03T06:13:19.227Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:13:19.926Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T06:13:20.198Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-03T06:13:20.198Z] 29e5d40040c1: Pulling fs layer [2020-12-03T06:13:20.198Z] 1ce36da41761: Pulling fs layer [2020-12-03T06:13:20.198Z] 25b303627fd3: Pulling fs layer [2020-12-03T06:13:20.791Z] 29e5d40040c1: Verifying Checksum [2020-12-03T06:13:20.791Z] 29e5d40040c1: Download complete [2020-12-03T06:13:21.398Z] 29e5d40040c1: Pull complete [2020-12-03T06:13:21.672Z] 1ce36da41761: Verifying Checksum [2020-12-03T06:13:21.672Z] 1ce36da41761: Download complete [2020-12-03T06:13:23.107Z] 1ce36da41761: Pull complete [2020-12-03T06:13:23.107Z] 25b303627fd3: Verifying Checksum [2020-12-03T06:13:23.107Z] 25b303627fd3: Download complete [2020-12-03T06:13:23.624Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-03T06:13:23.624Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-03T06:13:23.624Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-03T06:13:23.624Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-03T06:13:23.624Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-03T06:13:24.203Z] Removing intermediate container e7121f851e79 [2020-12-03T06:13:24.203Z] ---> 7c13733a8d6a [2020-12-03T06:13:24.203Z] Step 24/24 : LABEL version=1.3.1-dev.17 [2020-12-03T06:13:24.203Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-03T06:13:24.467Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-03T06:13:25.046Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-03T06:13:25.046Z] ---> Running in eae104bfb510 [2020-12-03T06:13:25.046Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-03T06:13:25.046Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-03T06:13:25.700Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-03T06:13:26.278Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-03T06:13:26.539Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-03T06:13:27.491Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-03T06:13:27.756Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-03T06:13:28.332Z] ---> Running in d24b19cf359b [2020-12-03T06:13:28.332Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-03T06:13:28.599Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-03T06:13:28.599Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-03T06:13:28.599Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-03T06:13:28.599Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-03T06:13:28.599Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-03T06:13:28.599Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-03T06:13:28.599Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-03T06:13:28.599Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-03T06:13:28.861Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-03T06:13:28.861Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:13:28.861Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-03T06:13:28.861Z] ---> 7fee1f405bc2 [2020-12-03T06:13:28.861Z] Step 3/29 : WORKDIR /edgex-go [2020-12-03T06:13:28.861Z] ---> Using cache [2020-12-03T06:13:28.861Z] ---> d302a1a07eca [2020-12-03T06:13:28.861Z] Step 4/29 : RUN apk update && apk add make git [2020-12-03T06:13:28.861Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-03T06:13:30.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:13:30.521Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T06:13:31.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:13:31.098Z] OK: 71 MiB in 55 packages [2020-12-03T06:13:31.364Z] Removing intermediate container d24b19cf359b [2020-12-03T06:13:31.364Z] ---> 4b6d4429dc51 [2020-12-03T06:13:31.364Z] [2020-12-03T06:13:31.364Z] ---> Running in 8513ca05e1b3 [2020-12-03T06:13:31.658Z] Successfully built 4b6d4429dc51 [2020-12-03T06:13:31.658Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:13:31.658Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:13:31.658Z] OK: 12745 distinct packages available [2020-12-03T06:13:31.658Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-03T06:13:31.658Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-12-03T06:13:31.934Z] OK: 233 MiB in 51 packages [2020-12-03T06:13:32.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:13:33.274Z] 25b303627fd3: Pull complete [2020-12-03T06:13:33.274Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-03T06:13:33.274Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T06:13:33.274Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-03T06:13:33.547Z] prd-ubuntu18.04-docker-arm64-4c-16g-14278 does not seem to be running inside a container [2020-12-03T06:13:33.644Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@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-03T06:13:34.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:13:35.220Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:13:35.220Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:13:35.220Z] OK: 12745 distinct packages available [2020-12-03T06:13:35.553Z] OK: 233 MiB in 51 packages [2020-12-03T06:13:37.019Z] $ docker top 711b839bfdc9aa3fef182127125de958a3ed5976825bb1ca1b1f1986fc64031b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:13:38.104Z] + grep parallel [2020-12-03T06:13:38.104Z] + docker-compose build --help [2020-12-03T06:13:38.972Z] Removing intermediate container eae104bfb510 [2020-12-03T06:13:38.972Z] ---> 75cb40a32eab [2020-12-03T06:13:38.972Z] Step 6/23 : COPY go.mod . [2020-12-03T06:13:39.934Z] Removing intermediate container 8513ca05e1b3 [2020-12-03T06:13:39.934Z] ---> f4d57c45e581 [2020-12-03T06:13:39.934Z] Step 5/29 : COPY go.mod . [2020-12-03T06:13:40.886Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:13:40.886Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:13:41.155Z] ---> 7fee1f405bc2 [2020-12-03T06:13:41.155Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T06:13:41.418Z] ---> Using cache [2020-12-03T06:13:41.418Z] ---> d302a1a07eca [2020-12-03T06:13:41.419Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:13:41.419Z] ---> Using cache [2020-12-03T06:13:41.419Z] ---> 99b38d37aad1 [2020-12-03T06:13:41.419Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T06:13:41.613Z] --parallel Build images in parallel. [2020-12-03T06:13:41.998Z] ---> f9c60393d0d9 [2020-12-03T06:13:41.998Z] Step 7/23 : RUN go mod download [Pipeline] } [2020-12-03T06:13:42.252Z] $ docker stop --time=1 711b839bfdc9aa3fef182127125de958a3ed5976825bb1ca1b1f1986fc64031b [2020-12-03T06:13:42.579Z] ---> dbeb3f53d78e [2020-12-03T06:13:42.579Z] Step 6/29 : RUN go mod download [2020-12-03T06:13:43.539Z] ---> Running in 8897cdc82d96 [2020-12-03T06:13:43.539Z] ---> Running in d16fd369fd84 [2020-12-03T06:13:43.539Z] ---> Running in 3744d9fb63be [2020-12-03T06:13:44.255Z] $ docker rm -f 711b839bfdc9aa3fef182127125de958a3ed5976825bb1ca1b1f1986fc64031b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:13:45.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T06:13:45.062Z] . [Pipeline] withDockerContainer [2020-12-03T06:13:45.326Z] prd-ubuntu18.04-docker-arm64-4c-16g-14278 does not seem to be running inside a container [2020-12-03T06:13:45.419Z] $ 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/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@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-03T06:13:46.849Z] $ docker top f0acd16260611b9ecf7a93c461fde6925d1ca9c03a4269857ca1b6a832d3eb3f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:13:47.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:13:47.874Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-03T06:13:48.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:13:48.962Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:13:48.962Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:13:48.962Z] OK: 12745 distinct packages available [2020-12-03T06:13:49.543Z] OK: 233 MiB in 51 packages [2020-12-03T06:13:50.488Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:13:50.488Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:13:50.488Z] ---> 7fee1f405bc2 [2020-12-03T06:13:50.488Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T06:13:50.488Z] ---> Using cache [2020-12-03T06:13:50.488Z] ---> d302a1a07eca [2020-12-03T06:13:50.488Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:13:50.488Z] ---> Using cache [2020-12-03T06:13:50.488Z] ---> 99b38d37aad1 [2020-12-03T06:13:50.488Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-12-03T06:13:51.879Z] ---> Running in 4c66efef0022 [2020-12-03T06:13:51.879Z] Removing intermediate container 3744d9fb63be [2020-12-03T06:13:51.879Z] ---> 36f4b17947e5 [2020-12-03T06:13:51.879Z] Step 7/29 : COPY . . [2020-12-03T06:13:52.146Z] Removing intermediate container 8897cdc82d96 [2020-12-03T06:13:52.147Z] ---> 745c94cd8138 [2020-12-03T06:13:52.147Z] Step 8/23 : COPY . . [2020-12-03T06:13:52.147Z] Removing intermediate container d16fd369fd84 [2020-12-03T06:13:52.147Z] ---> bdca135ef092 [2020-12-03T06:13:52.147Z] Step 6/21 : COPY go.mod . [2020-12-03T06:13:52.147Z] Removing intermediate container 563890b5ba95 [2020-12-03T06:13:52.147Z] ---> 565d36862a43 [2020-12-03T06:13:52.147Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-03T06:13:52.158Z] Building docker-core-command-go ... [2020-12-03T06:13:52.159Z] Building docker-core-data-go ... [2020-12-03T06:13:52.159Z] Building docker-core-metadata-go ... [2020-12-03T06:13:52.159Z] Building docker-security-bootstrap-redis-go ... [2020-12-03T06:13:52.159Z] Building docker-security-proxy-setup-go ... [2020-12-03T06:13:52.159Z] Building docker-security-secrets-setup-go ... [2020-12-03T06:13:52.159Z] Building docker-security-secretstore-setup-go ... [2020-12-03T06:13:52.159Z] Building docker-support-logging-go ... [2020-12-03T06:13:52.159Z] Building docker-support-notifications-go ... [2020-12-03T06:13:52.159Z] Building docker-support-scheduler-go ... [2020-12-03T06:13:52.159Z] Building docker-sys-mgmt-agent-go ... [2020-12-03T06:13:52.159Z] Building docker-core-metadata-go [2020-12-03T06:13:52.159Z] Building docker-core-data-go [2020-12-03T06:13:52.159Z] Building docker-core-command-go [2020-12-03T06:13:52.159Z] Building docker-security-secrets-setup-go [2020-12-03T06:13:52.159Z] Building docker-security-secretstore-setup-go [2020-12-03T06:13:52.415Z] ---> Running in c29fe94ea8b3 [2020-12-03T06:13:52.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:13:52.699Z] ---> 329dfbc8592b [2020-12-03T06:13:52.699Z] Step 7/21 : RUN go mod download [2020-12-03T06:13:53.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:13:54.236Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:13:54.236Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:13:54.236Z] OK: 12745 distinct packages available [2020-12-03T06:13:54.236Z] ---> Running in fd77f432d6e1 [2020-12-03T06:13:54.498Z] OK: 233 MiB in 51 packages [2020-12-03T06:13:54.776Z] OK: 233 MiB in 51 packages [2020-12-03T06:14:02.981Z] Removing intermediate container 4c66efef0022 [2020-12-03T06:14:02.981Z] ---> 3cb2d6b8a408 [2020-12-03T06:14:02.981Z] Step 6/22 : COPY go.mod . [2020-12-03T06:14:02.981Z] Collecting docker-compose==1.23.2 [2020-12-03T06:14:02.981Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-03T06:14:04.391Z] Collecting jsonschema<3,>=2.5.1 [2020-12-03T06:14:04.391Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-03T06:14:04.969Z] ---> 71ed4a262e36 [2020-12-03T06:14:04.969Z] Step 7/22 : RUN go mod download [2020-12-03T06:14:05.568Z] Collecting PyYAML<4,>=3.10 [2020-12-03T06:14:05.568Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-03T06:14:06.530Z] ---> Running in 686043fe90cc [2020-12-03T06:14:07.487Z] Removing intermediate container fd77f432d6e1 [2020-12-03T06:14:07.487Z] ---> cecbc9a1076d [2020-12-03T06:14:07.487Z] Step 8/21 : COPY . . [2020-12-03T06:14:11.754Z] Collecting docker<4.0,>=3.6.0 [2020-12-03T06:14:11.754Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-03T06:14:14.361Z] Collecting cached-property<2,>=1.2.0 [2020-12-03T06:14:14.947Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-03T06:14:14.947Z] 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-03T06:14:15.900Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-03T06:14:15.900Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-03T06:14:19.233Z] Collecting texttable<0.10,>=0.9.0 [2020-12-03T06:14:19.233Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-03T06:14:19.501Z] Collecting docopt<0.7,>=0.6.1 [2020-12-03T06:14:19.501Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-03T06:14:19.501Z] Removing intermediate container 686043fe90cc [2020-12-03T06:14:19.501Z] ---> 6ba237d49091 [2020-12-03T06:14:19.501Z] Step 8/22 : COPY . . [2020-12-03T06:14:19.877Z] ---> 29729ead82a3 [2020-12-03T06:14:19.877Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-03T06:14:20.825Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-03T06:14:20.825Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-03T06:14:21.775Z] ---> d49e5bcf73f5 [2020-12-03T06:14:21.775Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-03T06:14:23.180Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-03T06:14:23.180Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-03T06:14:24.579Z] Collecting docker-pycreds>=0.4.0 [2020-12-03T06:14:24.579Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-03T06:14:25.533Z] 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-03T06:14:25.533Z] 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-03T06:14:25.533Z] ---> Running in 6b4b69309f88 [2020-12-03T06:14:25.533Z] Collecting idna<2.8,>=2.5 [2020-12-03T06:14:25.798Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-03T06:14:27.194Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-03T06:14:27.194Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-03T06:14:28.592Z] ---> Running in 2b792c1eb961 [2020-12-03T06:14:28.592Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-03T06:14:28.592Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-03T06:14:28.592Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-03T06:14:28.592Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-03T06:14:29.174Z] Installing collected packages: jsonschema, PyYAML, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, dockerpty, texttable, docopt, docker-compose [2020-12-03T06:14:29.436Z] Running setup.py install for PyYAML: started [2020-12-03T06:14:31.379Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/core-data/core-data ./cmd/core-data [2020-12-03T06:14:31.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T06:14:31.379Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-03T06:14:31.379Z] Attempting uninstall: idna [2020-12-03T06:14:31.379Z] Found existing installation: idna 2.9 [2020-12-03T06:14:31.379Z] Uninstalling idna-2.9: [2020-12-03T06:14:31.379Z] Successfully uninstalled idna-2.9 [2020-12-03T06:14:31.965Z] Attempting uninstall: urllib3 [2020-12-03T06:14:31.965Z] Found existing installation: urllib3 1.25.9 [2020-12-03T06:14:31.965Z] Uninstalling urllib3-1.25.9: [2020-12-03T06:14:32.376Z] Successfully uninstalled urllib3-1.25.9 [2020-12-03T06:14:37.697Z] Attempting uninstall: requests [2020-12-03T06:14:37.697Z] Found existing installation: requests 2.23.0 [2020-12-03T06:14:37.697Z] Uninstalling requests-2.23.0: [2020-12-03T06:14:38.296Z] Successfully uninstalled requests-2.23.0 [2020-12-03T06:14:39.117Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:14:39.117Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:14:39.117Z] ---> 4149bdecfe13 [2020-12-03T06:14:39.117Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T06:14:39.117Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:14:39.117Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:14:39.117Z] ---> 4149bdecfe13 [2020-12-03T06:14:39.117Z] Step 3/23 : WORKDIR /edgex-go [2020-12-03T06:14:39.117Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:14:39.117Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-03T06:14:39.117Z] ---> 4149bdecfe13 [2020-12-03T06:14:39.117Z] Step 3/29 : WORKDIR /edgex-go [2020-12-03T06:14:39.117Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:14:39.117Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:14:39.117Z] ---> 4149bdecfe13 [2020-12-03T06:14:39.117Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T06:14:39.117Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:14:39.117Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:14:39.117Z] ---> 4149bdecfe13 [2020-12-03T06:14:39.117Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T06:14:39.762Z] ---> b362bd838171 [2020-12-03T06:14:39.762Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-03T06:14:40.546Z] ---> Running in ff37ee6ca89a [2020-12-03T06:14:40.546Z] ---> Running in 532bd9024f2e [2020-12-03T06:14:40.546Z] ---> Running in 99cc012533b8 [2020-12-03T06:14:40.546Z] ---> Running in 78214e5caeac [2020-12-03T06:14:40.546Z] ---> Running in e773305c6f73 [2020-12-03T06:14:41.143Z] Removing intermediate container e773305c6f73 [2020-12-03T06:14:41.143Z] ---> bbd90f72dad1 [2020-12-03T06:14:41.143Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:14:41.143Z] Removing intermediate container ff37ee6ca89a [2020-12-03T06:14:41.143Z] ---> 18fdcc267869 [2020-12-03T06:14:41.143Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:14:41.143Z] Removing intermediate container 532bd9024f2e [2020-12-03T06:14:41.143Z] ---> 52742c65db23 [2020-12-03T06:14:41.143Z] Step 4/29 : RUN apk update && apk add make git [2020-12-03T06:14:41.181Z] Running setup.py install for dockerpty: started [2020-12-03T06:14:41.416Z] ---> Running in 021f9cbb3f8c [2020-12-03T06:14:41.416Z] Removing intermediate container 78214e5caeac [2020-12-03T06:14:41.416Z] Removing intermediate container 99cc012533b8 [2020-12-03T06:14:41.416Z] ---> 6817b6c9441d [2020-12-03T06:14:41.416Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:14:41.416Z] ---> 6c881f0e03b5 [2020-12-03T06:14:41.416Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:14:41.416Z] ---> Running in d469e5ae25ba [2020-12-03T06:14:41.416Z] ---> Running in fde84820a2d6 [2020-12-03T06:14:41.694Z] ---> Running in 66738ac92a9a [2020-12-03T06:14:41.694Z] ---> Running in 3a6bc16c9856 [2020-12-03T06:14:42.166Z] ---> Running in 04d6909ec748 [2020-12-03T06:14:43.140Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-03T06:14:43.140Z] Running setup.py install for texttable: started [2020-12-03T06:14:43.140Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-03T06:14:43.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:14:43.741Z] Running setup.py install for texttable: finished with status 'done' [2020-12-03T06:14:43.741Z] Running setup.py install for docopt: started [2020-12-03T06:14:44.327Z] Running setup.py install for docopt: finished with status 'done' [2020-12-03T06:14:44.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T06:14:44.924Z] 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-03T06:14:44.960Z] Removing intermediate container 021f9cbb3f8c [2020-12-03T06:14:44.960Z] ---> 356a4b853693 [2020-12-03T06:14:44.960Z] Step 5/24 : RUN apk update && apk add make git [2020-12-03T06:14:45.235Z] ---> Running in b89f46cb2079 [2020-12-03T06:14:45.507Z] Removing intermediate container d469e5ae25ba [2020-12-03T06:14:45.507Z] ---> 600df1ef81be [2020-12-03T06:14:45.507Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T06:14:45.507Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:14:45.507Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:14:45.507Z] OK: 12616 distinct packages available [2020-12-03T06:14:45.786Z] ---> Running in 3901e4762c99 [2020-12-03T06:14:45.786Z] Removing intermediate container 3a6bc16c9856 [2020-12-03T06:14:45.786Z] ---> 2aafad9efba6 [2020-12-03T06:14:45.786Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T06:14:45.786Z] Removing intermediate container 66738ac92a9a [2020-12-03T06:14:45.786Z] ---> 6d132a59db6a [2020-12-03T06:14:45.786Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-03T06:14:46.059Z] ---> Running in a593aca15ad7 [2020-12-03T06:14:46.059Z] ---> Running in f65a73d4d650 [2020-12-03T06:14:46.363Z] ---> 526ad4a37cab [2020-12-03T06:14:46.363Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-12-03T06:14:46.632Z] ---> Running in b5ebb4b25622 [2020-12-03T06:14:46.657Z] OK: 217 MiB in 51 packages [2020-12-03T06:14:46.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:14:47.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:14:47.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:14:47.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T06:14:47.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:14:48.076Z] Removing intermediate container fde84820a2d6 [2020-12-03T06:14:48.076Z] ---> ad03a8dfc84d [2020-12-03T06:14:48.076Z] Step 5/29 : COPY go.mod . [2020-12-03T06:14:48.601Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-12-03T06:14:48.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T06:14:48.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T06:14:48.673Z] ---> 1c056165344c [2020-12-03T06:14:48.951Z] Step 6/29 : RUN go mod download [2020-12-03T06:14:48.951Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:14:48.951Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:14:48.951Z] OK: 12616 distinct packages available [2020-12-03T06:14:48.951Z] ---> Running in ced30ca89206 [2020-12-03T06:14:49.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T06:14:49.834Z] OK: 217 MiB in 51 packages [2020-12-03T06:14:49.834Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:14:49.834Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:14:49.834Z] OK: 12616 distinct packages available [2020-12-03T06:14:49.834Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:14:49.834Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:14:49.834Z] OK: 12616 distinct packages available [2020-12-03T06:14:50.829Z] OK: 217 MiB in 51 packages [2020-12-03T06:14:50.829Z] OK: 217 MiB in 51 packages [2020-12-03T06:14:51.120Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:14:51.120Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:14:51.120Z] OK: 12616 distinct packages available [2020-12-03T06:14:51.197Z] Removing intermediate container c29fe94ea8b3 [2020-12-03T06:14:51.198Z] ---> c7aa41562403 [2020-12-03T06:14:51.198Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-03T06:14:51.406Z] Removing intermediate container b89f46cb2079 [2020-12-03T06:14:51.406Z] ---> cb17ff164bbc [2020-12-03T06:14:51.406Z] Step 6/24 : COPY go.mod . [2020-12-03T06:14:51.687Z] OK: 217 MiB in 51 packages [2020-12-03T06:14:52.165Z] ---> Running in a8e9f8904b72 [2020-12-03T06:14:52.687Z] ---> 8c09a58f40c0 [2020-12-03T06:14:52.687Z] Step 7/24 : RUN go mod download [2020-12-03T06:14:52.687Z] Removing intermediate container 3901e4762c99 [2020-12-03T06:14:52.687Z] ---> 32a85d285804 [2020-12-03T06:14:52.687Z] Step 6/22 : COPY go.mod . [2020-12-03T06:14:52.687Z] ---> Running in 5868a4480c84 [2020-12-03T06:14:52.961Z] Removing intermediate container ced30ca89206 [2020-12-03T06:14:52.961Z] ---> 2cbc06d1cc1c [2020-12-03T06:14:52.961Z] Step 7/29 : COPY . . [2020-12-03T06:14:52.961Z] Removing intermediate container a593aca15ad7 [2020-12-03T06:14:52.961Z] ---> 70b9992a789b [2020-12-03T06:14:52.961Z] Step 6/22 : COPY go.mod . [2020-12-03T06:14:53.560Z] Removing intermediate container f65a73d4d650 [2020-12-03T06:14:53.560Z] ---> 05d7fec8ca22 [2020-12-03T06:14:53.560Z] Step 6/23 : COPY go.mod . [2020-12-03T06:14:53.560Z] ---> 79150e009e56 [2020-12-03T06:14:53.560Z] Step 7/22 : RUN go mod download [2020-12-03T06:14:53.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:14:53.833Z] ---> Running in 16153cc15453 [2020-12-03T06:14:53.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:14:54.104Z] ---> c067d6a495b4 [2020-12-03T06:14:54.104Z] Step 7/22 : RUN go mod download [2020-12-03T06:14:54.148Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T06:14:54.148Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-03T06:14:54.148Z] (3/3) Installing curl (7.69.1-r1) [2020-12-03T06:14:54.148Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T06:14:54.148Z] OK: 72 MiB in 58 packages [2020-12-03T06:14:55.104Z] ---> Running in 8582402fb19a [2020-12-03T06:14:55.104Z] ---> 112b0e99fcd1 [2020-12-03T06:14:55.104Z] Step 7/23 : RUN go mod download [2020-12-03T06:14:55.385Z] ---> Running in 4b67995c303a [2020-12-03T06:14:56.123Z] Removing intermediate container a8e9f8904b72 [2020-12-03T06:14:56.123Z] ---> 03197ff2f0b0 [2020-12-03T06:14:56.123Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-03T06:14:56.719Z] ---> Running in 59291ac8a1db [2020-12-03T06:14:56.833Z] Removing intermediate container 5868a4480c84 [2020-12-03T06:14:56.833Z] ---> f8b8eddf580b [2020-12-03T06:14:56.833Z] Step 8/24 : COPY . . [2020-12-03T06:14:56.990Z] Removing intermediate container 2b792c1eb961 [2020-12-03T06:14:56.990Z] ---> 10a4d7fe5229 [2020-12-03T06:14:56.990Z] [2020-12-03T06:14:56.990Z] Step 9/29 : FROM alpine:latest [2020-12-03T06:14:56.990Z] latest: Pulling from library/alpine [2020-12-03T06:14:57.262Z] Removing intermediate container 59291ac8a1db [2020-12-03T06:14:57.262Z] ---> f6d5320fdd6e [2020-12-03T06:14:57.262Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T06:14:57.262Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-03T06:14:57.262Z] Status: Downloaded newer image for alpine:latest [2020-12-03T06:14:57.262Z] ---> d6e46aa2470d [2020-12-03T06:14:57.262Z] 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-03T06:14:57.262Z] ---> Running in 6985b62d0c0c [2020-12-03T06:14:57.535Z] ---> Running in 45658fc44f42 [2020-12-03T06:14:57.535Z] Removing intermediate container 6985b62d0c0c [2020-12-03T06:14:57.535Z] ---> 61462519e8fb [2020-12-03T06:14:57.535Z] Step 25/27 : LABEL arch=x86_64 [2020-12-03T06:14:57.806Z] ---> Running in b28c38d499ef [2020-12-03T06:14:57.806Z] Removing intermediate container 45658fc44f42 [2020-12-03T06:14:57.806Z] ---> 06d7483b1cef [2020-12-03T06:14:57.806Z] Step 11/29 : USER root [2020-12-03T06:14:57.806Z] ---> Running in a7e6988f8407 [2020-12-03T06:14:58.383Z] Removing intermediate container b28c38d499ef [2020-12-03T06:14:58.383Z] ---> 836026d890e0 [2020-12-03T06:14:58.383Z] Step 26/27 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:14:58.383Z] ---> Running in 0b53261fcb5d [2020-12-03T06:14:58.384Z] Removing intermediate container a7e6988f8407 [2020-12-03T06:14:58.384Z] ---> b5a713579a50 [2020-12-03T06:14:58.384Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-03T06:14:58.384Z] ---> Running in fdd87154c77e [2020-12-03T06:14:58.842Z] Removing intermediate container 0b53261fcb5d [2020-12-03T06:14:58.842Z] ---> b024eda355cd [2020-12-03T06:14:58.842Z] Step 27/27 : LABEL version=1.3.1-dev.17 [2020-12-03T06:14:58.842Z] ---> Running in 0231ce115175 [2020-12-03T06:14:58.844Z] Removing intermediate container 16153cc15453 [2020-12-03T06:14:58.844Z] ---> 2bb98ef6e109 [2020-12-03T06:14:58.844Z] Step 8/22 : COPY . . [2020-12-03T06:14:59.846Z] Removing intermediate container 8582402fb19a [2020-12-03T06:14:59.846Z] ---> 9cac617fdf25 [2020-12-03T06:14:59.846Z] Step 8/22 : COPY . . [2020-12-03T06:15:00.455Z] Removing intermediate container 4b67995c303a [2020-12-03T06:15:00.455Z] ---> 2b7de7dc904a [2020-12-03T06:15:00.455Z] Step 8/23 : COPY . . [2020-12-03T06:15:00.573Z] Removing intermediate container 0231ce115175 [2020-12-03T06:15:00.573Z] ---> 53941357a277 [2020-12-03T06:15:00.573Z] [2020-12-03T06:15:00.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:15:00.854Z] Successfully built 53941357a277 [2020-12-03T06:15:00.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:15:00.854Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-03T06:15:00.854Z] Building docker-core-command-go [2020-12-03T06:15:01.142Z]  Building docker-sys-mgmt-agent-go ... done v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:15:01.142Z] v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:15:01.142Z] OK: 12746 distinct packages available [2020-12-03T06:15:01.417Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-03T06:15:01.417Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-03T06:15:01.417Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T06:15:01.417Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T06:15:01.699Z] OK: 6 MiB in 16 packages [2020-12-03T06:15:08.360Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-03T06:15:10.675Z] ---> 42202a4dcf7a [2020-12-03T06:15:10.675Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-03T06:15:10.986Z] Removing intermediate container fdd87154c77e [2020-12-03T06:15:10.986Z] ---> 73563eccb1e9 [2020-12-03T06:15:10.986Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-03T06:15:12.669Z] ---> Running in dfc694046e0b [2020-12-03T06:15:12.669Z] ---> 1822bddb83bd [2020-12-03T06:15:12.669Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-03T06:15:12.945Z] ---> Running in 48059882a845 [2020-12-03T06:15:13.218Z] ---> 43cdbb271351 [2020-12-03T06:15:13.218Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-03T06:15:13.492Z] ---> Running in 3f5a192b90e7 [2020-12-03T06:15:14.091Z] ---> 02899aff6fce [2020-12-03T06:15:14.091Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-03T06:15:14.370Z] ---> Running in 7a27f65bd78d [2020-12-03T06:15:14.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T06:15:14.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-03T06:15:15.250Z] ---> Running in d15d0b90b82c [2020-12-03T06:15:15.259Z] ---> cbc2624f3e5e [2020-12-03T06:15:15.259Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-03T06:15:15.538Z] ---> Running in 00c6db63884a [2020-12-03T06:15:15.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/core-command/core-command ./cmd/core-command [2020-12-03T06:15:16.221Z] Removing intermediate container d15d0b90b82c [2020-12-03T06:15:16.221Z] ---> 1b1448d899d5 [2020-12-03T06:15:16.221Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-03T06:15:16.221Z] ---> Running in 91e2748d40fb [2020-12-03T06:15:16.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-03T06:15:17.541Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/core-data/core-data ./cmd/core-data [2020-12-03T06:15:20.444Z] Removing intermediate container 91e2748d40fb [2020-12-03T06:15:20.444Z] ---> 8ca0bb0c3eb3 [2020-12-03T06:15:20.444Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-03T06:15:20.444Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:15:20.444Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:15:20.444Z] ---> 7fee1f405bc2 [2020-12-03T06:15:20.444Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T06:15:21.017Z] ---> Using cache [2020-12-03T06:15:21.017Z] ---> d302a1a07eca [2020-12-03T06:15:21.017Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:15:21.278Z] ---> Using cache [2020-12-03T06:15:21.278Z] ---> 99b38d37aad1 [2020-12-03T06:15:21.278Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T06:15:21.853Z] ---> Using cache [2020-12-03T06:15:21.853Z] ---> bdca135ef092 [2020-12-03T06:15:21.853Z] Step 6/22 : COPY go.mod . [2020-12-03T06:15:21.853Z] ---> Using cache [2020-12-03T06:15:21.853Z] ---> 329dfbc8592b [2020-12-03T06:15:21.853Z] Step 7/22 : RUN go mod download [2020-12-03T06:15:21.853Z] ---> Using cache [2020-12-03T06:15:21.853Z] ---> cecbc9a1076d [2020-12-03T06:15:21.853Z] Step 8/22 : COPY . . [2020-12-03T06:15:22.116Z] ---> Using cache [2020-12-03T06:15:22.116Z] ---> b362bd838171 [2020-12-03T06:15:22.116Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-03T06:15:24.670Z] ---> Running in d5023eb13fde [2020-12-03T06:15:24.670Z] ---> Running in d9af97b54af7 [2020-12-03T06:15:24.670Z] Removing intermediate container 04d6909ec748 [2020-12-03T06:15:24.670Z] ---> 1a54e9a0ca0d [2020-12-03T06:15:24.670Z] [2020-12-03T06:15:24.670Z] Step 10/21 : FROM alpine [2020-12-03T06:15:24.670Z] ---> d6e46aa2470d [2020-12-03T06:15:24.670Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-03T06:15:25.245Z] ---> Running in c943d29edf35 [2020-12-03T06:15:25.507Z] Removing intermediate container 6b4b69309f88 [2020-12-03T06:15:25.507Z] ---> b063b5f9db2e [2020-12-03T06:15:25.507Z] [2020-12-03T06:15:25.507Z] Step 10/23 : FROM alpine [2020-12-03T06:15:25.507Z] ---> d6e46aa2470d [2020-12-03T06:15:25.507Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T06:15:25.507Z] Removing intermediate container b5ebb4b25622 [2020-12-03T06:15:25.507Z] ---> 369148a61c3c [2020-12-03T06:15:25.507Z] [2020-12-03T06:15:25.507Z] Step 10/22 : FROM scratch [2020-12-03T06:15:25.507Z] ---> [2020-12-03T06:15:25.507Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T06:15:25.775Z] ---> Running in c893e4cfcafa [2020-12-03T06:15:26.360Z] ---> Running in e3ba3da12a19 [2020-12-03T06:15:26.360Z] Removing intermediate container c893e4cfcafa [2020-12-03T06:15:26.360Z] ---> 142f66433e32 [2020-12-03T06:15:26.360Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-03T06:15:26.360Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/core-command/core-command ./cmd/core-command [2020-12-03T06:15:26.360Z] ---> Running in 3c3c888bf469 [2020-12-03T06:15:26.360Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:15:26.622Z] Removing intermediate container e3ba3da12a19 [2020-12-03T06:15:26.622Z] ---> fec54402a34e [2020-12-03T06:15:26.622Z] Step 12/22 : ENV APP_PORT=48061 [2020-12-03T06:15:26.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:15:26.622Z] ---> Running in 4f4e41248aab [2020-12-03T06:15:26.622Z] Removing intermediate container 3c3c888bf469 [2020-12-03T06:15:26.622Z] ---> 6b953795987d [2020-12-03T06:15:26.622Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-03T06:15:26.891Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:15:26.891Z] v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:15:26.891Z] OK: 12746 distinct packages available [2020-12-03T06:15:26.891Z] ---> Running in d9065c96be33 [2020-12-03T06:15:26.891Z] Removing intermediate container d5023eb13fde [2020-12-03T06:15:26.891Z] ---> cbdeb7584d83 [2020-12-03T06:15:26.891Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-03T06:15:26.891Z] Removing intermediate container 4f4e41248aab [2020-12-03T06:15:26.891Z] ---> 7250dd1375e6 [2020-12-03T06:15:26.891Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T06:15:27.172Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-03T06:15:27.172Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T06:15:27.172Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-03T06:15:27.172Z] (4/4) Installing curl (7.69.1-r1) [2020-12-03T06:15:27.172Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T06:15:27.172Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T06:15:27.172Z] OK: 7 MiB in 18 packages [2020-12-03T06:15:27.172Z] Removing intermediate container d9065c96be33 [2020-12-03T06:15:27.172Z] ---> 9dc9ae5b04c3 [2020-12-03T06:15:27.172Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:15:27.766Z] ---> Running in eeead8f53511 [2020-12-03T06:15:28.044Z] ---> Running in 9dace1c5ff8d [2020-12-03T06:15:28.044Z] ---> bcf3ee531194 [2020-12-03T06:15:28.044Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-03T06:15:28.309Z] Removing intermediate container eeead8f53511 [2020-12-03T06:15:28.309Z] ---> f33d5fe640e3 [2020-12-03T06:15:28.309Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-12-03T06:15:28.578Z] ---> 4512d8ddd0f6 [2020-12-03T06:15:28.578Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-03T06:15:28.850Z] Removing intermediate container c943d29edf35 [2020-12-03T06:15:28.850Z] ---> 427cd35e76dd [2020-12-03T06:15:28.850Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T06:15:30.272Z] ---> f263b68464f9 [2020-12-03T06:15:30.272Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-12-03T06:15:30.272Z] ---> Running in 83136c65ad3c [2020-12-03T06:15:30.549Z] ---> 7cc8d7355af4 [2020-12-03T06:15:30.549Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-03T06:15:30.818Z] Removing intermediate container 83136c65ad3c [2020-12-03T06:15:30.818Z] ---> a70d0a667a52 [2020-12-03T06:15:30.818Z] Step 13/21 : WORKDIR /edgex [2020-12-03T06:15:30.818Z] ---> Running in b4d5ae0f4483 [2020-12-03T06:15:31.091Z] ---> 9892f9afe2ab [2020-12-03T06:15:31.091Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-12-03T06:15:31.091Z] ---> 3aee826224ae [2020-12-03T06:15:31.091Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-03T06:15:31.091Z] Removing intermediate container 9dace1c5ff8d [2020-12-03T06:15:31.091Z] ---> 6080f4dcad1f [2020-12-03T06:15:31.091Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-03T06:15:31.366Z] Removing intermediate container b4d5ae0f4483 [2020-12-03T06:15:31.366Z] ---> a375c70b25b2 [2020-12-03T06:15:31.366Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-03T06:15:31.366Z] ---> Running in e39688147e88 [2020-12-03T06:15:31.963Z] ---> 0ca062c60946 [2020-12-03T06:15:31.963Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-03T06:15:31.963Z] ---> 01400ef8332e [2020-12-03T06:15:31.963Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-03T06:15:31.963Z] ---> Running in a628f2cdc50a [2020-12-03T06:15:32.235Z] ---> f8894e427b83 [2020-12-03T06:15:32.235Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-12-03T06:15:32.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:15:33.129Z] ---> 751735723520 [2020-12-03T06:15:33.129Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-12-03T06:15:33.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:15:33.129Z] ---> Running in 1361b0844aee [2020-12-03T06:15:33.129Z] ---> 1848851271b4 [2020-12-03T06:15:33.129Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-03T06:15:33.732Z] Removing intermediate container 1361b0844aee [2020-12-03T06:15:33.732Z] ---> f98372200d4d [2020-12-03T06:15:33.732Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T06:15:33.732Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-03T06:15:33.732Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-03T06:15:33.732Z] ---> Running in e3e44702ff96 [2020-12-03T06:15:33.732Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-03T06:15:34.018Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-03T06:15:34.018Z] ---> 0bdd06a1c6e4 [2020-12-03T06:15:34.018Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-03T06:15:34.018Z] Removing intermediate container a628f2cdc50a [2020-12-03T06:15:34.018Z] ---> 8701c88a8157 [2020-12-03T06:15:34.018Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T06:15:34.018Z] Removing intermediate container e3e44702ff96 [2020-12-03T06:15:34.018Z] ---> 14d01d8c1161 [2020-12-03T06:15:34.018Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T06:15:34.018Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-03T06:15:34.299Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T06:15:34.299Z] OK: 8 MiB in 19 packages [2020-12-03T06:15:34.299Z] ---> Running in c46cee329a1e [2020-12-03T06:15:34.299Z] ---> Running in 5cbbc65a38bc [2020-12-03T06:15:34.577Z] Removing intermediate container c46cee329a1e [2020-12-03T06:15:34.577Z] ---> 3a59eb3308ff [2020-12-03T06:15:34.577Z] Step 18/21 : CMD ["--init=true"] [2020-12-03T06:15:34.577Z] Removing intermediate container 5cbbc65a38bc [2020-12-03T06:15:34.577Z] ---> 44ac7b678753 [2020-12-03T06:15:34.577Z] Step 21/22 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:15:34.850Z] ---> Running in 90839106ac16 [2020-12-03T06:15:34.850Z] ---> 8de546aa8ec4 [2020-12-03T06:15:34.850Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T06:15:34.850Z] ---> Running in f4d528b2cec5 [2020-12-03T06:15:35.117Z] ---> Running in db56ca54824f [2020-12-03T06:15:35.117Z] Removing intermediate container 90839106ac16 [2020-12-03T06:15:35.117Z] ---> 9f4601f84f4d [2020-12-03T06:15:35.117Z] Step 19/21 : LABEL arch=x86_64 [2020-12-03T06:15:36.094Z] Removing intermediate container f4d528b2cec5 [2020-12-03T06:15:36.094Z] ---> 50064e46c6e5 [2020-12-03T06:15:36.094Z] Step 22/22 : LABEL version=1.3.1-dev.17 [2020-12-03T06:15:36.094Z] ---> Running in 0d6e57b2ed52 [2020-12-03T06:15:36.094Z] Removing intermediate container e39688147e88 [2020-12-03T06:15:36.094Z] ---> 36df09e6159e [2020-12-03T06:15:36.094Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-03T06:15:36.364Z] ---> Running in 477f2ae51b79 [2020-12-03T06:15:36.642Z] Removing intermediate container 0d6e57b2ed52 [2020-12-03T06:15:36.642Z] ---> f535adec7e56 [2020-12-03T06:15:36.642Z] Step 20/21 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:15:36.925Z] ---> cfdd63ee9dd0 [2020-12-03T06:15:36.925Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-03T06:15:36.925Z] ---> Running in 8934283fc530 [2020-12-03T06:15:36.925Z] Removing intermediate container 477f2ae51b79 [2020-12-03T06:15:36.925Z] ---> 2bbcc48bd001 [2020-12-03T06:15:36.925Z] [2020-12-03T06:15:37.216Z] Removing intermediate container 8934283fc530 [2020-12-03T06:15:37.216Z] ---> ad1120201591 [2020-12-03T06:15:37.216Z] Step 21/21 : LABEL version=1.3.1-dev.17 [2020-12-03T06:15:37.216Z] Successfully built 2bbcc48bd001 [2020-12-03T06:15:37.848Z] Successfully tagged docker-support-logging-go:latest [2020-12-03T06:15:37.848Z] Building docker-support-notifications-go [2020-12-03T06:15:37.848Z]  Building docker-support-logging-go ... done  ---> Running in d2ce32d44337 [2020-12-03T06:15:37.848Z] Removing intermediate container db56ca54824f [2020-12-03T06:15:37.848Z] ---> f331cd5672e2 [2020-12-03T06:15:37.848Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-03T06:15:38.427Z] ---> Running in 1a7ca7e21ec7 [2020-12-03T06:15:38.427Z] Removing intermediate container d2ce32d44337 [2020-12-03T06:15:38.427Z] ---> 1a7e06278195 [2020-12-03T06:15:38.427Z] [2020-12-03T06:15:38.689Z] ---> 9d7e704cfeb5 [2020-12-03T06:15:38.689Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-03T06:15:39.655Z] Successfully built 1a7e06278195 [2020-12-03T06:15:39.655Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-03T06:15:43.335Z]  Building docker-security-proxy-setup-go ... done  ---> 41c57fd13d7f [2020-12-03T06:15:43.335Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-03T06:15:43.335Z] ---> Running in 5bac4861f5b4 [2020-12-03T06:15:47.568Z] Removing intermediate container 5bac4861f5b4 [2020-12-03T06:15:47.568Z] ---> 749ec26c8ab5 [2020-12-03T06:15:47.568Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T06:15:50.921Z] Removing intermediate container 1a7ca7e21ec7 [2020-12-03T06:15:50.921Z] ---> 88250237e6d2 [2020-12-03T06:15:50.921Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T06:15:50.921Z] ---> Running in a7bb1f4be249 [2020-12-03T06:15:50.921Z] Removing intermediate container d9af97b54af7 [2020-12-03T06:15:50.921Z] ---> b2d6f8346232 [2020-12-03T06:15:50.921Z] [2020-12-03T06:15:50.921Z] Step 10/22 : FROM scratch [2020-12-03T06:15:50.921Z] ---> [2020-12-03T06:15:50.921Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T06:15:51.185Z] ---> Using cache [2020-12-03T06:15:51.185Z] ---> be658e8c7bfb [2020-12-03T06:15:51.185Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-03T06:15:52.576Z] ---> Running in 02a3c87682ad [2020-12-03T06:15:52.576Z] ---> Running in b17538159a4d [2020-12-03T06:15:53.521Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:15:53.521Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:15:53.521Z] ---> 7fee1f405bc2 [2020-12-03T06:15:53.521Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T06:15:53.521Z] ---> Using cache [2020-12-03T06:15:53.521Z] ---> d302a1a07eca [2020-12-03T06:15:53.521Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:15:53.521Z] ---> Using cache [2020-12-03T06:15:53.521Z] ---> 99b38d37aad1 [2020-12-03T06:15:53.521Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-03T06:15:54.124Z] Removing intermediate container a7bb1f4be249 [2020-12-03T06:15:54.124Z] ---> 3f5622eee8a6 [2020-12-03T06:15:54.124Z] Step 21/23 : LABEL arch=x86_64 [2020-12-03T06:15:54.124Z] ---> Running in 7604b35563a1 [2020-12-03T06:15:54.124Z] Removing intermediate container 02a3c87682ad [2020-12-03T06:15:54.124Z] ---> 846211722f4f [2020-12-03T06:15:54.124Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T06:15:54.124Z] ---> Running in 68cbf6ab2892 [2020-12-03T06:15:54.391Z] Removing intermediate container b17538159a4d [2020-12-03T06:15:54.391Z] ---> 4b8c5a04c610 [2020-12-03T06:15:54.391Z] Step 26/29 : CMD [ "generate" ] [2020-12-03T06:15:54.391Z] ---> Running in de0b5af2970f [2020-12-03T06:15:54.391Z] ---> Running in 768e5141566c [2020-12-03T06:15:54.658Z] Removing intermediate container 68cbf6ab2892 [2020-12-03T06:15:54.658Z] ---> e017ccd53408 [2020-12-03T06:15:54.658Z] Step 22/23 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:15:54.658Z] Removing intermediate container de0b5af2970f [2020-12-03T06:15:54.658Z] ---> efbf11dd5208 [2020-12-03T06:15:54.658Z] Step 14/22 : WORKDIR / [2020-12-03T06:15:54.658Z] ---> Running in 49388feb4c44 [2020-12-03T06:15:54.923Z] ---> Running in eb60d11d73bd [2020-12-03T06:15:54.923Z] Removing intermediate container 768e5141566c [2020-12-03T06:15:54.923Z] ---> 20179c389c9d [2020-12-03T06:15:54.923Z] Step 27/29 : LABEL arch=x86_64 [2020-12-03T06:15:54.923Z] ---> Running in 1d52130dfb08 [2020-12-03T06:15:54.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:15:55.185Z] Removing intermediate container 49388feb4c44 [2020-12-03T06:15:55.185Z] ---> afedc86862a0 [2020-12-03T06:15:55.185Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-03T06:15:55.185Z] Removing intermediate container eb60d11d73bd [2020-12-03T06:15:55.185Z] ---> 5530095fe57a [2020-12-03T06:15:55.185Z] Step 23/23 : LABEL version=1.3.1-dev.17 [2020-12-03T06:15:55.185Z] ---> Running in 486f799a57c3 [2020-12-03T06:15:55.185Z] Removing intermediate container 1d52130dfb08 [2020-12-03T06:15:55.185Z] ---> 02a6e5f21a3d [2020-12-03T06:15:55.185Z] Step 28/29 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:15:55.455Z] ---> Running in 9587b54c810e [2020-12-03T06:15:55.456Z] ---> 80be27c2f0f6 [2020-12-03T06:15:55.456Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-03T06:15:55.456Z] Removing intermediate container 486f799a57c3 [2020-12-03T06:15:55.456Z] ---> 8b6f1a1b0904 [2020-12-03T06:15:55.456Z] [2020-12-03T06:15:55.718Z] Removing intermediate container 9587b54c810e [2020-12-03T06:15:55.718Z] ---> e00fe9524885 [2020-12-03T06:15:55.718Z] Step 29/29 : LABEL version=1.3.1-dev.17 [2020-12-03T06:15:55.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:15:55.718Z] Successfully built 8b6f1a1b0904 [2020-12-03T06:15:55.718Z] Successfully tagged docker-core-data-go:latest [2020-12-03T06:15:55.980Z]  Building docker-core-data-go ... done  ---> Running in 013065d0314a [2020-12-03T06:15:55.980Z] ---> 4ded79b209e4 [2020-12-03T06:15:55.980Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-03T06:15:55.980Z] Removing intermediate container 013065d0314a [2020-12-03T06:15:55.980Z] ---> a0500d13872d [2020-12-03T06:15:55.980Z] [2020-12-03T06:15:56.243Z] ---> d3c194ed01a3 [2020-12-03T06:15:56.243Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-03T06:15:56.243Z] Successfully built a0500d13872d [2020-12-03T06:15:56.243Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-03T06:15:56.243Z]  Building docker-security-secrets-setup-go ... done  ---> Running in 2b4481de2dad [2020-12-03T06:15:56.507Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:15:56.507Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:15:56.507Z] OK: 12745 distinct packages available [2020-12-03T06:15:56.507Z] Removing intermediate container 2b4481de2dad [2020-12-03T06:15:56.507Z] ---> da1551be9c34 [2020-12-03T06:15:56.507Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T06:15:56.507Z] ---> Running in 846ed8ee6138 [2020-12-03T06:15:56.772Z] OK: 233 MiB in 51 packages [2020-12-03T06:15:56.772Z] Removing intermediate container 846ed8ee6138 [2020-12-03T06:15:56.772Z] ---> a37b2c00fafe [2020-12-03T06:15:56.772Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T06:15:56.772Z] ---> Running in c7ae43f5b66b [2020-12-03T06:15:57.034Z] Removing intermediate container c7ae43f5b66b [2020-12-03T06:15:57.035Z] ---> 9f986a2c073b [2020-12-03T06:15:57.035Z] Step 21/22 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:15:57.035Z] ---> Running in 92a75cbf8f77 [2020-12-03T06:15:57.299Z] Removing intermediate container 7604b35563a1 [2020-12-03T06:15:57.299Z] ---> 4e79cd4fd3c1 [2020-12-03T06:15:57.299Z] Step 6/24 : COPY go.mod . [2020-12-03T06:15:57.299Z] Removing intermediate container 92a75cbf8f77 [2020-12-03T06:15:57.299Z] ---> 3585bbf663b9 [2020-12-03T06:15:57.299Z] Step 22/22 : LABEL version=1.3.1-dev.17 [2020-12-03T06:15:57.299Z] ---> Running in 54b5956f9a6c [2020-12-03T06:15:57.299Z] ---> 70747044bd3f [2020-12-03T06:15:57.299Z] Step 7/24 : RUN go mod download [2020-12-03T06:15:57.562Z] ---> Running in 4c063802a711 [2020-12-03T06:15:57.562Z] Removing intermediate container 54b5956f9a6c [2020-12-03T06:15:57.562Z] ---> c052b9f90e98 [2020-12-03T06:15:57.562Z] [2020-12-03T06:15:57.827Z] Successfully built c052b9f90e98 [2020-12-03T06:15:57.827Z] Successfully tagged docker-core-command-go:latest [2020-12-03T06:15:59.239Z]  Building docker-core-command-go ... done Removing intermediate container 4c063802a711 [2020-12-03T06:15:59.239Z] ---> 5485fbe78bc5 [2020-12-03T06:15:59.239Z] Step 8/24 : COPY . . [2020-12-03T06:16:14.204Z] ---> a29fac6b765d [2020-12-03T06:16:14.204Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-03T06:16:14.204Z] ---> Running in d81bf8f13f1b [2020-12-03T06:16:14.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-03T06:16:27.116Z] Removing intermediate container d81bf8f13f1b [2020-12-03T06:16:27.116Z] ---> aba4a60b3b7d [2020-12-03T06:16:27.116Z] [2020-12-03T06:16:27.116Z] Step 10/24 : FROM scratch [2020-12-03T06:16:27.116Z] ---> [2020-12-03T06:16:27.116Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T06:16:27.379Z] ---> Using cache [2020-12-03T06:16:27.379Z] ---> fec54402a34e [2020-12-03T06:16:27.379Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-03T06:16:27.379Z] ---> Running in e1b52f5f4c77 [2020-12-03T06:16:27.642Z] Removing intermediate container e1b52f5f4c77 [2020-12-03T06:16:27.642Z] ---> 0855cf2635bf [2020-12-03T06:16:27.642Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-03T06:16:27.642Z] ---> Running in 684f4de69085 [2020-12-03T06:16:27.905Z] Removing intermediate container 684f4de69085 [2020-12-03T06:16:27.905Z] ---> 90e1291a2903 [2020-12-03T06:16:27.905Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-03T06:16:28.169Z] ---> a3d4946f0cc2 [2020-12-03T06:16:28.169Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-03T06:16:29.120Z] ---> 8843a96981ec [2020-12-03T06:16:29.120Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-03T06:16:29.382Z] ---> 56c96aea180c [2020-12-03T06:16:29.382Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-03T06:16:29.644Z] ---> 6e11b35777fb [2020-12-03T06:16:29.644Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-03T06:16:30.218Z] ---> 5bb273a938c3 [2020-12-03T06:16:30.218Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-03T06:16:30.482Z] ---> 563db009328a [2020-12-03T06:16:30.482Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-03T06:16:30.482Z] ---> Running in ccd5fa486228 [2020-12-03T06:16:30.746Z] Removing intermediate container ccd5fa486228 [2020-12-03T06:16:30.746Z] ---> 06a8ace6b330 [2020-12-03T06:16:30.746Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T06:16:30.746Z] ---> Running in 364e496137fc [2020-12-03T06:16:31.015Z] Removing intermediate container 364e496137fc [2020-12-03T06:16:31.015Z] ---> 2f6903f49cf3 [2020-12-03T06:16:31.015Z] Step 22/24 : LABEL arch=x86_64 [2020-12-03T06:16:31.015Z] ---> Running in 1daac0ad73ec [2020-12-03T06:16:31.277Z] Removing intermediate container 1daac0ad73ec [2020-12-03T06:16:31.277Z] ---> 6232783079ea [2020-12-03T06:16:31.277Z] Step 23/24 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:16:31.277Z] ---> Running in 54aa565536d0 [2020-12-03T06:16:31.540Z] Removing intermediate container 54aa565536d0 [2020-12-03T06:16:31.540Z] ---> 2626dffe62c5 [2020-12-03T06:16:31.540Z] Step 24/24 : LABEL version=1.3.1-dev.17 [2020-12-03T06:16:31.540Z] ---> Running in 4342f836ea0d [2020-12-03T06:16:31.803Z] Removing intermediate container 4342f836ea0d [2020-12-03T06:16:31.803Z] ---> dd1fb9a961f2 [2020-12-03T06:16:31.803Z] [2020-12-03T06:16:32.066Z] Successfully built dd1fb9a961f2 [2020-12-03T06:16:32.066Z] Successfully tagged docker-support-notifications-go:latest [2020-12-03T06:16:32.345Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-12-03T06:16:32.421Z] $ docker stop --time=1 769852f73778d7e62ee5d67be501c3723f8cc4ebf75baa3acc811ba808234a75 [2020-12-03T06:16:34.265Z] $ docker rm -f 769852f73778d7e62ee5d67be501c3723f8cc4ebf75baa3acc811ba808234a75 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T06:16:34.872Z] + docker images [2020-12-03T06:16:34.872Z] + grep docker [2020-12-03T06:16:34.872Z] docker-support-notifications-go latest dd1fb9a961f2 3 seconds ago 13.6MB [2020-12-03T06:16:34.872Z] docker-core-command-go latest c052b9f90e98 37 seconds ago 12.2MB [2020-12-03T06:16:34.872Z] docker-core-data-go latest 8b6f1a1b0904 39 seconds ago 23.7MB [2020-12-03T06:16:34.872Z] docker-security-secrets-setup-go latest a0500d13872d 39 seconds ago 23.9MB [2020-12-03T06:16:34.872Z] docker-security-proxy-setup-go latest 1a7e06278195 57 seconds ago 24.6MB [2020-12-03T06:16:34.872Z] docker-support-logging-go latest 2bbcc48bd001 58 seconds ago 11.1MB [2020-12-03T06:16:34.872Z] docker-sys-mgmt-agent-go latest 53941357a277 About a minute ago 293MB [2020-12-03T06:16:34.872Z] docker-security-secretstore-setup-go latest 4b6d4429dc51 3 minutes ago 24.7MB [2020-12-03T06:16:34.872Z] docker-security-bootstrap-redis-go latest 997bccbebaee 3 minutes ago 15.8MB [2020-12-03T06:16:34.872Z] docker-core-metadata-go latest df2ea0643cf6 3 minutes ago 14.5MB [2020-12-03T06:16:34.872Z] docker-support-scheduler-go latest 766d6bd1a093 3 minutes ago 12.3MB [2020-12-03T06:16:34.872Z] docker latest b0757c55a1fd 28 hours 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-03T06:16:35.480Z] provisioning config files... [2020-12-03T06:16:35.548Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/241@tmp/config3320987021958969649tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:16:35.944Z] ---> docker-login.sh [2020-12-03T06:16:35.945Z] nexus3.edgexfoundry.org:10001 [2020-12-03T06:16:35.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:16:36.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:16:36.206Z] Configure a credential helper to remove this warning. See [2020-12-03T06:16:36.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:16:36.206Z] [2020-12-03T06:16:36.206Z] Login Succeeded [2020-12-03T06:16:36.206Z] nexus3.edgexfoundry.org:10002 [2020-12-03T06:16:36.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:16:36.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:16:36.206Z] Configure a credential helper to remove this warning. See [2020-12-03T06:16:36.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:16:36.206Z] [2020-12-03T06:16:36.206Z] Login Succeeded [2020-12-03T06:16:36.206Z] nexus3.edgexfoundry.org:10003 [2020-12-03T06:16:36.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:16:36.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:16:36.466Z] Configure a credential helper to remove this warning. See [2020-12-03T06:16:36.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:16:36.466Z] [2020-12-03T06:16:36.466Z] Login Succeeded [2020-12-03T06:16:36.466Z] nexus3.edgexfoundry.org:10004 [2020-12-03T06:16:36.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:16:36.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:16:36.728Z] Configure a credential helper to remove this warning. See [2020-12-03T06:16:36.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:16:36.728Z] [2020-12-03T06:16:36.728Z] Login Succeeded [2020-12-03T06:16:36.728Z] docker.io [2020-12-03T06:16:36.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:16:36.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:16:36.990Z] Configure a credential helper to remove this warning. See [2020-12-03T06:16:36.990Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:16:36.990Z] [2020-12-03T06:16:36.990Z] Login Succeeded [2020-12-03T06:16:36.990Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T06:16:36.999Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:16:37.253Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-03T06:16:37.253Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:16:37.253Z] 1.3.1-dev.17 [2020-12-03T06:16:37.253Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:16:37.253Z] master [2020-12-03T06:16:37.254Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:37.794Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:38.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:16:38.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-03T06:16:38.105Z] 7fa41961dcf7: Preparing [2020-12-03T06:16:38.105Z] 9b3bdbd9add3: Preparing [2020-12-03T06:16:38.105Z] dcb70e3406d4: Preparing [2020-12-03T06:16:38.366Z] 7fa41961dcf7: Pushed [2020-12-03T06:16:38.366Z] dcb70e3406d4: Pushed [2020-12-03T06:16:39.311Z] 9b3bdbd9add3: Pushed [2020-12-03T06:16:39.573Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:20247e2fd3223bd1aada23e7095dc524af622a27b0ca4ae4fc080cc8ad8f7506 size: 943 [2020-12-03T06:16:39.580Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-03T06:16:39.580Z] Removing intermediate container dfc694046e0b [2020-12-03T06:16:39.580Z] ---> 1e091eb2a42c [2020-12-03T06:16:39.580Z] [2020-12-03T06:16:39.580Z] Step 9/29 : FROM alpine:latest [2020-12-03T06:16:39.580Z] latest: Pulling from library/alpine [2020-12-03T06:16:39.580Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-03T06:16:39.580Z] Status: Downloaded newer image for alpine:latest [2020-12-03T06:16:39.580Z] ---> 2e77e061c27f [2020-12-03T06:16:39.580Z] 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-03T06:16:39.580Z] ---> Running in e61f31897b3b [2020-12-03T06:16:39.580Z] Removing intermediate container e61f31897b3b [2020-12-03T06:16:39.580Z] ---> c24a1e6e9afa [2020-12-03T06:16:39.580Z] Step 11/29 : USER root [2020-12-03T06:16:39.580Z] ---> Running in 2bc0d79e3799 [2020-12-03T06:16:39.580Z] Removing intermediate container 2bc0d79e3799 [2020-12-03T06:16:39.580Z] ---> cb8f6178659c [2020-12-03T06:16:39.580Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-03T06:16:39.580Z] ---> Running in d4f7e6358bf7 [2020-12-03T06:16:39.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:16:39.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:39.887Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:40.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.17 [2020-12-03T06:16:40.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-03T06:16:40.189Z] 7fa41961dcf7: Preparing [2020-12-03T06:16:40.189Z] 9b3bdbd9add3: Preparing [2020-12-03T06:16:40.189Z] dcb70e3406d4: Preparing [2020-12-03T06:16:40.189Z] 9b3bdbd9add3: Layer already exists [2020-12-03T06:16:40.189Z] dcb70e3406d4: Layer already exists [2020-12-03T06:16:40.189Z] 7fa41961dcf7: Layer already exists [2020-12-03T06:16:40.189Z] 1.3.1-dev.17: digest: sha256:20247e2fd3223bd1aada23e7095dc524af622a27b0ca4ae4fc080cc8ad8f7506 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:40.498Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:40.568Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:16:40.568Z] v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:16:40.568Z] OK: 12617 distinct packages available [2020-12-03T06:16:40.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:16:40.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-03T06:16:40.797Z] 7fa41961dcf7: Preparing [2020-12-03T06:16:40.797Z] 9b3bdbd9add3: Preparing [2020-12-03T06:16:40.797Z] dcb70e3406d4: Preparing [2020-12-03T06:16:40.797Z] 9b3bdbd9add3: Layer already exists [2020-12-03T06:16:40.797Z] dcb70e3406d4: Layer already exists [2020-12-03T06:16:40.797Z] 7fa41961dcf7: Layer already exists [2020-12-03T06:16:40.797Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:20247e2fd3223bd1aada23e7095dc524af622a27b0ca4ae4fc080cc8ad8f7506 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:41.103Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:41.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-03T06:16:41.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-03T06:16:41.407Z] 7fa41961dcf7: Preparing [2020-12-03T06:16:41.407Z] 9b3bdbd9add3: Preparing [2020-12-03T06:16:41.407Z] dcb70e3406d4: Preparing [2020-12-03T06:16:41.407Z] 9b3bdbd9add3: Layer already exists [2020-12-03T06:16:41.407Z] 7fa41961dcf7: Layer already exists [2020-12-03T06:16:41.407Z] dcb70e3406d4: Layer already exists [2020-12-03T06:16:41.407Z] master: digest: sha256:20247e2fd3223bd1aada23e7095dc524af622a27b0ca4ae4fc080cc8ad8f7506 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-12-03T06:16:41.555Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-03T06:16:41.555Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-03T06:16:41.555Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T06:16:41.555Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:16:41.628Z] ===================================================== [Pipeline] echo [2020-12-03T06:16:41.678Z] taggedImages: [2020-12-03T06:16:41.678Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:16:41.678Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.17 [2020-12-03T06:16:41.678Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:16:41.678Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-03T06:16:41.749Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-03T06:16:41.749Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:16:41.749Z] 1.3.1-dev.17 [2020-12-03T06:16:41.749Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:16:41.749Z] master [2020-12-03T06:16:41.749Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-12-03T06:16:41.838Z] OK: 6 MiB in 16 packages [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:42.299Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:42.602Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:16:42.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-03T06:16:42.602Z] 1808f0bd8c5e: Preparing [2020-12-03T06:16:42.602Z] 834159fc52c6: Preparing [2020-12-03T06:16:42.602Z] 43cffa3ab141: Preparing [2020-12-03T06:16:42.602Z] 3825da096de8: Preparing [2020-12-03T06:16:42.602Z] 160932e98549: Preparing [2020-12-03T06:16:42.602Z] ace0eda3e3be: Preparing [2020-12-03T06:16:42.602Z] ace0eda3e3be: Waiting [2020-12-03T06:16:42.862Z] 160932e98549: Pushed [2020-12-03T06:16:42.862Z] 43cffa3ab141: Pushed [2020-12-03T06:16:42.862Z] 1808f0bd8c5e: Pushed [2020-12-03T06:16:42.862Z] ace0eda3e3be: Layer already exists [2020-12-03T06:16:42.862Z] 3825da096de8: Pushed [2020-12-03T06:16:44.253Z] 834159fc52c6: Pushed [2020-12-03T06:16:44.253Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:de93cb4286e2ce5f6419e27d42ad18bc0a7765f7f100e16e19562943de162ad3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:44.567Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:44.875Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.17 [2020-12-03T06:16:44.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-03T06:16:44.875Z] 1808f0bd8c5e: Preparing [2020-12-03T06:16:44.875Z] 834159fc52c6: Preparing [2020-12-03T06:16:44.875Z] 43cffa3ab141: Preparing [2020-12-03T06:16:44.875Z] 3825da096de8: Preparing [2020-12-03T06:16:44.875Z] 160932e98549: Preparing [2020-12-03T06:16:44.875Z] ace0eda3e3be: Preparing [2020-12-03T06:16:44.875Z] ace0eda3e3be: Waiting [2020-12-03T06:16:44.875Z] 834159fc52c6: Layer already exists [2020-12-03T06:16:44.875Z] 43cffa3ab141: Layer already exists [2020-12-03T06:16:44.875Z] 1808f0bd8c5e: Layer already exists [2020-12-03T06:16:44.875Z] 160932e98549: Layer already exists [2020-12-03T06:16:44.875Z] 3825da096de8: Layer already exists [2020-12-03T06:16:44.875Z] ace0eda3e3be: Layer already exists [2020-12-03T06:16:44.875Z] 1.3.1-dev.17: digest: sha256:de93cb4286e2ce5f6419e27d42ad18bc0a7765f7f100e16e19562943de162ad3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:45.212Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:45.266Z] Removing intermediate container d4f7e6358bf7 [2020-12-03T06:16:45.266Z] ---> 506ec4115ee2 [2020-12-03T06:16:45.266Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-03T06:16:45.266Z] ---> Running in 38cbc22c3657 [2020-12-03T06:16:45.517Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:16:45.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-03T06:16:45.517Z] 1808f0bd8c5e: Preparing [2020-12-03T06:16:45.517Z] 834159fc52c6: Preparing [2020-12-03T06:16:45.517Z] 43cffa3ab141: Preparing [2020-12-03T06:16:45.517Z] 3825da096de8: Preparing [2020-12-03T06:16:45.517Z] 160932e98549: Preparing [2020-12-03T06:16:45.517Z] ace0eda3e3be: Preparing [2020-12-03T06:16:45.517Z] ace0eda3e3be: Waiting [2020-12-03T06:16:45.517Z] 3825da096de8: Layer already exists [2020-12-03T06:16:45.517Z] 1808f0bd8c5e: Layer already exists [2020-12-03T06:16:45.517Z] 43cffa3ab141: Layer already exists [2020-12-03T06:16:45.517Z] 834159fc52c6: Layer already exists [2020-12-03T06:16:45.517Z] 160932e98549: Layer already exists [2020-12-03T06:16:45.517Z] ace0eda3e3be: Layer already exists [2020-12-03T06:16:45.517Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:de93cb4286e2ce5f6419e27d42ad18bc0a7765f7f100e16e19562943de162ad3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:45.828Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:46.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-03T06:16:46.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-03T06:16:46.132Z] 1808f0bd8c5e: Preparing [2020-12-03T06:16:46.132Z] 834159fc52c6: Preparing [2020-12-03T06:16:46.132Z] 43cffa3ab141: Preparing [2020-12-03T06:16:46.132Z] 3825da096de8: Preparing [2020-12-03T06:16:46.132Z] 160932e98549: Preparing [2020-12-03T06:16:46.132Z] ace0eda3e3be: Preparing [2020-12-03T06:16:46.132Z] ace0eda3e3be: Waiting [2020-12-03T06:16:46.132Z] 43cffa3ab141: Layer already exists [2020-12-03T06:16:46.132Z] 160932e98549: Layer already exists [2020-12-03T06:16:46.132Z] 834159fc52c6: Layer already exists [2020-12-03T06:16:46.132Z] 3825da096de8: Layer already exists [2020-12-03T06:16:46.132Z] 1808f0bd8c5e: Layer already exists [2020-12-03T06:16:46.132Z] ace0eda3e3be: Layer already exists [2020-12-03T06:16:46.132Z] master: digest: sha256:de93cb4286e2ce5f6419e27d42ad18bc0a7765f7f100e16e19562943de162ad3 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:16:46.322Z] ===================================================== [Pipeline] echo [2020-12-03T06:16:46.369Z] taggedImages: [2020-12-03T06:16:46.369Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:16:46.369Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.17 [2020-12-03T06:16:46.369Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:16:46.369Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-12-03T06:16:46.430Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-03T06:16:46.430Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:16:46.430Z] 1.3.1-dev.17 [2020-12-03T06:16:46.430Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:16:46.430Z] master [2020-12-03T06:16:46.430Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:46.711Z] Removing intermediate container 38cbc22c3657 [2020-12-03T06:16:46.711Z] ---> 88fd7e6360fd [2020-12-03T06:16:46.711Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-03T06:16:46.912Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:46.986Z] ---> Running in 7f2007a7d4e0 [2020-12-03T06:16:47.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:16:47.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-03T06:16:47.214Z] 32e5f843ec70: Preparing [2020-12-03T06:16:47.214Z] 750a22d5fc52: Preparing [2020-12-03T06:16:47.214Z] 556e11ccad6a: Preparing [2020-12-03T06:16:47.214Z] 556e11ccad6a: Pushed [2020-12-03T06:16:47.214Z] 32e5f843ec70: Pushed [2020-12-03T06:16:47.267Z] Removing intermediate container 48059882a845 [2020-12-03T06:16:47.267Z] ---> 5e0e4b36187f [2020-12-03T06:16:47.267Z] [2020-12-03T06:16:47.267Z] Step 10/24 : FROM alpine:3.10 [2020-12-03T06:16:47.554Z] 3.10: Pulling from library/alpine [2020-12-03T06:16:48.159Z] Removing intermediate container 7f2007a7d4e0 [2020-12-03T06:16:48.159Z] ---> 9ae1622abd23 [2020-12-03T06:16:48.159Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-03T06:16:48.159Z] ---> Running in 66206c8b1c92 [2020-12-03T06:16:48.604Z] 750a22d5fc52: Pushed [2020-12-03T06:16:48.604Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:25d05b8dbf8d9d32205c211e4ab8ad2233f1cde85f06cff44969992ce7cee070 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:49.180Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:49.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.17 [2020-12-03T06:16:49.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-03T06:16:49.484Z] 32e5f843ec70: Preparing [2020-12-03T06:16:49.484Z] 750a22d5fc52: Preparing [2020-12-03T06:16:49.484Z] 556e11ccad6a: Preparing [2020-12-03T06:16:49.484Z] 556e11ccad6a: Layer already exists [2020-12-03T06:16:49.484Z] 750a22d5fc52: Layer already exists [2020-12-03T06:16:49.484Z] 32e5f843ec70: Layer already exists [2020-12-03T06:16:49.484Z] 1.3.1-dev.17: digest: sha256:25d05b8dbf8d9d32205c211e4ab8ad2233f1cde85f06cff44969992ce7cee070 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:49.611Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-03T06:16:49.611Z] Status: Downloaded newer image for alpine:3.10 [2020-12-03T06:16:49.611Z] ---> 536a684cf733 [2020-12-03T06:16:49.611Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T06:16:49.792Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:49.886Z] ---> Running in cf7d92fcf051 [2020-12-03T06:16:50.096Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:16:50.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-03T06:16:50.096Z] 32e5f843ec70: Preparing [2020-12-03T06:16:50.096Z] 750a22d5fc52: Preparing [2020-12-03T06:16:50.096Z] 556e11ccad6a: Preparing [2020-12-03T06:16:50.096Z] 750a22d5fc52: Layer already exists [2020-12-03T06:16:50.096Z] 32e5f843ec70: Layer already exists [2020-12-03T06:16:50.096Z] 556e11ccad6a: Layer already exists [2020-12-03T06:16:50.096Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:25d05b8dbf8d9d32205c211e4ab8ad2233f1cde85f06cff44969992ce7cee070 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:50.400Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:50.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-03T06:16:50.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-03T06:16:50.700Z] 32e5f843ec70: Preparing [2020-12-03T06:16:50.700Z] 750a22d5fc52: Preparing [2020-12-03T06:16:50.700Z] 556e11ccad6a: Preparing [2020-12-03T06:16:50.700Z] 556e11ccad6a: Layer already exists [2020-12-03T06:16:50.700Z] 32e5f843ec70: Layer already exists [2020-12-03T06:16:50.700Z] 750a22d5fc52: Layer already exists [2020-12-03T06:16:50.700Z] master: digest: sha256:25d05b8dbf8d9d32205c211e4ab8ad2233f1cde85f06cff44969992ce7cee070 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:16:50.988Z] ===================================================== [Pipeline] echo [2020-12-03T06:16:51.050Z] taggedImages: [2020-12-03T06:16:51.050Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:16:51.050Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.17 [2020-12-03T06:16:51.050Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:16:51.050Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-03T06:16:51.110Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-03T06:16:51.110Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:16:51.110Z] 1.3.1-dev.17 [2020-12-03T06:16:51.110Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:16:51.110Z] master [2020-12-03T06:16:51.110Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:51.590Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:52.430Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:16:52.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-03T06:16:52.430Z] c2798089f0c3: Preparing [2020-12-03T06:16:52.430Z] 644caf7b806a: Preparing [2020-12-03T06:16:52.430Z] fc65f985d170: Preparing [2020-12-03T06:16:52.430Z] 8dfb676324d9: Preparing [2020-12-03T06:16:52.430Z] 7d20135389e1: Preparing [2020-12-03T06:16:52.430Z] 22a45bbe7cb9: Preparing [2020-12-03T06:16:52.430Z] 1b3ee35aacca: Preparing [2020-12-03T06:16:52.430Z] 22a45bbe7cb9: Waiting [2020-12-03T06:16:52.430Z] 1b3ee35aacca: Waiting [2020-12-03T06:16:52.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:16:52.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-03T06:16:52.532Z] Removing intermediate container 66206c8b1c92 [2020-12-03T06:16:52.532Z] ---> fc265e21c0bb [2020-12-03T06:16:52.532Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-03T06:16:53.003Z] 644caf7b806a: Pushed [2020-12-03T06:16:53.003Z] c2798089f0c3: Pushed [2020-12-03T06:16:53.003Z] 7d20135389e1: Pushed [2020-12-03T06:16:53.003Z] fc65f985d170: Pushed [2020-12-03T06:16:53.003Z] 1b3ee35aacca: Layer already exists [2020-12-03T06:16:53.136Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T06:16:53.136Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T06:16:53.136Z] OK: 10169 distinct packages available [2020-12-03T06:16:53.578Z] 22a45bbe7cb9: Pushed [2020-12-03T06:16:53.578Z] 8dfb676324d9: Pushed [2020-12-03T06:16:53.839Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:ed8de07214fb26243a8375e07ae94cfe61f616d4229f0290c714824c2b30aa96 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:54.127Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T06:16:54.149Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:54.414Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T06:16:54.414Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T06:16:54.414Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T06:16:54.414Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T06:16:54.414Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T06:16:54.414Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T06:16:54.414Z] ---> 8f84f4d38ce9 [2020-12-03T06:16:54.414Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-03T06:16:54.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.17 [2020-12-03T06:16:54.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-03T06:16:54.448Z] c2798089f0c3: Preparing [2020-12-03T06:16:54.448Z] 644caf7b806a: Preparing [2020-12-03T06:16:54.448Z] fc65f985d170: Preparing [2020-12-03T06:16:54.448Z] 8dfb676324d9: Preparing [2020-12-03T06:16:54.448Z] 7d20135389e1: Preparing [2020-12-03T06:16:54.448Z] 22a45bbe7cb9: Preparing [2020-12-03T06:16:54.448Z] 1b3ee35aacca: Preparing [2020-12-03T06:16:54.448Z] 22a45bbe7cb9: Waiting [2020-12-03T06:16:54.448Z] 1b3ee35aacca: Waiting [2020-12-03T06:16:54.448Z] 7d20135389e1: Layer already exists [2020-12-03T06:16:54.448Z] 8dfb676324d9: Layer already exists [2020-12-03T06:16:54.448Z] fc65f985d170: Layer already exists [2020-12-03T06:16:54.448Z] 644caf7b806a: Layer already exists [2020-12-03T06:16:54.448Z] c2798089f0c3: Layer already exists [2020-12-03T06:16:54.448Z] 22a45bbe7cb9: Layer already exists [2020-12-03T06:16:54.448Z] 1b3ee35aacca: Layer already exists [2020-12-03T06:16:54.709Z] 1.3.1-dev.17: digest: sha256:ed8de07214fb26243a8375e07ae94cfe61f616d4229f0290c714824c2b30aa96 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:55.016Z] OK: 7 MiB in 19 packages [2020-12-03T06:16:55.080Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:55.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:16:55.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-03T06:16:55.398Z] c2798089f0c3: Preparing [2020-12-03T06:16:55.398Z] 644caf7b806a: Preparing [2020-12-03T06:16:55.398Z] fc65f985d170: Preparing [2020-12-03T06:16:55.399Z] 8dfb676324d9: Preparing [2020-12-03T06:16:55.399Z] 7d20135389e1: Preparing [2020-12-03T06:16:55.399Z] 22a45bbe7cb9: Preparing [2020-12-03T06:16:55.399Z] 1b3ee35aacca: Preparing [2020-12-03T06:16:55.399Z] 22a45bbe7cb9: Waiting [2020-12-03T06:16:55.399Z] 1b3ee35aacca: Waiting [2020-12-03T06:16:55.399Z] 8dfb676324d9: Layer already exists [2020-12-03T06:16:55.399Z] 7d20135389e1: Layer already exists [2020-12-03T06:16:55.399Z] c2798089f0c3: Layer already exists [2020-12-03T06:16:55.399Z] fc65f985d170: Layer already exists [2020-12-03T06:16:55.399Z] 644caf7b806a: Layer already exists [2020-12-03T06:16:55.399Z] 1b3ee35aacca: Layer already exists [2020-12-03T06:16:55.399Z] 22a45bbe7cb9: Layer already exists [2020-12-03T06:16:55.399Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:ed8de07214fb26243a8375e07ae94cfe61f616d4229f0290c714824c2b30aa96 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:55.621Z] ---> 9ae5fd4a4cc1 [2020-12-03T06:16:55.621Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-03T06:16:55.732Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:56.034Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-03T06:16:56.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-03T06:16:56.034Z] c2798089f0c3: Preparing [2020-12-03T06:16:56.034Z] 644caf7b806a: Preparing [2020-12-03T06:16:56.034Z] fc65f985d170: Preparing [2020-12-03T06:16:56.034Z] 8dfb676324d9: Preparing [2020-12-03T06:16:56.034Z] 7d20135389e1: Preparing [2020-12-03T06:16:56.034Z] 22a45bbe7cb9: Preparing [2020-12-03T06:16:56.034Z] 1b3ee35aacca: Preparing [2020-12-03T06:16:56.034Z] 22a45bbe7cb9: Waiting [2020-12-03T06:16:56.034Z] 1b3ee35aacca: Waiting [2020-12-03T06:16:56.034Z] c2798089f0c3: Layer already exists [2020-12-03T06:16:56.034Z] 7d20135389e1: Layer already exists [2020-12-03T06:16:56.034Z] fc65f985d170: Layer already exists [2020-12-03T06:16:56.034Z] 644caf7b806a: Layer already exists [2020-12-03T06:16:56.034Z] 8dfb676324d9: Layer already exists [2020-12-03T06:16:56.034Z] 1b3ee35aacca: Layer already exists [2020-12-03T06:16:56.034Z] 22a45bbe7cb9: Layer already exists [2020-12-03T06:16:56.034Z] master: digest: sha256:ed8de07214fb26243a8375e07ae94cfe61f616d4229f0290c714824c2b30aa96 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:16:56.237Z] ===================================================== [Pipeline] echo [2020-12-03T06:16:56.298Z] taggedImages: [2020-12-03T06:16:56.299Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:16:56.299Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.17 [2020-12-03T06:16:56.299Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:16:56.299Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-12-03T06:16:56.365Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-03T06:16:56.365Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:16:56.365Z] 1.3.1-dev.17 [2020-12-03T06:16:56.365Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:16:56.365Z] master [2020-12-03T06:16:56.365Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:56.875Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:57.109Z] ---> 1455a30423ab [2020-12-03T06:16:57.109Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-03T06:16:57.183Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:16:57.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-03T06:16:57.183Z] a622e9b1508f: Preparing [2020-12-03T06:16:57.183Z] c8c54eab1f5e: Preparing [2020-12-03T06:16:57.183Z] 4646825c59e4: Preparing [2020-12-03T06:16:57.183Z] 94045c10282c: Preparing [2020-12-03T06:16:57.183Z] cec1f658ed56: Preparing [2020-12-03T06:16:57.183Z] ace0eda3e3be: Preparing [2020-12-03T06:16:57.183Z] ace0eda3e3be: Waiting [2020-12-03T06:16:57.447Z] 94045c10282c: Pushed [2020-12-03T06:16:57.447Z] 4646825c59e4: Pushed [2020-12-03T06:16:57.447Z] ace0eda3e3be: Layer already exists [2020-12-03T06:16:57.710Z] cec1f658ed56: Pushed [2020-12-03T06:16:57.751Z] Removing intermediate container cf7d92fcf051 [2020-12-03T06:16:57.752Z] ---> 361f458d9a9f [2020-12-03T06:16:57.752Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T06:16:58.024Z] ---> Running in 8cfeaf6a8673 [2020-12-03T06:16:58.282Z] a622e9b1508f: Pushed [2020-12-03T06:16:58.282Z] c8c54eab1f5e: Pushed [2020-12-03T06:16:58.282Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:4515deac1cf66f3fd180b72fce518a7edec3d8682eea4f434bb80b13fa142c65 size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:58.582Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:58.631Z] ---> f86db527f916 [2020-12-03T06:16:58.631Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-03T06:16:58.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.17 [2020-12-03T06:16:58.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-03T06:16:58.881Z] a622e9b1508f: Preparing [2020-12-03T06:16:58.881Z] c8c54eab1f5e: Preparing [2020-12-03T06:16:58.881Z] 4646825c59e4: Preparing [2020-12-03T06:16:58.881Z] 94045c10282c: Preparing [2020-12-03T06:16:58.881Z] cec1f658ed56: Preparing [2020-12-03T06:16:58.881Z] ace0eda3e3be: Preparing [2020-12-03T06:16:58.881Z] ace0eda3e3be: Waiting [2020-12-03T06:16:58.881Z] 94045c10282c: Layer already exists [2020-12-03T06:16:58.881Z] a622e9b1508f: Layer already exists [2020-12-03T06:16:58.881Z] c8c54eab1f5e: Layer already exists [2020-12-03T06:16:58.881Z] 4646825c59e4: Layer already exists [2020-12-03T06:16:58.881Z] ace0eda3e3be: Layer already exists [2020-12-03T06:16:58.881Z] cec1f658ed56: Layer already exists [2020-12-03T06:16:58.881Z] 1.3.1-dev.17: digest: sha256:4515deac1cf66f3fd180b72fce518a7edec3d8682eea4f434bb80b13fa142c65 size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:58.909Z] Removing intermediate container 8cfeaf6a8673 [2020-12-03T06:16:58.909Z] ---> e4782d2c6c81 [2020-12-03T06:16:58.909Z] Step 13/24 : WORKDIR / [2020-12-03T06:16:59.189Z] ---> Running in 04e738fdb9db [2020-12-03T06:16:59.191Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:59.490Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:16:59.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-03T06:16:59.490Z] a622e9b1508f: Preparing [2020-12-03T06:16:59.490Z] c8c54eab1f5e: Preparing [2020-12-03T06:16:59.490Z] 4646825c59e4: Preparing [2020-12-03T06:16:59.490Z] 94045c10282c: Preparing [2020-12-03T06:16:59.490Z] cec1f658ed56: Preparing [2020-12-03T06:16:59.490Z] ace0eda3e3be: Preparing [2020-12-03T06:16:59.490Z] ace0eda3e3be: Waiting [2020-12-03T06:16:59.490Z] 4646825c59e4: Layer already exists [2020-12-03T06:16:59.490Z] 94045c10282c: Layer already exists [2020-12-03T06:16:59.490Z] a622e9b1508f: Layer already exists [2020-12-03T06:16:59.490Z] c8c54eab1f5e: Layer already exists [2020-12-03T06:16:59.490Z] cec1f658ed56: Layer already exists [2020-12-03T06:16:59.490Z] ace0eda3e3be: Layer already exists [2020-12-03T06:16:59.490Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:4515deac1cf66f3fd180b72fce518a7edec3d8682eea4f434bb80b13fa142c65 size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:59.791Z] ---> 808727c2d7ab [2020-12-03T06:16:59.791Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-03T06:16:59.795Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:00.069Z] ---> Running in fb49b015107d [2020-12-03T06:17:00.069Z] Removing intermediate container 04e738fdb9db [2020-12-03T06:17:00.069Z] ---> c27ce39e7ca8 [2020-12-03T06:17:00.069Z] 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-03T06:17:00.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-03T06:17:00.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-03T06:17:00.094Z] a622e9b1508f: Preparing [2020-12-03T06:17:00.094Z] c8c54eab1f5e: Preparing [2020-12-03T06:17:00.094Z] 4646825c59e4: Preparing [2020-12-03T06:17:00.094Z] 94045c10282c: Preparing [2020-12-03T06:17:00.094Z] cec1f658ed56: Preparing [2020-12-03T06:17:00.094Z] ace0eda3e3be: Preparing [2020-12-03T06:17:00.094Z] ace0eda3e3be: Waiting [2020-12-03T06:17:00.094Z] cec1f658ed56: Layer already exists [2020-12-03T06:17:00.094Z] 4646825c59e4: Layer already exists [2020-12-03T06:17:00.094Z] c8c54eab1f5e: Layer already exists [2020-12-03T06:17:00.094Z] 94045c10282c: Layer already exists [2020-12-03T06:17:00.094Z] a622e9b1508f: Layer already exists [2020-12-03T06:17:00.094Z] ace0eda3e3be: Layer already exists [2020-12-03T06:17:00.094Z] master: digest: sha256:4515deac1cf66f3fd180b72fce518a7edec3d8682eea4f434bb80b13fa142c65 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:17:00.311Z] ===================================================== [Pipeline] echo [2020-12-03T06:17:00.367Z] taggedImages: [2020-12-03T06:17:00.368Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:00.368Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.17 [2020-12-03T06:17:00.368Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:00.368Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-12-03T06:17:00.441Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-12-03T06:17:00.441Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:00.441Z] 1.3.1-dev.17 [2020-12-03T06:17:00.441Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:00.441Z] master [2020-12-03T06:17:00.441Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:00.993Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:01.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:01.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-03T06:17:01.295Z] c62ab8cf7e91: Preparing [2020-12-03T06:17:01.295Z] df1e4581ebfb: Preparing [2020-12-03T06:17:01.295Z] 334d8817f9de: Preparing [2020-12-03T06:17:01.295Z] 0e96862cdc8d: Preparing [2020-12-03T06:17:01.295Z] 0e96862cdc8d: Preparing [2020-12-03T06:17:01.295Z] 0dff74a98528: Preparing [2020-12-03T06:17:01.295Z] 65bf97fe957c: Preparing [2020-12-03T06:17:01.295Z] 8f2b406ced62: Preparing [2020-12-03T06:17:01.295Z] c62ab8cf7e91: Preparing [2020-12-03T06:17:01.295Z] 3aca2b3ccee3: Preparing [2020-12-03T06:17:01.295Z] f6ef5187fbe4: Preparing [2020-12-03T06:17:01.295Z] 60c8a1f1c1d8: Preparing [2020-12-03T06:17:01.295Z] ace0eda3e3be: Preparing [2020-12-03T06:17:01.295Z] 65bf97fe957c: Waiting [2020-12-03T06:17:01.295Z] 8f2b406ced62: Waiting [2020-12-03T06:17:01.295Z] 60c8a1f1c1d8: Waiting [2020-12-03T06:17:01.295Z] ace0eda3e3be: Waiting [2020-12-03T06:17:01.295Z] 3aca2b3ccee3: Waiting [2020-12-03T06:17:01.295Z] f6ef5187fbe4: Waiting [2020-12-03T06:17:01.568Z] 0e96862cdc8d: Pushed [2020-12-03T06:17:01.568Z] df1e4581ebfb: Pushed [2020-12-03T06:17:01.568Z] 334d8817f9de: Pushed [2020-12-03T06:17:01.568Z] 0dff74a98528: Pushed [2020-12-03T06:17:01.836Z] 65bf97fe957c: Pushed [2020-12-03T06:17:01.836Z] 8f2b406ced62: Pushed [2020-12-03T06:17:01.836Z] 3aca2b3ccee3: Pushed [2020-12-03T06:17:01.836Z] f6ef5187fbe4: Pushed [2020-12-03T06:17:01.836Z] ace0eda3e3be: Layer already exists [2020-12-03T06:17:02.054Z] ---> cc2f84782cfe [2020-12-03T06:17:02.054Z] 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-03T06:17:02.100Z] 60c8a1f1c1d8: Pushed [2020-12-03T06:17:02.363Z] c62ab8cf7e91: Pushed [2020-12-03T06:17:02.625Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:3ab7e5bb306d9a10e62ee2ddc8708268147f679b5002bccbdf79bd21060d7d08 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:02.949Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:03.071Z] ---> af557d572dfa [2020-12-03T06:17:03.071Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-03T06:17:03.252Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.17 [2020-12-03T06:17:03.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-03T06:17:03.252Z] c62ab8cf7e91: Preparing [2020-12-03T06:17:03.252Z] df1e4581ebfb: Preparing [2020-12-03T06:17:03.252Z] 334d8817f9de: Preparing [2020-12-03T06:17:03.252Z] 0e96862cdc8d: Preparing [2020-12-03T06:17:03.252Z] 0e96862cdc8d: Preparing [2020-12-03T06:17:03.252Z] 0dff74a98528: Preparing [2020-12-03T06:17:03.252Z] 65bf97fe957c: Preparing [2020-12-03T06:17:03.252Z] 8f2b406ced62: Preparing [2020-12-03T06:17:03.252Z] c62ab8cf7e91: Preparing [2020-12-03T06:17:03.252Z] 3aca2b3ccee3: Preparing [2020-12-03T06:17:03.252Z] f6ef5187fbe4: Preparing [2020-12-03T06:17:03.252Z] 60c8a1f1c1d8: Preparing [2020-12-03T06:17:03.252Z] ace0eda3e3be: Preparing [2020-12-03T06:17:03.252Z] 3aca2b3ccee3: Waiting [2020-12-03T06:17:03.252Z] f6ef5187fbe4: Waiting [2020-12-03T06:17:03.252Z] 60c8a1f1c1d8: Waiting [2020-12-03T06:17:03.252Z] ace0eda3e3be: Waiting [2020-12-03T06:17:03.252Z] 65bf97fe957c: Waiting [2020-12-03T06:17:03.252Z] 8f2b406ced62: Waiting [2020-12-03T06:17:03.252Z] c62ab8cf7e91: Layer already exists [2020-12-03T06:17:03.252Z] 0e96862cdc8d: Layer already exists [2020-12-03T06:17:03.252Z] 0dff74a98528: Layer already exists [2020-12-03T06:17:03.252Z] 334d8817f9de: Layer already exists [2020-12-03T06:17:03.252Z] df1e4581ebfb: Layer already exists [2020-12-03T06:17:03.252Z] 8f2b406ced62: Layer already exists [2020-12-03T06:17:03.252Z] 65bf97fe957c: Layer already exists [2020-12-03T06:17:03.252Z] 3aca2b3ccee3: Layer already exists [2020-12-03T06:17:03.252Z] 60c8a1f1c1d8: Layer already exists [2020-12-03T06:17:03.252Z] f6ef5187fbe4: Layer already exists [2020-12-03T06:17:03.252Z] ace0eda3e3be: Layer already exists [2020-12-03T06:17:03.252Z] 1.3.1-dev.17: digest: sha256:3ab7e5bb306d9a10e62ee2ddc8708268147f679b5002bccbdf79bd21060d7d08 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:03.561Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:03.860Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:03.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-03T06:17:03.860Z] c62ab8cf7e91: Preparing [2020-12-03T06:17:03.860Z] df1e4581ebfb: Preparing [2020-12-03T06:17:03.860Z] 334d8817f9de: Preparing [2020-12-03T06:17:03.860Z] 0e96862cdc8d: Preparing [2020-12-03T06:17:03.860Z] 0e96862cdc8d: Preparing [2020-12-03T06:17:03.860Z] 0dff74a98528: Preparing [2020-12-03T06:17:03.860Z] 65bf97fe957c: Preparing [2020-12-03T06:17:03.860Z] 8f2b406ced62: Preparing [2020-12-03T06:17:03.860Z] c62ab8cf7e91: Preparing [2020-12-03T06:17:03.860Z] 3aca2b3ccee3: Preparing [2020-12-03T06:17:03.860Z] f6ef5187fbe4: Preparing [2020-12-03T06:17:03.860Z] 60c8a1f1c1d8: Preparing [2020-12-03T06:17:03.860Z] ace0eda3e3be: Preparing [2020-12-03T06:17:03.860Z] 8f2b406ced62: Waiting [2020-12-03T06:17:03.860Z] 3aca2b3ccee3: Waiting [2020-12-03T06:17:03.860Z] f6ef5187fbe4: Waiting [2020-12-03T06:17:03.860Z] 60c8a1f1c1d8: Waiting [2020-12-03T06:17:03.860Z] 65bf97fe957c: Waiting [2020-12-03T06:17:03.860Z] c62ab8cf7e91: Layer already exists [2020-12-03T06:17:03.860Z] 0e96862cdc8d: Layer already exists [2020-12-03T06:17:03.860Z] 0dff74a98528: Layer already exists [2020-12-03T06:17:03.860Z] df1e4581ebfb: Layer already exists [2020-12-03T06:17:03.860Z] 334d8817f9de: Layer already exists [2020-12-03T06:17:03.860Z] 8f2b406ced62: Layer already exists [2020-12-03T06:17:03.860Z] 65bf97fe957c: Layer already exists [2020-12-03T06:17:03.860Z] 3aca2b3ccee3: Layer already exists [2020-12-03T06:17:03.860Z] f6ef5187fbe4: Layer already exists [2020-12-03T06:17:03.860Z] 60c8a1f1c1d8: Layer already exists [2020-12-03T06:17:03.860Z] ace0eda3e3be: Layer already exists [2020-12-03T06:17:03.860Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:3ab7e5bb306d9a10e62ee2ddc8708268147f679b5002bccbdf79bd21060d7d08 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:04.182Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:04.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-03T06:17:04.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-03T06:17:04.483Z] c62ab8cf7e91: Preparing [2020-12-03T06:17:04.483Z] df1e4581ebfb: Preparing [2020-12-03T06:17:04.483Z] 334d8817f9de: Preparing [2020-12-03T06:17:04.483Z] 0e96862cdc8d: Preparing [2020-12-03T06:17:04.483Z] 0e96862cdc8d: Preparing [2020-12-03T06:17:04.483Z] 0dff74a98528: Preparing [2020-12-03T06:17:04.483Z] 65bf97fe957c: Preparing [2020-12-03T06:17:04.483Z] 8f2b406ced62: Preparing [2020-12-03T06:17:04.483Z] c62ab8cf7e91: Preparing [2020-12-03T06:17:04.483Z] 3aca2b3ccee3: Preparing [2020-12-03T06:17:04.483Z] f6ef5187fbe4: Preparing [2020-12-03T06:17:04.483Z] 60c8a1f1c1d8: Preparing [2020-12-03T06:17:04.483Z] ace0eda3e3be: Preparing [2020-12-03T06:17:04.483Z] 65bf97fe957c: Waiting [2020-12-03T06:17:04.483Z] 8f2b406ced62: Waiting [2020-12-03T06:17:04.483Z] 3aca2b3ccee3: Waiting [2020-12-03T06:17:04.483Z] f6ef5187fbe4: Waiting [2020-12-03T06:17:04.483Z] 60c8a1f1c1d8: Waiting [2020-12-03T06:17:04.483Z] ace0eda3e3be: Waiting [2020-12-03T06:17:04.483Z] c62ab8cf7e91: Layer already exists [2020-12-03T06:17:04.483Z] df1e4581ebfb: Layer already exists [2020-12-03T06:17:04.483Z] 0e96862cdc8d: Layer already exists [2020-12-03T06:17:04.483Z] 0dff74a98528: Layer already exists [2020-12-03T06:17:04.483Z] 334d8817f9de: Layer already exists [2020-12-03T06:17:04.483Z] 8f2b406ced62: Layer already exists [2020-12-03T06:17:04.483Z] 65bf97fe957c: Layer already exists [2020-12-03T06:17:04.483Z] 3aca2b3ccee3: Layer already exists [2020-12-03T06:17:04.483Z] 60c8a1f1c1d8: Layer already exists [2020-12-03T06:17:04.483Z] f6ef5187fbe4: Layer already exists [2020-12-03T06:17:04.483Z] ace0eda3e3be: Layer already exists [2020-12-03T06:17:04.483Z] master: digest: sha256:3ab7e5bb306d9a10e62ee2ddc8708268147f679b5002bccbdf79bd21060d7d08 size: 3027 [Pipeline] } [2020-12-03T06:17:04.530Z] Removing intermediate container fb49b015107d [2020-12-03T06:17:04.530Z] ---> c96cad7adaf9 [2020-12-03T06:17:04.530Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T06:17:04.530Z] ---> af0ddd16e20a [2020-12-03T06:17:04.530Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:17:04.699Z] ===================================================== [Pipeline] echo [2020-12-03T06:17:04.745Z] taggedImages: [2020-12-03T06:17:04.745Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:04.745Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.17 [2020-12-03T06:17:04.745Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:04.745Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-12-03T06:17:04.810Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-03T06:17:04.810Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:04.810Z] 1.3.1-dev.17 [2020-12-03T06:17:04.810Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:04.810Z] master [2020-12-03T06:17:04.810Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:05.291Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:05.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:05.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-03T06:17:05.592Z] 338588bed117: Preparing [2020-12-03T06:17:05.592Z] 1782352ff8b4: Preparing [2020-12-03T06:17:05.592Z] f6afd2bb0924: Preparing [2020-12-03T06:17:05.592Z] b244f3d109f1: Preparing [2020-12-03T06:17:05.592Z] ee937fb4c49b: Preparing [2020-12-03T06:17:05.592Z] bdd9c63c3470: Preparing [2020-12-03T06:17:05.592Z] d080eea1cfc0: Preparing [2020-12-03T06:17:05.592Z] 7ae3dd78099d: Preparing [2020-12-03T06:17:05.592Z] 1b3ee35aacca: Preparing [2020-12-03T06:17:05.592Z] bdd9c63c3470: Waiting [2020-12-03T06:17:05.592Z] d080eea1cfc0: Waiting [2020-12-03T06:17:05.592Z] 7ae3dd78099d: Waiting [2020-12-03T06:17:05.592Z] 1b3ee35aacca: Waiting [2020-12-03T06:17:05.858Z] 338588bed117: Pushed [2020-12-03T06:17:05.858Z] 1782352ff8b4: Pushed [2020-12-03T06:17:05.858Z] ee937fb4c49b: Pushed [2020-12-03T06:17:05.858Z] bdd9c63c3470: Pushed [2020-12-03T06:17:05.858Z] d080eea1cfc0: Pushed [2020-12-03T06:17:05.987Z] ---> e07494c16959 [2020-12-03T06:17:06.126Z] 1b3ee35aacca: Layer already exists [2020-12-03T06:17:06.289Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T06:17:06.387Z] 7ae3dd78099d: Pushed [2020-12-03T06:17:06.567Z] ---> 7d942c7cc4c3 [2020-12-03T06:17:06.568Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-03T06:17:06.568Z] ---> Running in 4a93fb9d7710 [2020-12-03T06:17:06.649Z] b244f3d109f1: Pushed [2020-12-03T06:17:06.649Z] f6afd2bb0924: Pushed [2020-12-03T06:17:06.912Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:be5f40448800026fed6ee6802ddffcdc0ade5f25a2338e253efc0d30f02338d6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:07.213Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:07.512Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.17 [2020-12-03T06:17:07.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-03T06:17:07.512Z] 338588bed117: Preparing [2020-12-03T06:17:07.512Z] 1782352ff8b4: Preparing [2020-12-03T06:17:07.512Z] f6afd2bb0924: Preparing [2020-12-03T06:17:07.512Z] b244f3d109f1: Preparing [2020-12-03T06:17:07.512Z] ee937fb4c49b: Preparing [2020-12-03T06:17:07.512Z] bdd9c63c3470: Preparing [2020-12-03T06:17:07.512Z] d080eea1cfc0: Preparing [2020-12-03T06:17:07.512Z] 7ae3dd78099d: Preparing [2020-12-03T06:17:07.512Z] 1b3ee35aacca: Preparing [2020-12-03T06:17:07.512Z] bdd9c63c3470: Waiting [2020-12-03T06:17:07.512Z] d080eea1cfc0: Waiting [2020-12-03T06:17:07.512Z] 7ae3dd78099d: Waiting [2020-12-03T06:17:07.512Z] 1b3ee35aacca: Waiting [2020-12-03T06:17:07.512Z] 1782352ff8b4: Layer already exists [2020-12-03T06:17:07.512Z] f6afd2bb0924: Layer already exists [2020-12-03T06:17:07.512Z] b244f3d109f1: Layer already exists [2020-12-03T06:17:07.512Z] ee937fb4c49b: Layer already exists [2020-12-03T06:17:07.512Z] 338588bed117: Layer already exists [2020-12-03T06:17:07.512Z] bdd9c63c3470: Layer already exists [2020-12-03T06:17:07.512Z] 7ae3dd78099d: Layer already exists [2020-12-03T06:17:07.512Z] d080eea1cfc0: Layer already exists [2020-12-03T06:17:07.512Z] 1b3ee35aacca: Layer already exists [2020-12-03T06:17:07.512Z] 1.3.1-dev.17: digest: sha256:be5f40448800026fed6ee6802ddffcdc0ade5f25a2338e253efc0d30f02338d6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:07.817Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:08.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:08.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-03T06:17:09.061Z] 338588bed117: Preparing [2020-12-03T06:17:09.061Z] 1782352ff8b4: Preparing [2020-12-03T06:17:09.061Z] f6afd2bb0924: Preparing [2020-12-03T06:17:09.061Z] b244f3d109f1: Preparing [2020-12-03T06:17:09.061Z] ee937fb4c49b: Preparing [2020-12-03T06:17:09.061Z] bdd9c63c3470: Preparing [2020-12-03T06:17:09.061Z] d080eea1cfc0: Preparing [2020-12-03T06:17:09.061Z] 7ae3dd78099d: Preparing [2020-12-03T06:17:09.061Z] 1b3ee35aacca: Preparing [2020-12-03T06:17:09.061Z] d080eea1cfc0: Waiting [2020-12-03T06:17:09.061Z] 7ae3dd78099d: Waiting [2020-12-03T06:17:09.061Z] 1b3ee35aacca: Waiting [2020-12-03T06:17:09.061Z] bdd9c63c3470: Waiting [2020-12-03T06:17:09.207Z] ---> 96150a06f6c0 [2020-12-03T06:17:09.207Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T06:17:09.325Z] 1782352ff8b4: Layer already exists [2020-12-03T06:17:09.325Z] b244f3d109f1: Layer already exists [2020-12-03T06:17:09.325Z] 338588bed117: Layer already exists [2020-12-03T06:17:09.325Z] f6afd2bb0924: Layer already exists [2020-12-03T06:17:09.325Z] ee937fb4c49b: Layer already exists [2020-12-03T06:17:09.325Z] d080eea1cfc0: Layer already exists [2020-12-03T06:17:09.325Z] bdd9c63c3470: Layer already exists [2020-12-03T06:17:09.325Z] 7ae3dd78099d: Layer already exists [2020-12-03T06:17:09.325Z] 1b3ee35aacca: Layer already exists [2020-12-03T06:17:09.325Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:be5f40448800026fed6ee6802ddffcdc0ade5f25a2338e253efc0d30f02338d6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:09.635Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:09.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-03T06:17:09.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-03T06:17:09.937Z] 338588bed117: Preparing [2020-12-03T06:17:09.937Z] 1782352ff8b4: Preparing [2020-12-03T06:17:09.937Z] f6afd2bb0924: Preparing [2020-12-03T06:17:09.937Z] b244f3d109f1: Preparing [2020-12-03T06:17:09.937Z] ee937fb4c49b: Preparing [2020-12-03T06:17:09.937Z] bdd9c63c3470: Preparing [2020-12-03T06:17:09.937Z] d080eea1cfc0: Preparing [2020-12-03T06:17:09.937Z] 7ae3dd78099d: Preparing [2020-12-03T06:17:09.937Z] 1b3ee35aacca: Preparing [2020-12-03T06:17:09.937Z] bdd9c63c3470: Waiting [2020-12-03T06:17:09.937Z] d080eea1cfc0: Waiting [2020-12-03T06:17:09.937Z] 7ae3dd78099d: Waiting [2020-12-03T06:17:09.937Z] 1b3ee35aacca: Waiting [2020-12-03T06:17:09.937Z] f6afd2bb0924: Layer already exists [2020-12-03T06:17:09.937Z] ee937fb4c49b: Layer already exists [2020-12-03T06:17:09.937Z] 338588bed117: Layer already exists [2020-12-03T06:17:09.937Z] 1782352ff8b4: Layer already exists [2020-12-03T06:17:09.937Z] b244f3d109f1: Layer already exists [2020-12-03T06:17:09.937Z] d080eea1cfc0: Layer already exists [2020-12-03T06:17:09.937Z] 1b3ee35aacca: Layer already exists [2020-12-03T06:17:09.937Z] bdd9c63c3470: Layer already exists [2020-12-03T06:17:09.937Z] 7ae3dd78099d: Layer already exists [2020-12-03T06:17:09.937Z] master: digest: sha256:be5f40448800026fed6ee6802ddffcdc0ade5f25a2338e253efc0d30f02338d6 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:17:10.223Z] ===================================================== [Pipeline] echo [2020-12-03T06:17:10.285Z] taggedImages: [2020-12-03T06:17:10.285Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:10.285Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.17 [2020-12-03T06:17:10.285Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:10.285Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-03T06:17:10.348Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-12-03T06:17:10.348Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:10.348Z] 1.3.1-dev.17 [2020-12-03T06:17:10.348Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:10.348Z] master [2020-12-03T06:17:10.348Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:10.864Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:11.163Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:11.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-12-03T06:17:11.163Z] 68e6107f6d5d: Preparing [2020-12-03T06:17:11.163Z] 0da6feed624a: Preparing [2020-12-03T06:17:11.163Z] bfbcde15952b: Preparing [2020-12-03T06:17:11.163Z] aa479056274b: Preparing [2020-12-03T06:17:11.425Z] bfbcde15952b: Pushed [2020-12-03T06:17:11.425Z] 68e6107f6d5d: Pushed [2020-12-03T06:17:11.425Z] aa479056274b: Pushed [2020-12-03T06:17:11.859Z] Removing intermediate container 4a93fb9d7710 [2020-12-03T06:17:11.859Z] ---> dcdf2ead6a63 [2020-12-03T06:17:11.859Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-03T06:17:11.859Z] ---> aa482642c5e4 [2020-12-03T06:17:11.859Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T06:17:12.135Z] ---> Running in 26dc15840060 [2020-12-03T06:17:12.371Z] 0da6feed624a: Pushed [2020-12-03T06:17:12.421Z] ---> Running in 8b53a06aba25 [2020-12-03T06:17:12.632Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:b004c25b24b60dff3b7c674353b262e59a45a03e3aaf4798df02104e063a8fd0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:12.932Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:13.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.17 [2020-12-03T06:17:13.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-12-03T06:17:13.229Z] 68e6107f6d5d: Preparing [2020-12-03T06:17:13.229Z] 0da6feed624a: Preparing [2020-12-03T06:17:13.229Z] bfbcde15952b: Preparing [2020-12-03T06:17:13.229Z] aa479056274b: Preparing [2020-12-03T06:17:13.229Z] bfbcde15952b: Layer already exists [2020-12-03T06:17:13.229Z] 0da6feed624a: Layer already exists [2020-12-03T06:17:13.229Z] 68e6107f6d5d: Layer already exists [2020-12-03T06:17:13.229Z] aa479056274b: Layer already exists [2020-12-03T06:17:13.229Z] 1.3.1-dev.17: digest: sha256:b004c25b24b60dff3b7c674353b262e59a45a03e3aaf4798df02104e063a8fd0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:13.410Z] Removing intermediate container 3f5a192b90e7 [2020-12-03T06:17:13.410Z] ---> 1d4f1c90706b [2020-12-03T06:17:13.410Z] [2020-12-03T06:17:13.410Z] Step 10/22 : FROM scratch [2020-12-03T06:17:13.410Z] ---> [2020-12-03T06:17:13.410Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T06:17:13.536Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:13.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:13.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-12-03T06:17:13.833Z] 68e6107f6d5d: Preparing [2020-12-03T06:17:13.833Z] 0da6feed624a: Preparing [2020-12-03T06:17:13.833Z] bfbcde15952b: Preparing [2020-12-03T06:17:13.833Z] aa479056274b: Preparing [2020-12-03T06:17:13.833Z] bfbcde15952b: Layer already exists [2020-12-03T06:17:13.833Z] 0da6feed624a: Layer already exists [2020-12-03T06:17:13.833Z] 68e6107f6d5d: Layer already exists [2020-12-03T06:17:13.833Z] aa479056274b: Layer already exists [2020-12-03T06:17:13.833Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:b004c25b24b60dff3b7c674353b262e59a45a03e3aaf4798df02104e063a8fd0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:14.009Z] ---> Running in 79edf781647d [2020-12-03T06:17:14.136Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:14.435Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-12-03T06:17:14.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-12-03T06:17:14.435Z] 68e6107f6d5d: Preparing [2020-12-03T06:17:14.435Z] 0da6feed624a: Preparing [2020-12-03T06:17:14.435Z] bfbcde15952b: Preparing [2020-12-03T06:17:14.435Z] aa479056274b: Preparing [2020-12-03T06:17:14.435Z] 0da6feed624a: Layer already exists [2020-12-03T06:17:14.435Z] 68e6107f6d5d: Layer already exists [2020-12-03T06:17:14.435Z] bfbcde15952b: Layer already exists [2020-12-03T06:17:14.435Z] aa479056274b: Layer already exists [2020-12-03T06:17:14.435Z] master: digest: sha256:b004c25b24b60dff3b7c674353b262e59a45a03e3aaf4798df02104e063a8fd0 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:17:14.718Z] ===================================================== [Pipeline] echo [2020-12-03T06:17:14.771Z] taggedImages: [2020-12-03T06:17:14.771Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:14.771Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.17 [2020-12-03T06:17:14.771Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:14.771Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-12-03T06:17:14.842Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-03T06:17:14.842Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:14.842Z] 1.3.1-dev.17 [2020-12-03T06:17:14.842Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:14.842Z] master [2020-12-03T06:17:14.842Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-03T06:17:15.021Z] Removing intermediate container 79edf781647d [2020-12-03T06:17:15.021Z] ---> c3aa4b4c820e [2020-12-03T06:17:15.021Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-03T06:17:15.021Z] ---> Running in a3c16b1213c5 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:15.367Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:15.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:15.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-03T06:17:15.733Z] 8cb4e64de9a7: Preparing [2020-12-03T06:17:15.733Z] 744e75e72d04: Preparing [2020-12-03T06:17:15.733Z] 2ae2ab778f4c: Preparing [2020-12-03T06:17:15.733Z] f69db3246592: Preparing [2020-12-03T06:17:15.733Z] 37b770467d2a: Preparing [2020-12-03T06:17:15.733Z] 8dc976efa6fb: Preparing [2020-12-03T06:17:15.733Z] 8dc976efa6fb: Waiting [2020-12-03T06:17:15.995Z] 2ae2ab778f4c: Pushed [2020-12-03T06:17:15.995Z] f69db3246592: Pushed [2020-12-03T06:17:15.995Z] 8cb4e64de9a7: Pushed [2020-12-03T06:17:15.996Z] 37b770467d2a: Pushed [2020-12-03T06:17:16.008Z] Removing intermediate container a3c16b1213c5 [2020-12-03T06:17:16.008Z] ---> 0a3661134e78 [2020-12-03T06:17:16.008Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T06:17:16.008Z] ---> Running in 838a09c494a5 [2020-12-03T06:17:16.260Z] 8dc976efa6fb: Pushed [2020-12-03T06:17:17.008Z] Removing intermediate container 838a09c494a5 [2020-12-03T06:17:17.008Z] ---> 9e971fb04371 [2020-12-03T06:17:17.008Z] Step 14/22 : WORKDIR / [2020-12-03T06:17:17.206Z] 744e75e72d04: Pushed [2020-12-03T06:17:17.206Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:820c955a8f47cc3cb2c54c9f0dfd9be67c153eee06246946822d272b55375319 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:17.295Z] ---> Running in c7f0e5088e47 [2020-12-03T06:17:17.295Z] Removing intermediate container 8b53a06aba25 [2020-12-03T06:17:17.295Z] ---> ed569f2bfeb8 [2020-12-03T06:17:17.295Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T06:17:17.519Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:17.818Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.17 [2020-12-03T06:17:17.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-03T06:17:17.818Z] 8cb4e64de9a7: Preparing [2020-12-03T06:17:17.818Z] 744e75e72d04: Preparing [2020-12-03T06:17:17.818Z] 2ae2ab778f4c: Preparing [2020-12-03T06:17:17.818Z] f69db3246592: Preparing [2020-12-03T06:17:17.818Z] 37b770467d2a: Preparing [2020-12-03T06:17:17.818Z] 8dc976efa6fb: Preparing [2020-12-03T06:17:17.818Z] 8dc976efa6fb: Waiting [2020-12-03T06:17:17.818Z] f69db3246592: Layer already exists [2020-12-03T06:17:17.818Z] 2ae2ab778f4c: Layer already exists [2020-12-03T06:17:17.818Z] 744e75e72d04: Layer already exists [2020-12-03T06:17:17.818Z] 37b770467d2a: Layer already exists [2020-12-03T06:17:17.818Z] 8cb4e64de9a7: Layer already exists [2020-12-03T06:17:17.818Z] 8dc976efa6fb: Layer already exists [2020-12-03T06:17:17.818Z] 1.3.1-dev.17: digest: sha256:820c955a8f47cc3cb2c54c9f0dfd9be67c153eee06246946822d272b55375319 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:17.904Z] ---> Running in 54d17346dfbf [2020-12-03T06:17:18.125Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:18.182Z] Removing intermediate container 26dc15840060 [2020-12-03T06:17:18.182Z] ---> 0d5b07f320af [2020-12-03T06:17:18.182Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T06:17:18.182Z] Removing intermediate container c7f0e5088e47 [2020-12-03T06:17:18.182Z] ---> 097dc2cb974e [2020-12-03T06:17:18.182Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-03T06:17:18.182Z] ---> Running in 4806a27efc83 [2020-12-03T06:17:18.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:18.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-03T06:17:18.425Z] 8cb4e64de9a7: Preparing [2020-12-03T06:17:18.425Z] 744e75e72d04: Preparing [2020-12-03T06:17:18.425Z] 2ae2ab778f4c: Preparing [2020-12-03T06:17:18.425Z] f69db3246592: Preparing [2020-12-03T06:17:18.425Z] 37b770467d2a: Preparing [2020-12-03T06:17:18.425Z] 8dc976efa6fb: Preparing [2020-12-03T06:17:18.425Z] 8dc976efa6fb: Waiting [2020-12-03T06:17:18.425Z] 744e75e72d04: Layer already exists [2020-12-03T06:17:18.425Z] 8cb4e64de9a7: Layer already exists [2020-12-03T06:17:18.425Z] f69db3246592: Layer already exists [2020-12-03T06:17:18.425Z] 37b770467d2a: Layer already exists [2020-12-03T06:17:18.426Z] 2ae2ab778f4c: Layer already exists [2020-12-03T06:17:18.426Z] 8dc976efa6fb: Layer already exists [2020-12-03T06:17:18.426Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:820c955a8f47cc3cb2c54c9f0dfd9be67c153eee06246946822d272b55375319 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:18.727Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:18.813Z] Removing intermediate container 54d17346dfbf [2020-12-03T06:17:18.813Z] ---> 4807b214d143 [2020-12-03T06:17:18.813Z] Step 22/24 : LABEL arch=arm64 [2020-12-03T06:17:18.813Z] ---> Running in 596034c96ce2 [2020-12-03T06:17:19.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-03T06:17:19.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-03T06:17:19.023Z] 8cb4e64de9a7: Preparing [2020-12-03T06:17:19.023Z] 744e75e72d04: Preparing [2020-12-03T06:17:19.023Z] 2ae2ab778f4c: Preparing [2020-12-03T06:17:19.023Z] f69db3246592: Preparing [2020-12-03T06:17:19.023Z] 37b770467d2a: Preparing [2020-12-03T06:17:19.023Z] 8dc976efa6fb: Preparing [2020-12-03T06:17:19.023Z] 8dc976efa6fb: Waiting [2020-12-03T06:17:19.023Z] 2ae2ab778f4c: Layer already exists [2020-12-03T06:17:19.023Z] 37b770467d2a: Layer already exists [2020-12-03T06:17:19.023Z] f69db3246592: Layer already exists [2020-12-03T06:17:19.023Z] 744e75e72d04: Layer already exists [2020-12-03T06:17:19.023Z] 8cb4e64de9a7: Layer already exists [2020-12-03T06:17:19.023Z] 8dc976efa6fb: Layer already exists [2020-12-03T06:17:19.023Z] master: digest: sha256:820c955a8f47cc3cb2c54c9f0dfd9be67c153eee06246946822d272b55375319 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [2020-12-03T06:17:19.092Z] Removing intermediate container 4806a27efc83 [2020-12-03T06:17:19.092Z] ---> 785894d01299 [2020-12-03T06:17:19.092Z] Step 26/29 : CMD [ "generate" ] [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:17:19.218Z] ===================================================== [Pipeline] echo [2020-12-03T06:17:19.269Z] taggedImages: [2020-12-03T06:17:19.269Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:19.269Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.17 [2020-12-03T06:17:19.269Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:19.269Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-12-03T06:17:19.386Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-03T06:17:19.386Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:19.386Z] 1.3.1-dev.17 [2020-12-03T06:17:19.386Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:19.386Z] master [2020-12-03T06:17:19.386Z] ===================================================== [2020-12-03T06:17:19.393Z] ---> Running in 7ec73033484a [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:19.678Z] ---> 94ee87810c13 [2020-12-03T06:17:19.678Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-03T06:17:19.864Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:19.959Z] Removing intermediate container 596034c96ce2 [2020-12-03T06:17:19.959Z] ---> 0d8ae4549d82 [2020-12-03T06:17:19.959Z] Step 23/24 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:20.159Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:20.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-03T06:17:20.160Z] 526689d9a7c3: Preparing [2020-12-03T06:17:20.160Z] c44b41110a20: Preparing [2020-12-03T06:17:20.160Z] 707cd8f75cbc: Preparing [2020-12-03T06:17:20.160Z] 707cd8f75cbc: Pushed [2020-12-03T06:17:20.160Z] 526689d9a7c3: Pushed [2020-12-03T06:17:20.237Z] ---> Running in f302d9f1d6b4 [2020-12-03T06:17:20.854Z] Removing intermediate container 7ec73033484a [2020-12-03T06:17:20.854Z] ---> c567c4df372f [2020-12-03T06:17:20.854Z] Step 27/29 : LABEL arch=arm64 [2020-12-03T06:17:21.128Z] ---> Running in f66d3dd425b9 [2020-12-03T06:17:21.128Z] Removing intermediate container f302d9f1d6b4 [2020-12-03T06:17:21.128Z] ---> a6e46d16c6b7 [2020-12-03T06:17:21.128Z] Step 24/24 : LABEL version=1.3.1-dev.17 [2020-12-03T06:17:21.408Z] ---> Running in 48d80b7cd012 [2020-12-03T06:17:21.545Z] c44b41110a20: Pushed [2020-12-03T06:17:21.545Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:69430812155c1c22c3f8aac958456eb858ff5a4e56bb0001f73453256234d39e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:21.683Z] ---> 74708c1abe43 [2020-12-03T06:17:21.684Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-03T06:17:21.848Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.17 [2020-12-03T06:17:21.963Z] Removing intermediate container f66d3dd425b9 [2020-12-03T06:17:21.963Z] ---> 207d441d6473 [2020-12-03T06:17:21.963Z] Step 28/29 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:22.243Z] ---> Running in 7133a40f65e8 [2020-12-03T06:17:22.243Z] Removing intermediate container 48d80b7cd012 [2020-12-03T06:17:22.243Z] ---> ea445ff7e1d8 [2020-12-03T06:17:22.243Z] [2020-12-03T06:17:22.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.17 [2020-12-03T06:17:22.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-03T06:17:22.405Z] 526689d9a7c3: Preparing [2020-12-03T06:17:22.405Z] c44b41110a20: Preparing [2020-12-03T06:17:22.405Z] 707cd8f75cbc: Preparing [2020-12-03T06:17:22.405Z] 707cd8f75cbc: Layer already exists [2020-12-03T06:17:22.405Z] 526689d9a7c3: Layer already exists [2020-12-03T06:17:22.405Z] c44b41110a20: Layer already exists [2020-12-03T06:17:22.405Z] 1.3.1-dev.17: digest: sha256:69430812155c1c22c3f8aac958456eb858ff5a4e56bb0001f73453256234d39e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:22.707Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:22.845Z] Successfully built ea445ff7e1d8 [2020-12-03T06:17:22.846Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-03T06:17:22.846Z] Building docker-sys-mgmt-agent-go [2020-12-03T06:17:23.003Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:23.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-03T06:17:23.003Z] 526689d9a7c3: Preparing [2020-12-03T06:17:23.003Z] c44b41110a20: Preparing [2020-12-03T06:17:23.003Z] 707cd8f75cbc: Preparing [2020-12-03T06:17:23.003Z] 707cd8f75cbc: Layer already exists [2020-12-03T06:17:23.003Z] 526689d9a7c3: Layer already exists [2020-12-03T06:17:23.003Z] c44b41110a20: Layer already exists [2020-12-03T06:17:23.003Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:69430812155c1c22c3f8aac958456eb858ff5a4e56bb0001f73453256234d39e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:23.120Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7133a40f65e8 [2020-12-03T06:17:23.120Z] ---> e6fa2cee8c50 [2020-12-03T06:17:23.120Z] Step 29/29 : LABEL version=1.3.1-dev.17 [2020-12-03T06:17:23.120Z] ---> 3b032fc9eabd [2020-12-03T06:17:23.120Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-03T06:17:23.303Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:23.397Z] ---> Running in 5f308b3b3a64 [2020-12-03T06:17:23.397Z] ---> Running in 0107c281aaf6 [2020-12-03T06:17:23.598Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-03T06:17:23.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-03T06:17:23.598Z] 526689d9a7c3: Preparing [2020-12-03T06:17:23.598Z] c44b41110a20: Preparing [2020-12-03T06:17:23.598Z] 707cd8f75cbc: Preparing [2020-12-03T06:17:23.598Z] 707cd8f75cbc: Layer already exists [2020-12-03T06:17:23.598Z] 526689d9a7c3: Layer already exists [2020-12-03T06:17:23.598Z] c44b41110a20: Layer already exists [2020-12-03T06:17:23.598Z] master: digest: sha256:69430812155c1c22c3f8aac958456eb858ff5a4e56bb0001f73453256234d39e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:17:23.807Z] ===================================================== [Pipeline] echo [2020-12-03T06:17:23.851Z] taggedImages: [2020-12-03T06:17:23.851Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:23.851Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.17 [2020-12-03T06:17:23.851Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:23.851Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-03T06:17:23.913Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-03T06:17:23.913Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:23.913Z] 1.3.1-dev.17 [2020-12-03T06:17:23.913Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:23.913Z] master [2020-12-03T06:17:23.913Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-12-03T06:17:24.013Z] Removing intermediate container 5f308b3b3a64 [2020-12-03T06:17:24.014Z] ---> 98247fef1230 [2020-12-03T06:17:24.014Z] [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:24.372Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:24.628Z] Successfully built 98247fef1230 [2020-12-03T06:17:24.628Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-03T06:17:24.628Z] Building docker-support-scheduler-go [2020-12-03T06:17:24.628Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 0107c281aaf6 [2020-12-03T06:17:24.628Z] ---> 0432cec4ba20 [2020-12-03T06:17:24.628Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T06:17:24.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:24.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-03T06:17:24.671Z] f6c7e424a01c: Preparing [2020-12-03T06:17:24.671Z] 87de7633937b: Preparing [2020-12-03T06:17:24.671Z] d1866928d994: Preparing [2020-12-03T06:17:24.671Z] 6d5fba76fe4a: Preparing [2020-12-03T06:17:24.671Z] 484622680838: Preparing [2020-12-03T06:17:24.671Z] 68527cb7815f: Preparing [2020-12-03T06:17:24.671Z] 0ab16fcfa526: Preparing [2020-12-03T06:17:24.671Z] 3d9ce3ccee13: Preparing [2020-12-03T06:17:24.671Z] 84631c253a1d: Preparing [2020-12-03T06:17:24.671Z] 336623de938e: Preparing [2020-12-03T06:17:24.671Z] 63533b406c5a: Preparing [2020-12-03T06:17:24.671Z] 31b11ec6ff38: Preparing [2020-12-03T06:17:24.671Z] 911954e2fe49: Preparing [2020-12-03T06:17:24.671Z] ace0eda3e3be: Preparing [2020-12-03T06:17:24.671Z] 68527cb7815f: Waiting [2020-12-03T06:17:24.671Z] 0ab16fcfa526: Waiting [2020-12-03T06:17:24.671Z] 3d9ce3ccee13: Waiting [2020-12-03T06:17:24.671Z] 84631c253a1d: Waiting [2020-12-03T06:17:24.671Z] 336623de938e: Waiting [2020-12-03T06:17:24.671Z] 63533b406c5a: Waiting [2020-12-03T06:17:24.671Z] 31b11ec6ff38: Waiting [2020-12-03T06:17:24.671Z] 911954e2fe49: Waiting [2020-12-03T06:17:24.671Z] ace0eda3e3be: Waiting [2020-12-03T06:17:24.941Z] 484622680838: Pushed [2020-12-03T06:17:24.941Z] f6c7e424a01c: Pushed [2020-12-03T06:17:25.205Z] 6d5fba76fe4a: Pushed [2020-12-03T06:17:25.205Z] 3d9ce3ccee13: Layer already exists [2020-12-03T06:17:25.205Z] 84631c253a1d: Layer already exists [2020-12-03T06:17:25.205Z] 336623de938e: Layer already exists [2020-12-03T06:17:25.205Z] 63533b406c5a: Layer already exists [2020-12-03T06:17:25.470Z] 31b11ec6ff38: Layer already exists [2020-12-03T06:17:25.470Z] 0ab16fcfa526: Pushed [2020-12-03T06:17:25.470Z] 911954e2fe49: Layer already exists [2020-12-03T06:17:25.470Z] ace0eda3e3be: Layer already exists [2020-12-03T06:17:25.615Z] ---> Running in 3b94ae9e3c1f [2020-12-03T06:17:26.043Z] 68527cb7815f: Pushed [2020-12-03T06:17:26.226Z] Removing intermediate container 3b94ae9e3c1f [2020-12-03T06:17:26.226Z] ---> af240b1c4c98 [2020-12-03T06:17:26.226Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T06:17:26.304Z] 87de7633937b: Pushed [2020-12-03T06:17:27.676Z] ---> Running in 92010d6ec2dd [2020-12-03T06:17:29.687Z] Removing intermediate container 92010d6ec2dd [2020-12-03T06:17:29.687Z] ---> a4636fe46fac [2020-12-03T06:17:29.687Z] Step 21/22 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:30.671Z] Removing intermediate container 7a27f65bd78d [2020-12-03T06:17:30.671Z] ---> 01c549531ff4 [2020-12-03T06:17:30.671Z] [2020-12-03T06:17:30.671Z] Step 10/22 : FROM scratch [2020-12-03T06:17:30.671Z] ---> [2020-12-03T06:17:30.671Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T06:17:30.671Z] ---> Using cache [2020-12-03T06:17:30.671Z] ---> c3aa4b4c820e [2020-12-03T06:17:30.671Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-03T06:17:30.671Z] ---> Running in 227ec672e247 [2020-12-03T06:17:30.955Z] ---> Running in 7832f3cb1b1a [2020-12-03T06:17:31.241Z] Removing intermediate container 227ec672e247 [2020-12-03T06:17:31.241Z] ---> 26fc16885f2e [2020-12-03T06:17:31.241Z] Step 22/22 : LABEL version=1.3.1-dev.17 [2020-12-03T06:17:31.519Z] Removing intermediate container 7832f3cb1b1a [2020-12-03T06:17:31.519Z] ---> 9d03ef72ad0f [2020-12-03T06:17:31.519Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T06:17:31.800Z] ---> Running in 77cb576daebf [2020-12-03T06:17:31.800Z] ---> Running in 168833ce39f4 [2020-12-03T06:17:32.804Z] Removing intermediate container 77cb576daebf [2020-12-03T06:17:32.804Z] ---> 500ed14a06ca [2020-12-03T06:17:32.804Z] [2020-12-03T06:17:32.804Z] Removing intermediate container 168833ce39f4 [2020-12-03T06:17:32.804Z] ---> c905c7ef5fb0 [2020-12-03T06:17:32.804Z] Step 14/22 : WORKDIR / [2020-12-03T06:17:33.083Z] Successfully built 500ed14a06ca [2020-12-03T06:17:33.083Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-03T06:17:33.083Z]  Building docker-core-command-go ... done Building docker-support-logging-go [2020-12-03T06:17:33.083Z] ---> Running in 9173597147e3 [2020-12-03T06:17:34.077Z] Removing intermediate container 9173597147e3 [2020-12-03T06:17:34.077Z] ---> f20e6fec121e [2020-12-03T06:17:34.077Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-03T06:17:34.450Z] d1866928d994: Pushed [2020-12-03T06:17:34.450Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:cae2d65abd99997f73087b052591788987c92752efed01d8b46d5ce28f42b051 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:34.755Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:35.052Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.17 [2020-12-03T06:17:35.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-03T06:17:35.052Z] f6c7e424a01c: Preparing [2020-12-03T06:17:35.052Z] 87de7633937b: Preparing [2020-12-03T06:17:35.052Z] d1866928d994: Preparing [2020-12-03T06:17:35.052Z] 6d5fba76fe4a: Preparing [2020-12-03T06:17:35.052Z] 484622680838: Preparing [2020-12-03T06:17:35.052Z] 68527cb7815f: Preparing [2020-12-03T06:17:35.052Z] 0ab16fcfa526: Preparing [2020-12-03T06:17:35.052Z] 3d9ce3ccee13: Preparing [2020-12-03T06:17:35.052Z] 84631c253a1d: Preparing [2020-12-03T06:17:35.052Z] 336623de938e: Preparing [2020-12-03T06:17:35.052Z] 63533b406c5a: Preparing [2020-12-03T06:17:35.052Z] 31b11ec6ff38: Preparing [2020-12-03T06:17:35.052Z] 911954e2fe49: Preparing [2020-12-03T06:17:35.052Z] ace0eda3e3be: Preparing [2020-12-03T06:17:35.052Z] 68527cb7815f: Waiting [2020-12-03T06:17:35.052Z] 0ab16fcfa526: Waiting [2020-12-03T06:17:35.052Z] 3d9ce3ccee13: Waiting [2020-12-03T06:17:35.052Z] 84631c253a1d: Waiting [2020-12-03T06:17:35.052Z] 336623de938e: Waiting [2020-12-03T06:17:35.052Z] 63533b406c5a: Waiting [2020-12-03T06:17:35.052Z] 31b11ec6ff38: Waiting [2020-12-03T06:17:35.052Z] 911954e2fe49: Waiting [2020-12-03T06:17:35.052Z] ace0eda3e3be: Waiting [2020-12-03T06:17:35.052Z] 6d5fba76fe4a: Layer already exists [2020-12-03T06:17:35.052Z] 87de7633937b: Layer already exists [2020-12-03T06:17:35.052Z] d1866928d994: Layer already exists [2020-12-03T06:17:35.052Z] 484622680838: Layer already exists [2020-12-03T06:17:35.052Z] f6c7e424a01c: Layer already exists [2020-12-03T06:17:35.052Z] 3d9ce3ccee13: Layer already exists [2020-12-03T06:17:35.052Z] 0ab16fcfa526: Layer already exists [2020-12-03T06:17:35.052Z] 336623de938e: Layer already exists [2020-12-03T06:17:35.052Z] 68527cb7815f: Layer already exists [2020-12-03T06:17:35.052Z] 84631c253a1d: Layer already exists [2020-12-03T06:17:35.053Z] ace0eda3e3be: Layer already exists [2020-12-03T06:17:35.053Z] 63533b406c5a: Layer already exists [2020-12-03T06:17:35.053Z] 911954e2fe49: Layer already exists [2020-12-03T06:17:35.053Z] 31b11ec6ff38: Layer already exists [2020-12-03T06:17:35.053Z] 1.3.1-dev.17: digest: sha256:cae2d65abd99997f73087b052591788987c92752efed01d8b46d5ce28f42b051 size: 3253 [Pipeline] isUnix [2020-12-03T06:17:35.071Z] ---> 461b19d8f77b [2020-12-03T06:17:35.071Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [Pipeline] sh [2020-12-03T06:17:35.355Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:35.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:35.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-03T06:17:35.650Z] f6c7e424a01c: Preparing [2020-12-03T06:17:35.650Z] 87de7633937b: Preparing [2020-12-03T06:17:35.650Z] d1866928d994: Preparing [2020-12-03T06:17:35.650Z] 6d5fba76fe4a: Preparing [2020-12-03T06:17:35.650Z] 484622680838: Preparing [2020-12-03T06:17:35.650Z] 68527cb7815f: Preparing [2020-12-03T06:17:35.650Z] 0ab16fcfa526: Preparing [2020-12-03T06:17:35.650Z] 3d9ce3ccee13: Preparing [2020-12-03T06:17:35.650Z] 84631c253a1d: Preparing [2020-12-03T06:17:35.650Z] 336623de938e: Preparing [2020-12-03T06:17:35.650Z] 63533b406c5a: Preparing [2020-12-03T06:17:35.650Z] 31b11ec6ff38: Preparing [2020-12-03T06:17:35.650Z] 911954e2fe49: Preparing [2020-12-03T06:17:35.650Z] ace0eda3e3be: Preparing [2020-12-03T06:17:35.650Z] 68527cb7815f: Waiting [2020-12-03T06:17:35.650Z] 0ab16fcfa526: Waiting [2020-12-03T06:17:35.650Z] 3d9ce3ccee13: Waiting [2020-12-03T06:17:35.650Z] 84631c253a1d: Waiting [2020-12-03T06:17:35.650Z] 336623de938e: Waiting [2020-12-03T06:17:35.650Z] 63533b406c5a: Waiting [2020-12-03T06:17:35.650Z] 31b11ec6ff38: Waiting [2020-12-03T06:17:35.650Z] 911954e2fe49: Waiting [2020-12-03T06:17:35.650Z] ace0eda3e3be: Waiting [2020-12-03T06:17:35.650Z] 484622680838: Layer already exists [2020-12-03T06:17:35.650Z] 6d5fba76fe4a: Layer already exists [2020-12-03T06:17:35.650Z] 87de7633937b: Layer already exists [2020-12-03T06:17:35.650Z] f6c7e424a01c: Layer already exists [2020-12-03T06:17:35.650Z] d1866928d994: Layer already exists [2020-12-03T06:17:35.650Z] 68527cb7815f: Layer already exists [2020-12-03T06:17:35.650Z] 0ab16fcfa526: Layer already exists [2020-12-03T06:17:35.650Z] 3d9ce3ccee13: Layer already exists [2020-12-03T06:17:35.650Z] 84631c253a1d: Layer already exists [2020-12-03T06:17:35.650Z] 336623de938e: Layer already exists [2020-12-03T06:17:35.650Z] 63533b406c5a: Layer already exists [2020-12-03T06:17:35.650Z] 31b11ec6ff38: Layer already exists [2020-12-03T06:17:35.650Z] 911954e2fe49: Layer already exists [2020-12-03T06:17:35.650Z] ace0eda3e3be: Layer already exists [2020-12-03T06:17:35.650Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:cae2d65abd99997f73087b052591788987c92752efed01d8b46d5ce28f42b051 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:35.952Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:36.250Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-03T06:17:36.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-03T06:17:36.250Z] f6c7e424a01c: Preparing [2020-12-03T06:17:36.250Z] 87de7633937b: Preparing [2020-12-03T06:17:36.250Z] d1866928d994: Preparing [2020-12-03T06:17:36.250Z] 6d5fba76fe4a: Preparing [2020-12-03T06:17:36.250Z] 484622680838: Preparing [2020-12-03T06:17:36.250Z] 68527cb7815f: Preparing [2020-12-03T06:17:36.250Z] 0ab16fcfa526: Preparing [2020-12-03T06:17:36.250Z] 3d9ce3ccee13: Preparing [2020-12-03T06:17:36.250Z] 84631c253a1d: Preparing [2020-12-03T06:17:36.250Z] 336623de938e: Preparing [2020-12-03T06:17:36.250Z] 63533b406c5a: Preparing [2020-12-03T06:17:36.250Z] 31b11ec6ff38: Preparing [2020-12-03T06:17:36.250Z] 911954e2fe49: Preparing [2020-12-03T06:17:36.250Z] ace0eda3e3be: Preparing [2020-12-03T06:17:36.250Z] 68527cb7815f: Waiting [2020-12-03T06:17:36.250Z] 336623de938e: Waiting [2020-12-03T06:17:36.250Z] 63533b406c5a: Waiting [2020-12-03T06:17:36.250Z] 0ab16fcfa526: Waiting [2020-12-03T06:17:36.250Z] 3d9ce3ccee13: Waiting [2020-12-03T06:17:36.250Z] 84631c253a1d: Waiting [2020-12-03T06:17:36.250Z] 31b11ec6ff38: Waiting [2020-12-03T06:17:36.250Z] ace0eda3e3be: Waiting [2020-12-03T06:17:36.250Z] 911954e2fe49: Waiting [2020-12-03T06:17:36.250Z] d1866928d994: Layer already exists [2020-12-03T06:17:36.250Z] 6d5fba76fe4a: Layer already exists [2020-12-03T06:17:36.250Z] 484622680838: Layer already exists [2020-12-03T06:17:36.250Z] f6c7e424a01c: Layer already exists [2020-12-03T06:17:36.250Z] 87de7633937b: Layer already exists [2020-12-03T06:17:36.250Z] 68527cb7815f: Layer already exists [2020-12-03T06:17:36.250Z] 0ab16fcfa526: Layer already exists [2020-12-03T06:17:36.250Z] 336623de938e: Layer already exists [2020-12-03T06:17:36.250Z] 84631c253a1d: Layer already exists [2020-12-03T06:17:36.250Z] 3d9ce3ccee13: Layer already exists [2020-12-03T06:17:36.250Z] 911954e2fe49: Layer already exists [2020-12-03T06:17:36.250Z] 63533b406c5a: Layer already exists [2020-12-03T06:17:36.250Z] 31b11ec6ff38: Layer already exists [2020-12-03T06:17:36.250Z] ace0eda3e3be: Layer already exists [2020-12-03T06:17:36.250Z] master: digest: sha256:cae2d65abd99997f73087b052591788987c92752efed01d8b46d5ce28f42b051 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:17:36.428Z] ===================================================== [Pipeline] echo [2020-12-03T06:17:36.485Z] taggedImages: [2020-12-03T06:17:36.485Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:36.485Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.17 [2020-12-03T06:17:36.485Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:17:36.485Z] - 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-03T06:17:39.399Z] ---> e25099fbf0ca [2020-12-03T06:17:39.399Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-03T06:17:39.674Z] Removing intermediate container 00c6db63884a [2020-12-03T06:17:39.674Z] ---> 7854c2462cf5 [2020-12-03T06:17:39.674Z] [2020-12-03T06:17:39.674Z] Step 10/23 : FROM alpine [2020-12-03T06:17:39.674Z] ---> 2e77e061c27f [2020-12-03T06:17:39.674Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T06:17:40.289Z] ---> eb365f56e707 [2020-12-03T06:17:40.289Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-03T06:17:40.576Z] ---> Running in c229ab5c0a12 [2020-12-03T06:17:40.850Z] ---> Running in 6a94f2142405 [2020-12-03T06:17:41.448Z] Removing intermediate container c229ab5c0a12 [2020-12-03T06:17:41.448Z] ---> 69feb0babdb5 [2020-12-03T06:17:41.448Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-03T06:17:41.722Z] Removing intermediate container 6a94f2142405 [2020-12-03T06:17:41.722Z] ---> 0c88ce68845e [2020-12-03T06:17:41.722Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T06:17:41.722Z] ---> Running in 1e6963b7be6d [2020-12-03T06:17:42.014Z] ---> Running in 16d397682cbd [2020-12-03T06:17:42.285Z] Removing intermediate container 1e6963b7be6d [2020-12-03T06:17:42.285Z] ---> 47231feaec36 [2020-12-03T06:17:42.285Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-03T06:17:42.559Z] Removing intermediate container 16d397682cbd [2020-12-03T06:17:42.559Z] ---> 2b27427ecfbb [2020-12-03T06:17:42.559Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T06:17:42.559Z] ---> Running in b96ef811cec9 [2020-12-03T06:17:42.832Z] ---> Running in 18d9dc877a36 [2020-12-03T06:17:43.427Z] Removing intermediate container 18d9dc877a36 [2020-12-03T06:17:43.427Z] ---> d2b08d43587e [2020-12-03T06:17:43.427Z] Step 21/22 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:17:43.427Z] Removing intermediate container b96ef811cec9 [2020-12-03T06:17:43.427Z] ---> 60837a50c07d [2020-12-03T06:17:43.427Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:17:43.699Z] ---> Running in fdfd3a1703f9 [2020-12-03T06:17:43.699Z] ---> Running in 21550f24875e [2020-12-03T06:17:45.176Z] Removing intermediate container 21550f24875e [2020-12-03T06:17:45.176Z] ---> 4fa4c251a9f3 [2020-12-03T06:17:45.176Z] Step 22/22 : LABEL version=1.3.1-dev.17 [2020-12-03T06:17:45.176Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:17:45.176Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:17:45.176Z] ---> 4149bdecfe13 [2020-12-03T06:17:45.176Z] Step 3/27 : WORKDIR /edgex-go [2020-12-03T06:17:45.176Z] ---> Using cache [2020-12-03T06:17:45.176Z] ---> 6817b6c9441d [2020-12-03T06:17:45.176Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:17:45.176Z] ---> Using cache [2020-12-03T06:17:45.176Z] ---> 6d132a59db6a [2020-12-03T06:17:45.176Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-03T06:17:45.483Z] ---> Running in d3c1c3978762 [2020-12-03T06:17:45.483Z] ---> Running in 8e2c29f0336c [2020-12-03T06:17:46.646Z] Removing intermediate container 8e2c29f0336c [2020-12-03T06:17:46.646Z] ---> ed6caf3de38e [2020-12-03T06:17:46.646Z] [2020-12-03T06:17:47.435Z] Successfully built ed6caf3de38e [2020-12-03T06:17:47.714Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-03T06:17:47.714Z] Building docker-security-proxy-setup-go [2020-12-03T06:17:47.714Z]  Building docker-core-metadata-go ... done Removing intermediate container fdfd3a1703f9 [2020-12-03T06:17:47.714Z] ---> 9895ca2fdd39 [2020-12-03T06:17:47.714Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-03T06:17:47.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:17:47.999Z] ---> Running in 31a92a809abc [2020-12-03T06:17:49.447Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:17:49.447Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:17:49.447Z] ---> 4149bdecfe13 [2020-12-03T06:17:49.447Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T06:17:49.447Z] ---> Using cache [2020-12-03T06:17:49.447Z] ---> 6817b6c9441d [2020-12-03T06:17:49.447Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:17:49.447Z] ---> Using cache [2020-12-03T06:17:49.447Z] ---> 6d132a59db6a [2020-12-03T06:17:49.447Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T06:17:49.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T06:17:49.721Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:17:50.319Z] ---> Running in 76bda36b480c [2020-12-03T06:17:50.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T06:17:51.303Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-03T06:17:51.303Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-03T06:17:51.303Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-03T06:17:51.581Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:17:51.581Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:17:51.581Z] OK: 12616 distinct packages available [2020-12-03T06:17:51.581Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-03T06:17:51.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:17:51.858Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-03T06:17:51.858Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T06:17:51.858Z] OK: 8 MiB in 19 packages [2020-12-03T06:17:52.460Z] OK: 217 MiB in 51 packages [2020-12-03T06:17:52.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T06:17:53.745Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:17:53.745Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:17:53.745Z] OK: 12616 distinct packages available [2020-12-03T06:17:54.373Z] OK: 217 MiB in 51 packages [2020-12-03T06:17:54.968Z] Removing intermediate container 31a92a809abc [2020-12-03T06:17:54.968Z] ---> 25dd7e45b7a5 [2020-12-03T06:17:55.243Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-03T06:17:55.528Z] Removing intermediate container d3c1c3978762 [2020-12-03T06:17:55.528Z] ---> 4b19971dadbf [2020-12-03T06:17:55.528Z] Step 6/27 : COPY go.mod . [2020-12-03T06:17:56.519Z] Removing intermediate container 76bda36b480c [2020-12-03T06:17:56.519Z] ---> c8c988d60e88 [2020-12-03T06:17:56.519Z] Step 6/21 : COPY go.mod . [2020-12-03T06:17:56.519Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:17:56.519Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:17:56.519Z] ---> 4149bdecfe13 [2020-12-03T06:17:56.519Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T06:17:56.519Z] ---> Using cache [2020-12-03T06:17:56.519Z] ---> 6817b6c9441d [2020-12-03T06:17:56.519Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:17:56.519Z] ---> Using cache [2020-12-03T06:17:56.519Z] ---> 6d132a59db6a [2020-12-03T06:17:56.519Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-12-03T06:17:56.519Z] ---> 5ab8c32b22bb [2020-12-03T06:17:56.519Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-03T06:17:56.519Z] ---> Running in 1999f79aecb5 [2020-12-03T06:17:56.800Z] ---> e6539c94bd97 [2020-12-03T06:17:56.800Z] Step 7/27 : RUN go mod download [2020-12-03T06:17:57.083Z] ---> Running in 823a782d1d68 [2020-12-03T06:17:57.687Z] ---> 4de74682d641 [2020-12-03T06:17:57.687Z] Step 7/21 : RUN go mod download [2020-12-03T06:17:58.284Z] ---> Running in b8d8e6ccb40b [2020-12-03T06:17:58.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:17:59.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T06:17:59.877Z] ---> 896dcccb4754 [2020-12-03T06:17:59.877Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-03T06:18:00.479Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:18:00.479Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:18:00.479Z] OK: 12616 distinct packages available [2020-12-03T06:18:01.094Z] Removing intermediate container 823a782d1d68 [2020-12-03T06:18:01.094Z] ---> d8cb4713d62c [2020-12-03T06:18:01.094Z] Step 8/27 : COPY . . [2020-12-03T06:18:01.374Z] OK: 217 MiB in 51 packages [2020-12-03T06:18:01.374Z] ---> e0c6c5e2e33e [2020-12-03T06:18:01.374Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-03T06:18:01.649Z] ---> Running in 0e1fac67ff02 [2020-12-03T06:18:02.252Z] OK: 217 MiB in 51 packages [2020-12-03T06:18:02.252Z] Removing intermediate container b8d8e6ccb40b [2020-12-03T06:18:02.252Z] ---> a2be2a878483 [2020-12-03T06:18:02.252Z] Step 8/21 : COPY . . [2020-12-03T06:18:02.539Z] Removing intermediate container 0e1fac67ff02 [2020-12-03T06:18:02.540Z] ---> 7d396ff0e9f8 [2020-12-03T06:18:02.540Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T06:18:02.819Z] ---> Running in cb934e9d2edb [2020-12-03T06:18:03.801Z] Removing intermediate container cb934e9d2edb [2020-12-03T06:18:03.801Z] ---> 40ab3cbacdba [2020-12-03T06:18:03.801Z] Step 21/23 : LABEL arch=arm64 [2020-12-03T06:18:04.402Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:18:04.402Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:18:04.402Z] ---> 4149bdecfe13 [2020-12-03T06:18:04.402Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T06:18:04.402Z] ---> Using cache [2020-12-03T06:18:04.402Z] ---> 6817b6c9441d [2020-12-03T06:18:04.402Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:18:04.402Z] ---> Using cache [2020-12-03T06:18:04.402Z] ---> 6d132a59db6a [2020-12-03T06:18:04.402Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T06:18:04.402Z] ---> Using cache [2020-12-03T06:18:04.402Z] ---> c8c988d60e88 [2020-12-03T06:18:04.402Z] Step 6/21 : COPY go.mod . [2020-12-03T06:18:04.402Z] ---> Using cache [2020-12-03T06:18:04.402Z] ---> 4de74682d641 [2020-12-03T06:18:04.402Z] Step 7/21 : RUN go mod download [2020-12-03T06:18:04.402Z] ---> Using cache [2020-12-03T06:18:04.402Z] ---> a2be2a878483 [2020-12-03T06:18:04.402Z] Step 8/21 : COPY . . [2020-12-03T06:18:04.402Z] ---> Running in 37d1c550a049 [2020-12-03T06:18:04.402Z] Removing intermediate container 1999f79aecb5 [2020-12-03T06:18:04.402Z] ---> 939519ec66a8 [2020-12-03T06:18:04.402Z] Step 6/22 : COPY go.mod . [2020-12-03T06:18:05.393Z] Removing intermediate container 37d1c550a049 [2020-12-03T06:18:05.393Z] ---> c8df9c4b761c [2020-12-03T06:18:05.393Z] Step 22/23 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:18:05.997Z] ---> 1ab2e305f344 [2020-12-03T06:18:05.997Z] Step 7/22 : RUN go mod download [2020-12-03T06:18:06.277Z] ---> Running in dea3dc3a05e6 [2020-12-03T06:18:06.554Z] ---> Running in fb89f92252da [2020-12-03T06:18:07.541Z] Removing intermediate container dea3dc3a05e6 [2020-12-03T06:18:07.541Z] ---> 798d7b34f7a6 [2020-12-03T06:18:07.541Z] Step 23/23 : LABEL version=1.3.1-dev.17 [2020-12-03T06:18:07.817Z] ---> Running in 8badf171a6c2 [2020-12-03T06:18:09.261Z] Removing intermediate container 8badf171a6c2 [2020-12-03T06:18:09.261Z] ---> ec35d9b82015 [2020-12-03T06:18:09.261Z] [2020-12-03T06:18:09.878Z] Successfully built ec35d9b82015 [2020-12-03T06:18:09.878Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-03T06:18:09.878Z]  Building docker-core-data-go ... done Building docker-security-bootstrap-redis-go [2020-12-03T06:18:11.869Z] Removing intermediate container fb89f92252da [2020-12-03T06:18:11.869Z] ---> 021170e896ec [2020-12-03T06:18:11.869Z] Step 8/22 : COPY . . [2020-12-03T06:18:20.165Z] ---> 45d646551652 [2020-12-03T06:18:20.165Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-03T06:18:20.165Z] ---> 8fd026f6c852 [2020-12-03T06:18:20.165Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-03T06:18:20.165Z] ---> 33e58a6b95f6 [2020-12-03T06:18:20.165Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-03T06:18:20.165Z] ---> Running in 107f07aaeffa [2020-12-03T06:18:20.165Z] ---> Running in 193dbf6dd817 [2020-12-03T06:18:20.165Z] ---> Running in 0ebfd3220c19 [2020-12-03T06:18:22.157Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:18:22.157Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:18:22.157Z] ---> 4149bdecfe13 [2020-12-03T06:18:22.157Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T06:18:22.157Z] ---> Using cache [2020-12-03T06:18:22.157Z] ---> 6817b6c9441d [2020-12-03T06:18:22.157Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:18:22.157Z] ---> Using cache [2020-12-03T06:18:22.157Z] ---> 6d132a59db6a [2020-12-03T06:18:22.157Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T06:18:22.157Z] ---> Using cache [2020-12-03T06:18:22.157Z] ---> c8c988d60e88 [2020-12-03T06:18:22.158Z] Step 6/22 : COPY go.mod . [2020-12-03T06:18:22.158Z] ---> Using cache [2020-12-03T06:18:22.158Z] ---> 4de74682d641 [2020-12-03T06:18:22.158Z] Step 7/22 : RUN go mod download [2020-12-03T06:18:22.158Z] ---> Using cache [2020-12-03T06:18:22.158Z] ---> a2be2a878483 [2020-12-03T06:18:22.158Z] Step 8/22 : COPY . . [2020-12-03T06:18:22.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-03T06:18:22.431Z] ---> Using cache [2020-12-03T06:18:22.431Z] ---> 33e58a6b95f6 [2020-12-03T06:18:22.431Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-03T06:18:22.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-03T06:18:22.713Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-03T06:18:24.163Z] ---> Running in c729cdb1069b [2020-12-03T06:18:26.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T06:18:27.301Z] ---> ce7269a73f3e [2020-12-03T06:18:27.301Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-12-03T06:18:27.576Z] ---> Running in 4eca9d823803 [2020-12-03T06:18:29.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-12-03T06:19:51.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-03T06:19:51.983Z] Removing intermediate container 107f07aaeffa [2020-12-03T06:19:51.983Z] ---> e9b9a483b156 [2020-12-03T06:19:51.983Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-03T06:19:52.286Z] ---> Running in 6a79bf13a5aa [2020-12-03T06:19:54.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-03T06:19:56.956Z] Removing intermediate container c729cdb1069b [2020-12-03T06:19:56.956Z] ---> c81adcb49010 [2020-12-03T06:19:56.956Z] [2020-12-03T06:19:56.956Z] Step 10/22 : FROM alpine:3.10 [2020-12-03T06:19:56.956Z] ---> 536a684cf733 [2020-12-03T06:19:56.956Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T06:19:56.956Z] ---> Using cache [2020-12-03T06:19:56.956Z] ---> 361f458d9a9f [2020-12-03T06:19:56.956Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-03T06:19:56.956Z] ---> Running in 897396f18d88 [2020-12-03T06:19:57.950Z] Removing intermediate container 897396f18d88 [2020-12-03T06:19:57.950Z] ---> 67e4e981a884 [2020-12-03T06:19:57.950Z] Step 13/22 : WORKDIR / [2020-12-03T06:19:58.228Z] ---> Running in 3da08b39bf46 [2020-12-03T06:19:59.685Z] Removing intermediate container 3da08b39bf46 [2020-12-03T06:19:59.685Z] ---> b6beee7a9e6c [2020-12-03T06:19:59.685Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-03T06:20:00.675Z] Removing intermediate container 193dbf6dd817 [2020-12-03T06:20:00.676Z] ---> e3b5b91a03ec [2020-12-03T06:20:00.676Z] [2020-12-03T06:20:00.676Z] Step 10/21 : FROM alpine [2020-12-03T06:20:00.676Z] ---> 2e77e061c27f [2020-12-03T06:20:00.676Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-03T06:20:00.676Z] Removing intermediate container 6a79bf13a5aa [2020-12-03T06:20:00.676Z] ---> 6aa216aa98f8 [2020-12-03T06:20:00.676Z] [2020-12-03T06:20:00.676Z] Step 11/27 : FROM docker:latest [2020-12-03T06:20:00.676Z] ---> 84e3a507c27b [2020-12-03T06:20:00.676Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-03T06:20:00.676Z] ---> Running in 322521c9f7a6 [2020-12-03T06:20:00.951Z] ---> 201c50abe0d6 [2020-12-03T06:20:00.951Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-03T06:20:00.951Z] ---> Running in 15efd30b3ad3 [2020-12-03T06:20:02.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:20:03.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T06:20:03.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:20:03.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T06:20:03.493Z] ---> 3e10dfa9097b [2020-12-03T06:20:03.493Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-03T06:20:03.771Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:20:03.771Z] v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:20:03.771Z] OK: 12617 distinct packages available [2020-12-03T06:20:04.049Z] (1/2) Installing readline (8.0.4-r0) [2020-12-03T06:20:04.049Z] (2/2) Installing bash (5.0.17-r0) [2020-12-03T06:20:04.049Z] Executing bash-5.0.17-r0.post-install [2020-12-03T06:20:04.049Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T06:20:04.049Z] OK: 12 MiB in 22 packages [2020-12-03T06:20:04.710Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-03T06:20:04.710Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T06:20:04.710Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-03T06:20:04.710Z] (4/4) Installing curl (7.69.1-r1) [2020-12-03T06:20:04.710Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T06:20:04.710Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T06:20:05.102Z] OK: 7 MiB in 18 packages [2020-12-03T06:20:05.102Z] ---> cd22038bd9e4 [2020-12-03T06:20:05.102Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-03T06:20:05.781Z] Removing intermediate container 4eca9d823803 [2020-12-03T06:20:05.781Z] ---> ed867a30150b [2020-12-03T06:20:05.781Z] [2020-12-03T06:20:05.781Z] Step 10/22 : FROM scratch [2020-12-03T06:20:05.781Z] ---> [2020-12-03T06:20:05.781Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T06:20:06.456Z] ---> Running in 3aeba0ec80f3 [2020-12-03T06:20:06.794Z] Removing intermediate container 15efd30b3ad3 [2020-12-03T06:20:06.794Z] ---> 2c1f7d74cadd [2020-12-03T06:20:06.794Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-03T06:20:07.171Z] ---> Running in 9263b8c81c4b [2020-12-03T06:20:07.446Z] ---> 16f60f77155c [2020-12-03T06:20:07.446Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-03T06:20:07.446Z] Removing intermediate container 3aeba0ec80f3 [2020-12-03T06:20:07.446Z] ---> 7f14b9f68096 [2020-12-03T06:20:07.446Z] Step 12/22 : ENV APP_PORT=48061 [2020-12-03T06:20:07.730Z] ---> Running in bbad75a55c0c [2020-12-03T06:20:07.730Z] ---> Running in 8a10758926a9 [2020-12-03T06:20:08.338Z] Removing intermediate container 322521c9f7a6 [2020-12-03T06:20:08.338Z] ---> d6e0530c3874 [2020-12-03T06:20:08.338Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T06:20:08.615Z] ---> Running in 50a7ba5e9945 [2020-12-03T06:20:08.615Z] Removing intermediate container bbad75a55c0c [2020-12-03T06:20:08.615Z] ---> ae2d0200e7e5 [2020-12-03T06:20:08.615Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T06:20:08.889Z] ---> Running in ea4b2ba9d666 [2020-12-03T06:20:09.165Z] Removing intermediate container 50a7ba5e9945 [2020-12-03T06:20:09.165Z] ---> 3699c66287f8 [2020-12-03T06:20:09.165Z] Step 13/21 : WORKDIR /edgex [2020-12-03T06:20:09.762Z] ---> Running in 583c828ba785 [2020-12-03T06:20:09.762Z] Removing intermediate container ea4b2ba9d666 [2020-12-03T06:20:09.762Z] ---> 4e42f98f37b5 [2020-12-03T06:20:09.762Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-12-03T06:20:10.744Z] Removing intermediate container 9263b8c81c4b [2020-12-03T06:20:10.744Z] ---> fb83956475a3 [2020-12-03T06:20:10.744Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-03T06:20:10.744Z] Removing intermediate container 583c828ba785 [2020-12-03T06:20:10.744Z] ---> 6e0a5824f9fe [2020-12-03T06:20:10.744Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-03T06:20:11.036Z] ---> Running in dd09f0ad3dc9 [2020-12-03T06:20:11.036Z] ---> ca3e1da76511 [2020-12-03T06:20:11.036Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-12-03T06:20:11.320Z] Removing intermediate container 0ebfd3220c19 [2020-12-03T06:20:11.320Z] ---> f176cb7f651f [2020-12-03T06:20:11.320Z] [2020-12-03T06:20:11.320Z] Step 10/21 : FROM scratch [2020-12-03T06:20:11.320Z] ---> [2020-12-03T06:20:11.320Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T06:20:11.320Z] Removing intermediate container 8a10758926a9 [2020-12-03T06:20:11.320Z] ---> 779077106bb5 [2020-12-03T06:20:11.320Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-03T06:20:11.600Z] ---> Using cache [2020-12-03T06:20:11.600Z] ---> c3aa4b4c820e [2020-12-03T06:20:11.600Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-03T06:20:11.600Z] ---> Running in 453dccfbec2a [2020-12-03T06:20:11.600Z] ---> Running in 2f72ae70613f [2020-12-03T06:20:11.889Z] Removing intermediate container dd09f0ad3dc9 [2020-12-03T06:20:11.889Z] ---> 0c25693c7014 [2020-12-03T06:20:11.889Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-03T06:20:11.889Z] ---> 02e535b0f5eb [2020-12-03T06:20:11.889Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-03T06:20:11.889Z] ---> Running in bfa1d7e9724d [2020-12-03T06:20:12.170Z] ---> b38cef440000 [2020-12-03T06:20:12.170Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-12-03T06:20:12.458Z] Removing intermediate container 453dccfbec2a [2020-12-03T06:20:12.458Z] Removing intermediate container 2f72ae70613f [2020-12-03T06:20:12.458Z] ---> ebe79452c6eb [2020-12-03T06:20:12.458Z] ---> d737d741165a [2020-12-03T06:20:12.458Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-03T06:20:12.458Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T06:20:12.746Z] ---> Running in 32a308a81fbd [2020-12-03T06:20:12.746Z] ---> Running in 46eae56d6999 [2020-12-03T06:20:12.746Z] Removing intermediate container bfa1d7e9724d [2020-12-03T06:20:12.746Z] ---> 3b74097c6d43 [2020-12-03T06:20:12.746Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-03T06:20:13.024Z] ---> Running in 1316015f1cf1 [2020-12-03T06:20:13.301Z] Removing intermediate container 46eae56d6999 [2020-12-03T06:20:13.301Z] ---> d20ee6705abc [2020-12-03T06:20:13.301Z] Step 21/22 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:20:13.301Z] Removing intermediate container 32a308a81fbd [2020-12-03T06:20:13.301Z] ---> 506a7a87d785 [2020-12-03T06:20:13.301Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-03T06:20:13.588Z] ---> Running in 25d2e18c7ce9 [2020-12-03T06:20:13.865Z] ---> eb0377a29972 [2020-12-03T06:20:13.865Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-03T06:20:13.865Z] Removing intermediate container 1316015f1cf1 [2020-12-03T06:20:13.865Z] ---> c0b7fbba3b30 [2020-12-03T06:20:13.865Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-03T06:20:13.865Z] ---> c7b977a6c5b3 [2020-12-03T06:20:13.865Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-12-03T06:20:14.149Z] Removing intermediate container 25d2e18c7ce9 [2020-12-03T06:20:14.149Z] ---> 684476b16990 [2020-12-03T06:20:14.149Z] Step 22/22 : LABEL version=1.3.1-dev.17 [2020-12-03T06:20:14.445Z] ---> Running in 04de17e15eb1 [2020-12-03T06:20:14.724Z] ---> 257d74e3671b [2020-12-03T06:20:14.724Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-03T06:20:15.000Z] ---> ef5458a180b1 [2020-12-03T06:20:15.001Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-12-03T06:20:15.275Z] ---> Running in b4da43a78c01 [2020-12-03T06:20:15.275Z] Removing intermediate container 04de17e15eb1 [2020-12-03T06:20:15.275Z] ---> a1c035df24a6 [2020-12-03T06:20:15.275Z] [2020-12-03T06:20:15.570Z] ---> 43df6a0b5937 [2020-12-03T06:20:15.570Z] ---> d8049db98153 [2020-12-03T06:20:15.570Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-03T06:20:15.570Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-03T06:20:15.852Z] Successfully built a1c035df24a6 [2020-12-03T06:20:15.852Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-03T06:20:15.852Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go [2020-12-03T06:20:16.130Z] ---> Running in 931840e10626 [2020-12-03T06:20:16.130Z] Removing intermediate container b4da43a78c01 [2020-12-03T06:20:16.130Z] ---> 74b434e7d015 [2020-12-03T06:20:16.130Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T06:20:16.411Z] ---> a551413226d8 [2020-12-03T06:20:16.411Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-03T06:20:16.411Z] ---> Running in 0f89c469e3a3 [2020-12-03T06:20:16.689Z] ---> e6119249ccc8 [2020-12-03T06:20:16.689Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-03T06:20:16.689Z] Removing intermediate container 931840e10626 [2020-12-03T06:20:16.689Z] ---> 2c063736050b [2020-12-03T06:20:16.689Z] Step 18/21 : CMD ["--init=true"] [2020-12-03T06:20:16.962Z] ---> Running in a86d1e95f892 [2020-12-03T06:20:17.254Z] Removing intermediate container 0f89c469e3a3 [2020-12-03T06:20:17.254Z] ---> 42732bbee2b5 [2020-12-03T06:20:17.254Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T06:20:17.858Z] Removing intermediate container a86d1e95f892 [2020-12-03T06:20:17.858Z] ---> 6e5c7568c7c6 [2020-12-03T06:20:17.858Z] Step 19/21 : LABEL arch=arm64 [2020-12-03T06:20:17.858Z] ---> c21318a88e88 [2020-12-03T06:20:17.858Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-03T06:20:17.858Z] ---> Running in 6e2944167462 [2020-12-03T06:20:18.137Z] ---> Running in ca63eb844f7b [2020-12-03T06:20:18.415Z] ---> 9df9fc1a3228 [2020-12-03T06:20:18.415Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-03T06:20:18.415Z] ---> Running in bda1a6c38f50 [2020-12-03T06:20:18.711Z] ---> Running in 010f832f35d9 [2020-12-03T06:20:18.711Z] Removing intermediate container 6e2944167462 [2020-12-03T06:20:18.711Z] ---> 4499b4d5e336 [2020-12-03T06:20:18.711Z] Step 21/22 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:20:19.321Z] Removing intermediate container ca63eb844f7b [2020-12-03T06:20:19.321Z] ---> 1cde2c24baeb [2020-12-03T06:20:19.321Z] Step 20/21 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:20:19.321Z] ---> Running in 27ed1b872d7a [2020-12-03T06:20:19.321Z] Removing intermediate container bda1a6c38f50 [2020-12-03T06:20:19.321Z] ---> 0c55bd6b7fa6 [2020-12-03T06:20:19.321Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T06:20:19.595Z] ---> Running in f043350f9631 [2020-12-03T06:20:19.595Z] ---> Running in 0d13504938da [2020-12-03T06:20:20.195Z] Removing intermediate container 27ed1b872d7a [2020-12-03T06:20:20.195Z] ---> 4d75f7bf3aa3 [2020-12-03T06:20:20.195Z] Step 22/22 : LABEL version=1.3.1-dev.17 [2020-12-03T06:20:20.195Z] Removing intermediate container f043350f9631 [2020-12-03T06:20:20.195Z] ---> a28c1570a8f0 [2020-12-03T06:20:20.195Z] Step 21/21 : LABEL version=1.3.1-dev.17 [2020-12-03T06:20:20.473Z] ---> Running in 00dadc4314e2 [2020-12-03T06:20:20.473Z] Removing intermediate container 0d13504938da [2020-12-03T06:20:20.473Z] ---> dd758c3f0f25 [2020-12-03T06:20:20.473Z] Step 19/21 : LABEL arch=arm64 [2020-12-03T06:20:20.473Z] ---> Running in 926de6e70417 [2020-12-03T06:20:20.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:20:20.747Z] ---> Running in 34c037732f64 [2020-12-03T06:20:21.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T06:20:21.025Z] Removing intermediate container 00dadc4314e2 [2020-12-03T06:20:21.025Z] ---> 4e0826dead9e [2020-12-03T06:20:21.025Z] [2020-12-03T06:20:21.302Z] Removing intermediate container 926de6e70417 [2020-12-03T06:20:21.302Z] ---> 27783ecf09e5 [2020-12-03T06:20:21.302Z] [2020-12-03T06:20:21.302Z] Removing intermediate container 34c037732f64 [2020-12-03T06:20:21.302Z] ---> ed13da255880 [2020-12-03T06:20:21.302Z] Step 20/21 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:20:21.302Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-03T06:20:21.589Z] Successfully built 4e0826dead9e [2020-12-03T06:20:21.589Z] (2/33) Installing expat (2.2.9-r1) [2020-12-03T06:20:21.589Z] (3/33) Installing libffi (3.3-r2) [2020-12-03T06:20:21.589Z] (4/33) Installing gdbm (1.13-r1) [2020-12-03T06:20:21.589Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-03T06:20:21.589Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-03T06:20:21.589Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-12-03T06:20:21.589Z]  Building docker-support-logging-go ... done (7/33) Installing python3 (3.8.5-r0) [2020-12-03T06:20:21.589Z] Successfully built 27783ecf09e5 [2020-12-03T06:20:21.589Z] ---> Running in 62aef2ddfbad [2020-12-03T06:20:21.589Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-03T06:20:23.043Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 62aef2ddfbad [2020-12-03T06:20:23.043Z] ---> 4ec0e2964674 [2020-12-03T06:20:23.043Z] Step 21/21 : LABEL version=1.3.1-dev.17 [2020-12-03T06:20:23.645Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-03T06:20:23.645Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-03T06:20:23.645Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-03T06:20:23.645Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-03T06:20:23.645Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-03T06:20:23.645Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-03T06:20:23.645Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-03T06:20:23.645Z] ---> Running in 793fcf1b6615 [2020-12-03T06:20:23.926Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-03T06:20:23.926Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-03T06:20:23.926Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-03T06:20:23.926Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-03T06:20:23.926Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-03T06:20:23.926Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-03T06:20:23.926Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-03T06:20:23.926Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-03T06:20:23.926Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-03T06:20:24.208Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-03T06:20:24.208Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-03T06:20:24.208Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-03T06:20:24.208Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-03T06:20:24.208Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-03T06:20:24.208Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-03T06:20:24.208Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-03T06:20:24.208Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-03T06:20:24.208Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-03T06:20:24.208Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-03T06:20:24.484Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T06:20:24.484Z] OK: 71 MiB in 55 packages [2020-12-03T06:20:24.759Z] Removing intermediate container 793fcf1b6615 [2020-12-03T06:20:24.759Z] ---> ee625e941eee [2020-12-03T06:20:24.759Z] [2020-12-03T06:20:25.033Z] Successfully built ee625e941eee [2020-12-03T06:20:25.330Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-03T06:20:25.945Z]  Building docker-support-scheduler-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T06:20:25.945Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T06:20:25.945Z] ---> 4149bdecfe13 [2020-12-03T06:20:25.945Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T06:20:25.945Z] ---> Using cache [2020-12-03T06:20:25.945Z] ---> 6817b6c9441d [2020-12-03T06:20:25.945Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T06:20:25.945Z] ---> Using cache [2020-12-03T06:20:25.945Z] ---> 6d132a59db6a [2020-12-03T06:20:25.945Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-03T06:20:25.945Z] ---> Running in 536ce8906e84 [2020-12-03T06:20:27.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:20:27.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T06:20:28.973Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T06:20:28.973Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T06:20:28.973Z] OK: 12616 distinct packages available [2020-12-03T06:20:29.966Z] OK: 217 MiB in 51 packages [2020-12-03T06:20:31.408Z] Removing intermediate container 010f832f35d9 [2020-12-03T06:20:31.408Z] ---> 351c273b11c0 [2020-12-03T06:20:31.408Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-03T06:20:31.408Z] ---> Running in 5c1a9a86cd4d [2020-12-03T06:20:31.687Z] Removing intermediate container 536ce8906e84 [2020-12-03T06:20:31.688Z] ---> df08b96e2bd0 [2020-12-03T06:20:31.688Z] Step 6/24 : COPY go.mod . [2020-12-03T06:20:32.294Z] ---> 19c37c877a4b [2020-12-03T06:20:32.294Z] Step 7/24 : RUN go mod download [2020-12-03T06:20:32.573Z] ---> Running in 586f0978fbfd [2020-12-03T06:20:35.202Z] Removing intermediate container 586f0978fbfd [2020-12-03T06:20:35.202Z] ---> acedf794c58c [2020-12-03T06:20:35.202Z] Step 8/24 : COPY . . [2020-12-03T06:20:37.189Z] Collecting docker-compose==1.23.2 [2020-12-03T06:20:37.189Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-03T06:20:39.178Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-03T06:20:39.178Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-03T06:20:39.782Z] Collecting PyYAML<4,>=3.10 [2020-12-03T06:20:39.782Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-03T06:20:43.196Z] ---> f3131c30f498 [2020-12-03T06:20:43.196Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-03T06:20:43.196Z] Collecting docopt<0.7,>=0.6.1 [2020-12-03T06:20:43.196Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-03T06:20:43.196Z] ---> Running in 61c160398034 [2020-12-03T06:20:44.191Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.17" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-03T06:20:45.644Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-03T06:20:45.644Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-03T06:20:48.296Z] 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-03T06:20:48.296Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-03T06:20:48.296Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-03T06:20:49.292Z] Collecting docker<4.0,>=3.6.0 [2020-12-03T06:20:49.292Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-03T06:20:49.895Z] Collecting cached-property<2,>=1.2.0 [2020-12-03T06:20:49.895Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-03T06:20:50.499Z] Collecting jsonschema<3,>=2.5.1 [2020-12-03T06:20:50.499Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-03T06:20:51.102Z] Collecting texttable<0.10,>=0.9.0 [2020-12-03T06:20:51.102Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-03T06:20:53.101Z] Collecting idna<2.8,>=2.5 [2020-12-03T06:20:53.101Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-03T06:20:53.379Z] 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-03T06:20:53.986Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-03T06:20:53.986Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-03T06:20:54.264Z] 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-03T06:20:54.544Z] Collecting docker-pycreds>=0.4.0 [2020-12-03T06:20:54.544Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-03T06:20:54.544Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-03T06:20:54.544Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-03T06:20:54.544Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-03T06:20:54.544Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-03T06:20:55.537Z] Installing collected packages: idna, urllib3, requests, PyYAML, docopt, dockerpty, websocket-client, docker-pycreds, docker, cached-property, jsonschema, texttable, docker-compose [2020-12-03T06:20:55.537Z] Attempting uninstall: idna [2020-12-03T06:20:55.537Z] Found existing installation: idna 2.9 [2020-12-03T06:20:55.537Z] Uninstalling idna-2.9: [2020-12-03T06:20:55.812Z] Successfully uninstalled idna-2.9 [2020-12-03T06:20:56.427Z] Attempting uninstall: urllib3 [2020-12-03T06:20:56.427Z] Found existing installation: urllib3 1.25.9 [2020-12-03T06:20:56.427Z] Uninstalling urllib3-1.25.9: [2020-12-03T06:20:56.427Z] Successfully uninstalled urllib3-1.25.9 [2020-12-03T06:20:57.028Z] Attempting uninstall: requests [2020-12-03T06:20:57.028Z] Found existing installation: requests 2.23.0 [2020-12-03T06:20:57.028Z] Uninstalling requests-2.23.0: [2020-12-03T06:20:57.314Z] Successfully uninstalled requests-2.23.0 [2020-12-03T06:20:57.590Z] Running setup.py install for PyYAML: started [2020-12-03T06:21:00.229Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-03T06:21:00.229Z] Running setup.py install for docopt: started [2020-12-03T06:21:01.678Z] Running setup.py install for docopt: finished with status 'done' [2020-12-03T06:21:01.678Z] Running setup.py install for dockerpty: started [2020-12-03T06:21:03.669Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-03T06:21:05.656Z] Running setup.py install for texttable: started [2020-12-03T06:21:07.692Z] Running setup.py install for texttable: finished with status 'done' [2020-12-03T06:21:08.775Z] 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-03T06:21:14.198Z] Removing intermediate container 5c1a9a86cd4d [2020-12-03T06:21:14.198Z] ---> faf5db5493eb [2020-12-03T06:21:14.198Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-03T06:21:14.198Z] ---> Running in d3c3e2799d52 [2020-12-03T06:21:15.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:21:15.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T06:21:16.244Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T06:21:16.244Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-03T06:21:16.244Z] (3/3) Installing curl (7.69.1-r1) [2020-12-03T06:21:16.244Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T06:21:16.244Z] OK: 71 MiB in 58 packages [2020-12-03T06:21:17.682Z] Removing intermediate container d3c3e2799d52 [2020-12-03T06:21:17.682Z] ---> c971a36f2177 [2020-12-03T06:21:17.682Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-03T06:21:17.959Z] ---> Running in 501cee529327 [2020-12-03T06:21:18.555Z] Removing intermediate container 501cee529327 [2020-12-03T06:21:18.555Z] ---> 1d8d56422b34 [2020-12-03T06:21:18.555Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T06:21:18.828Z] ---> Running in 2ac2ac864caf [2020-12-03T06:21:19.813Z] Removing intermediate container 2ac2ac864caf [2020-12-03T06:21:19.813Z] ---> 531596e037c2 [2020-12-03T06:21:19.813Z] Step 25/27 : LABEL arch=arm64 [2020-12-03T06:21:19.813Z] ---> Running in 931b6b88aa8c [2020-12-03T06:21:20.408Z] Removing intermediate container 61c160398034 [2020-12-03T06:21:20.408Z] ---> 1b079a5fd178 [2020-12-03T06:21:20.408Z] [2020-12-03T06:21:20.408Z] Step 10/24 : FROM scratch [2020-12-03T06:21:20.408Z] ---> [2020-12-03T06:21:20.408Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T06:21:20.408Z] Removing intermediate container 931b6b88aa8c [2020-12-03T06:21:20.408Z] ---> dd5d2eba7368 [2020-12-03T06:21:20.408Z] Step 26/27 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:21:20.408Z] ---> Using cache [2020-12-03T06:21:20.408Z] ---> 7f14b9f68096 [2020-12-03T06:21:20.408Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-03T06:21:20.680Z] ---> Running in d6cffebb4506 [2020-12-03T06:21:20.680Z] ---> Running in 01a7d1beacd2 [2020-12-03T06:21:20.955Z] Removing intermediate container d6cffebb4506 [2020-12-03T06:21:20.955Z] ---> b142a5074de9 [2020-12-03T06:21:20.955Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-03T06:21:21.232Z] ---> Running in 05987fa94982 [2020-12-03T06:21:21.232Z] Removing intermediate container 01a7d1beacd2 [2020-12-03T06:21:21.232Z] ---> c1beddc12645 [2020-12-03T06:21:21.232Z] Step 27/27 : LABEL version=1.3.1-dev.17 [2020-12-03T06:21:21.232Z] ---> Running in 38c3e85ed922 [2020-12-03T06:21:21.825Z] Removing intermediate container 05987fa94982 [2020-12-03T06:21:21.825Z] ---> a90d73654399 [2020-12-03T06:21:21.825Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-03T06:21:21.825Z] Removing intermediate container 38c3e85ed922 [2020-12-03T06:21:21.825Z] ---> 29f517fd6b50 [2020-12-03T06:21:21.825Z] [2020-12-03T06:21:22.097Z] Successfully built 29f517fd6b50 [2020-12-03T06:21:22.097Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-03T06:21:22.689Z]  Building docker-sys-mgmt-agent-go ... done  ---> 6c39af9f5aff [2020-12-03T06:21:22.689Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-03T06:21:23.663Z] ---> 2b7fa66d2f05 [2020-12-03T06:21:23.663Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-03T06:21:24.638Z] ---> 58f4959319ef [2020-12-03T06:21:24.638Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-03T06:21:25.612Z] ---> 2f60519e4e12 [2020-12-03T06:21:25.612Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-03T06:21:26.584Z] ---> 7f6b2f8af24e [2020-12-03T06:21:26.584Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-03T06:21:27.558Z] ---> d4d96f38fe32 [2020-12-03T06:21:27.558Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-03T06:21:27.558Z] ---> Running in d0e70b6f296b [2020-12-03T06:21:27.828Z] Removing intermediate container d0e70b6f296b [2020-12-03T06:21:27.828Z] ---> 705f83683a7e [2020-12-03T06:21:27.828Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T06:21:28.099Z] ---> Running in 506b625b9203 [2020-12-03T06:21:28.373Z] Removing intermediate container 506b625b9203 [2020-12-03T06:21:28.373Z] ---> 6aa05fc23931 [2020-12-03T06:21:28.373Z] Step 22/24 : LABEL arch=arm64 [2020-12-03T06:21:28.646Z] ---> Running in d5409472beca [2020-12-03T06:21:29.238Z] Removing intermediate container d5409472beca [2020-12-03T06:21:29.239Z] ---> 6124a940f01a [2020-12-03T06:21:29.239Z] Step 23/24 : LABEL git_sha=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:21:29.239Z] ---> Running in e3650bc43f05 [2020-12-03T06:21:29.830Z] Removing intermediate container e3650bc43f05 [2020-12-03T06:21:29.830Z] ---> dd7d5c5d5029 [2020-12-03T06:21:29.830Z] Step 24/24 : LABEL version=1.3.1-dev.17 [2020-12-03T06:21:29.830Z] ---> Running in 70e8eec1e5de [2020-12-03T06:21:30.102Z] Removing intermediate container 70e8eec1e5de [2020-12-03T06:21:30.102Z] ---> f3eaf056941f [2020-12-03T06:21:30.102Z] [2020-12-03T06:21:30.693Z] Successfully built f3eaf056941f [2020-12-03T06:21:30.693Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-03T06:21:30.979Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-12-03T06:21:30.995Z] $ docker stop --time=1 f0acd16260611b9ecf7a93c461fde6925d1ca9c03a4269857ca1b6a832d3eb3f [2020-12-03T06:21:32.984Z] $ docker rm -f f0acd16260611b9ecf7a93c461fde6925d1ca9c03a4269857ca1b6a832d3eb3f [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T06:21:33.731Z] + docker images [2020-12-03T06:21:33.731Z] + grep docker [2020-12-03T06:21:34.001Z] docker-support-notifications-go-arm64 latest f3eaf056941f 4 seconds ago 12.9MB [2020-12-03T06:21:34.001Z] docker-sys-mgmt-agent-go-arm64 latest 29f517fd6b50 12 seconds ago 273MB [2020-12-03T06:21:34.001Z] docker-support-scheduler-go-arm64 latest ee625e941eee About a minute ago 11.5MB [2020-12-03T06:21:34.001Z] docker-support-logging-go-arm64 latest 4e0826dead9e About a minute ago 10.6MB [2020-12-03T06:21:34.001Z] docker-security-proxy-setup-go-arm64 latest 27783ecf09e5 About a minute ago 23.4MB [2020-12-03T06:21:34.001Z] docker-security-bootstrap-redis-go-arm64 latest a1c035df24a6 About a minute ago 15.2MB [2020-12-03T06:21:34.001Z] docker-core-data-go-arm64 latest ec35d9b82015 3 minutes ago 22.3MB [2020-12-03T06:21:34.001Z] docker-core-metadata-go-arm64 latest ed6caf3de38e 3 minutes ago 13.6MB [2020-12-03T06:21:34.001Z] docker-core-command-go-arm64 latest 500ed14a06ca 4 minutes ago 11.4MB [2020-12-03T06:21:34.001Z] docker-security-secrets-setup-go-arm64 latest 98247fef1230 4 minutes ago 22.7MB [2020-12-03T06:21:34.001Z] docker-security-secretstore-setup-go-arm64 latest ea445ff7e1d8 4 minutes ago 23.5MB [2020-12-03T06:21:34.001Z] docker latest 84e3a507c27b 29 hours 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-03T06:21:34.539Z] provisioning config files... [2020-12-03T06:21:34.581Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/241@tmp/config7580922533862033814tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:21:34.977Z] ---> docker-login.sh [2020-12-03T06:21:34.977Z] nexus3.edgexfoundry.org:10001 [2020-12-03T06:21:35.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:21:35.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:21:35.519Z] Configure a credential helper to remove this warning. See [2020-12-03T06:21:35.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:21:35.519Z] [2020-12-03T06:21:35.519Z] Login Succeeded [2020-12-03T06:21:35.519Z] nexus3.edgexfoundry.org:10002 [2020-12-03T06:21:35.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:21:36.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:21:36.060Z] Configure a credential helper to remove this warning. See [2020-12-03T06:21:36.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:21:36.060Z] [2020-12-03T06:21:36.060Z] Login Succeeded [2020-12-03T06:21:36.060Z] nexus3.edgexfoundry.org:10003 [2020-12-03T06:21:36.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:21:36.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:21:36.607Z] Configure a credential helper to remove this warning. See [2020-12-03T06:21:36.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:21:36.607Z] [2020-12-03T06:21:36.607Z] Login Succeeded [2020-12-03T06:21:36.607Z] nexus3.edgexfoundry.org:10004 [2020-12-03T06:21:36.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:21:37.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:21:37.159Z] Configure a credential helper to remove this warning. See [2020-12-03T06:21:37.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:21:37.159Z] [2020-12-03T06:21:37.159Z] Login Succeeded [2020-12-03T06:21:37.159Z] docker.io [2020-12-03T06:21:37.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T06:21:38.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T06:21:38.031Z] Configure a credential helper to remove this warning. See [2020-12-03T06:21:38.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T06:21:38.031Z] [2020-12-03T06:21:38.031Z] Login Succeeded [2020-12-03T06:21:38.031Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T06:21:38.048Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:21:38.279Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-03T06:21:38.280Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:21:38.280Z] 1.3.1-dev.17 [2020-12-03T06:21:38.280Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:21:38.280Z] master [2020-12-03T06:21:38.280Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:38.819Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:39.159Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:21:39.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-03T06:21:39.159Z] 73319f26984e: Preparing [2020-12-03T06:21:39.159Z] 0fd8f7df28f2: Preparing [2020-12-03T06:21:39.159Z] a8f77274d58d: Preparing [2020-12-03T06:21:39.435Z] a8f77274d58d: Pushed [2020-12-03T06:21:39.435Z] 73319f26984e: Pushed [2020-12-03T06:21:42.048Z] 0fd8f7df28f2: Pushed [2020-12-03T06:21:42.320Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:7df4ad930cdeebbddf2db80e48d70128351c6ce83b6e4dde4f6ba3a31b80e4bf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:42.661Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:43.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.17 [2020-12-03T06:21:43.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-03T06:21:43.009Z] 73319f26984e: Preparing [2020-12-03T06:21:43.009Z] 0fd8f7df28f2: Preparing [2020-12-03T06:21:43.009Z] a8f77274d58d: Preparing [2020-12-03T06:21:43.009Z] a8f77274d58d: Layer already exists [2020-12-03T06:21:43.009Z] 0fd8f7df28f2: Layer already exists [2020-12-03T06:21:43.009Z] 73319f26984e: Layer already exists [2020-12-03T06:21:43.280Z] 1.3.1-dev.17: digest: sha256:7df4ad930cdeebbddf2db80e48d70128351c6ce83b6e4dde4f6ba3a31b80e4bf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:43.645Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:44.001Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:21:44.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-03T06:21:44.001Z] 73319f26984e: Preparing [2020-12-03T06:21:44.001Z] 0fd8f7df28f2: Preparing [2020-12-03T06:21:44.001Z] a8f77274d58d: Preparing [2020-12-03T06:21:44.275Z] 0fd8f7df28f2: Layer already exists [2020-12-03T06:21:44.275Z] 73319f26984e: Layer already exists [2020-12-03T06:21:44.275Z] a8f77274d58d: Layer already exists [2020-12-03T06:21:44.275Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:7df4ad930cdeebbddf2db80e48d70128351c6ce83b6e4dde4f6ba3a31b80e4bf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:44.639Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:45.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-03T06:21:45.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-03T06:21:45.004Z] 73319f26984e: Preparing [2020-12-03T06:21:45.004Z] 0fd8f7df28f2: Preparing [2020-12-03T06:21:45.004Z] a8f77274d58d: Preparing [2020-12-03T06:21:45.276Z] a8f77274d58d: Layer already exists [2020-12-03T06:21:45.276Z] 73319f26984e: Layer already exists [2020-12-03T06:21:45.276Z] 0fd8f7df28f2: Layer already exists [2020-12-03T06:21:45.276Z] master: digest: sha256:7df4ad930cdeebbddf2db80e48d70128351c6ce83b6e4dde4f6ba3a31b80e4bf size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:21:45.558Z] ===================================================== [Pipeline] echo [2020-12-03T06:21:45.629Z] taggedImages: [2020-12-03T06:21:45.629Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:21:45.629Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.17 [2020-12-03T06:21:45.629Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:21:45.629Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-03T06:21:45.746Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-03T06:21:45.746Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:21:45.746Z] 1.3.1-dev.17 [2020-12-03T06:21:45.746Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:21:45.746Z] master [2020-12-03T06:21:45.746Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:46.282Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:46.626Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:21:46.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-03T06:21:46.626Z] 018195b510ba: Preparing [2020-12-03T06:21:46.626Z] 9fe3a98fc860: Preparing [2020-12-03T06:21:46.626Z] 7351dda96d8b: Preparing [2020-12-03T06:21:46.626Z] d83e842cbdcc: Preparing [2020-12-03T06:21:46.626Z] 897f9ca91be2: Preparing [2020-12-03T06:21:46.626Z] cd3761cfa1d9: Preparing [2020-12-03T06:21:46.626Z] cd3761cfa1d9: Waiting [2020-12-03T06:21:46.903Z] 018195b510ba: Pushed [2020-12-03T06:21:46.903Z] 7351dda96d8b: Pushed [2020-12-03T06:21:46.903Z] 897f9ca91be2: Pushed [2020-12-03T06:21:46.903Z] cd3761cfa1d9: Layer already exists [2020-12-03T06:21:47.566Z] d83e842cbdcc: Pushed [2020-12-03T06:21:50.998Z] 9fe3a98fc860: Pushed [2020-12-03T06:21:50.998Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:b93c3aae6cddb576403d0a5e92ed9e8ea67bc30cbbc28bc66e13dfd925acc643 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:51.338Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:51.676Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.17 [2020-12-03T06:21:51.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-03T06:21:51.676Z] 018195b510ba: Preparing [2020-12-03T06:21:51.676Z] 9fe3a98fc860: Preparing [2020-12-03T06:21:51.676Z] 7351dda96d8b: Preparing [2020-12-03T06:21:51.676Z] d83e842cbdcc: Preparing [2020-12-03T06:21:51.676Z] 897f9ca91be2: Preparing [2020-12-03T06:21:51.676Z] cd3761cfa1d9: Preparing [2020-12-03T06:21:51.676Z] cd3761cfa1d9: Waiting [2020-12-03T06:21:51.676Z] 897f9ca91be2: Layer already exists [2020-12-03T06:21:51.676Z] 9fe3a98fc860: Layer already exists [2020-12-03T06:21:51.676Z] 7351dda96d8b: Layer already exists [2020-12-03T06:21:51.676Z] 018195b510ba: Layer already exists [2020-12-03T06:21:51.947Z] d83e842cbdcc: Layer already exists [2020-12-03T06:21:51.947Z] cd3761cfa1d9: Layer already exists [2020-12-03T06:21:51.947Z] 1.3.1-dev.17: digest: sha256:b93c3aae6cddb576403d0a5e92ed9e8ea67bc30cbbc28bc66e13dfd925acc643 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:52.287Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:52.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:21:52.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-03T06:21:52.647Z] 018195b510ba: Preparing [2020-12-03T06:21:52.647Z] 9fe3a98fc860: Preparing [2020-12-03T06:21:52.647Z] 7351dda96d8b: Preparing [2020-12-03T06:21:52.647Z] d83e842cbdcc: Preparing [2020-12-03T06:21:52.647Z] 897f9ca91be2: Preparing [2020-12-03T06:21:52.647Z] cd3761cfa1d9: Preparing [2020-12-03T06:21:52.647Z] cd3761cfa1d9: Waiting [2020-12-03T06:21:52.647Z] 897f9ca91be2: Layer already exists [2020-12-03T06:21:52.647Z] 7351dda96d8b: Layer already exists [2020-12-03T06:21:52.647Z] 9fe3a98fc860: Layer already exists [2020-12-03T06:21:52.647Z] 018195b510ba: Layer already exists [2020-12-03T06:21:52.647Z] d83e842cbdcc: Layer already exists [2020-12-03T06:21:52.917Z] cd3761cfa1d9: Layer already exists [2020-12-03T06:21:52.917Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:b93c3aae6cddb576403d0a5e92ed9e8ea67bc30cbbc28bc66e13dfd925acc643 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:53.256Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:53.589Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-03T06:21:53.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-03T06:21:53.589Z] 018195b510ba: Preparing [2020-12-03T06:21:53.589Z] 9fe3a98fc860: Preparing [2020-12-03T06:21:53.589Z] 7351dda96d8b: Preparing [2020-12-03T06:21:53.589Z] d83e842cbdcc: Preparing [2020-12-03T06:21:53.589Z] 897f9ca91be2: Preparing [2020-12-03T06:21:53.589Z] cd3761cfa1d9: Preparing [2020-12-03T06:21:53.589Z] cd3761cfa1d9: Waiting [2020-12-03T06:21:53.860Z] 018195b510ba: Layer already exists [2020-12-03T06:21:53.860Z] 9fe3a98fc860: Layer already exists [2020-12-03T06:21:53.860Z] 897f9ca91be2: Layer already exists [2020-12-03T06:21:53.860Z] d83e842cbdcc: Layer already exists [2020-12-03T06:21:53.860Z] 7351dda96d8b: Layer already exists [2020-12-03T06:21:53.860Z] cd3761cfa1d9: Layer already exists [2020-12-03T06:21:53.860Z] master: digest: sha256:b93c3aae6cddb576403d0a5e92ed9e8ea67bc30cbbc28bc66e13dfd925acc643 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:21:54.068Z] ===================================================== [Pipeline] echo [2020-12-03T06:21:54.120Z] taggedImages: [2020-12-03T06:21:54.120Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:21:54.120Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.17 [2020-12-03T06:21:54.120Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:21:54.120Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-03T06:21:54.193Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-03T06:21:54.193Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:21:54.193Z] 1.3.1-dev.17 [2020-12-03T06:21:54.193Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:21:54.193Z] master [2020-12-03T06:21:54.193Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:54.820Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:55.158Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:21:55.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-03T06:21:55.158Z] 0ddbbaed6c60: Preparing [2020-12-03T06:21:55.158Z] 802dce52c936: Preparing [2020-12-03T06:21:55.158Z] 9cc820d58009: Preparing [2020-12-03T06:21:55.428Z] 9cc820d58009: Pushed [2020-12-03T06:21:55.428Z] 0ddbbaed6c60: Pushed [2020-12-03T06:21:58.796Z] 802dce52c936: Pushed [2020-12-03T06:21:59.067Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:325dc5df838bf1a3a1b840624b5ba291da5d8fa06cc80ab03cb60b869a121b3b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:21:59.677Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:00.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.17 [2020-12-03T06:22:00.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-03T06:22:00.015Z] 0ddbbaed6c60: Preparing [2020-12-03T06:22:00.015Z] 802dce52c936: Preparing [2020-12-03T06:22:00.015Z] 9cc820d58009: Preparing [2020-12-03T06:22:00.015Z] 9cc820d58009: Layer already exists [2020-12-03T06:22:00.015Z] 0ddbbaed6c60: Layer already exists [2020-12-03T06:22:00.015Z] 802dce52c936: Layer already exists [2020-12-03T06:22:00.286Z] 1.3.1-dev.17: digest: sha256:325dc5df838bf1a3a1b840624b5ba291da5d8fa06cc80ab03cb60b869a121b3b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:00.624Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:00.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:00.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-03T06:22:00.963Z] 0ddbbaed6c60: Preparing [2020-12-03T06:22:00.963Z] 802dce52c936: Preparing [2020-12-03T06:22:00.963Z] 9cc820d58009: Preparing [2020-12-03T06:22:00.963Z] 9cc820d58009: Layer already exists [2020-12-03T06:22:00.963Z] 0ddbbaed6c60: Layer already exists [2020-12-03T06:22:00.963Z] 802dce52c936: Layer already exists [2020-12-03T06:22:01.233Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:325dc5df838bf1a3a1b840624b5ba291da5d8fa06cc80ab03cb60b869a121b3b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:01.586Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:01.921Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-03T06:22:01.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-03T06:22:01.921Z] 0ddbbaed6c60: Preparing [2020-12-03T06:22:01.921Z] 802dce52c936: Preparing [2020-12-03T06:22:01.921Z] 9cc820d58009: Preparing [2020-12-03T06:22:01.921Z] 0ddbbaed6c60: Layer already exists [2020-12-03T06:22:01.921Z] 802dce52c936: Layer already exists [2020-12-03T06:22:02.191Z] 9cc820d58009: Layer already exists [2020-12-03T06:22:02.191Z] master: digest: sha256:325dc5df838bf1a3a1b840624b5ba291da5d8fa06cc80ab03cb60b869a121b3b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:22:02.421Z] ===================================================== [Pipeline] echo [2020-12-03T06:22:02.475Z] taggedImages: [2020-12-03T06:22:02.475Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:02.475Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.17 [2020-12-03T06:22:02.475Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:02.475Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-03T06:22:02.548Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-03T06:22:02.548Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:02.548Z] 1.3.1-dev.17 [2020-12-03T06:22:02.548Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:02.548Z] master [2020-12-03T06:22:02.548Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:03.074Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:03.406Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:03.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-03T06:22:03.406Z] 0d8a09510af5: Preparing [2020-12-03T06:22:03.406Z] d54ef4efb262: Preparing [2020-12-03T06:22:03.406Z] 3b90a498370f: Preparing [2020-12-03T06:22:03.406Z] a1fa83e21c88: Preparing [2020-12-03T06:22:03.406Z] ce4435f9f49e: Preparing [2020-12-03T06:22:03.406Z] 9a11a6fce671: Preparing [2020-12-03T06:22:03.406Z] 66b385cf80cf: Preparing [2020-12-03T06:22:03.406Z] 9a11a6fce671: Waiting [2020-12-03T06:22:03.406Z] 66b385cf80cf: Waiting [2020-12-03T06:22:03.677Z] 3b90a498370f: Pushed [2020-12-03T06:22:03.959Z] 0d8a09510af5: Pushed [2020-12-03T06:22:03.959Z] d54ef4efb262: Pushed [2020-12-03T06:22:03.959Z] ce4435f9f49e: Pushed [2020-12-03T06:22:03.959Z] 66b385cf80cf: Layer already exists [2020-12-03T06:22:04.553Z] 9a11a6fce671: Pushed [2020-12-03T06:22:05.999Z] a1fa83e21c88: Pushed [2020-12-03T06:22:05.999Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:7d2dae0ce1697b88d3a266c20eeed984af834c0ee05bd3d4fa37dbfb6baf3d3e size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:06.373Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:06.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.17 [2020-12-03T06:22:06.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-03T06:22:06.711Z] 0d8a09510af5: Preparing [2020-12-03T06:22:06.711Z] d54ef4efb262: Preparing [2020-12-03T06:22:06.711Z] 3b90a498370f: Preparing [2020-12-03T06:22:06.711Z] a1fa83e21c88: Preparing [2020-12-03T06:22:06.711Z] ce4435f9f49e: Preparing [2020-12-03T06:22:06.711Z] 9a11a6fce671: Preparing [2020-12-03T06:22:06.711Z] 66b385cf80cf: Preparing [2020-12-03T06:22:06.711Z] 9a11a6fce671: Waiting [2020-12-03T06:22:06.711Z] 66b385cf80cf: Waiting [2020-12-03T06:22:06.983Z] 0d8a09510af5: Layer already exists [2020-12-03T06:22:06.983Z] d54ef4efb262: Layer already exists [2020-12-03T06:22:06.983Z] ce4435f9f49e: Layer already exists [2020-12-03T06:22:06.983Z] a1fa83e21c88: Layer already exists [2020-12-03T06:22:06.983Z] 3b90a498370f: Layer already exists [2020-12-03T06:22:06.983Z] 66b385cf80cf: Layer already exists [2020-12-03T06:22:06.983Z] 9a11a6fce671: Layer already exists [2020-12-03T06:22:06.983Z] 1.3.1-dev.17: digest: sha256:7d2dae0ce1697b88d3a266c20eeed984af834c0ee05bd3d4fa37dbfb6baf3d3e size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:07.325Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:07.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:07.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-03T06:22:07.658Z] 0d8a09510af5: Preparing [2020-12-03T06:22:07.658Z] d54ef4efb262: Preparing [2020-12-03T06:22:07.658Z] 3b90a498370f: Preparing [2020-12-03T06:22:07.658Z] a1fa83e21c88: Preparing [2020-12-03T06:22:07.658Z] ce4435f9f49e: Preparing [2020-12-03T06:22:07.658Z] 9a11a6fce671: Preparing [2020-12-03T06:22:07.658Z] 66b385cf80cf: Preparing [2020-12-03T06:22:07.658Z] 9a11a6fce671: Waiting [2020-12-03T06:22:07.658Z] 66b385cf80cf: Waiting [2020-12-03T06:22:07.658Z] d54ef4efb262: Layer already exists [2020-12-03T06:22:07.932Z] ce4435f9f49e: Layer already exists [2020-12-03T06:22:07.932Z] 3b90a498370f: Layer already exists [2020-12-03T06:22:07.932Z] a1fa83e21c88: Layer already exists [2020-12-03T06:22:07.932Z] 0d8a09510af5: Layer already exists [2020-12-03T06:22:07.932Z] 9a11a6fce671: Layer already exists [2020-12-03T06:22:07.932Z] 66b385cf80cf: Layer already exists [2020-12-03T06:22:07.932Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:7d2dae0ce1697b88d3a266c20eeed984af834c0ee05bd3d4fa37dbfb6baf3d3e size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:08.273Z] + 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-03T06:22:08.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-03T06:22:08.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-03T06:22:08.610Z] 0d8a09510af5: Preparing [2020-12-03T06:22:08.610Z] d54ef4efb262: Preparing [2020-12-03T06:22:08.610Z] 3b90a498370f: Preparing [2020-12-03T06:22:08.610Z] a1fa83e21c88: Preparing [2020-12-03T06:22:08.610Z] ce4435f9f49e: Preparing [2020-12-03T06:22:08.610Z] 9a11a6fce671: Preparing [2020-12-03T06:22:08.610Z] 66b385cf80cf: Preparing [2020-12-03T06:22:08.610Z] 9a11a6fce671: Waiting [2020-12-03T06:22:08.610Z] 66b385cf80cf: Waiting [2020-12-03T06:22:08.881Z] 3b90a498370f: Layer already exists [2020-12-03T06:22:08.881Z] d54ef4efb262: Layer already exists [2020-12-03T06:22:08.881Z] 0d8a09510af5: Layer already exists [2020-12-03T06:22:08.881Z] ce4435f9f49e: Layer already exists [2020-12-03T06:22:08.881Z] a1fa83e21c88: Layer already exists [2020-12-03T06:22:08.881Z] 66b385cf80cf: Layer already exists [2020-12-03T06:22:08.881Z] 9a11a6fce671: Layer already exists [2020-12-03T06:22:08.881Z] master: digest: sha256:7d2dae0ce1697b88d3a266c20eeed984af834c0ee05bd3d4fa37dbfb6baf3d3e size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:22:09.085Z] ===================================================== [Pipeline] echo [2020-12-03T06:22:09.134Z] taggedImages: [2020-12-03T06:22:09.134Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:09.134Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.17 [2020-12-03T06:22:09.134Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:09.134Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-03T06:22:09.205Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-03T06:22:09.205Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:09.205Z] 1.3.1-dev.17 [2020-12-03T06:22:09.205Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:09.205Z] master [2020-12-03T06:22:09.205Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:09.729Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:10.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:10.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-03T06:22:10.075Z] 2a78b7b8afbd: Preparing [2020-12-03T06:22:10.075Z] caf1f6e3226f: Preparing [2020-12-03T06:22:10.075Z] 89e17ea87c1e: Preparing [2020-12-03T06:22:10.075Z] 9c2bbaee9ff5: Preparing [2020-12-03T06:22:10.075Z] 53f3466b439f: Preparing [2020-12-03T06:22:10.075Z] cd3761cfa1d9: Preparing [2020-12-03T06:22:10.357Z] 9c2bbaee9ff5: Pushed [2020-12-03T06:22:10.357Z] 89e17ea87c1e: Pushed [2020-12-03T06:22:10.630Z] cd3761cfa1d9: Layer already exists [2020-12-03T06:22:10.902Z] 53f3466b439f: Pushed [2020-12-03T06:22:12.874Z] 2a78b7b8afbd: Pushed [2020-12-03T06:22:12.874Z] caf1f6e3226f: Pushed [2020-12-03T06:22:12.874Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:dc2e6e10576f53f2e3a2e120b0cbb8110ca5fa3b70a164585fab57447fb83a1a size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:13.227Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:13.626Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.17 [2020-12-03T06:22:13.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-03T06:22:13.626Z] 2a78b7b8afbd: Preparing [2020-12-03T06:22:13.626Z] caf1f6e3226f: Preparing [2020-12-03T06:22:13.626Z] 89e17ea87c1e: Preparing [2020-12-03T06:22:13.626Z] 9c2bbaee9ff5: Preparing [2020-12-03T06:22:13.626Z] 53f3466b439f: Preparing [2020-12-03T06:22:13.626Z] cd3761cfa1d9: Preparing [2020-12-03T06:22:13.626Z] cd3761cfa1d9: Waiting [2020-12-03T06:22:13.626Z] 53f3466b439f: Layer already exists [2020-12-03T06:22:13.626Z] 2a78b7b8afbd: Layer already exists [2020-12-03T06:22:13.626Z] 89e17ea87c1e: Layer already exists [2020-12-03T06:22:13.626Z] 9c2bbaee9ff5: Layer already exists [2020-12-03T06:22:13.626Z] caf1f6e3226f: Layer already exists [2020-12-03T06:22:13.904Z] cd3761cfa1d9: Layer already exists [2020-12-03T06:22:13.904Z] 1.3.1-dev.17: digest: sha256:dc2e6e10576f53f2e3a2e120b0cbb8110ca5fa3b70a164585fab57447fb83a1a size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:14.275Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:14.630Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:14.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-03T06:22:14.630Z] 2a78b7b8afbd: Preparing [2020-12-03T06:22:14.630Z] caf1f6e3226f: Preparing [2020-12-03T06:22:14.630Z] 89e17ea87c1e: Preparing [2020-12-03T06:22:14.630Z] 9c2bbaee9ff5: Preparing [2020-12-03T06:22:14.630Z] 53f3466b439f: Preparing [2020-12-03T06:22:14.630Z] cd3761cfa1d9: Preparing [2020-12-03T06:22:14.630Z] cd3761cfa1d9: Waiting [2020-12-03T06:22:14.906Z] 89e17ea87c1e: Layer already exists [2020-12-03T06:22:14.906Z] caf1f6e3226f: Layer already exists [2020-12-03T06:22:14.906Z] 9c2bbaee9ff5: Layer already exists [2020-12-03T06:22:14.906Z] 53f3466b439f: Layer already exists [2020-12-03T06:22:14.906Z] 2a78b7b8afbd: Layer already exists [2020-12-03T06:22:14.906Z] cd3761cfa1d9: Layer already exists [2020-12-03T06:22:14.906Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:dc2e6e10576f53f2e3a2e120b0cbb8110ca5fa3b70a164585fab57447fb83a1a size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:15.254Z] + 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-03T06:22:15.586Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-03T06:22:15.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-03T06:22:15.586Z] 2a78b7b8afbd: Preparing [2020-12-03T06:22:15.586Z] caf1f6e3226f: Preparing [2020-12-03T06:22:15.586Z] 89e17ea87c1e: Preparing [2020-12-03T06:22:15.586Z] 9c2bbaee9ff5: Preparing [2020-12-03T06:22:15.586Z] 53f3466b439f: Preparing [2020-12-03T06:22:15.586Z] cd3761cfa1d9: Preparing [2020-12-03T06:22:15.586Z] cd3761cfa1d9: Waiting [2020-12-03T06:22:15.586Z] 53f3466b439f: Layer already exists [2020-12-03T06:22:15.586Z] 9c2bbaee9ff5: Layer already exists [2020-12-03T06:22:15.586Z] 2a78b7b8afbd: Layer already exists [2020-12-03T06:22:15.586Z] 89e17ea87c1e: Layer already exists [2020-12-03T06:22:15.856Z] caf1f6e3226f: Layer already exists [2020-12-03T06:22:15.856Z] cd3761cfa1d9: Layer already exists [2020-12-03T06:22:15.856Z] master: digest: sha256:dc2e6e10576f53f2e3a2e120b0cbb8110ca5fa3b70a164585fab57447fb83a1a size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:22:16.147Z] ===================================================== [Pipeline] echo [2020-12-03T06:22:16.196Z] taggedImages: [2020-12-03T06:22:16.196Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:16.196Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.17 [2020-12-03T06:22:16.196Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:16.196Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-03T06:22:16.265Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-12-03T06:22:16.265Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:16.265Z] 1.3.1-dev.17 [2020-12-03T06:22:16.265Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:16.265Z] master [2020-12-03T06:22:16.265Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:16.790Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:17.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:17.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-03T06:22:17.125Z] 1017aeb72362: Preparing [2020-12-03T06:22:17.125Z] fda8da27c805: Preparing [2020-12-03T06:22:17.125Z] a7b6f8f5703a: Preparing [2020-12-03T06:22:17.125Z] 54dc855dc84c: Preparing [2020-12-03T06:22:17.125Z] 54dc855dc84c: Preparing [2020-12-03T06:22:17.125Z] 38e1636ed2ee: Preparing [2020-12-03T06:22:17.125Z] 505081a26d13: Preparing [2020-12-03T06:22:17.125Z] 81c408f06300: Preparing [2020-12-03T06:22:17.125Z] 1017aeb72362: Preparing [2020-12-03T06:22:17.125Z] 9be1cc138306: Preparing [2020-12-03T06:22:17.125Z] 55944f733a48: Preparing [2020-12-03T06:22:17.125Z] 95433c1a51c5: Preparing [2020-12-03T06:22:17.125Z] cd3761cfa1d9: Preparing [2020-12-03T06:22:17.125Z] 9be1cc138306: Waiting [2020-12-03T06:22:17.125Z] 95433c1a51c5: Waiting [2020-12-03T06:22:17.125Z] cd3761cfa1d9: Waiting [2020-12-03T06:22:17.125Z] 505081a26d13: Waiting [2020-12-03T06:22:17.125Z] 81c408f06300: Waiting [2020-12-03T06:22:17.125Z] 55944f733a48: Waiting [2020-12-03T06:22:17.396Z] 54dc855dc84c: Pushed [2020-12-03T06:22:17.668Z] a7b6f8f5703a: Pushed [2020-12-03T06:22:17.668Z] fda8da27c805: Pushed [2020-12-03T06:22:17.668Z] 38e1636ed2ee: Pushed [2020-12-03T06:22:17.668Z] 505081a26d13: Pushed [2020-12-03T06:22:17.940Z] 81c408f06300: Pushed [2020-12-03T06:22:17.940Z] 55944f733a48: Pushed [2020-12-03T06:22:17.941Z] 9be1cc138306: Pushed [2020-12-03T06:22:17.941Z] cd3761cfa1d9: Layer already exists [2020-12-03T06:22:18.211Z] 95433c1a51c5: Pushed [2020-12-03T06:22:19.634Z] 1017aeb72362: Pushed [2020-12-03T06:22:19.903Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:237597ba60dbde74e05f05be751c3be1700f558466183f90fa8cbaf1498ca7c2 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:20.241Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:20.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.17 [2020-12-03T06:22:20.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-03T06:22:20.571Z] 1017aeb72362: Preparing [2020-12-03T06:22:20.571Z] fda8da27c805: Preparing [2020-12-03T06:22:20.571Z] a7b6f8f5703a: Preparing [2020-12-03T06:22:20.571Z] 54dc855dc84c: Preparing [2020-12-03T06:22:20.571Z] 54dc855dc84c: Preparing [2020-12-03T06:22:20.571Z] 38e1636ed2ee: Preparing [2020-12-03T06:22:20.571Z] 505081a26d13: Preparing [2020-12-03T06:22:20.571Z] 81c408f06300: Preparing [2020-12-03T06:22:20.571Z] 1017aeb72362: Preparing [2020-12-03T06:22:20.571Z] 9be1cc138306: Preparing [2020-12-03T06:22:20.571Z] 55944f733a48: Preparing [2020-12-03T06:22:20.571Z] 95433c1a51c5: Preparing [2020-12-03T06:22:20.571Z] cd3761cfa1d9: Preparing [2020-12-03T06:22:20.571Z] 505081a26d13: Waiting [2020-12-03T06:22:20.571Z] 81c408f06300: Waiting [2020-12-03T06:22:20.571Z] 9be1cc138306: Waiting [2020-12-03T06:22:20.571Z] 55944f733a48: Waiting [2020-12-03T06:22:20.571Z] 95433c1a51c5: Waiting [2020-12-03T06:22:20.571Z] cd3761cfa1d9: Waiting [2020-12-03T06:22:20.571Z] 38e1636ed2ee: Layer already exists [2020-12-03T06:22:20.571Z] fda8da27c805: Layer already exists [2020-12-03T06:22:20.571Z] 54dc855dc84c: Layer already exists [2020-12-03T06:22:20.841Z] 1017aeb72362: Layer already exists [2020-12-03T06:22:20.841Z] a7b6f8f5703a: Layer already exists [2020-12-03T06:22:20.841Z] 505081a26d13: Layer already exists [2020-12-03T06:22:20.841Z] 81c408f06300: Layer already exists [2020-12-03T06:22:20.841Z] 95433c1a51c5: Layer already exists [2020-12-03T06:22:20.841Z] 55944f733a48: Layer already exists [2020-12-03T06:22:20.841Z] 9be1cc138306: Layer already exists [2020-12-03T06:22:20.841Z] cd3761cfa1d9: Layer already exists [2020-12-03T06:22:20.841Z] 1.3.1-dev.17: digest: sha256:237597ba60dbde74e05f05be751c3be1700f558466183f90fa8cbaf1498ca7c2 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:21.178Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:21.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:21.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-03T06:22:21.510Z] 1017aeb72362: Preparing [2020-12-03T06:22:21.510Z] fda8da27c805: Preparing [2020-12-03T06:22:21.510Z] a7b6f8f5703a: Preparing [2020-12-03T06:22:21.510Z] 54dc855dc84c: Preparing [2020-12-03T06:22:21.510Z] 54dc855dc84c: Preparing [2020-12-03T06:22:21.510Z] 38e1636ed2ee: Preparing [2020-12-03T06:22:21.510Z] 505081a26d13: Preparing [2020-12-03T06:22:21.510Z] 81c408f06300: Preparing [2020-12-03T06:22:21.510Z] 1017aeb72362: Preparing [2020-12-03T06:22:21.510Z] 9be1cc138306: Preparing [2020-12-03T06:22:21.510Z] 55944f733a48: Preparing [2020-12-03T06:22:21.510Z] 95433c1a51c5: Preparing [2020-12-03T06:22:21.510Z] cd3761cfa1d9: Preparing [2020-12-03T06:22:21.510Z] 505081a26d13: Waiting [2020-12-03T06:22:21.510Z] 81c408f06300: Waiting [2020-12-03T06:22:21.510Z] 9be1cc138306: Waiting [2020-12-03T06:22:21.510Z] 55944f733a48: Waiting [2020-12-03T06:22:21.510Z] 95433c1a51c5: Waiting [2020-12-03T06:22:21.510Z] cd3761cfa1d9: Waiting [2020-12-03T06:22:21.510Z] fda8da27c805: Layer already exists [2020-12-03T06:22:21.510Z] 54dc855dc84c: Layer already exists [2020-12-03T06:22:21.510Z] 1017aeb72362: Layer already exists [2020-12-03T06:22:21.510Z] 38e1636ed2ee: Layer already exists [2020-12-03T06:22:21.779Z] a7b6f8f5703a: Layer already exists [2020-12-03T06:22:21.779Z] 505081a26d13: Layer already exists [2020-12-03T06:22:21.779Z] 9be1cc138306: Layer already exists [2020-12-03T06:22:21.779Z] 95433c1a51c5: Layer already exists [2020-12-03T06:22:21.779Z] 55944f733a48: Layer already exists [2020-12-03T06:22:21.779Z] 81c408f06300: Layer already exists [2020-12-03T06:22:21.779Z] cd3761cfa1d9: Layer already exists [2020-12-03T06:22:21.779Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:237597ba60dbde74e05f05be751c3be1700f558466183f90fa8cbaf1498ca7c2 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:22.121Z] + 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-03T06:22:22.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-12-03T06:22:22.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-03T06:22:22.454Z] 1017aeb72362: Preparing [2020-12-03T06:22:22.454Z] fda8da27c805: Preparing [2020-12-03T06:22:22.454Z] a7b6f8f5703a: Preparing [2020-12-03T06:22:22.454Z] 54dc855dc84c: Preparing [2020-12-03T06:22:22.454Z] 54dc855dc84c: Preparing [2020-12-03T06:22:22.454Z] 38e1636ed2ee: Preparing [2020-12-03T06:22:22.454Z] 505081a26d13: Preparing [2020-12-03T06:22:22.454Z] 81c408f06300: Preparing [2020-12-03T06:22:22.454Z] 1017aeb72362: Preparing [2020-12-03T06:22:22.454Z] 9be1cc138306: Preparing [2020-12-03T06:22:22.454Z] 55944f733a48: Preparing [2020-12-03T06:22:22.454Z] 95433c1a51c5: Preparing [2020-12-03T06:22:22.454Z] cd3761cfa1d9: Preparing [2020-12-03T06:22:22.454Z] 505081a26d13: Waiting [2020-12-03T06:22:22.454Z] 81c408f06300: Waiting [2020-12-03T06:22:22.454Z] 9be1cc138306: Waiting [2020-12-03T06:22:22.454Z] 55944f733a48: Waiting [2020-12-03T06:22:22.454Z] 95433c1a51c5: Waiting [2020-12-03T06:22:22.454Z] cd3761cfa1d9: Waiting [2020-12-03T06:22:22.454Z] a7b6f8f5703a: Layer already exists [2020-12-03T06:22:22.454Z] 1017aeb72362: Layer already exists [2020-12-03T06:22:22.454Z] 54dc855dc84c: Layer already exists [2020-12-03T06:22:22.454Z] fda8da27c805: Layer already exists [2020-12-03T06:22:22.723Z] 38e1636ed2ee: Layer already exists [2020-12-03T06:22:22.723Z] 81c408f06300: Layer already exists [2020-12-03T06:22:22.723Z] 505081a26d13: Layer already exists [2020-12-03T06:22:22.723Z] 9be1cc138306: Layer already exists [2020-12-03T06:22:22.723Z] 55944f733a48: Layer already exists [2020-12-03T06:22:22.723Z] 95433c1a51c5: Layer already exists [2020-12-03T06:22:22.723Z] cd3761cfa1d9: Layer already exists [2020-12-03T06:22:22.723Z] master: digest: sha256:237597ba60dbde74e05f05be751c3be1700f558466183f90fa8cbaf1498ca7c2 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:22:22.926Z] ===================================================== [Pipeline] echo [2020-12-03T06:22:22.984Z] taggedImages: [2020-12-03T06:22:22.984Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:22.984Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.17 [2020-12-03T06:22:22.984Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:22.984Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-12-03T06:22:23.098Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-03T06:22:23.098Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:23.098Z] 1.3.1-dev.17 [2020-12-03T06:22:23.098Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:23.098Z] master [2020-12-03T06:22:23.098Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:23.699Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:24.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:24.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-03T06:22:24.048Z] ff43201b9052: Preparing [2020-12-03T06:22:24.048Z] a1709ec53cdb: Preparing [2020-12-03T06:22:24.048Z] dfbeae2bda8a: Preparing [2020-12-03T06:22:24.048Z] 18ace3fbb61a: Preparing [2020-12-03T06:22:24.048Z] 109577eddb52: Preparing [2020-12-03T06:22:24.048Z] 534a382b943e: Preparing [2020-12-03T06:22:24.048Z] 3a7188e245dc: Preparing [2020-12-03T06:22:24.048Z] 9a11a6fce671: Preparing [2020-12-03T06:22:24.048Z] 66b385cf80cf: Preparing [2020-12-03T06:22:24.048Z] 534a382b943e: Waiting [2020-12-03T06:22:24.048Z] 3a7188e245dc: Waiting [2020-12-03T06:22:24.048Z] 66b385cf80cf: Waiting [2020-12-03T06:22:24.048Z] 9a11a6fce671: Waiting [2020-12-03T06:22:24.324Z] 109577eddb52: Pushed [2020-12-03T06:22:24.324Z] a1709ec53cdb: Pushed [2020-12-03T06:22:24.324Z] ff43201b9052: Pushed [2020-12-03T06:22:24.598Z] 9a11a6fce671: Layer already exists [2020-12-03T06:22:24.598Z] 66b385cf80cf: Layer already exists [2020-12-03T06:22:24.598Z] 534a382b943e: Pushed [2020-12-03T06:22:24.598Z] 3a7188e245dc: Pushed [2020-12-03T06:22:26.565Z] 18ace3fbb61a: Pushed [2020-12-03T06:22:26.565Z] dfbeae2bda8a: Pushed [2020-12-03T06:22:26.834Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:1d201fe32fa5f5a4946810a3b0a32497d5b52dd8deb21d85cb4f8acd494f4d53 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:27.180Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:27.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.17 [2020-12-03T06:22:27.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-03T06:22:27.515Z] ff43201b9052: Preparing [2020-12-03T06:22:27.515Z] a1709ec53cdb: Preparing [2020-12-03T06:22:27.515Z] dfbeae2bda8a: Preparing [2020-12-03T06:22:27.515Z] 18ace3fbb61a: Preparing [2020-12-03T06:22:27.515Z] 109577eddb52: Preparing [2020-12-03T06:22:27.515Z] 534a382b943e: Preparing [2020-12-03T06:22:27.515Z] 3a7188e245dc: Preparing [2020-12-03T06:22:27.515Z] 9a11a6fce671: Preparing [2020-12-03T06:22:27.515Z] 66b385cf80cf: Preparing [2020-12-03T06:22:27.515Z] 3a7188e245dc: Waiting [2020-12-03T06:22:27.515Z] 66b385cf80cf: Waiting [2020-12-03T06:22:27.515Z] 9a11a6fce671: Waiting [2020-12-03T06:22:27.515Z] 534a382b943e: Waiting [2020-12-03T06:22:27.515Z] a1709ec53cdb: Layer already exists [2020-12-03T06:22:27.515Z] dfbeae2bda8a: Layer already exists [2020-12-03T06:22:27.785Z] ff43201b9052: Layer already exists [2020-12-03T06:22:27.785Z] 109577eddb52: Layer already exists [2020-12-03T06:22:27.785Z] 18ace3fbb61a: Layer already exists [2020-12-03T06:22:27.785Z] 534a382b943e: Layer already exists [2020-12-03T06:22:27.785Z] 3a7188e245dc: Layer already exists [2020-12-03T06:22:27.785Z] 9a11a6fce671: Layer already exists [2020-12-03T06:22:27.785Z] 66b385cf80cf: Layer already exists [2020-12-03T06:22:27.785Z] 1.3.1-dev.17: digest: sha256:1d201fe32fa5f5a4946810a3b0a32497d5b52dd8deb21d85cb4f8acd494f4d53 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:28.130Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:28.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:28.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-03T06:22:28.477Z] ff43201b9052: Preparing [2020-12-03T06:22:28.477Z] a1709ec53cdb: Preparing [2020-12-03T06:22:28.477Z] dfbeae2bda8a: Preparing [2020-12-03T06:22:28.477Z] 18ace3fbb61a: Preparing [2020-12-03T06:22:28.477Z] 109577eddb52: Preparing [2020-12-03T06:22:28.477Z] 534a382b943e: Preparing [2020-12-03T06:22:28.477Z] 3a7188e245dc: Preparing [2020-12-03T06:22:28.477Z] 9a11a6fce671: Preparing [2020-12-03T06:22:28.477Z] 66b385cf80cf: Preparing [2020-12-03T06:22:28.477Z] 534a382b943e: Waiting [2020-12-03T06:22:28.477Z] 3a7188e245dc: Waiting [2020-12-03T06:22:28.477Z] 9a11a6fce671: Waiting [2020-12-03T06:22:28.477Z] 66b385cf80cf: Waiting [2020-12-03T06:22:28.749Z] a1709ec53cdb: Layer already exists [2020-12-03T06:22:28.749Z] dfbeae2bda8a: Layer already exists [2020-12-03T06:22:28.749Z] 109577eddb52: Layer already exists [2020-12-03T06:22:28.749Z] 18ace3fbb61a: Layer already exists [2020-12-03T06:22:28.749Z] ff43201b9052: Layer already exists [2020-12-03T06:22:28.749Z] 66b385cf80cf: Layer already exists [2020-12-03T06:22:28.749Z] 3a7188e245dc: Layer already exists [2020-12-03T06:22:28.749Z] 9a11a6fce671: Layer already exists [2020-12-03T06:22:28.749Z] 534a382b943e: Layer already exists [2020-12-03T06:22:28.749Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:1d201fe32fa5f5a4946810a3b0a32497d5b52dd8deb21d85cb4f8acd494f4d53 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:29.094Z] + 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-03T06:22:29.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-03T06:22:29.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-03T06:22:29.428Z] ff43201b9052: Preparing [2020-12-03T06:22:29.428Z] a1709ec53cdb: Preparing [2020-12-03T06:22:29.428Z] dfbeae2bda8a: Preparing [2020-12-03T06:22:29.428Z] 18ace3fbb61a: Preparing [2020-12-03T06:22:29.428Z] 109577eddb52: Preparing [2020-12-03T06:22:29.428Z] 534a382b943e: Preparing [2020-12-03T06:22:29.428Z] 3a7188e245dc: Preparing [2020-12-03T06:22:29.428Z] 9a11a6fce671: Preparing [2020-12-03T06:22:29.428Z] 66b385cf80cf: Preparing [2020-12-03T06:22:29.428Z] 3a7188e245dc: Waiting [2020-12-03T06:22:29.428Z] 66b385cf80cf: Waiting [2020-12-03T06:22:29.428Z] 9a11a6fce671: Waiting [2020-12-03T06:22:29.428Z] 534a382b943e: Waiting [2020-12-03T06:22:29.428Z] 18ace3fbb61a: Layer already exists [2020-12-03T06:22:29.428Z] a1709ec53cdb: Layer already exists [2020-12-03T06:22:29.428Z] dfbeae2bda8a: Layer already exists [2020-12-03T06:22:29.428Z] 109577eddb52: Layer already exists [2020-12-03T06:22:29.428Z] ff43201b9052: Layer already exists [2020-12-03T06:22:29.700Z] 534a382b943e: Layer already exists [2020-12-03T06:22:29.700Z] 66b385cf80cf: Layer already exists [2020-12-03T06:22:29.700Z] 3a7188e245dc: Layer already exists [2020-12-03T06:22:29.700Z] 9a11a6fce671: Layer already exists [2020-12-03T06:22:29.700Z] master: digest: sha256:1d201fe32fa5f5a4946810a3b0a32497d5b52dd8deb21d85cb4f8acd494f4d53 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:22:29.912Z] ===================================================== [Pipeline] echo [2020-12-03T06:22:29.958Z] taggedImages: [2020-12-03T06:22:29.958Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:29.958Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.17 [2020-12-03T06:22:29.958Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:29.958Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-03T06:22:30.028Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-12-03T06:22:30.028Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:30.028Z] 1.3.1-dev.17 [2020-12-03T06:22:30.028Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:30.028Z] master [2020-12-03T06:22:30.028Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:30.573Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:30.911Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:30.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-12-03T06:22:30.911Z] cb85b9cc8be6: Preparing [2020-12-03T06:22:30.911Z] 33b4e4bb7ccb: Preparing [2020-12-03T06:22:30.911Z] 34add2c55f4a: Preparing [2020-12-03T06:22:30.911Z] 8165df8c06bc: Preparing [2020-12-03T06:22:31.183Z] 34add2c55f4a: Pushed [2020-12-03T06:22:31.183Z] cb85b9cc8be6: Pushed [2020-12-03T06:22:31.456Z] 8165df8c06bc: Pushed [2020-12-03T06:22:34.068Z] 33b4e4bb7ccb: Pushed [2020-12-03T06:22:34.068Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:2a51524c3a773b1203143d6196f0aeca93a1407e0fa5687f239de25cecf6991e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:34.410Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:34.741Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.17 [2020-12-03T06:22:34.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-12-03T06:22:34.742Z] cb85b9cc8be6: Preparing [2020-12-03T06:22:34.742Z] 33b4e4bb7ccb: Preparing [2020-12-03T06:22:34.742Z] 34add2c55f4a: Preparing [2020-12-03T06:22:34.742Z] 8165df8c06bc: Preparing [2020-12-03T06:22:34.742Z] cb85b9cc8be6: Layer already exists [2020-12-03T06:22:34.742Z] 33b4e4bb7ccb: Layer already exists [2020-12-03T06:22:34.742Z] 34add2c55f4a: Layer already exists [2020-12-03T06:22:34.742Z] 8165df8c06bc: Layer already exists [2020-12-03T06:22:35.014Z] 1.3.1-dev.17: digest: sha256:2a51524c3a773b1203143d6196f0aeca93a1407e0fa5687f239de25cecf6991e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:35.383Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:35.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:35.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-12-03T06:22:35.731Z] cb85b9cc8be6: Preparing [2020-12-03T06:22:35.731Z] 33b4e4bb7ccb: Preparing [2020-12-03T06:22:35.731Z] 34add2c55f4a: Preparing [2020-12-03T06:22:35.731Z] 8165df8c06bc: Preparing [2020-12-03T06:22:36.015Z] 8165df8c06bc: Layer already exists [2020-12-03T06:22:36.015Z] cb85b9cc8be6: Layer already exists [2020-12-03T06:22:36.015Z] 34add2c55f4a: Layer already exists [2020-12-03T06:22:36.015Z] 33b4e4bb7ccb: Layer already exists [2020-12-03T06:22:36.015Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:2a51524c3a773b1203143d6196f0aeca93a1407e0fa5687f239de25cecf6991e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:36.355Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:36.688Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-12-03T06:22:36.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-12-03T06:22:36.688Z] cb85b9cc8be6: Preparing [2020-12-03T06:22:36.688Z] 33b4e4bb7ccb: Preparing [2020-12-03T06:22:36.688Z] 34add2c55f4a: Preparing [2020-12-03T06:22:36.688Z] 8165df8c06bc: Preparing [2020-12-03T06:22:36.688Z] 8165df8c06bc: Layer already exists [2020-12-03T06:22:36.959Z] 34add2c55f4a: Layer already exists [2020-12-03T06:22:36.959Z] cb85b9cc8be6: Layer already exists [2020-12-03T06:22:36.959Z] 33b4e4bb7ccb: Layer already exists [2020-12-03T06:22:36.959Z] master: digest: sha256:2a51524c3a773b1203143d6196f0aeca93a1407e0fa5687f239de25cecf6991e size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:22:37.164Z] ===================================================== [Pipeline] echo [2020-12-03T06:22:37.215Z] taggedImages: [2020-12-03T06:22:37.215Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:37.215Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.17 [2020-12-03T06:22:37.215Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:37.215Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-12-03T06:22:37.284Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-03T06:22:37.284Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:37.284Z] 1.3.1-dev.17 [2020-12-03T06:22:37.284Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:37.284Z] master [2020-12-03T06:22:37.284Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:37.865Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:38.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:38.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-03T06:22:38.201Z] 64080a0290fc: Preparing [2020-12-03T06:22:38.201Z] 22b3783a3451: Preparing [2020-12-03T06:22:38.201Z] ff04f9e0c86d: Preparing [2020-12-03T06:22:38.201Z] 8ae2688608f9: Preparing [2020-12-03T06:22:38.201Z] ed3f6de20c36: Preparing [2020-12-03T06:22:38.201Z] cdb5bf5eb40c: Preparing [2020-12-03T06:22:38.201Z] cdb5bf5eb40c: Waiting [2020-12-03T06:22:38.485Z] ff04f9e0c86d: Pushed [2020-12-03T06:22:38.756Z] 64080a0290fc: Pushed [2020-12-03T06:22:38.756Z] ed3f6de20c36: Pushed [2020-12-03T06:22:38.756Z] 8ae2688608f9: Pushed [2020-12-03T06:22:39.027Z] cdb5bf5eb40c: Pushed [2020-12-03T06:22:41.625Z] 22b3783a3451: Pushed [2020-12-03T06:22:41.625Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:dde02c353206000f104d222e055f7b6242315adae6fff2052bd7cff53bc700e9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:41.966Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:42.296Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.17 [2020-12-03T06:22:42.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-03T06:22:42.296Z] 64080a0290fc: Preparing [2020-12-03T06:22:42.296Z] 22b3783a3451: Preparing [2020-12-03T06:22:42.296Z] ff04f9e0c86d: Preparing [2020-12-03T06:22:42.296Z] 8ae2688608f9: Preparing [2020-12-03T06:22:42.296Z] ed3f6de20c36: Preparing [2020-12-03T06:22:42.296Z] cdb5bf5eb40c: Preparing [2020-12-03T06:22:42.296Z] cdb5bf5eb40c: Waiting [2020-12-03T06:22:42.296Z] 8ae2688608f9: Layer already exists [2020-12-03T06:22:42.296Z] ff04f9e0c86d: Layer already exists [2020-12-03T06:22:42.296Z] 22b3783a3451: Layer already exists [2020-12-03T06:22:42.296Z] 64080a0290fc: Layer already exists [2020-12-03T06:22:42.296Z] ed3f6de20c36: Layer already exists [2020-12-03T06:22:42.296Z] cdb5bf5eb40c: Layer already exists [2020-12-03T06:22:42.567Z] 1.3.1-dev.17: digest: sha256:dde02c353206000f104d222e055f7b6242315adae6fff2052bd7cff53bc700e9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:42.910Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:43.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:43.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-03T06:22:43.244Z] 64080a0290fc: Preparing [2020-12-03T06:22:43.244Z] 22b3783a3451: Preparing [2020-12-03T06:22:43.244Z] ff04f9e0c86d: Preparing [2020-12-03T06:22:43.244Z] 8ae2688608f9: Preparing [2020-12-03T06:22:43.244Z] ed3f6de20c36: Preparing [2020-12-03T06:22:43.244Z] cdb5bf5eb40c: Preparing [2020-12-03T06:22:43.244Z] cdb5bf5eb40c: Waiting [2020-12-03T06:22:43.244Z] 22b3783a3451: Layer already exists [2020-12-03T06:22:43.244Z] 64080a0290fc: Layer already exists [2020-12-03T06:22:43.244Z] ff04f9e0c86d: Layer already exists [2020-12-03T06:22:43.244Z] ed3f6de20c36: Layer already exists [2020-12-03T06:22:43.244Z] 8ae2688608f9: Layer already exists [2020-12-03T06:22:43.244Z] cdb5bf5eb40c: Layer already exists [2020-12-03T06:22:43.519Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:dde02c353206000f104d222e055f7b6242315adae6fff2052bd7cff53bc700e9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:43.866Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:44.204Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-03T06:22:44.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-03T06:22:44.204Z] 64080a0290fc: Preparing [2020-12-03T06:22:44.204Z] 22b3783a3451: Preparing [2020-12-03T06:22:44.204Z] ff04f9e0c86d: Preparing [2020-12-03T06:22:44.204Z] 8ae2688608f9: Preparing [2020-12-03T06:22:44.204Z] ed3f6de20c36: Preparing [2020-12-03T06:22:44.204Z] cdb5bf5eb40c: Preparing [2020-12-03T06:22:44.204Z] cdb5bf5eb40c: Waiting [2020-12-03T06:22:44.477Z] 64080a0290fc: Layer already exists [2020-12-03T06:22:44.477Z] 8ae2688608f9: Layer already exists [2020-12-03T06:22:44.477Z] ed3f6de20c36: Layer already exists [2020-12-03T06:22:44.477Z] ff04f9e0c86d: Layer already exists [2020-12-03T06:22:44.477Z] 22b3783a3451: Layer already exists [2020-12-03T06:22:44.477Z] cdb5bf5eb40c: Layer already exists [2020-12-03T06:22:44.477Z] master: digest: sha256:dde02c353206000f104d222e055f7b6242315adae6fff2052bd7cff53bc700e9 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:22:44.679Z] ===================================================== [Pipeline] echo [2020-12-03T06:22:44.738Z] taggedImages: [2020-12-03T06:22:44.738Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:44.738Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.17 [2020-12-03T06:22:44.738Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:44.738Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-03T06:22:44.809Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-03T06:22:44.809Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:44.809Z] 1.3.1-dev.17 [2020-12-03T06:22:44.809Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:44.809Z] master [2020-12-03T06:22:44.809Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:45.354Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:45.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:45.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-03T06:22:45.708Z] 7060e2e00579: Preparing [2020-12-03T06:22:45.708Z] f6867dc1d633: Preparing [2020-12-03T06:22:45.708Z] f182844ab52b: Preparing [2020-12-03T06:22:45.981Z] f182844ab52b: Pushed [2020-12-03T06:22:45.981Z] 7060e2e00579: Pushed [2020-12-03T06:22:49.361Z] f6867dc1d633: Pushed [2020-12-03T06:22:49.361Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:dbcfac81835dcb926f2799155fe46528fb6e99c475b29db11d0959b7327bc665 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:49.701Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:50.038Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.17 [2020-12-03T06:22:50.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-03T06:22:50.038Z] 7060e2e00579: Preparing [2020-12-03T06:22:50.038Z] f6867dc1d633: Preparing [2020-12-03T06:22:50.038Z] f182844ab52b: Preparing [2020-12-03T06:22:50.038Z] f182844ab52b: Layer already exists [2020-12-03T06:22:50.038Z] f6867dc1d633: Layer already exists [2020-12-03T06:22:50.038Z] 7060e2e00579: Layer already exists [2020-12-03T06:22:50.308Z] 1.3.1-dev.17: digest: sha256:dbcfac81835dcb926f2799155fe46528fb6e99c475b29db11d0959b7327bc665 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:50.650Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:50.986Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:50.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-03T06:22:50.986Z] 7060e2e00579: Preparing [2020-12-03T06:22:50.986Z] f6867dc1d633: Preparing [2020-12-03T06:22:50.986Z] f182844ab52b: Preparing [2020-12-03T06:22:50.986Z] f182844ab52b: Layer already exists [2020-12-03T06:22:50.986Z] f6867dc1d633: Layer already exists [2020-12-03T06:22:50.986Z] 7060e2e00579: Layer already exists [2020-12-03T06:22:51.256Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:dbcfac81835dcb926f2799155fe46528fb6e99c475b29db11d0959b7327bc665 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:51.596Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:51.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-03T06:22:51.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-03T06:22:51.931Z] 7060e2e00579: Preparing [2020-12-03T06:22:51.931Z] f6867dc1d633: Preparing [2020-12-03T06:22:51.931Z] f182844ab52b: Preparing [2020-12-03T06:22:51.931Z] 7060e2e00579: Layer already exists [2020-12-03T06:22:51.931Z] f182844ab52b: Layer already exists [2020-12-03T06:22:51.931Z] f6867dc1d633: Layer already exists [2020-12-03T06:22:52.200Z] master: digest: sha256:dbcfac81835dcb926f2799155fe46528fb6e99c475b29db11d0959b7327bc665 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:22:52.427Z] ===================================================== [Pipeline] echo [2020-12-03T06:22:52.477Z] taggedImages: [2020-12-03T06:22:52.477Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:52.477Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.17 [2020-12-03T06:22:52.477Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:52.477Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-03T06:22:52.549Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-03T06:22:52.549Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:52.549Z] 1.3.1-dev.17 [2020-12-03T06:22:52.549Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:22:52.549Z] master [2020-12-03T06:22:52.549Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:53.074Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:22:53.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:22:53.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-03T06:22:53.412Z] 82eecbc9d41e: Preparing [2020-12-03T06:22:53.412Z] f1c976e0219c: Preparing [2020-12-03T06:22:53.412Z] 7383e89547fb: Preparing [2020-12-03T06:22:53.412Z] 81bbe5b2a220: Preparing [2020-12-03T06:22:53.412Z] e55af19f823d: Preparing [2020-12-03T06:22:53.412Z] 6c2f68634ac6: Preparing [2020-12-03T06:22:53.412Z] bd78877bb507: Preparing [2020-12-03T06:22:53.412Z] 2cee7541aa47: Preparing [2020-12-03T06:22:53.412Z] b6a78175e4c9: Preparing [2020-12-03T06:22:53.412Z] fab17a547d8c: Preparing [2020-12-03T06:22:53.412Z] 4b089f0fc7f0: Preparing [2020-12-03T06:22:53.412Z] 3e7dc55cab04: Preparing [2020-12-03T06:22:53.412Z] b2e85fd0898f: Preparing [2020-12-03T06:22:53.412Z] cd3761cfa1d9: Preparing [2020-12-03T06:22:53.412Z] b6a78175e4c9: Waiting [2020-12-03T06:22:53.412Z] fab17a547d8c: Waiting [2020-12-03T06:22:53.412Z] 4b089f0fc7f0: Waiting [2020-12-03T06:22:53.412Z] 3e7dc55cab04: Waiting [2020-12-03T06:22:53.412Z] b2e85fd0898f: Waiting [2020-12-03T06:22:53.412Z] cd3761cfa1d9: Waiting [2020-12-03T06:22:53.412Z] bd78877bb507: Waiting [2020-12-03T06:22:53.412Z] 6c2f68634ac6: Waiting [2020-12-03T06:22:53.412Z] 2cee7541aa47: Waiting [2020-12-03T06:22:54.010Z] e55af19f823d: Pushed [2020-12-03T06:22:54.010Z] 82eecbc9d41e: Pushed [2020-12-03T06:22:54.986Z] 81bbe5b2a220: Pushed [2020-12-03T06:22:54.986Z] bd78877bb507: Pushed [2020-12-03T06:22:54.986Z] 2cee7541aa47: Layer already exists [2020-12-03T06:22:54.986Z] b6a78175e4c9: Layer already exists [2020-12-03T06:22:54.986Z] fab17a547d8c: Layer already exists [2020-12-03T06:22:54.986Z] 4b089f0fc7f0: Layer already exists [2020-12-03T06:22:54.986Z] 3e7dc55cab04: Layer already exists [2020-12-03T06:22:54.986Z] b2e85fd0898f: Layer already exists [2020-12-03T06:22:54.986Z] cd3761cfa1d9: Layer already exists [2020-12-03T06:22:55.579Z] f1c976e0219c: Pushed [2020-12-03T06:22:56.550Z] 6c2f68634ac6: Pushed [2020-12-03T06:23:08.914Z] 7383e89547fb: Pushed [2020-12-03T06:23:08.914Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8: digest: sha256:210f6f64877944f04cb089890c8bf75da7f0dcb251450d55630f5514c2f97ef1 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:23:09.254Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:23:09.619Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.17 [2020-12-03T06:23:09.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-03T06:23:09.619Z] 82eecbc9d41e: Preparing [2020-12-03T06:23:09.619Z] f1c976e0219c: Preparing [2020-12-03T06:23:09.619Z] 7383e89547fb: Preparing [2020-12-03T06:23:09.619Z] 81bbe5b2a220: Preparing [2020-12-03T06:23:09.619Z] e55af19f823d: Preparing [2020-12-03T06:23:09.619Z] 6c2f68634ac6: Preparing [2020-12-03T06:23:09.619Z] bd78877bb507: Preparing [2020-12-03T06:23:09.619Z] 2cee7541aa47: Preparing [2020-12-03T06:23:09.619Z] b6a78175e4c9: Preparing [2020-12-03T06:23:09.619Z] fab17a547d8c: Preparing [2020-12-03T06:23:09.619Z] 4b089f0fc7f0: Preparing [2020-12-03T06:23:09.619Z] 3e7dc55cab04: Preparing [2020-12-03T06:23:09.619Z] b2e85fd0898f: Preparing [2020-12-03T06:23:09.619Z] cd3761cfa1d9: Preparing [2020-12-03T06:23:09.619Z] 6c2f68634ac6: Waiting [2020-12-03T06:23:09.619Z] bd78877bb507: Waiting [2020-12-03T06:23:09.619Z] 2cee7541aa47: Waiting [2020-12-03T06:23:09.619Z] 3e7dc55cab04: Waiting [2020-12-03T06:23:09.619Z] b2e85fd0898f: Waiting [2020-12-03T06:23:09.619Z] cd3761cfa1d9: Waiting [2020-12-03T06:23:09.619Z] fab17a547d8c: Waiting [2020-12-03T06:23:09.619Z] b6a78175e4c9: Waiting [2020-12-03T06:23:09.619Z] 4b089f0fc7f0: Waiting [2020-12-03T06:23:09.619Z] 82eecbc9d41e: Layer already exists [2020-12-03T06:23:09.619Z] f1c976e0219c: Layer already exists [2020-12-03T06:23:09.619Z] 81bbe5b2a220: Layer already exists [2020-12-03T06:23:09.619Z] e55af19f823d: Layer already exists [2020-12-03T06:23:09.619Z] 7383e89547fb: Layer already exists [2020-12-03T06:23:09.901Z] bd78877bb507: Layer already exists [2020-12-03T06:23:09.901Z] 6c2f68634ac6: Layer already exists [2020-12-03T06:23:09.901Z] b6a78175e4c9: Layer already exists [2020-12-03T06:23:09.901Z] 2cee7541aa47: Layer already exists [2020-12-03T06:23:09.901Z] fab17a547d8c: Layer already exists [2020-12-03T06:23:09.901Z] 3e7dc55cab04: Layer already exists [2020-12-03T06:23:09.901Z] 4b089f0fc7f0: Layer already exists [2020-12-03T06:23:09.901Z] b2e85fd0898f: Layer already exists [2020-12-03T06:23:09.901Z] cd3761cfa1d9: Layer already exists [2020-12-03T06:23:09.901Z] 1.3.1-dev.17: digest: sha256:210f6f64877944f04cb089890c8bf75da7f0dcb251450d55630f5514c2f97ef1 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:23:10.257Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:23:10.614Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:23:10.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-03T06:23:10.614Z] 82eecbc9d41e: Preparing [2020-12-03T06:23:10.614Z] f1c976e0219c: Preparing [2020-12-03T06:23:10.614Z] 7383e89547fb: Preparing [2020-12-03T06:23:10.614Z] 81bbe5b2a220: Preparing [2020-12-03T06:23:10.614Z] e55af19f823d: Preparing [2020-12-03T06:23:10.614Z] 6c2f68634ac6: Preparing [2020-12-03T06:23:10.614Z] bd78877bb507: Preparing [2020-12-03T06:23:10.614Z] 2cee7541aa47: Preparing [2020-12-03T06:23:10.614Z] b6a78175e4c9: Preparing [2020-12-03T06:23:10.614Z] fab17a547d8c: Preparing [2020-12-03T06:23:10.614Z] 4b089f0fc7f0: Preparing [2020-12-03T06:23:10.614Z] 3e7dc55cab04: Preparing [2020-12-03T06:23:10.614Z] b2e85fd0898f: Preparing [2020-12-03T06:23:10.614Z] cd3761cfa1d9: Preparing [2020-12-03T06:23:10.614Z] 6c2f68634ac6: Waiting [2020-12-03T06:23:10.614Z] bd78877bb507: Waiting [2020-12-03T06:23:10.614Z] 2cee7541aa47: Waiting [2020-12-03T06:23:10.614Z] b6a78175e4c9: Waiting [2020-12-03T06:23:10.614Z] fab17a547d8c: Waiting [2020-12-03T06:23:10.614Z] 4b089f0fc7f0: Waiting [2020-12-03T06:23:10.614Z] 3e7dc55cab04: Waiting [2020-12-03T06:23:10.614Z] b2e85fd0898f: Waiting [2020-12-03T06:23:10.614Z] cd3761cfa1d9: Waiting [2020-12-03T06:23:10.614Z] e55af19f823d: Layer already exists [2020-12-03T06:23:10.614Z] f1c976e0219c: Layer already exists [2020-12-03T06:23:10.891Z] 82eecbc9d41e: Layer already exists [2020-12-03T06:23:10.892Z] 81bbe5b2a220: Layer already exists [2020-12-03T06:23:10.892Z] 7383e89547fb: Layer already exists [2020-12-03T06:23:10.892Z] 6c2f68634ac6: Layer already exists [2020-12-03T06:23:10.892Z] bd78877bb507: Layer already exists [2020-12-03T06:23:10.892Z] b6a78175e4c9: Layer already exists [2020-12-03T06:23:10.892Z] fab17a547d8c: Layer already exists [2020-12-03T06:23:10.892Z] 2cee7541aa47: Layer already exists [2020-12-03T06:23:10.892Z] 4b089f0fc7f0: Layer already exists [2020-12-03T06:23:10.892Z] 3e7dc55cab04: Layer already exists [2020-12-03T06:23:10.892Z] b2e85fd0898f: Layer already exists [2020-12-03T06:23:10.892Z] cd3761cfa1d9: Layer already exists [2020-12-03T06:23:10.892Z] 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17: digest: sha256:210f6f64877944f04cb089890c8bf75da7f0dcb251450d55630f5514c2f97ef1 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:23:11.245Z] + 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-03T06:23:11.579Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-03T06:23:11.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-03T06:23:11.579Z] 82eecbc9d41e: Preparing [2020-12-03T06:23:11.579Z] f1c976e0219c: Preparing [2020-12-03T06:23:11.579Z] 7383e89547fb: Preparing [2020-12-03T06:23:11.579Z] 81bbe5b2a220: Preparing [2020-12-03T06:23:11.579Z] e55af19f823d: Preparing [2020-12-03T06:23:11.579Z] 6c2f68634ac6: Preparing [2020-12-03T06:23:11.579Z] bd78877bb507: Preparing [2020-12-03T06:23:11.579Z] 2cee7541aa47: Preparing [2020-12-03T06:23:11.579Z] b6a78175e4c9: Preparing [2020-12-03T06:23:11.579Z] fab17a547d8c: Preparing [2020-12-03T06:23:11.579Z] 4b089f0fc7f0: Preparing [2020-12-03T06:23:11.579Z] 3e7dc55cab04: Preparing [2020-12-03T06:23:11.579Z] b2e85fd0898f: Preparing [2020-12-03T06:23:11.579Z] cd3761cfa1d9: Preparing [2020-12-03T06:23:11.579Z] fab17a547d8c: Waiting [2020-12-03T06:23:11.579Z] 3e7dc55cab04: Waiting [2020-12-03T06:23:11.579Z] 4b089f0fc7f0: Waiting [2020-12-03T06:23:11.579Z] 6c2f68634ac6: Waiting [2020-12-03T06:23:11.579Z] b2e85fd0898f: Waiting [2020-12-03T06:23:11.579Z] cd3761cfa1d9: Waiting [2020-12-03T06:23:11.579Z] bd78877bb507: Waiting [2020-12-03T06:23:11.579Z] 2cee7541aa47: Waiting [2020-12-03T06:23:11.579Z] b6a78175e4c9: Waiting [2020-12-03T06:23:11.579Z] f1c976e0219c: Layer already exists [2020-12-03T06:23:11.579Z] 81bbe5b2a220: Layer already exists [2020-12-03T06:23:11.579Z] e55af19f823d: Layer already exists [2020-12-03T06:23:11.579Z] 82eecbc9d41e: Layer already exists [2020-12-03T06:23:11.579Z] 7383e89547fb: Layer already exists [2020-12-03T06:23:11.579Z] b6a78175e4c9: Layer already exists [2020-12-03T06:23:11.851Z] 6c2f68634ac6: Layer already exists [2020-12-03T06:23:11.851Z] 2cee7541aa47: Layer already exists [2020-12-03T06:23:11.851Z] fab17a547d8c: Layer already exists [2020-12-03T06:23:11.851Z] bd78877bb507: Layer already exists [2020-12-03T06:23:11.851Z] b2e85fd0898f: Layer already exists [2020-12-03T06:23:11.851Z] 4b089f0fc7f0: Layer already exists [2020-12-03T06:23:11.851Z] 3e7dc55cab04: Layer already exists [2020-12-03T06:23:11.851Z] cd3761cfa1d9: Layer already exists [2020-12-03T06:23:11.851Z] master: digest: sha256:210f6f64877944f04cb089890c8bf75da7f0dcb251450d55630f5514c2f97ef1 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T06:23:12.197Z] ===================================================== [Pipeline] echo [2020-12-03T06:23:12.269Z] taggedImages: [2020-12-03T06:23:12.269Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [2020-12-03T06:23:12.269Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.17 [2020-12-03T06:23:12.269Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8-1.3.1-dev.17 [2020-12-03T06:23:12.269Z] - 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-03T06:23:13.835Z] provisioning config files... [2020-12-03T06:23:13.846Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/241@tmp/config6126836787255319132tmp [Pipeline] { [Pipeline] sh [2020-12-03T06:23:14.227Z] + set +x [2020-12-03T06:23:14.227Z] + curl -s https://codecov.io/bash [2020-12-03T06:23:14.227Z] + bash -s -- [2020-12-03T06:23:14.805Z] [2020-12-03T06:23:14.805Z] _____ _ [2020-12-03T06:23:14.805Z] / ____| | | [2020-12-03T06:23:14.805Z] | | ___ __| | ___ ___ _____ __ [2020-12-03T06:23:14.805Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-03T06:23:14.805Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-03T06:23:14.805Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-03T06:23:14.805Z] Bash-20201130-cc6d3fe [2020-12-03T06:23:14.805Z] [2020-12-03T06:23:14.805Z] [2020-12-03T06:23:14.805Z] ==> Jenkins CI detected. [2020-12-03T06:23:14.805Z] project root: . [2020-12-03T06:23:14.805Z] --> token set from env [2020-12-03T06:23:14.805Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-03T06:23:14.805Z] ==> Running gcov in . (disable via -X gcov) [2020-12-03T06:23:14.805Z] ==> Python coveragepy not found [2020-12-03T06:23:14.805Z] ==> Searching for coverage reports in: [2020-12-03T06:23:14.805Z] + . [2020-12-03T06:23:14.805Z] -> Found 1 reports [2020-12-03T06:23:14.805Z] ==> Detecting git/mercurial file structure [2020-12-03T06:23:14.805Z] ==> Reading reports [2020-12-03T06:23:14.805Z] + ./coverage.out bytes=571157 [2020-12-03T06:23:14.805Z] ==> Appending adjustments [2020-12-03T06:23:14.805Z] https://docs.codecov.io/docs/fixing-reports [2020-12-03T06:23:18.121Z] + Found adjustments [2020-12-03T06:23:18.121Z] ==> Gzipping contents [2020-12-03T06:23:18.121Z] 88K /tmp/codecov.BzFqdt.gz [2020-12-03T06:23:18.121Z] ==> Uploading reports [2020-12-03T06:23:18.121Z] url: https://codecov.io [2020-12-03T06:23:18.121Z] query: branch=master&commit=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8&build=241&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F241%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-03T06:23:18.121Z] -> Pinging Codecov [2020-12-03T06:23:18.121Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8&build=241&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F241%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-03T06:23:18.694Z] -> Uploading to [2020-12-03T06:23:18.694Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-03/00271124DB129430A58F1EEE437C3FCB/698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8/cffe5a25-8517-4190-9d23-b59512576391.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201203T062318Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=10a2de4286e533cd3fd1fbf1a31d8f9a55e007688a021d607b373b154cf08ce4 [2020-12-03T06:23:18.694Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T06:23:18.694Z] Dload Upload Total Spent Left Speed [2020-12-03T06:23:19.268Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88666 0 0 100 88666 0 168k --:--:-- --:--:-- --:--:-- 169k [2020-12-03T06:23:19.268Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 [Pipeline] } [2020-12-03T06:23:19.278Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-03T06:23:19.734Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-03T06:23:19.780Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:23:20.129Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T06:23:20.129Z] [2020-12-03T06:23:20.129Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:23:20.488Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T06:23:20.488Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-03T06:23:20.488Z] 188c0c94c7c5: Already exists [2020-12-03T06:23:20.488Z] 0ef7d3d256c8: Already exists [2020-12-03T06:23:20.488Z] de9db76c5a1d: Already exists [2020-12-03T06:23:20.488Z] 0eba1c9be4d2: Pulling fs layer [2020-12-03T06:23:20.488Z] 0d57e429df01: Pulling fs layer [2020-12-03T06:23:20.488Z] 4e4be7b47b0d: Pulling fs layer [2020-12-03T06:23:20.488Z] e1f770b5df2f: Pulling fs layer [2020-12-03T06:23:20.488Z] 85a0685a4137: Pulling fs layer [2020-12-03T06:23:20.488Z] e1f770b5df2f: Waiting [2020-12-03T06:23:20.488Z] 85a0685a4137: Waiting [2020-12-03T06:23:20.488Z] 0d57e429df01: Verifying Checksum [2020-12-03T06:23:20.488Z] 0d57e429df01: Download complete [2020-12-03T06:23:20.488Z] 4e4be7b47b0d: Verifying Checksum [2020-12-03T06:23:20.488Z] 4e4be7b47b0d: Download complete [2020-12-03T06:23:22.406Z] e1f770b5df2f: Verifying Checksum [2020-12-03T06:23:22.406Z] e1f770b5df2f: Download complete [2020-12-03T06:23:24.449Z] 85a0685a4137: Verifying Checksum [2020-12-03T06:23:24.449Z] 85a0685a4137: Download complete [2020-12-03T06:23:25.057Z] 0eba1c9be4d2: Verifying Checksum [2020-12-03T06:23:25.057Z] 0eba1c9be4d2: Download complete [2020-12-03T06:23:30.422Z] 0eba1c9be4d2: Pull complete [2020-12-03T06:23:30.422Z] 0d57e429df01: Pull complete [2020-12-03T06:23:30.687Z] 4e4be7b47b0d: Pull complete [2020-12-03T06:23:34.751Z] e1f770b5df2f: Pull complete [2020-12-03T06:23:44.785Z] 85a0685a4137: Pull complete [2020-12-03T06:23:44.785Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-03T06:23:44.785Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T06:23:44.785Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-03T06:23:44.986Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:23:45.048Z] $ 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/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T06:23:46.170Z] $ docker top 8f24e60ea233c5d0e3abb0b0c916f5c017bdbc3b4ff662e3218ccdf92555dc16 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T06:23:46.420Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-03T06:23:46.712Z] + set -o pipefail [2020-12-03T06:23:46.712Z] + snyk monitor '--org=edgex-jenkins' [2020-12-03T06:23:58.961Z] [2020-12-03T06:23:58.961Z] Monitoring /w/workspace/edgex-go/241 (github.com/edgexfoundry/edgex-go)... [2020-12-03T06:23:58.961Z] [2020-12-03T06:23:58.961Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/47df4016-54ad-4b9a-b0b3-96c1e8200edc [2020-12-03T06:23:58.961Z] [2020-12-03T06:23:58.961Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-03T06:23:58.961Z] [2020-12-03T06:23:58.961Z] [Pipeline] } [2020-12-03T06:23:58.978Z] $ docker stop --time=1 8f24e60ea233c5d0e3abb0b0c916f5c017bdbc3b4ff662e3218ccdf92555dc16 [2020-12-03T06:24:02.309Z] $ docker rm -f 8f24e60ea233c5d0e3abb0b0c916f5c017bdbc3b4ff662e3218ccdf92555dc16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-03T06:24:03.408Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-12-03T06:24:03.411Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T06:24:03.705Z] + set -o pipefail [2020-12-03T06:24:03.705Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T06:24:03.705Z] + tee .snyk [2020-12-03T06:24:03.967Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T06:24:03.967Z] version: v1.14.1 [2020-12-03T06:24:03.967Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T06:24:03.967Z] ignore: [2020-12-03T06:24:03.967Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T06:24:03.967Z] - '*': [2020-12-03T06:24:03.967Z] reason: does not apply # justification for ignoring [2020-12-03T06:24:03.967Z] 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-03T06:24:03.967Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T06:24:03.967Z] - '*': [2020-12-03T06:24:03.967Z] reason: false positive [2020-12-03T06:24:03.967Z] expires: 2021-01-01T00:00:00 [2020-12-03T06:24:03.967Z] # patch: {} [Pipeline] withCredentials [2020-12-03T06:24:04.085Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:24:04.425Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T06:24:04.425Z] . [Pipeline] withDockerContainer [2020-12-03T06:24:04.529Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:24:04.582Z] $ 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/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T06:24:05.426Z] $ docker top e5411c04a7183287ff236c71857f96c7367cd5db48eb32b2b8ae1cd981458db5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:24:05.927Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T06:24:05.940Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T06:24:06.231Z] + set -o pipefail [2020-12-03T06:24:06.231Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T06:24:06.231Z] + snyk-to-html -o snykReport.html [2020-12-03T06:24:16.256Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T06:24:16.295Z] $ docker stop --time=1 e5411c04a7183287ff236c71857f96c7367cd5db48eb32b2b8ae1cd981458db5 [2020-12-03T06:24:17.801Z] $ docker rm -f e5411c04a7183287ff236c71857f96c7367cd5db48eb32b2b8ae1cd981458db5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T06:24:18.160Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-12-03T06:24:18.163Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T06:24:18.456Z] + set -o pipefail [2020-12-03T06:24:18.456Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T06:24:18.456Z] + tee .snyk [2020-12-03T06:24:18.718Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T06:24:18.718Z] version: v1.14.1 [2020-12-03T06:24:18.718Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T06:24:18.718Z] ignore: [2020-12-03T06:24:18.718Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T06:24:18.718Z] - '*': [2020-12-03T06:24:18.718Z] reason: does not apply # justification for ignoring [2020-12-03T06:24:18.718Z] 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-03T06:24:18.718Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T06:24:18.718Z] - '*': [2020-12-03T06:24:18.718Z] reason: false positive [2020-12-03T06:24:18.718Z] expires: 2021-01-01T00:00:00 [2020-12-03T06:24:18.718Z] # patch: {} [Pipeline] withCredentials [2020-12-03T06:24:18.817Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:24:19.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T06:24:19.170Z] . [Pipeline] withDockerContainer [2020-12-03T06:24:19.267Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:24:19.318Z] $ 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/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T06:24:20.071Z] $ docker top c34c2f4059745aeb28e6ab442232bc6d0892060834479e7b12c2b1b7ab94cbc4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:24:20.601Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T06:24:20.613Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T06:24:20.904Z] + set -o pipefail [2020-12-03T06:24:20.904Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T06:24:20.904Z] + snyk-to-html -o snykReport.html [2020-12-03T06:24:30.937Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T06:24:30.956Z] $ docker stop --time=1 c34c2f4059745aeb28e6ab442232bc6d0892060834479e7b12c2b1b7ab94cbc4 [2020-12-03T06:24:32.339Z] $ docker rm -f c34c2f4059745aeb28e6ab442232bc6d0892060834479e7b12c2b1b7ab94cbc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T06:24:32.651Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-12-03T06:24:32.654Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T06:24:32.989Z] + set -o pipefail [2020-12-03T06:24:32.989Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T06:24:32.989Z] + tee .snyk [2020-12-03T06:24:32.989Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T06:24:32.989Z] version: v1.14.1 [2020-12-03T06:24:32.989Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T06:24:32.989Z] ignore: [2020-12-03T06:24:32.989Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T06:24:32.989Z] - '*': [2020-12-03T06:24:32.990Z] reason: does not apply # justification for ignoring [2020-12-03T06:24:32.990Z] 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-03T06:24:32.990Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T06:24:32.990Z] - '*': [2020-12-03T06:24:32.990Z] reason: false positive [2020-12-03T06:24:32.990Z] expires: 2021-01-01T00:00:00 [2020-12-03T06:24:32.990Z] # patch: {} [Pipeline] withCredentials [2020-12-03T06:24:33.131Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:24:33.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T06:24:33.558Z] . [Pipeline] withDockerContainer [2020-12-03T06:24:33.663Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:24:33.712Z] $ 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/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T06:24:34.432Z] $ docker top 8735ada1542a73b4af3b4f582de44ff150cd2e089df8836547584084d9747e03 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:24:34.929Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T06:24:34.941Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T06:24:35.233Z] + set -o pipefail [2020-12-03T06:24:35.233Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T06:24:35.233Z] + snyk-to-html -o snykReport.html [2020-12-03T06:24:43.398Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T06:24:43.417Z] $ docker stop --time=1 8735ada1542a73b4af3b4f582de44ff150cd2e089df8836547584084d9747e03 [2020-12-03T06:24:44.908Z] $ docker rm -f 8735ada1542a73b4af3b4f582de44ff150cd2e089df8836547584084d9747e03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T06:24:45.204Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-12-03T06:24:45.206Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T06:24:45.500Z] + set -o pipefail [2020-12-03T06:24:45.500Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T06:24:45.500Z] + tee .snyk [2020-12-03T06:24:45.500Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T06:24:45.500Z] version: v1.14.1 [2020-12-03T06:24:45.500Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T06:24:45.500Z] ignore: [2020-12-03T06:24:45.500Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T06:24:45.500Z] - '*': [2020-12-03T06:24:45.500Z] reason: does not apply # justification for ignoring [2020-12-03T06:24:45.500Z] 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-03T06:24:45.500Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T06:24:45.500Z] - '*': [2020-12-03T06:24:45.500Z] reason: false positive [2020-12-03T06:24:45.500Z] expires: 2021-01-01T00:00:00 [2020-12-03T06:24:45.500Z] # patch: {} [Pipeline] withCredentials [2020-12-03T06:24:45.589Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:24:45.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T06:24:45.929Z] . [Pipeline] withDockerContainer [2020-12-03T06:24:46.035Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:24:46.085Z] $ 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/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T06:24:46.796Z] $ docker top 61a0206c55126affcc1ff1fec23cd4e439f37c67a8c668b72ae397d36731a96a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:24:47.333Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T06:24:47.346Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T06:24:47.640Z] + set -o pipefail [2020-12-03T06:24:47.640Z] + snyk-to-html -o snykReport.html [2020-12-03T06:24:47.640Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T06:24:52.947Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T06:24:52.963Z] $ docker stop --time=1 61a0206c55126affcc1ff1fec23cd4e439f37c67a8c668b72ae397d36731a96a [2020-12-03T06:24:54.460Z] $ docker rm -f 61a0206c55126affcc1ff1fec23cd4e439f37c67a8c668b72ae397d36731a96a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T06:24:54.758Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-12-03T06:24:54.761Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T06:24:55.061Z] + set -o pipefail [2020-12-03T06:24:55.061Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T06:24:55.061Z] + tee .snyk [2020-12-03T06:24:55.061Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T06:24:55.061Z] version: v1.14.1 [2020-12-03T06:24:55.061Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T06:24:55.061Z] ignore: [2020-12-03T06:24:55.061Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T06:24:55.061Z] - '*': [2020-12-03T06:24:55.061Z] reason: does not apply # justification for ignoring [2020-12-03T06:24:55.061Z] 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-03T06:24:55.061Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T06:24:55.061Z] - '*': [2020-12-03T06:24:55.061Z] reason: false positive [2020-12-03T06:24:55.061Z] expires: 2021-01-01T00:00:00 [2020-12-03T06:24:55.061Z] # patch: {} [Pipeline] withCredentials [2020-12-03T06:24:55.153Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:24:55.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T06:24:55.494Z] . [Pipeline] withDockerContainer [2020-12-03T06:24:55.592Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:24:55.643Z] $ 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/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T06:24:56.293Z] $ docker top dad02cf322e08e1a4ca9cc9f20c98aacbc2e6130936640c306f1226734cb75bc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:24:56.783Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T06:24:56.794Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T06:24:57.088Z] + set -o pipefail [2020-12-03T06:24:57.088Z] + snyk-to-html -o snykReport.html [2020-12-03T06:24:57.088Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T06:25:05.273Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T06:25:05.290Z] $ docker stop --time=1 dad02cf322e08e1a4ca9cc9f20c98aacbc2e6130936640c306f1226734cb75bc [2020-12-03T06:25:06.677Z] $ docker rm -f dad02cf322e08e1a4ca9cc9f20c98aacbc2e6130936640c306f1226734cb75bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T06:25:07.019Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-12-03T06:25:07.022Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T06:25:07.312Z] + set -o pipefail [2020-12-03T06:25:07.312Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T06:25:07.312Z] + tee .snyk [2020-12-03T06:25:07.312Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T06:25:07.312Z] version: v1.14.1 [2020-12-03T06:25:07.312Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T06:25:07.312Z] ignore: [2020-12-03T06:25:07.312Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T06:25:07.312Z] - '*': [2020-12-03T06:25:07.312Z] reason: does not apply # justification for ignoring [2020-12-03T06:25:07.312Z] 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-03T06:25:07.312Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T06:25:07.312Z] - '*': [2020-12-03T06:25:07.312Z] reason: false positive [2020-12-03T06:25:07.312Z] expires: 2021-01-01T00:00:00 [2020-12-03T06:25:07.312Z] # patch: {} [Pipeline] withCredentials [2020-12-03T06:25:07.413Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:25:07.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T06:25:07.756Z] . [Pipeline] withDockerContainer [2020-12-03T06:25:07.919Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:25:08.008Z] $ 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/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T06:25:08.642Z] $ docker top 84b661e4f1e7a01b40c82d0c6401bc35feabbd2cbcb4bdda773b794a804d04e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:25:09.125Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T06:25:09.136Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T06:25:09.426Z] + set -o pipefail [2020-12-03T06:25:09.426Z] + snyk test+ '--org=edgex-jenkins' --dockersnyk-to-html nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 '--file=./cmd/security-secrets-setup/Dockerfile' -o '--severity-threshold=high' snykReport.html '--policy-path=./.snyk' [2020-12-03T06:25:09.426Z] --json [2020-12-03T06:25:14.732Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T06:25:14.749Z] $ docker stop --time=1 84b661e4f1e7a01b40c82d0c6401bc35feabbd2cbcb4bdda773b794a804d04e3 [2020-12-03T06:25:16.152Z] $ docker rm -f 84b661e4f1e7a01b40c82d0c6401bc35feabbd2cbcb4bdda773b794a804d04e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T06:25:16.450Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-12-03T06:25:16.453Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T06:25:16.744Z] + set -o pipefail [2020-12-03T06:25:16.744Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T06:25:16.744Z] + tee .snyk [2020-12-03T06:25:16.744Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T06:25:16.744Z] version: v1.14.1 [2020-12-03T06:25:16.744Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T06:25:16.744Z] ignore: [2020-12-03T06:25:16.744Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T06:25:16.744Z] - '*': [2020-12-03T06:25:16.744Z] reason: does not apply # justification for ignoring [2020-12-03T06:25:16.744Z] 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-03T06:25:16.744Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T06:25:16.744Z] - '*': [2020-12-03T06:25:16.744Z] reason: false positive [2020-12-03T06:25:16.744Z] expires: 2021-01-01T00:00:00 [2020-12-03T06:25:16.744Z] # patch: {} [Pipeline] withCredentials [2020-12-03T06:25:16.897Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:25:17.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T06:25:17.234Z] . [Pipeline] withDockerContainer [2020-12-03T06:25:17.339Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:25:17.388Z] $ 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/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T06:25:18.083Z] $ docker top b3bc369c728b3c6f8a9a2f5769950383b6252e3fd9fccad92df70f03528e8864 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:25:18.585Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T06:25:18.596Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T06:25:18.884Z] + set -o pipefail [2020-12-03T06:25:18.884Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T06:25:18.884Z] + snyk-to-html -o snykReport.html [2020-12-03T06:25:33.845Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T06:25:33.864Z] $ docker stop --time=1 b3bc369c728b3c6f8a9a2f5769950383b6252e3fd9fccad92df70f03528e8864 [2020-12-03T06:25:35.328Z] $ docker rm -f b3bc369c728b3c6f8a9a2f5769950383b6252e3fd9fccad92df70f03528e8864 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T06:25:35.606Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-logging-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8, dockerFile=cmd/support-logging/Dockerfile [Pipeline] echo [2020-12-03T06:25:35.608Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T06:25:35.901Z] + set -o pipefail [2020-12-03T06:25:35.901Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T06:25:35.901Z] + tee .snyk [2020-12-03T06:25:35.901Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T06:25:35.901Z] version: v1.14.1 [2020-12-03T06:25:35.901Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T06:25:35.901Z] ignore: [2020-12-03T06:25:35.901Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T06:25:35.901Z] - '*': [2020-12-03T06:25:35.901Z] reason: does not apply # justification for ignoring [2020-12-03T06:25:35.901Z] 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-03T06:25:35.901Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T06:25:35.901Z] - '*': [2020-12-03T06:25:35.901Z] reason: false positive [2020-12-03T06:25:35.901Z] expires: 2021-01-01T00:00:00 [2020-12-03T06:25:35.901Z] # patch: {} [Pipeline] withCredentials [2020-12-03T06:25:35.961Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:25:36.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T06:25:36.303Z] . [Pipeline] withDockerContainer [2020-12-03T06:25:36.407Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:25:36.457Z] $ 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/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T06:25:37.174Z] $ docker top 2da334d1b0d31b5ff2b42da095645a1e929fb6897890569b32af1bc50656b9b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:25:37.649Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T06:25:37.661Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 --file=./cmd/support-logging/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T06:25:37.949Z] + set -o pipefail [2020-12-03T06:25:37.949Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 '--file=./cmd/support-logging/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T06:25:37.949Z] + snyk-to-html -o snykReport.html [2020-12-03T06:25:46.143Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T06:25:46.166Z] $ docker stop --time=1 2da334d1b0d31b5ff2b42da095645a1e929fb6897890569b32af1bc50656b9b0 [2020-12-03T06:25:47.704Z] $ docker rm -f 2da334d1b0d31b5ff2b42da095645a1e929fb6897890569b32af1bc50656b9b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T06:25:47.997Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-12-03T06:25:48.000Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T06:25:48.291Z] + set -o pipefail [2020-12-03T06:25:48.291Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T06:25:48.291Z] + tee .snyk [2020-12-03T06:25:48.554Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T06:25:48.554Z] version: v1.14.1 [2020-12-03T06:25:48.554Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T06:25:48.554Z] ignore: [2020-12-03T06:25:48.554Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T06:25:48.554Z] - '*': [2020-12-03T06:25:48.554Z] reason: does not apply # justification for ignoring [2020-12-03T06:25:48.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-03T06:25:48.554Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T06:25:48.554Z] - '*': [2020-12-03T06:25:48.554Z] reason: false positive [2020-12-03T06:25:48.554Z] expires: 2021-01-01T00:00:00 [2020-12-03T06:25:48.554Z] # patch: {} [Pipeline] withCredentials [2020-12-03T06:25:48.663Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:25:49.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T06:25:49.087Z] . [Pipeline] withDockerContainer [2020-12-03T06:25:49.244Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:25:49.301Z] $ 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/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T06:25:50.031Z] $ docker top b01e53c214afc59af2b000dcc328568a0e22ef7e08f1eb8a24a80fecefe076f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:25:50.546Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T06:25:50.557Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T06:25:50.846Z] + set -o pipefail [2020-12-03T06:25:50.846Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T06:25:50.846Z] + snyk-to-html -o snykReport.html [2020-12-03T06:26:00.873Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T06:26:00.890Z] $ docker stop --time=1 b01e53c214afc59af2b000dcc328568a0e22ef7e08f1eb8a24a80fecefe076f9 [2020-12-03T06:26:02.404Z] $ docker rm -f b01e53c214afc59af2b000dcc328568a0e22ef7e08f1eb8a24a80fecefe076f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T06:26:02.732Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-12-03T06:26:02.734Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T06:26:03.024Z] + set -o pipefail [2020-12-03T06:26:03.024Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T06:26:03.024Z] + tee .snyk [2020-12-03T06:26:03.024Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T06:26:03.024Z] version: v1.14.1 [2020-12-03T06:26:03.024Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T06:26:03.024Z] ignore: [2020-12-03T06:26:03.024Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T06:26:03.024Z] - '*': [2020-12-03T06:26:03.024Z] reason: does not apply # justification for ignoring [2020-12-03T06:26:03.024Z] 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-03T06:26:03.024Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T06:26:03.024Z] - '*': [2020-12-03T06:26:03.024Z] reason: false positive [2020-12-03T06:26:03.024Z] expires: 2021-01-01T00:00:00 [2020-12-03T06:26:03.024Z] # patch: {} [Pipeline] withCredentials [2020-12-03T06:26:03.126Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:26:03.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T06:26:03.730Z] . [Pipeline] withDockerContainer [2020-12-03T06:26:03.837Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:26:03.887Z] $ 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/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T06:26:04.710Z] $ docker top 94c086fa1517a2d495f2b5d7fbfd93bb481be60e6f8893aac94c726a58959329 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:26:05.271Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T06:26:05.283Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T06:26:05.575Z] + set -o pipefail [2020-12-03T06:26:05.575Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T06:26:05.575Z] + snyk-to-html -o snykReport.html [2020-12-03T06:26:13.741Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T06:26:13.757Z] $ docker stop --time=1 94c086fa1517a2d495f2b5d7fbfd93bb481be60e6f8893aac94c726a58959329 [2020-12-03T06:26:15.262Z] $ docker rm -f 94c086fa1517a2d495f2b5d7fbfd93bb481be60e6f8893aac94c726a58959329 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T06:26:15.604Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-03T06:26:15.606Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T06:26:15.897Z] + set -o pipefail [2020-12-03T06:26:15.897Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T06:26:15.897Z] + tee .snyk [2020-12-03T06:26:15.897Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T06:26:15.897Z] version: v1.14.1 [2020-12-03T06:26:15.898Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T06:26:15.898Z] ignore: [2020-12-03T06:26:15.898Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T06:26:15.898Z] - '*': [2020-12-03T06:26:15.898Z] reason: does not apply # justification for ignoring [2020-12-03T06:26:15.898Z] 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-03T06:26:15.898Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T06:26:15.898Z] - '*': [2020-12-03T06:26:15.898Z] reason: false positive [2020-12-03T06:26:15.898Z] expires: 2021-01-01T00:00:00 [2020-12-03T06:26:15.898Z] # patch: {} [Pipeline] withCredentials [2020-12-03T06:26:15.966Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:26:16.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T06:26:16.308Z] . [Pipeline] withDockerContainer [2020-12-03T06:26:16.414Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:26:16.465Z] $ 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/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T06:26:17.378Z] $ docker top b3cb214122207134e95a71de9be94d2bf9229aa1fa5ef5faa82258286e0f6193 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:26:17.904Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T06:26:17.915Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T06:26:18.202Z] + set -o pipefail [2020-12-03T06:26:18.203Z] + snyk-to-html -o snykReport.html [2020-12-03T06:26:18.203Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T06:26:50.372Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T06:26:50.391Z] $ docker stop --time=1 b3cb214122207134e95a71de9be94d2bf9229aa1fa5ef5faa82258286e0f6193 [2020-12-03T06:26:51.900Z] $ docker rm -f b3cb214122207134e95a71de9be94d2bf9229aa1fa5ef5faa82258286e0f6193 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-03T06:26:52.935Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-03T06:26:52.992Z] provisioning config files... [2020-12-03T06:26:53.007Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/241@tmp/config4823548615528044478tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:26:53.420Z] --> edgex-publish-swagger.sh [2020-12-03T06:26:53.420Z] === Publish openapi/v1 API === [2020-12-03T06:26:53.420Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-03T06:26:53.420Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-03T06:26:53.420Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T06:26:53.420Z] Dload Upload Total Spent Left Speed [2020-12-03T06:26:54.367Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9481 0:00:01 0:00:01 --:--:-- 9486 100 10521 0 0 100 10521 0 9479 0:00:01 0:00:01 --:--:-- 9486 [2020-12-03T06:26:54.367Z] [2020-12-03T06:26:54.367Z] [2020-12-03T06:26:54.367Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-03T06:26:54.367Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T06:26:54.367Z] Dload Upload Total Spent Left Speed [2020-12-03T06:26:55.586Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 30515 0:00:01 0:00:01 --:--:-- 30540 [2020-12-03T06:26:55.586Z] [2020-12-03T06:26:55.586Z] [2020-12-03T06:26:55.586Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-03T06:26:55.586Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T06:26:55.586Z] Dload Upload Total Spent Left Speed [2020-12-03T06:26:56.990Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 62289 0:00:01 0:00:01 --:--:-- 62263 100 73720 0 0 100 73720 0 62280 0:00:01 0:00:01 --:--:-- 62263 [2020-12-03T06:26:56.990Z] [2020-12-03T06:26:56.990Z] [2020-12-03T06:26:56.990Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-03T06:26:56.990Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T06:26:56.990Z] Dload Upload Total Spent Left Speed [2020-12-03T06:26:57.939Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12434 0:00:01 0:00:01 --:--:-- 12447 100 13580 0 0 100 13580 0 12432 0:00:01 0:00:01 --:--:-- 12435 [2020-12-03T06:26:57.939Z] [2020-12-03T06:26:57.939Z] [2020-12-03T06:26:57.939Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-03T06:26:57.939Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T06:26:57.939Z] Dload Upload Total Spent Left Speed [2020-12-03T06:26:58.886Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 36462 0:00:01 0:00:01 --:--:-- 36481 100 38889 0 0 100 38889 0 36456 0:00:01 0:00:01 --:--:-- 36481 [2020-12-03T06:26:58.886Z] [2020-12-03T06:26:58.886Z] [2020-12-03T06:26:58.886Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-03T06:26:58.886Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T06:26:58.886Z] Dload Upload Total Spent Left Speed [2020-12-03T06:27:00.281Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12575 0:00:01 0:00:01 --:--:-- 12586 100 14248 0 0 100 14248 0 12573 0:00:01 0:00:01 --:--:-- 12586 [2020-12-03T06:27:00.281Z] [2020-12-03T06:27:00.281Z] [2020-12-03T06:27:00.281Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-03T06:27:00.281Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T06:27:00.281Z] Dload Upload Total Spent Left Speed [2020-12-03T06:27:01.228Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3894 0:00:01 0:00:01 --:--:-- 3898 100 4109 0 0 100 4109 0 3893 0:00:01 0:00:01 --:--:-- 3898 [2020-12-03T06:27:01.228Z] [2020-12-03T06:27:01.228Z] [2020-12-03T06:27:01.228Z] === Publish openapi/v2 API === [2020-12-03T06:27:01.228Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-03T06:27:01.228Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-03T06:27:01.228Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T06:27:01.228Z] Dload Upload Total Spent Left Speed [2020-12-03T06:27:02.624Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24151 0:00:01 0:00:01 --:--:-- 24169 100 29535 0 0 100 29535 0 23673 0:00:01 0:00:01 --:--:-- 23684 [2020-12-03T06:27:02.624Z] [2020-12-03T06:27:02.624Z] [2020-12-03T06:27:02.624Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-03T06:27:02.624Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T06:27:02.624Z] Dload Upload Total Spent Left Speed [2020-12-03T06:27:03.569Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65766 0 0 100 65766 0 62577 0:00:01 0:00:01 --:--:-- 62634 [2020-12-03T06:27:03.569Z] [2020-12-03T06:27:03.569Z] [2020-12-03T06:27:03.569Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-03T06:27:03.569Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T06:27:03.569Z] Dload Upload Total Spent Left Speed [2020-12-03T06:27:04.970Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 99801 0:00:01 0:00:01 --:--:-- 99774 100 119k 0 0 100 119k 0 98413 0:00:01 0:00:01 --:--:-- 98405 [2020-12-03T06:27:04.970Z] [2020-12-03T06:27:04.970Z] [2020-12-03T06:27:04.970Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-03T06:27:04.970Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T06:27:04.970Z] Dload Upload Total Spent Left Speed [2020-12-03T06:27:05.917Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 20063 0:00:01 0:00:01 --:--:-- 20077 100 23691 0 0 100 23691 0 20061 0:00:01 0:00:01 --:--:-- 20077 [2020-12-03T06:27:05.917Z] [2020-12-03T06:27:05.917Z] [2020-12-03T06:27:05.918Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-03T06:27:05.918Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T06:27:05.918Z] Dload Upload Total Spent Left Speed [2020-12-03T06:27:07.306Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 51296 0:00:01 0:00:01 --:--:-- 51343 100 62691 0 0 100 62691 0 50345 0:00:01 0:00:01 --:--:-- 50354 [2020-12-03T06:27:07.306Z] [2020-12-03T06:27:07.306Z] [2020-12-03T06:27:07.306Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-03T06:27:07.306Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T06:27:07.306Z] Dload Upload Total Spent Left Speed [2020-12-03T06:27:08.257Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 43939 0:00:01 0:00:01 --:--:-- 43956 100 46198 0 0 100 46198 0 43932 0:00:01 0:00:01 --:--:-- 43956 [2020-12-03T06:27:08.257Z] [2020-12-03T06:27:08.257Z] [2020-12-03T06:27:08.257Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-03T06:27:08.257Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T06:27:08.257Z] Dload Upload Total Spent Left Speed [2020-12-03T06:27:09.648Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 22108 0:00:01 0:00:01 --:--:-- 22131 100 23725 0 0 100 23725 0 22105 0:00:01 0:00:01 --:--:-- 22110 [2020-12-03T06:27:09.648Z] [2020-12-03T06:27:09.648Z] [Pipeline] } [2020-12-03T06:27:09.659Z] 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-03T06:27:10.649Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T06:27:10.649Z] . [Pipeline] withDockerContainer [2020-12-03T06:27:10.761Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:27:10.816Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-03T06:27:11.684Z] $ docker top 335dee012da36f85757ebc63bfdbcb5b3128793fc80d089ea0f4e71b759d2d3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T06:27:11.968Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T06:27:11.968Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T06:27:12.213Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T06:27:12.218Z] $ docker exec 335dee012da36f85757ebc63bfdbcb5b3128793fc80d089ea0f4e71b759d2d3a ssh-agent [2020-12-03T06:27:12.396Z] SSH_AUTH_SOCK=/tmp/ssh-EXcGeRCGUSL0/agent.12 [2020-12-03T06:27:12.396Z] SSH_AGENT_PID=18 [2020-12-03T06:27:12.403Z] Running ssh-add (command line suppressed) [2020-12-03T06:27:12.538Z] Identity added: /w/workspace/edgex-go/241@tmp/private_key_2769009615227645642.key (/w/workspace/edgex-go/241@tmp/private_key_2769009615227645642.key) [2020-12-03T06:27:12.600Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T06:27:12.943Z] + git semver tag [2020-12-03T06:27:13.205Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T06:27:13.205Z] # $GIT_DIR = /w/workspace/edgex-go/241/.git [2020-12-03T06:27:13.205Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/241 [2020-12-03T06:27:13.205Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T06:27:13.205Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T06:27:13.205Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T06:27:13.205Z] # $SEMVER_BRANCH = master [2020-12-03T06:27:13.205Z] # $SEMVER_DIR = /w/workspace/edgex-go/241/.semver [2020-12-03T06:27:13.205Z] # 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 HEAD [2020-12-03T06:27:13.779Z] # -> Force: false [2020-12-03T06:27:13.779Z] # fc4dab89811dc5fb17347ce44f8c05791c40e789 refs/tags/v1.3.1-dev.17 [Pipeline] } [2020-12-03T06:27:13.794Z] $ docker exec --env ******** --env ******** 335dee012da36f85757ebc63bfdbcb5b3128793fc80d089ea0f4e71b759d2d3a ssh-agent -k [2020-12-03T06:27:13.962Z] unset SSH_AUTH_SOCK; [2020-12-03T06:27:13.962Z] unset SSH_AGENT_PID; [2020-12-03T06:27:13.962Z] echo Agent pid 18 killed; [2020-12-03T06:27:14.019Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T06:27:14.503Z] + git semver [Pipeline] } [2020-12-03T06:27:14.530Z] $ docker stop --time=1 335dee012da36f85757ebc63bfdbcb5b3128793fc80d089ea0f4e71b759d2d3a [2020-12-03T06:27:15.901Z] $ docker rm -f 335dee012da36f85757ebc63bfdbcb5b3128793fc80d089ea0f4e71b759d2d3a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:27:16.579Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-03T06:27:16.579Z] [2020-12-03T06:27:16.579Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:27:16.956Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-03T06:27:16.956Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-03T06:27:16.956Z] ab5ef0e58194: Pulling fs layer [2020-12-03T06:27:16.956Z] 9712f1f96733: Pulling fs layer [2020-12-03T06:27:16.956Z] 63f879dbbcfc: Pulling fs layer [2020-12-03T06:27:16.956Z] 0d9ebad4ef96: Pulling fs layer [2020-12-03T06:27:16.956Z] e9a5061849ea: Pulling fs layer [2020-12-03T06:27:16.956Z] d747dcd14b5f: Pulling fs layer [2020-12-03T06:27:16.956Z] 2de7ff778b66: Pulling fs layer [2020-12-03T06:27:16.956Z] e9a5061849ea: Waiting [2020-12-03T06:27:16.956Z] d747dcd14b5f: Waiting [2020-12-03T06:27:16.956Z] 2de7ff778b66: Waiting [2020-12-03T06:27:16.956Z] 0d9ebad4ef96: Waiting [2020-12-03T06:27:16.956Z] 9712f1f96733: Verifying Checksum [2020-12-03T06:27:16.956Z] 9712f1f96733: Download complete [2020-12-03T06:27:19.520Z] 63f879dbbcfc: Verifying Checksum [2020-12-03T06:27:19.520Z] 63f879dbbcfc: Download complete [2020-12-03T06:27:19.786Z] e9a5061849ea: Verifying Checksum [2020-12-03T06:27:19.786Z] e9a5061849ea: Download complete [2020-12-03T06:27:19.786Z] d747dcd14b5f: Verifying Checksum [2020-12-03T06:27:19.786Z] d747dcd14b5f: Download complete [2020-12-03T06:27:20.050Z] 2de7ff778b66: Verifying Checksum [2020-12-03T06:27:20.050Z] 2de7ff778b66: Download complete [2020-12-03T06:27:20.312Z] 0d9ebad4ef96: Download complete [2020-12-03T06:27:20.574Z] ab5ef0e58194: Verifying Checksum [2020-12-03T06:27:20.574Z] ab5ef0e58194: Download complete [2020-12-03T06:27:24.823Z] ab5ef0e58194: Pull complete [2020-12-03T06:27:25.090Z] 9712f1f96733: Pull complete [2020-12-03T06:27:27.657Z] 63f879dbbcfc: Pull complete [2020-12-03T06:27:34.281Z] 0d9ebad4ef96: Pull complete [2020-12-03T06:27:35.792Z] e9a5061849ea: Pull complete [2020-12-03T06:27:35.792Z] d747dcd14b5f: Pull complete [2020-12-03T06:27:38.384Z] 2de7ff778b66: Pull complete [2020-12-03T06:27:38.384Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-03T06:27:38.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-03T06:27:38.384Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-03T06:27:38.601Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:27:38.661Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-03T06:27:42.672Z] $ docker top 6d1f5cefd808b63f42ba0c8c8cb01d7bcb0f8de8be800f3dec588100671b136d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-03T06:27:43.079Z] provisioning config files... [2020-12-03T06:27:43.090Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/241@tmp/config3866093136704309472tmp [2020-12-03T06:27:43.107Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/241@tmp/config4536485441917712548tmp [2020-12-03T06:27:43.124Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/241@tmp/config3441334141614510602tmp [Pipeline] { [Pipeline] echo [2020-12-03T06:27:43.191Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:27:43.496Z] ---> sigul-configuration.sh [2020-12-03T06:27:43.496Z] gpg: directory `/root/.gnupg' created [2020-12-03T06:27:43.496Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-03T06:27:43.496Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-03T06:27:43.496Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-03T06:27:43.496Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-03T06:27:43.496Z] gpg: CAST5 encrypted data [2020-12-03T06:27:43.759Z] gpg: encrypted with 1 passphrase [2020-12-03T06:27:43.759Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-03T06:27:44.062Z] + mkdir /home/jenkins [2020-12-03T06:27:44.062Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-03T06:27:44.360Z] + 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-03T06:27:44.372Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:27:44.668Z] ---> sigul-install.sh [2020-12-03T06:27:49.967Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-03T06:27:50.269Z] + git tag --list [2020-12-03T06:27:50.269Z] 0.6.0 [2020-12-03T06:27:50.269Z] 0.6.1 [2020-12-03T06:27:50.269Z] 0.7.0 [2020-12-03T06:27:50.269Z] 0.7.1 [2020-12-03T06:27:50.269Z] v1.0.0 [2020-12-03T06:27:50.269Z] v1.0.1 [2020-12-03T06:27:50.269Z] v1.1.0 [2020-12-03T06:27:50.269Z] v1.2.0 [2020-12-03T06:27:50.269Z] v1.2.1 [2020-12-03T06:27:50.269Z] v1.2.2-dev.1 [2020-12-03T06:27:50.269Z] v1.2.2-dev.10 [2020-12-03T06:27:50.269Z] v1.2.2-dev.100 [2020-12-03T06:27:50.269Z] v1.2.2-dev.101 [2020-12-03T06:27:50.269Z] v1.2.2-dev.102 [2020-12-03T06:27:50.269Z] v1.2.2-dev.103 [2020-12-03T06:27:50.269Z] v1.2.2-dev.104 [2020-12-03T06:27:50.269Z] v1.2.2-dev.105 [2020-12-03T06:27:50.269Z] v1.2.2-dev.106 [2020-12-03T06:27:50.269Z] v1.2.2-dev.107 [2020-12-03T06:27:50.269Z] v1.2.2-dev.11 [2020-12-03T06:27:50.269Z] v1.2.2-dev.12 [2020-12-03T06:27:50.269Z] v1.2.2-dev.13 [2020-12-03T06:27:50.269Z] v1.2.2-dev.14 [2020-12-03T06:27:50.269Z] v1.2.2-dev.15 [2020-12-03T06:27:50.269Z] v1.2.2-dev.16 [2020-12-03T06:27:50.269Z] v1.2.2-dev.17 [2020-12-03T06:27:50.269Z] v1.2.2-dev.18 [2020-12-03T06:27:50.269Z] v1.2.2-dev.19 [2020-12-03T06:27:50.269Z] v1.2.2-dev.2 [2020-12-03T06:27:50.269Z] v1.2.2-dev.20 [2020-12-03T06:27:50.269Z] v1.2.2-dev.21 [2020-12-03T06:27:50.269Z] v1.2.2-dev.22 [2020-12-03T06:27:50.269Z] v1.2.2-dev.23 [2020-12-03T06:27:50.269Z] v1.2.2-dev.24 [2020-12-03T06:27:50.269Z] v1.2.2-dev.25 [2020-12-03T06:27:50.269Z] v1.2.2-dev.26 [2020-12-03T06:27:50.269Z] v1.2.2-dev.27 [2020-12-03T06:27:50.269Z] v1.2.2-dev.28 [2020-12-03T06:27:50.269Z] v1.2.2-dev.29 [2020-12-03T06:27:50.269Z] v1.2.2-dev.3 [2020-12-03T06:27:50.269Z] v1.2.2-dev.30 [2020-12-03T06:27:50.269Z] v1.2.2-dev.31 [2020-12-03T06:27:50.269Z] v1.2.2-dev.32 [2020-12-03T06:27:50.269Z] v1.2.2-dev.33 [2020-12-03T06:27:50.269Z] v1.2.2-dev.34 [2020-12-03T06:27:50.269Z] v1.2.2-dev.35 [2020-12-03T06:27:50.269Z] v1.2.2-dev.36 [2020-12-03T06:27:50.269Z] v1.2.2-dev.37 [2020-12-03T06:27:50.269Z] v1.2.2-dev.38 [2020-12-03T06:27:50.269Z] v1.2.2-dev.39 [2020-12-03T06:27:50.269Z] v1.2.2-dev.4 [2020-12-03T06:27:50.269Z] v1.2.2-dev.40 [2020-12-03T06:27:50.269Z] v1.2.2-dev.41 [2020-12-03T06:27:50.269Z] v1.2.2-dev.42 [2020-12-03T06:27:50.269Z] v1.2.2-dev.43 [2020-12-03T06:27:50.269Z] v1.2.2-dev.44 [2020-12-03T06:27:50.269Z] v1.2.2-dev.45 [2020-12-03T06:27:50.269Z] v1.2.2-dev.46 [2020-12-03T06:27:50.269Z] v1.2.2-dev.47 [2020-12-03T06:27:50.269Z] v1.2.2-dev.48 [2020-12-03T06:27:50.269Z] v1.2.2-dev.49 [2020-12-03T06:27:50.269Z] v1.2.2-dev.5 [2020-12-03T06:27:50.269Z] v1.2.2-dev.50 [2020-12-03T06:27:50.269Z] v1.2.2-dev.51 [2020-12-03T06:27:50.269Z] v1.2.2-dev.52 [2020-12-03T06:27:50.269Z] v1.2.2-dev.53 [2020-12-03T06:27:50.269Z] v1.2.2-dev.54 [2020-12-03T06:27:50.269Z] v1.2.2-dev.55 [2020-12-03T06:27:50.269Z] v1.2.2-dev.56 [2020-12-03T06:27:50.269Z] v1.2.2-dev.57 [2020-12-03T06:27:50.269Z] v1.2.2-dev.58 [2020-12-03T06:27:50.269Z] v1.2.2-dev.59 [2020-12-03T06:27:50.269Z] v1.2.2-dev.6 [2020-12-03T06:27:50.269Z] v1.2.2-dev.60 [2020-12-03T06:27:50.269Z] v1.2.2-dev.61 [2020-12-03T06:27:50.269Z] v1.2.2-dev.62 [2020-12-03T06:27:50.269Z] v1.2.2-dev.63 [2020-12-03T06:27:50.269Z] v1.2.2-dev.64 [2020-12-03T06:27:50.269Z] v1.2.2-dev.65 [2020-12-03T06:27:50.269Z] v1.2.2-dev.66 [2020-12-03T06:27:50.269Z] v1.2.2-dev.67 [2020-12-03T06:27:50.269Z] v1.2.2-dev.68 [2020-12-03T06:27:50.269Z] v1.2.2-dev.69 [2020-12-03T06:27:50.269Z] v1.2.2-dev.7 [2020-12-03T06:27:50.269Z] v1.2.2-dev.70 [2020-12-03T06:27:50.269Z] v1.2.2-dev.71 [2020-12-03T06:27:50.269Z] v1.2.2-dev.72 [2020-12-03T06:27:50.269Z] v1.2.2-dev.73 [2020-12-03T06:27:50.269Z] v1.2.2-dev.74 [2020-12-03T06:27:50.269Z] v1.2.2-dev.75 [2020-12-03T06:27:50.269Z] v1.2.2-dev.76 [2020-12-03T06:27:50.269Z] v1.2.2-dev.77 [2020-12-03T06:27:50.269Z] v1.2.2-dev.78 [2020-12-03T06:27:50.269Z] v1.2.2-dev.79 [2020-12-03T06:27:50.269Z] v1.2.2-dev.8 [2020-12-03T06:27:50.269Z] v1.2.2-dev.80 [2020-12-03T06:27:50.269Z] v1.2.2-dev.81 [2020-12-03T06:27:50.269Z] v1.2.2-dev.82 [2020-12-03T06:27:50.269Z] v1.2.2-dev.83 [2020-12-03T06:27:50.269Z] v1.2.2-dev.84 [2020-12-03T06:27:50.269Z] v1.2.2-dev.85 [2020-12-03T06:27:50.269Z] v1.2.2-dev.86 [2020-12-03T06:27:50.269Z] v1.2.2-dev.87 [2020-12-03T06:27:50.269Z] v1.2.2-dev.88 [2020-12-03T06:27:50.269Z] v1.2.2-dev.89 [2020-12-03T06:27:50.269Z] v1.2.2-dev.9 [2020-12-03T06:27:50.269Z] v1.2.2-dev.90 [2020-12-03T06:27:50.269Z] v1.2.2-dev.91 [2020-12-03T06:27:50.269Z] v1.2.2-dev.92 [2020-12-03T06:27:50.269Z] v1.2.2-dev.93 [2020-12-03T06:27:50.269Z] v1.2.2-dev.94 [2020-12-03T06:27:50.269Z] v1.2.2-dev.95 [2020-12-03T06:27:50.269Z] v1.2.2-dev.96 [2020-12-03T06:27:50.269Z] v1.2.2-dev.97 [2020-12-03T06:27:50.269Z] v1.2.2-dev.98 [2020-12-03T06:27:50.269Z] v1.2.2-dev.99 [2020-12-03T06:27:50.269Z] v1.3.0 [2020-12-03T06:27:50.269Z] v1.3.1-dev.1 [2020-12-03T06:27:50.269Z] v1.3.1-dev.10 [2020-12-03T06:27:50.269Z] v1.3.1-dev.11 [2020-12-03T06:27:50.269Z] v1.3.1-dev.12 [2020-12-03T06:27:50.269Z] v1.3.1-dev.13 [2020-12-03T06:27:50.269Z] v1.3.1-dev.14 [2020-12-03T06:27:50.269Z] v1.3.1-dev.15 [2020-12-03T06:27:50.269Z] v1.3.1-dev.16 [2020-12-03T06:27:50.269Z] v1.3.1-dev.17 [2020-12-03T06:27:50.269Z] v1.3.1-dev.2 [2020-12-03T06:27:50.269Z] v1.3.1-dev.3 [2020-12-03T06:27:50.269Z] v1.3.1-dev.4 [2020-12-03T06:27:50.269Z] v1.3.1-dev.5 [2020-12-03T06:27:50.269Z] v1.3.1-dev.6 [2020-12-03T06:27:50.269Z] v1.3.1-dev.7 [2020-12-03T06:27:50.269Z] v1.3.1-dev.8 [2020-12-03T06:27:50.269Z] v1.3.1-dev.9 [Pipeline] sh [2020-12-03T06:27:50.567Z] + lftools sign git-tag v1.3.1-dev.17 [2020-12-03T06:27:51.957Z] Signing Git tag with Sigul... [2020-12-03T06:27:51.957Z] Signing v1.3.1-dev.17 [Pipeline] echo [2020-12-03T06:27:53.887Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:27:54.184Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-03T06:27:54.194Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-03T06:27:54.290Z] $ docker stop --time=1 6d1f5cefd808b63f42ba0c8c8cb01d7bcb0f8de8be800f3dec588100671b136d [2020-12-03T06:27:56.282Z] $ docker rm -f 6d1f5cefd808b63f42ba0c8c8cb01d7bcb0f8de8be800f3dec588100671b136d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:27:57.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T06:27:57.141Z] . [Pipeline] withDockerContainer [2020-12-03T06:27:57.254Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:27:57.302Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-03T06:27:58.096Z] $ docker top ddf54e089158f43dd6060fc9c4fec033e8ddc2993f11a9a03db90e270ba18557 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T06:27:58.421Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T06:27:58.421Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T06:27:58.672Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T06:27:58.678Z] $ docker exec ddf54e089158f43dd6060fc9c4fec033e8ddc2993f11a9a03db90e270ba18557 ssh-agent [2020-12-03T06:27:58.885Z] SSH_AUTH_SOCK=/tmp/ssh-LzcWs4hlTttl/agent.12 [2020-12-03T06:27:58.885Z] SSH_AGENT_PID=17 [2020-12-03T06:27:58.893Z] Running ssh-add (command line suppressed) [2020-12-03T06:27:59.041Z] Identity added: /w/workspace/edgex-go/241@tmp/private_key_5744400371579203286.key (/w/workspace/edgex-go/241@tmp/private_key_5744400371579203286.key) [2020-12-03T06:27:59.098Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T06:27:59.469Z] + git semver bump pre [2020-12-03T06:27:59.469Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T06:27:59.469Z] # $GIT_DIR = /w/workspace/edgex-go/241/.git [2020-12-03T06:27:59.469Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/241 [2020-12-03T06:27:59.469Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T06:27:59.469Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T06:27:59.469Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T06:27:59.469Z] # $SEMVER_BRANCH = master [2020-12-03T06:27:59.469Z] # $SEMVER_DIR = /w/workspace/edgex-go/241/.semver [2020-12-03T06:27:59.469Z] 1.3.1-dev.18 [Pipeline] } [2020-12-03T06:27:59.485Z] $ docker exec --env ******** --env ******** ddf54e089158f43dd6060fc9c4fec033e8ddc2993f11a9a03db90e270ba18557 ssh-agent -k [2020-12-03T06:27:59.627Z] unset SSH_AUTH_SOCK; [2020-12-03T06:27:59.627Z] unset SSH_AGENT_PID; [2020-12-03T06:27:59.627Z] echo Agent pid 17 killed; [2020-12-03T06:27:59.678Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T06:28:00.150Z] + git semver [Pipeline] } [2020-12-03T06:28:00.171Z] $ docker stop --time=1 ddf54e089158f43dd6060fc9c4fec033e8ddc2993f11a9a03db90e270ba18557 [2020-12-03T06:28:01.608Z] $ docker rm -f ddf54e089158f43dd6060fc9c4fec033e8ddc2993f11a9a03db90e270ba18557 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:28:02.341Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T06:28:02.341Z] . [Pipeline] withDockerContainer [2020-12-03T06:28:02.457Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:28:02.508Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-03T06:28:03.297Z] $ docker top e87cbe9bf195a80506e2c545964152c15638921b5b2e855eca9c85080d83a1c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T06:28:03.622Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T06:28:03.622Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T06:28:03.862Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T06:28:03.867Z] $ docker exec e87cbe9bf195a80506e2c545964152c15638921b5b2e855eca9c85080d83a1c1 ssh-agent [2020-12-03T06:28:04.067Z] SSH_AUTH_SOCK=/tmp/ssh-9YXAeKvCPr97/agent.11 [2020-12-03T06:28:04.067Z] SSH_AGENT_PID=16 [2020-12-03T06:28:04.075Z] Running ssh-add (command line suppressed) [2020-12-03T06:28:04.216Z] Identity added: /w/workspace/edgex-go/241@tmp/private_key_1554111130425449109.key (/w/workspace/edgex-go/241@tmp/private_key_1554111130425449109.key) [2020-12-03T06:28:04.286Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T06:28:04.636Z] + git semver push [2020-12-03T06:28:04.636Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T06:28:04.637Z] # $GIT_DIR = /w/workspace/edgex-go/241/.git [2020-12-03T06:28:04.637Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/241 [2020-12-03T06:28:04.637Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T06:28:04.637Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T06:28:04.637Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T06:28:04.637Z] # $SEMVER_BRANCH = master [2020-12-03T06:28:04.637Z] # $SEMVER_DIR = /w/workspace/edgex-go/241/.semver [Pipeline] } [2020-12-03T06:28:14.680Z] $ docker exec --env ******** --env ******** e87cbe9bf195a80506e2c545964152c15638921b5b2e855eca9c85080d83a1c1 ssh-agent -k [2020-12-03T06:28:14.848Z] unset SSH_AUTH_SOCK; [2020-12-03T06:28:14.848Z] unset SSH_AGENT_PID; [2020-12-03T06:28:14.848Z] echo Agent pid 16 killed; [2020-12-03T06:28:14.920Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T06:28:15.394Z] + git semver [Pipeline] } [2020-12-03T06:28:15.415Z] $ docker stop --time=1 e87cbe9bf195a80506e2c545964152c15638921b5b2e855eca9c85080d83a1c1 [2020-12-03T06:28:16.827Z] $ docker rm -f e87cbe9bf195a80506e2c545964152c15638921b5b2e855eca9c85080d83a1c1 [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-03T06:28:18.129Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:28:19.019Z] ---> package-listing.sh [2020-12-03T06:28:19.019Z] ++ facter osfamily [2020-12-03T06:28:19.019Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-03T06:28:19.019Z] + OS_FAMILY=redhat [2020-12-03T06:28:19.019Z] + workspace=/w/workspace/edgex-go/241 [2020-12-03T06:28:19.019Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-03T06:28:19.019Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-03T06:28:19.019Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-03T06:28:19.019Z] + PACKAGES=/tmp/packages_start.txt [2020-12-03T06:28:19.019Z] + '[' /w/workspace/edgex-go/241 ']' [2020-12-03T06:28:19.019Z] + PACKAGES=/tmp/packages_end.txt [2020-12-03T06:28:19.019Z] + case "${OS_FAMILY}" in [2020-12-03T06:28:19.019Z] + rpm -qa [2020-12-03T06:28:19.019Z] + sort [2020-12-03T06:28:24.349Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-03T06:28:24.349Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-03T06:28:24.349Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-03T06:28:24.349Z] + '[' /w/workspace/edgex-go/241 ']' [2020-12-03T06:28:24.349Z] + mkdir -p /w/workspace/edgex-go/241/archives/ [2020-12-03T06:28:24.349Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/241/archives/ [Pipeline] echo [2020-12-03T06:28:24.365Z] 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/241/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-03T06:28:24.658Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:28:24.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T06:28:24.962Z] [2020-12-03T06:28:24.962Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:28:25.313Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T06:28:25.314Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-03T06:28:25.314Z] df20fa9351a1: Pulling fs layer [2020-12-03T06:28:25.314Z] 36b3adc4ff6f: Pulling fs layer [2020-12-03T06:28:25.314Z] 8ad3a11d3b57: Pulling fs layer [2020-12-03T06:28:25.314Z] 46f8f816bc3b: Pulling fs layer [2020-12-03T06:28:25.314Z] 93b61091891f: Pulling fs layer [2020-12-03T06:28:25.314Z] 93b9cdb0e59b: Pulling fs layer [2020-12-03T06:28:25.314Z] 5e14af77c1be: Pulling fs layer [2020-12-03T06:28:25.314Z] 01666e4c0597: Pulling fs layer [2020-12-03T06:28:25.314Z] aa168da1d23b: Pulling fs layer [2020-12-03T06:28:25.314Z] 46f8f816bc3b: Waiting [2020-12-03T06:28:25.314Z] 93b61091891f: Waiting [2020-12-03T06:28:25.314Z] 93b9cdb0e59b: Waiting [2020-12-03T06:28:25.314Z] 5e14af77c1be: Waiting [2020-12-03T06:28:25.314Z] 01666e4c0597: Waiting [2020-12-03T06:28:25.314Z] aa168da1d23b: Waiting [2020-12-03T06:28:25.314Z] 36b3adc4ff6f: Download complete [2020-12-03T06:28:25.314Z] 46f8f816bc3b: Download complete [2020-12-03T06:28:25.576Z] df20fa9351a1: Download complete [2020-12-03T06:28:25.576Z] 93b9cdb0e59b: Verifying Checksum [2020-12-03T06:28:25.576Z] 93b9cdb0e59b: Download complete [2020-12-03T06:28:25.576Z] 93b61091891f: Verifying Checksum [2020-12-03T06:28:25.576Z] 93b61091891f: Download complete [2020-12-03T06:28:25.576Z] 5e14af77c1be: Download complete [2020-12-03T06:28:25.576Z] 01666e4c0597: Download complete [2020-12-03T06:28:25.576Z] 8ad3a11d3b57: Verifying Checksum [2020-12-03T06:28:25.576Z] 8ad3a11d3b57: Download complete [2020-12-03T06:28:25.839Z] df20fa9351a1: Pull complete [2020-12-03T06:28:26.103Z] 36b3adc4ff6f: Pull complete [2020-12-03T06:28:28.033Z] 8ad3a11d3b57: Pull complete [2020-12-03T06:28:28.033Z] aa168da1d23b: Verifying Checksum [2020-12-03T06:28:28.033Z] aa168da1d23b: Download complete [2020-12-03T06:28:28.981Z] 46f8f816bc3b: Pull complete [2020-12-03T06:28:28.981Z] 93b61091891f: Pull complete [2020-12-03T06:28:29.244Z] 93b9cdb0e59b: Pull complete [2020-12-03T06:28:29.244Z] 5e14af77c1be: Pull complete [2020-12-03T06:28:29.508Z] 01666e4c0597: Pull complete [2020-12-03T06:28:36.123Z] aa168da1d23b: Pull complete [2020-12-03T06:28:36.123Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-03T06:28:36.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T06:28:36.385Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-03T06:28:36.572Z] prd-centos7-docker-4c-2g-14274 does not seem to be running inside a container [2020-12-03T06:28:36.622Z] $ 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/241/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/241 -v /w/workspace/edgex-go/241:/w/workspace/edgex-go/241:rw,z -v /w/workspace/edgex-go/241@tmp:/w/workspace/edgex-go/241@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-03T06:28:39.896Z] $ docker top 5014e94c4687590270dcdd56ed097b70e18295ed1b507bf1e536ee9fa7786203 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:28:40.485Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-03T06:28:40.823Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-03T06:28:41.123Z] + ls /var/log/sa-host [2020-12-03T06:28:41.123Z] + sadf -c /var/log/sa-host/sa03 [2020-12-03T06:28:41.123Z] file_magic: OK [2020-12-03T06:28:41.123Z] HZ: Using current value: 100 [2020-12-03T06:28:41.123Z] file_header: OK [2020-12-03T06:28:41.123Z] 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-03T06:28:41.123Z] Statistics: [2020-12-03T06:28:41.124Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-03T06:28:41.124Z] File successfully converted to sysstat format version 12.2.1 [2020-12-03T06:28:41.124Z] + sadf -c /var/log/sa-host/sa23 [2020-12-03T06:28:41.124Z] file_magic: OK [2020-12-03T06:28:41.124Z] HZ: Using current value: 100 [2020-12-03T06:28:41.124Z] file_header: OK [2020-12-03T06:28:41.124Z] 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-03T06:28:41.124Z] Statistics: [2020-12-03T06:28:41.124Z] Hnuu...uuuununununu... [2020-12-03T06:28:41.124Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-03T06:28:41.326Z] provisioning config files... [2020-12-03T06:28:41.341Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/241@tmp/config4670784382305286652tmp [Pipeline] { [Pipeline] echo [2020-12-03T06:28:41.413Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:28:41.713Z] ---> create-netrc.sh [Pipeline] } [2020-12-03T06:28:41.723Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-03T06:28:41.814Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:28:42.109Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-03T06:28:42.119Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:28:42.417Z] ---> sudo-logs.sh [2020-12-03T06:28:42.417Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-03T06:28:42.428Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:28:42.722Z] ---> job-cost.sh [2020-12-03T06:28:42.722Z] lf-activate-venv: SKIPPING [2020-12-03T06:28:42.722Z] INFO: No Stack... [2020-12-03T06:28:43.666Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-03T06:28:44.239Z] INFO: Archiving Costs [Pipeline] echo [2020-12-03T06:28:44.252Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:28:44.547Z] ---> logs-deploy.sh [2020-12-03T06:28:44.547Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/241 [2020-12-03T06:28:44.547Z] INFO: archiving workspace using pattern(s): [2020-12-03T06:28:45.944Z] Archives upload complete. [2020-12-03T06:28:45.944Z] INFO: archiving logs to Nexus