Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0163c92eb67c845bff5e90a4dc6407d0e1146c78 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 ‘prd-centos7-docker-4c-2g-14349’ Running on prd-centos7-docker-4c-2g-14352 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/242 [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/242 # 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 0163c92eb67c845bff5e90a4dc6407d0e1146c78 (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 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 Commit message: "refactor(all): Remove support-logging and LoggingInfo config (#2919)" > git rev-list --no-walk 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-03T18:35:44.353Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-03T18:35:44.645Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-03T18:35:44.752Z] ========================================================= [2020-12-03T18:35:44.752Z] EdgeX Global Pipelines Version Info [2020-12-03T18:35:44.752Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-03T18:35:47.136Z] ------------------- [2020-12-03T18:35:47.137Z] stable info: [2020-12-03T18:35:47.137Z] ------------------- [2020-12-03T18:35:47.137Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-03T18:35:47.137Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T18:35:47.137Z] Message: update stable to v1.0.169 [2020-12-03T18:35:48.116Z] ------------------- [2020-12-03T18:35:48.116Z] experimental info: [2020-12-03T18:35:48.116Z] ------------------- [2020-12-03T18:35:48.116Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-03T18:35:48.116Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T18:35:48.116Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T18:35:48.415Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-03T18:35:48.524Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-03T18:35:48.621Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-03T18:35:48.718Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-03T18:35:48.871Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-03T18:35:48.966Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-03T18:35:49.065Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-03T18:35:49.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-03T18:35:49.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-03T18:35:49.377Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-03T18:35:49.473Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-03T18:35:49.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-03T18:35:49.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-03T18:35:49.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-03T18:35:49.857Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T18:35:49.983Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T18:35:50.151Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-03T18:35:50.247Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-03T18:35:50.352Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-03T18:35:50.458Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-03T18:35:50.556Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-03T18:35:50.690Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-03T18:35:50.791Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-03T18:35:50.883Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-03T18:35:50.978Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-03T18:35:51.124Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] echo [2020-12-03T18:35:51.235Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0163c92 [Pipeline] echo [2020-12-03T18:35:51.326Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T18:35:51.506Z] provisioning config files... [2020-12-03T18:35:51.539Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/242@tmp/config6415525943981001114tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T18:35:51.942Z] ---> docker-login.sh [2020-12-03T18:35:51.942Z] nexus3.edgexfoundry.org:10001 [2020-12-03T18:35:52.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:35:52.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:35:52.478Z] Configure a credential helper to remove this warning. See [2020-12-03T18:35:52.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:35:52.478Z] [2020-12-03T18:35:52.478Z] Login Succeeded [2020-12-03T18:35:52.478Z] nexus3.edgexfoundry.org:10002 [2020-12-03T18:35:52.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:35:52.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:35:52.741Z] Configure a credential helper to remove this warning. See [2020-12-03T18:35:52.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:35:52.741Z] [2020-12-03T18:35:52.741Z] Login Succeeded [2020-12-03T18:35:52.741Z] nexus3.edgexfoundry.org:10003 [2020-12-03T18:35:53.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:35:53.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:35:53.005Z] Configure a credential helper to remove this warning. See [2020-12-03T18:35:53.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:35:53.005Z] [2020-12-03T18:35:53.005Z] Login Succeeded [2020-12-03T18:35:53.005Z] nexus3.edgexfoundry.org:10004 [2020-12-03T18:35:53.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:35:53.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:35:53.287Z] Configure a credential helper to remove this warning. See [2020-12-03T18:35:53.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:35:53.287Z] [2020-12-03T18:35:53.287Z] Login Succeeded [2020-12-03T18:35:53.287Z] docker.io [2020-12-03T18:35:53.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:35:53.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:35:53.835Z] Configure a credential helper to remove this warning. See [2020-12-03T18:35:53.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:35:53.835Z] [2020-12-03T18:35:53.835Z] Login Succeeded [2020-12-03T18:35:53.835Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T18:35:53.849Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T18:35:54.368Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-03T18:35:54.368Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T18:35:54.368Z] ++ dirname cmd/core-command/Dockerfile [2020-12-03T18:35:54.368Z] ++ cut -d/ -f2 [2020-12-03T18:35:54.368Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-03T18:35:54.368Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T18:35:54.368Z] ++ dirname cmd/core-data/Dockerfile [2020-12-03T18:35:54.368Z] ++ cut -d/ -f2 [2020-12-03T18:35:54.368Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-03T18:35:54.368Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T18:35:54.368Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-03T18:35:54.368Z] ++ cut -d/ -f2 [2020-12-03T18:35:54.368Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-03T18:35:54.368Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T18:35:54.368Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-03T18:35:54.368Z] ++ cut -d/ -f2 [2020-12-03T18:35:54.368Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-03T18:35:54.368Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T18:35:54.368Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-03T18:35:54.368Z] ++ cut -d/ -f2 [2020-12-03T18:35:54.368Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-03T18:35:54.368Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T18:35:54.368Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-03T18:35:54.368Z] ++ cut -d/ -f2 [2020-12-03T18:35:54.368Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-03T18:35:54.368Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T18:35:54.368Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-03T18:35:54.368Z] ++ cut -d/ -f2 [2020-12-03T18:35:54.368Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-03T18:35:54.368Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T18:35:54.368Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-03T18:35:54.368Z] ++ cut -d/ -f2 [2020-12-03T18:35:54.368Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-03T18:35:54.368Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T18:35:54.368Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-03T18:35:54.368Z] ++ cut -d/ -f2 [2020-12-03T18:35:54.368Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-03T18:35:54.368Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T18:35:54.368Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-03T18:35:54.368Z] ++ cut -d/ -f2 [2020-12-03T18:35:54.368Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-03T18:35:54.463Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:35:55.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T18:35:55.327Z] [2020-12-03T18:35:55.327Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:35:55.840Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T18:35:55.840Z] latest: Pulling from edgex-devops/git-semver [2020-12-03T18:35:55.840Z] 31603596830f: Pulling fs layer [2020-12-03T18:35:55.840Z] 2a8b12db71e7: Pulling fs layer [2020-12-03T18:35:55.840Z] 6ca5941a6612: Pulling fs layer [2020-12-03T18:35:55.840Z] ecc8261a40a4: Pulling fs layer [2020-12-03T18:35:55.840Z] ecc8261a40a4: Waiting [2020-12-03T18:35:55.840Z] 2a8b12db71e7: Verifying Checksum [2020-12-03T18:35:55.840Z] 2a8b12db71e7: Download complete [2020-12-03T18:35:56.136Z] 31603596830f: Verifying Checksum [2020-12-03T18:35:56.136Z] 31603596830f: Download complete [2020-12-03T18:35:56.436Z] ecc8261a40a4: Verifying Checksum [2020-12-03T18:35:56.436Z] ecc8261a40a4: Download complete [2020-12-03T18:35:56.714Z] 6ca5941a6612: Verifying Checksum [2020-12-03T18:35:56.714Z] 6ca5941a6612: Download complete [2020-12-03T18:35:56.714Z] 31603596830f: Pull complete [2020-12-03T18:35:56.990Z] 2a8b12db71e7: Pull complete [2020-12-03T18:35:58.485Z] 6ca5941a6612: Pull complete [2020-12-03T18:35:58.485Z] ecc8261a40a4: Pull complete [2020-12-03T18:35:58.485Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-03T18:35:58.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T18:35:58.485Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-03T18:35:58.633Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:35:58.712Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:36:01.379Z] $ docker top a9cbde1db5b71f4f4c035bffd82e0e9494dbc53ef29f1414df76d1e610600776 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T18:36:01.959Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T18:36:01.960Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T18:36:02.250Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T18:36:02.269Z] $ docker exec a9cbde1db5b71f4f4c035bffd82e0e9494dbc53ef29f1414df76d1e610600776 ssh-agent [2020-12-03T18:36:02.832Z] SSH_AUTH_SOCK=/tmp/ssh-ZjDBXPrD19WV/agent.12 [2020-12-03T18:36:02.832Z] SSH_AGENT_PID=18 [2020-12-03T18:36:02.845Z] Running ssh-add (command line suppressed) [2020-12-03T18:36:03.073Z] Identity added: /w/workspace/edgex-go/242@tmp/private_key_460903236567079438.key (/w/workspace/edgex-go/242@tmp/private_key_460903236567079438.key) [2020-12-03T18:36:03.166Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T18:36:03.553Z] + git tag --points-at HEAD [Pipeline] } [2020-12-03T18:36:03.591Z] $ docker exec --env ******** --env ******** a9cbde1db5b71f4f4c035bffd82e0e9494dbc53ef29f1414df76d1e610600776 ssh-agent -k [2020-12-03T18:36:03.819Z] unset SSH_AUTH_SOCK; [2020-12-03T18:36:03.820Z] unset SSH_AGENT_PID; [2020-12-03T18:36:03.820Z] echo Agent pid 18 killed; [2020-12-03T18:36:03.873Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-03T18:36:04.027Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T18:36:04.027Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T18:36:04.294Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T18:36:04.301Z] $ docker exec a9cbde1db5b71f4f4c035bffd82e0e9494dbc53ef29f1414df76d1e610600776 ssh-agent [2020-12-03T18:36:04.607Z] SSH_AUTH_SOCK=/tmp/ssh-Dw60kkVESN9M/agent.46 [2020-12-03T18:36:04.607Z] SSH_AGENT_PID=52 [2020-12-03T18:36:04.615Z] Running ssh-add (command line suppressed) [2020-12-03T18:36:04.810Z] Identity added: /w/workspace/edgex-go/242@tmp/private_key_1806766111066900438.key (/w/workspace/edgex-go/242@tmp/private_key_1806766111066900438.key) [2020-12-03T18:36:04.872Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T18:36:05.216Z] + git semver init [2020-12-03T18:36:05.216Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T18:36:05.216Z] # $GIT_DIR = /w/workspace/edgex-go/242/.git [2020-12-03T18:36:05.216Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/242 [2020-12-03T18:36:05.216Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T18:36:05.216Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T18:36:05.216Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T18:36:05.216Z] # $SEMVER_BRANCH = master [2020-12-03T18:36:05.216Z] # $SEMVER_TEMP = /tmp/semver-717497553 [2020-12-03T18:36:05.216Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-03T18:36:32.083Z] # '/tmp/semver-717497553' -> '/w/workspace/edgex-go/242/.semver' [2020-12-03T18:36:32.083Z] # -> Force: false [2020-12-03T18:36:32.083Z] # $SEMVER_DIR = /w/workspace/edgex-go/242/.semver [Pipeline] } [2020-12-03T18:36:32.106Z] $ docker exec --env ******** --env ******** a9cbde1db5b71f4f4c035bffd82e0e9494dbc53ef29f1414df76d1e610600776 ssh-agent -k [2020-12-03T18:36:32.494Z] unset SSH_AUTH_SOCK; [2020-12-03T18:36:32.494Z] unset SSH_AGENT_PID; [2020-12-03T18:36:32.494Z] echo Agent pid 52 killed; [2020-12-03T18:36:32.611Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T18:36:33.149Z] + git semver [Pipeline] } [2020-12-03T18:36:33.454Z] $ docker stop --time=1 a9cbde1db5b71f4f4c035bffd82e0e9494dbc53ef29f1414df76d1e610600776 [2020-12-03T18:36:35.187Z] $ docker rm -f a9cbde1db5b71f4f4c035bffd82e0e9494dbc53ef29f1414df76d1e610600776 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T18:36:35.746Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-03T18:36:36.599Z] Stashed 1 file(s) [Pipeline] echo [2020-12-03T18:36:36.602Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.18 [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-03T18:36:37.489Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-03T18:36:37.807Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T18:36:38.127Z] + sudo service docker restart [2020-12-03T18:36:38.127Z] + true [2020-12-03T18:36:38.127Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-03T18:36:39.096Z] ========================================================= [2020-12-03T18:36:39.096Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-03T18:36:39.096Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:36:39.455Z] + 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-03T18:36:46.155Z] Sending build context to Docker daemon 326.2MB [2020-12-03T18:36:46.155Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T18:36:46.155Z] Step 2/7 : FROM ${BASE} [2020-12-03T18:36:46.155Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-03T18:36:46.155Z] 188c0c94c7c5: Pulling fs layer [2020-12-03T18:36:46.155Z] 0ef7d3d256c8: Pulling fs layer [2020-12-03T18:36:46.155Z] de9db76c5a1d: Pulling fs layer [2020-12-03T18:36:46.155Z] bca2f99d35d6: Pulling fs layer [2020-12-03T18:36:46.155Z] 93359f2a8cfa: Pulling fs layer [2020-12-03T18:36:46.155Z] 7c6f9722023f: Pulling fs layer [2020-12-03T18:36:46.155Z] a35cf1a2eb13: Pulling fs layer [2020-12-03T18:36:46.155Z] bca2f99d35d6: Waiting [2020-12-03T18:36:46.155Z] 93359f2a8cfa: Waiting [2020-12-03T18:36:46.155Z] 7c6f9722023f: Waiting [2020-12-03T18:36:46.155Z] a35cf1a2eb13: Waiting [2020-12-03T18:36:46.155Z] de9db76c5a1d: Verifying Checksum [2020-12-03T18:36:46.155Z] de9db76c5a1d: Download complete [2020-12-03T18:36:46.155Z] 0ef7d3d256c8: Verifying Checksum [2020-12-03T18:36:46.155Z] 0ef7d3d256c8: Download complete [2020-12-03T18:36:46.155Z] 93359f2a8cfa: Verifying Checksum [2020-12-03T18:36:46.155Z] 93359f2a8cfa: Download complete [2020-12-03T18:36:46.155Z] 7c6f9722023f: Verifying Checksum [2020-12-03T18:36:46.155Z] 7c6f9722023f: Download complete [2020-12-03T18:36:46.155Z] 188c0c94c7c5: Verifying Checksum [2020-12-03T18:36:46.155Z] 188c0c94c7c5: Download complete [2020-12-03T18:36:46.752Z] 188c0c94c7c5: Pull complete [2020-12-03T18:36:47.024Z] 0ef7d3d256c8: Pull complete [2020-12-03T18:36:47.635Z] de9db76c5a1d: Pull complete [2020-12-03T18:36:49.708Z] a35cf1a2eb13: Verifying Checksum [2020-12-03T18:36:49.708Z] a35cf1a2eb13: Download complete [2020-12-03T18:36:50.331Z] bca2f99d35d6: Verifying Checksum [2020-12-03T18:36:50.331Z] bca2f99d35d6: Download complete [2020-12-03T18:36:51.979Z] Still waiting to schedule task [2020-12-03T18:36:51.980Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-03T18:37:00.505Z] bca2f99d35d6: Pull complete [2020-12-03T18:37:00.505Z] 93359f2a8cfa: Pull complete [2020-12-03T18:37:00.505Z] 7c6f9722023f: Pull complete [2020-12-03T18:37:04.825Z] a35cf1a2eb13: Pull complete [2020-12-03T18:37:04.825Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-03T18:37:04.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-03T18:37:04.825Z] ---> a62c8e92a672 [2020-12-03T18:37:04.825Z] 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-03T18:37:04.825Z] ---> Running in a8eb8fa91035 [2020-12-03T18:37:05.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T18:37:06.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T18:37:07.467Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T18:37:07.467Z] (2/12) Installing file (5.38-r0) [2020-12-03T18:37:07.467Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T18:37:07.733Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-03T18:37:11.137Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T18:37:11.415Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T18:37:11.415Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T18:37:11.415Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T18:37:11.680Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T18:37:11.680Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T18:37:11.680Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T18:37:11.968Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T18:37:11.968Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T18:37:11.968Z] OK: 233 MiB in 51 packages [2020-12-03T18:37:15.324Z] Removing intermediate container a8eb8fa91035 [2020-12-03T18:37:15.324Z] ---> 1c230e3a695e [2020-12-03T18:37:15.324Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T18:37:15.324Z] ---> Running in 249ac20df9e6 [2020-12-03T18:37:15.324Z] Removing intermediate container 249ac20df9e6 [2020-12-03T18:37:15.324Z] ---> d339d5b71ec4 [2020-12-03T18:37:15.324Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T18:37:15.929Z] latest: Pulling from library/docker [2020-12-03T18:37:16.196Z] 188c0c94c7c5: Already exists [2020-12-03T18:37:16.196Z] 0c7c675703d6: Pulling fs layer [2020-12-03T18:37:16.196Z] cc8c12a437cb: Pulling fs layer [2020-12-03T18:37:16.196Z] f092543453df: Pulling fs layer [2020-12-03T18:37:16.196Z] 65b6bc45957d: Pulling fs layer [2020-12-03T18:37:16.196Z] 4de832df471b: Pulling fs layer [2020-12-03T18:37:16.196Z] 79aa7fa92271: Pulling fs layer [2020-12-03T18:37:16.196Z] 4de832df471b: Waiting [2020-12-03T18:37:16.196Z] 79aa7fa92271: Waiting [2020-12-03T18:37:16.196Z] 65b6bc45957d: Waiting [2020-12-03T18:37:16.462Z] cc8c12a437cb: Verifying Checksum [2020-12-03T18:37:16.462Z] cc8c12a437cb: Download complete [2020-12-03T18:37:16.462Z] 0c7c675703d6: Download complete [2020-12-03T18:37:16.462Z] 65b6bc45957d: Verifying Checksum [2020-12-03T18:37:16.462Z] 65b6bc45957d: Download complete [2020-12-03T18:37:16.767Z] 4de832df471b: Verifying Checksum [2020-12-03T18:37:16.767Z] 4de832df471b: Download complete [2020-12-03T18:37:16.767Z] 79aa7fa92271: Verifying Checksum [2020-12-03T18:37:16.767Z] 79aa7fa92271: Download complete [2020-12-03T18:37:17.414Z] 0c7c675703d6: Pull complete [2020-12-03T18:37:17.414Z] cc8c12a437cb: Pull complete [2020-12-03T18:37:18.016Z] f092543453df: Verifying Checksum [2020-12-03T18:37:18.016Z] f092543453df: Download complete [2020-12-03T18:37:21.621Z] f092543453df: Pull complete [2020-12-03T18:37:21.621Z] 65b6bc45957d: Pull complete [2020-12-03T18:37:21.903Z] 4de832df471b: Pull complete [2020-12-03T18:37:21.903Z] 79aa7fa92271: Pull complete [2020-12-03T18:37:21.903Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T18:37:21.903Z] Status: Downloaded newer image for docker:latest [2020-12-03T18:37:23.849Z] ---> 806467beadfd [2020-12-03T18:37:23.849Z] Step 6/7 : COPY go.mod . [2020-12-03T18:37:24.127Z] ---> 185971ff4523 [2020-12-03T18:37:24.127Z] Step 7/7 : RUN go mod download [2020-12-03T18:37:24.127Z] ---> Running in 75a95925d2d5 [2020-12-03T18:37:46.311Z] Removing intermediate container 75a95925d2d5 [2020-12-03T18:37:46.311Z] ---> 731091c3ca2f [2020-12-03T18:37:46.311Z] Successfully built 731091c3ca2f [2020-12-03T18:37:46.583Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:37:46.918Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T18:37:47.188Z] . [Pipeline] withDockerContainer [2020-12-03T18:37:47.513Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:37:47.671Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:37:49.162Z] $ docker top fd6301d14e2761603942c263cb7001778881e1d0e3866436512500488047f304 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T18:37:50.034Z] + go version [2020-12-03T18:37:50.034Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-03T18:37:50.062Z] $ docker stop --time=1 fd6301d14e2761603942c263cb7001778881e1d0e3866436512500488047f304 [2020-12-03T18:37:51.488Z] $ docker rm -f fd6301d14e2761603942c263cb7001778881e1d0e3866436512500488047f304 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:37:52.399Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T18:37:52.399Z] . [Pipeline] withDockerContainer [2020-12-03T18:37:52.533Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:37:52.604Z] $ 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/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:37:53.521Z] $ docker top 7d39105810d44500b94712049c041fba141ba9a6c93d4eb1fcc3eca044cf7b42 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T18:37:53.837Z] ========================================================= [2020-12-03T18:37:53.837Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-03T18:37:53.837Z] ========================================================= [Pipeline] sh [2020-12-03T18:37:54.144Z] + make test [2020-12-03T18:37:54.144Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-03T18:38:06.584Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-03T18:38:28.857Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-03T18:38:33.214Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-03T18:38:33.858Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-03T18:38:33.858Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-03T18:38:33.858Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-03T18:38:34.137Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-03T18:38:34.406Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-03T18:38:37.052Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.078s [2020-12-03T18:38:37.052Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-03T18:38:37.052Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-03T18:38:37.643Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-03T18:38:37.643Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-03T18:38:37.643Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-03T18:38:37.643Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-03T18:38:42.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.102s coverage: 46.6% of statements [2020-12-03T18:38:42.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-03T18:38:42.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-03T18:38:42.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-03T18:38:42.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-03T18:38:42.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-03T18:38:45.806Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.296s coverage: 27.1% of statements [2020-12-03T18:38:45.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-03T18:38:45.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-03T18:38:45.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-03T18:38:45.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-03T18:38:45.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-03T18:38:45.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-03T18:38:45.806Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements [2020-12-03T18:38:45.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-03T18:38:45.806Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements [2020-12-03T18:38:45.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-03T18:38:45.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-03T18:38:45.806Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 65.5% of statements [2020-12-03T18:38:45.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-03T18:38:45.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-03T18:38:45.806Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.439s coverage: 82.7% of statements [2020-12-03T18:38:45.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-03T18:38:45.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T18:38:45.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-03T18:38:45.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-03T18:38:48.472Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.484s coverage: 28.6% of statements [2020-12-03T18:38:48.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-03T18:38:48.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-03T18:38:48.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-03T18:38:48.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-03T18:38:48.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-03T18:38:48.472Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2020-12-03T18:38:48.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-03T18:38:48.472Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements [2020-12-03T18:38:48.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-03T18:38:48.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.166s coverage: 86.7% of statements [2020-12-03T18:38:48.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-03T18:38:49.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.148s coverage: 97.5% of statements [2020-12-03T18:38:49.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-03T18:38:49.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.137s coverage: 78.3% of statements [2020-12-03T18:38:49.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-03T18:38:49.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-03T18:38:49.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-03T18:38:49.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-03T18:38:52.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.391s coverage: 94.7% of statements [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-03T18:38:52.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-03T18:38:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2020-12-03T18:38:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-03T18:38:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-03T18:38:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.0% of statements [no tests to run] [2020-12-03T18:38:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-03T18:38:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-03T18:38:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-03T18:38:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-03T18:38:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2020-12-03T18:38:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-03T18:38:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 75.5% of statements [2020-12-03T18:38:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements [2020-12-03T18:38:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.124s coverage: 87.2% of statements [2020-12-03T18:38:52.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.2% of statements [2020-12-03T18:38:52.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.048s coverage: 100.0% of statements [2020-12-03T18:38:52.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-03T18:38:54.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.318s coverage: 63.5% of statements [2020-12-03T18:38:54.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-03T18:38:54.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-03T18:38:54.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2020-12-03T18:38:54.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.060s coverage: 91.3% of statements [2020-12-03T18:38:54.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements [2020-12-03T18:38:54.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2020-12-03T18:38:54.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements [2020-12-03T18:38:56.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.509s coverage: 55.9% of statements [2020-12-03T18:38:56.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-03T18:38:56.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-03T18:38:56.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-03T18:38:56.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-03T18:38:56.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-03T18:38:56.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-03T18:39:09.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.113s coverage: 86.3% of statements [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-03T18:39:09.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.336s coverage: 72.2% of statements [2020-12-03T18:39:09.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.625s coverage: 72.1% of statements [2020-12-03T18:39:09.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.053s coverage: 82.4% of statements [2020-12-03T18:39:09.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.053s coverage: 48.4% of statements [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-03T18:39:09.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.041s coverage: 28.8% of statements [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-03T18:39:09.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.055s coverage: 96.8% of statements [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-03T18:39:09.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 37.2% of statements [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-03T18:39:09.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.470s coverage: 84.1% of statements [2020-12-03T18:39:09.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.051s coverage: 100.0% of statements [2020-12-03T18:39:09.141Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.156s coverage: 47.1% of statements [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-03T18:39:09.141Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.032s coverage: 100.0% of statements [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-03T18:39:09.141Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-03T18:39:09.141Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.080s coverage: 100.0% of statements [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-03T18:39:09.141Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.065s coverage: 29.1% of statements [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-03T18:39:09.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-03T18:39:09.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-03T18:39:09.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.088s coverage: 99.0% of statements [2020-12-03T18:39:09.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-03T18:39:09.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.080s coverage: 100.0% of statements [2020-12-03T18:39:09.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-03T18:39:09.142Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2020-12-03T18:39:09.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-03T18:39:09.142Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2020-12-03T18:39:09.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-03T18:39:09.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-03T18:39:09.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-03T18:39:09.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-03T18:39:09.142Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.064s coverage: 87.9% of statements [2020-12-03T18:39:09.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-03T18:39:09.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-03T18:39:09.142Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements [2020-12-03T18:39:09.142Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.046s coverage: 32.1% of statements [2020-12-03T18:39:09.142Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2020-12-03T18:39:09.142Z] GO111MODULE=on go vet ./... [2020-12-03T18:39:41.558Z] gofmt -l . [2020-12-03T18:39:41.558Z] [ "`gofmt -l .`" = "" ] [2020-12-03T18:39:41.558Z] ./bin/test-go-mod-tidy.sh [2020-12-03T18:39:41.558Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-03T18:39:44.157Z] + ls -al . [2020-12-03T18:39:44.157Z] total 648 [2020-12-03T18:39:44.157Z] drwxrwxr-x 10 1001 1001 4096 Dec 3 18:39 . [2020-12-03T18:39:44.157Z] drwxr-xr-x 4 root root 32 Dec 3 18:37 .. [2020-12-03T18:39:44.157Z] -rw-rw-r-- 1 1001 1001 11 Dec 3 18:35 .dockerignore [2020-12-03T18:39:44.157Z] drwxrwxr-x 8 1001 1001 162 Dec 3 18:35 .git [2020-12-03T18:39:44.157Z] drwxrwxr-x 3 1001 1001 125 Dec 3 18:35 .github [2020-12-03T18:39:44.157Z] -rw-rw-r-- 1 1001 1001 971 Dec 3 18:35 .gitignore [2020-12-03T18:39:44.157Z] drwx------ 3 1001 1001 32 Dec 3 18:36 .semver [2020-12-03T18:39:44.157Z] -rw-rw-r-- 1 1001 1001 166 Dec 3 18:35 .sonarcloud.properties [2020-12-03T18:39:44.157Z] -rw-rw-r-- 1 1001 1001 3804 Dec 3 18:35 CONTRIBUTING.md [2020-12-03T18:39:44.157Z] -rw-rw-r-- 1 1001 1001 1035 Dec 3 18:35 Dockerfile.build [2020-12-03T18:39:44.157Z] -rw-rw-r-- 1 1001 1001 863 Dec 3 18:35 Jenkinsfile [2020-12-03T18:39:44.157Z] -rw-rw-r-- 1 1001 1001 10775 Dec 3 18:35 LICENSE [2020-12-03T18:39:44.157Z] -rw-rw-r-- 1 1001 1001 6318 Dec 3 18:35 Makefile [2020-12-03T18:39:44.157Z] -rw-rw-r-- 1 1001 1001 6447 Dec 3 18:35 README.md [2020-12-03T18:39:44.157Z] -rw-rw-r-- 1 1001 1001 259 Dec 3 18:35 SECURITY.md [2020-12-03T18:39:44.157Z] -rw-rw-r-- 1 1001 1001 12 Dec 3 18:36 VERSION [2020-12-03T18:39:44.157Z] -rw-rw-r-- 1 1001 1001 4131 Dec 3 18:35 ZMQWindows.md [2020-12-03T18:39:44.157Z] drwxrwxr-x 2 1001 1001 117 Dec 3 18:35 bin [2020-12-03T18:39:44.157Z] drwxrwxr-x 15 1001 1001 4096 Dec 3 18:35 cmd [2020-12-03T18:39:44.157Z] -rw-r--r-- 1 root root 555123 Dec 3 18:39 coverage.out [2020-12-03T18:39:44.157Z] -rw-r--r-- 1 root root 1041 Dec 3 18:39 go.mod [2020-12-03T18:39:44.157Z] -rw-r--r-- 1 root root 18856 Dec 3 18:39 go.sum [2020-12-03T18:39:44.158Z] drwxrwxr-x 8 1001 1001 127 Dec 3 18:35 internal [2020-12-03T18:39:44.158Z] drwxrwxr-x 4 1001 1001 26 Dec 3 18:35 openapi [2020-12-03T18:39:44.158Z] drwxrwxr-x 4 1001 1001 71 Dec 3 18:35 snap [2020-12-03T18:39:44.158Z] -rw-rw-r-- 1 1001 1001 168 Dec 3 18:35 version.go [Pipeline] sh [2020-12-03T18:39:44.480Z] + '[' -e coverage.out ] [2020-12-03T18:39:44.480Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-03T18:39:44.710Z] Stashed 1 file(s) [Pipeline] sh [2020-12-03T18:39:45.021Z] + make build [2020-12-03T18:39:45.022Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/core-data/core-data ./cmd/core-data [2020-12-03T18:39:50.358Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-03T18:40:00.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/core-command/core-command ./cmd/core-command [2020-12-03T18:40:02.490Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-03T18:40:04.447Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-03T18:40:05.045Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-03T18:40:07.036Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-03T18:40:08.996Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T18:40:11.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-03T18:40:13.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-03T18:40:15.125Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-03T18:40:16.707Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T18:40:18.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-03T18:40:19.654Z] $ docker stop --time=1 7d39105810d44500b94712049c041fba141ba9a6c93d4eb1fcc3eca044cf7b42 [2020-12-03T18:40:21.486Z] $ docker rm -f 7d39105810d44500b94712049c041fba141ba9a6c93d4eb1fcc3eca044cf7b42 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:40:23.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T18:40:23.716Z] [2020-12-03T18:40:23.716Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:40:24.078Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T18:40:24.361Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-03T18:40:24.361Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-03T18:40:24.361Z] ca9280d653b3: Pulling fs layer [2020-12-03T18:40:24.361Z] 7e9c9ca2126c: Pulling fs layer [2020-12-03T18:40:24.679Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-03T18:40:24.679Z] cbdbe7a5bc2a: Download complete [2020-12-03T18:40:25.298Z] cbdbe7a5bc2a: Pull complete [2020-12-03T18:40:25.924Z] ca9280d653b3: Verifying Checksum [2020-12-03T18:40:25.924Z] ca9280d653b3: Download complete [2020-12-03T18:40:27.946Z] 7e9c9ca2126c: Verifying Checksum [2020-12-03T18:40:27.946Z] 7e9c9ca2126c: Download complete [2020-12-03T18:40:28.213Z] ca9280d653b3: Pull complete [2020-12-03T18:40:33.900Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14354 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-03T18:40:33.952Z] Running in /w/workspace/edgex-go/242 [Pipeline] { [Pipeline] checkout [2020-12-03T18:40:36.533Z] 7e9c9ca2126c: Pull complete [2020-12-03T18:40:36.533Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-03T18:40:36.533Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T18:40:36.533Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-03T18:40:36.888Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:40:36.971Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:40:39.192Z] using credential edgex-jenkins-ssh [2020-12-03T18:40:39.248Z] Cloning the remote Git repository [2020-12-03T18:40:39.577Z] $ docker top a082f206c649611eff4fc077f0da0abfc9aefdca2efddf6f204f0979515f9264 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T18:40:40.182Z] + docker-compose build --help [2020-12-03T18:40:40.182Z] + grep parallel [2020-12-03T18:40:39.312Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-03T18:40:39.431Z] > git init /w/workspace/edgex-go/242 # timeout=10 [2020-12-03T18:40:39.508Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T18:40:39.509Z] > git --version # timeout=10 [2020-12-03T18:40:39.533Z] > git --version # 'git version 2.17.1' [2020-12-03T18:40:39.535Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T18:40:39.607Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T18:40:41.589Z] --parallel Build images in parallel. [Pipeline] } [2020-12-03T18:40:41.609Z] $ docker stop --time=1 a082f206c649611eff4fc077f0da0abfc9aefdca2efddf6f204f0979515f9264 [2020-12-03T18:40:43.245Z] $ docker rm -f a082f206c649611eff4fc077f0da0abfc9aefdca2efddf6f204f0979515f9264 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:40:44.005Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T18:40:44.005Z] . [Pipeline] withDockerContainer [2020-12-03T18:40:44.169Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:40:44.267Z] $ 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/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:40:45.154Z] $ docker top a4ad55a6558b7976d5bfcbad20ccf56d8d21f0e8e6578032232f6d2bc4d36b3c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T18:40:45.716Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-03T18:40:47.122Z] Building docker-core-command-go ... [2020-12-03T18:40:47.122Z] Building docker-core-data-go ... [2020-12-03T18:40:47.122Z] Building docker-core-metadata-go ... [2020-12-03T18:40:47.122Z] Building docker-security-bootstrap-redis-go ... [2020-12-03T18:40:47.122Z] Building docker-security-proxy-setup-go ... [2020-12-03T18:40:47.122Z] Building docker-security-secrets-setup-go ... [2020-12-03T18:40:47.122Z] Building docker-security-secretstore-setup-go ... [2020-12-03T18:40:47.122Z] Building docker-support-notifications-go ... [2020-12-03T18:40:47.122Z] Building docker-support-scheduler-go ... [2020-12-03T18:40:47.122Z] Building docker-sys-mgmt-agent-go ... [2020-12-03T18:40:47.122Z] Building docker-core-data-go [2020-12-03T18:40:47.122Z] Building docker-support-scheduler-go [2020-12-03T18:40:47.122Z] Building docker-core-metadata-go [2020-12-03T18:40:47.122Z] Building docker-security-bootstrap-redis-go [2020-12-03T18:40:47.122Z] Building docker-security-proxy-setup-go [2020-12-03T18:40:55.422Z] Checking out Revision 0163c92eb67c845bff5e90a4dc6407d0e1146c78 (master) [2020-12-03T18:40:54.767Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T18:40:54.788Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T18:40:54.825Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T18:40:54.865Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T18:40:54.866Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T18:40:54.877Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-03T18:40:55.445Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T18:40:55.458Z] > git checkout -f 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 [2020-12-03T18:41:00.125Z] Commit message: "refactor(all): Remove support-logging and LoggingInfo config (#2919)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-03T18:41:01.671Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-03T18:41:02.091Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T18:41:02.612Z] + true [2020-12-03T18:41:02.612Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T18:41:05.346Z] provisioning config files... [2020-12-03T18:41:05.385Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/242@tmp/config5302852860943126660tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T18:41:05.789Z] ---> docker-login.sh [2020-12-03T18:41:05.789Z] nexus3.edgexfoundry.org:10001 [2020-12-03T18:41:06.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:41:06.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:41:06.995Z] Configure a credential helper to remove this warning. See [2020-12-03T18:41:06.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:41:06.995Z] [2020-12-03T18:41:06.995Z] Login Succeeded [2020-12-03T18:41:06.995Z] nexus3.edgexfoundry.org:10002 [2020-12-03T18:41:07.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:41:07.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:41:07.544Z] Configure a credential helper to remove this warning. See [2020-12-03T18:41:07.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:41:07.544Z] [2020-12-03T18:41:07.544Z] Login Succeeded [2020-12-03T18:41:07.544Z] nexus3.edgexfoundry.org:10003 [2020-12-03T18:41:07.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:41:08.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:41:08.092Z] Configure a credential helper to remove this warning. See [2020-12-03T18:41:08.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:41:08.092Z] [2020-12-03T18:41:08.092Z] Login Succeeded [2020-12-03T18:41:08.092Z] nexus3.edgexfoundry.org:10004 [2020-12-03T18:41:08.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:41:08.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:41:08.644Z] Configure a credential helper to remove this warning. See [2020-12-03T18:41:08.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:41:08.644Z] [2020-12-03T18:41:08.644Z] Login Succeeded [2020-12-03T18:41:08.644Z] docker.io [2020-12-03T18:41:08.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:41:09.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:41:09.198Z] Configure a credential helper to remove this warning. See [2020-12-03T18:41:09.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:41:09.198Z] [2020-12-03T18:41:09.474Z] Login Succeeded [2020-12-03T18:41:09.474Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T18:41:09.491Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-03T18:41:09.905Z] ========================================================= [2020-12-03T18:41:09.905Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-03T18:41:09.905Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:41:10.284Z] + 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-03T18:41:12.928Z] Sending build context to Docker daemon 165.5MB [2020-12-03T18:41:12.928Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T18:41:12.928Z] Step 2/7 : FROM ${BASE} [2020-12-03T18:41:12.928Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-03T18:41:12.928Z] 5f621e34cdf4: Pulling fs layer [2020-12-03T18:41:12.928Z] a4357932f1b6: Pulling fs layer [2020-12-03T18:41:12.928Z] 18c013af1878: Pulling fs layer [2020-12-03T18:41:12.928Z] 00ac8860ef70: Pulling fs layer [2020-12-03T18:41:12.928Z] 63d7cb157983: Pulling fs layer [2020-12-03T18:41:12.928Z] b116817d02f9: Pulling fs layer [2020-12-03T18:41:12.928Z] 745a02a5169b: Pulling fs layer [2020-12-03T18:41:12.928Z] 00ac8860ef70: Waiting [2020-12-03T18:41:12.928Z] 63d7cb157983: Waiting [2020-12-03T18:41:12.928Z] b116817d02f9: Waiting [2020-12-03T18:41:12.928Z] 745a02a5169b: Waiting [2020-12-03T18:41:12.928Z] 18c013af1878: Download complete [2020-12-03T18:41:12.928Z] a4357932f1b6: Verifying Checksum [2020-12-03T18:41:12.928Z] a4357932f1b6: Download complete [2020-12-03T18:41:12.928Z] 63d7cb157983: Download complete [2020-12-03T18:41:12.928Z] b116817d02f9: Download complete [2020-12-03T18:41:12.928Z] 5f621e34cdf4: Download complete [2020-12-03T18:41:13.532Z] 5f621e34cdf4: Pull complete [2020-12-03T18:41:14.141Z] a4357932f1b6: Pull complete [2020-12-03T18:41:14.423Z] 18c013af1878: Pull complete [2020-12-03T18:41:15.413Z] 745a02a5169b: Verifying Checksum [2020-12-03T18:41:15.413Z] 745a02a5169b: Download complete [2020-12-03T18:41:16.391Z] 00ac8860ef70: Verifying Checksum [2020-12-03T18:41:16.391Z] 00ac8860ef70: Download complete [2020-12-03T18:41:26.558Z] 00ac8860ef70: Pull complete [2020-12-03T18:41:26.831Z] 63d7cb157983: Pull complete [2020-12-03T18:41:27.113Z] b116817d02f9: Pull complete [2020-12-03T18:41:31.452Z] 745a02a5169b: Pull complete [2020-12-03T18:41:31.452Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-03T18:41:31.452Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-03T18:41:31.452Z] ---> b7e6874047d6 [2020-12-03T18:41:31.452Z] 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-03T18:41:34.098Z] ---> Running in 7f78534a2382 [2020-12-03T18:41:34.403Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:41:34.403Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:41:34.403Z] ---> 731091c3ca2f [2020-12-03T18:41:34.403Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T18:41:34.403Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:41:34.403Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:41:34.403Z] ---> 731091c3ca2f [2020-12-03T18:41:34.403Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T18:41:34.403Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:41:34.403Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:41:34.403Z] ---> 731091c3ca2f [2020-12-03T18:41:34.403Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T18:41:34.403Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:41:34.403Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:41:34.403Z] ---> 731091c3ca2f [2020-12-03T18:41:34.403Z] Step 3/23 : WORKDIR /edgex-go [2020-12-03T18:41:34.403Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:41:34.403Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:41:34.403Z] ---> 731091c3ca2f [2020-12-03T18:41:34.403Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T18:41:34.403Z] ---> Running in 737bf28f94ef [2020-12-03T18:41:34.403Z] ---> Running in d2910909e977 [2020-12-03T18:41:34.403Z] ---> Running in 678239b7576d [2020-12-03T18:41:34.403Z] ---> Running in a69dc31d9546 [2020-12-03T18:41:34.403Z] ---> Running in 4dedf112b2ba [2020-12-03T18:41:34.403Z] Removing intermediate container d2910909e977 [2020-12-03T18:41:34.403Z] ---> 047ad48bfc0d [2020-12-03T18:41:34.403Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:41:34.403Z] Removing intermediate container 737bf28f94ef [2020-12-03T18:41:34.403Z] ---> 48466b127fa0 [2020-12-03T18:41:34.403Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:41:34.403Z] Removing intermediate container a69dc31d9546 [2020-12-03T18:41:34.403Z] ---> f3098c9085d1 [2020-12-03T18:41:34.403Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:41:34.403Z] Removing intermediate container 678239b7576d [2020-12-03T18:41:34.403Z] ---> cdbffebcf912 [2020-12-03T18:41:34.403Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:41:34.403Z] Removing intermediate container 4dedf112b2ba [2020-12-03T18:41:34.403Z] ---> ad8afbf61e2c [2020-12-03T18:41:34.403Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:41:34.403Z] ---> Running in bb93aed390ff [2020-12-03T18:41:34.403Z] ---> Running in e4d9da0fd36a [2020-12-03T18:41:34.403Z] ---> Running in 416c955eecd8 [2020-12-03T18:41:34.403Z] ---> Running in 1c473e749126 [2020-12-03T18:41:34.403Z] ---> Running in e6439fa67653 [2020-12-03T18:41:35.034Z] Removing intermediate container 1c473e749126 [2020-12-03T18:41:35.034Z] ---> cff364d846e7 [2020-12-03T18:41:35.034Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T18:41:35.034Z] Removing intermediate container bb93aed390ff [2020-12-03T18:41:35.034Z] ---> 2390f7fd2dbd [2020-12-03T18:41:35.034Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T18:41:35.034Z] ---> Running in 832a49404a97 [2020-12-03T18:41:35.034Z] ---> Running in 8d9536736868 [2020-12-03T18:41:35.299Z] Removing intermediate container e4d9da0fd36a [2020-12-03T18:41:35.299Z] ---> f5e7a0b659bb [2020-12-03T18:41:35.299Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T18:41:35.299Z] Removing intermediate container 416c955eecd8 [2020-12-03T18:41:35.299Z] ---> 2d33662ba24c [2020-12-03T18:41:35.299Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-03T18:41:35.299Z] Removing intermediate container e6439fa67653 [2020-12-03T18:41:35.299Z] ---> d818e8cc2a54 [2020-12-03T18:41:35.299Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T18:41:35.566Z] ---> Running in 9f2043947c8b [2020-12-03T18:41:35.566Z] ---> Running in 4fbdcf6d0804 [2020-12-03T18:41:35.566Z] ---> Running in 427813e62e70 [2020-12-03T18:41:35.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T18:41:36.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T18:41:36.769Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T18:41:37.038Z] (2/12) Installing file (5.38-r0) [2020-12-03T18:41:37.038Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T18:41:37.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T18:41:37.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T18:41:37.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T18:41:37.308Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-03T18:41:37.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T18:41:37.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T18:41:37.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T18:41:37.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T18:41:37.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T18:41:37.960Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:41:37.960Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:41:37.960Z] OK: 12745 distinct packages available [2020-12-03T18:41:38.263Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:41:38.263Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:41:38.263Z] OK: 12745 distinct packages available [2020-12-03T18:41:38.263Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:41:38.263Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:41:38.263Z] OK: 12745 distinct packages available [2020-12-03T18:41:38.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T18:41:38.561Z] OK: 233 MiB in 51 packages [2020-12-03T18:41:38.561Z] OK: 233 MiB in 51 packages [2020-12-03T18:41:38.561Z] OK: 233 MiB in 51 packages [2020-12-03T18:41:38.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T18:41:39.116Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:41:39.116Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:41:39.116Z] OK: 12745 distinct packages available [2020-12-03T18:41:39.116Z] Removing intermediate container 8d9536736868 [2020-12-03T18:41:39.116Z] ---> 97d90b664d5f [2020-12-03T18:41:39.116Z] Step 6/22 : COPY go.mod . [2020-12-03T18:41:39.390Z] OK: 233 MiB in 51 packages [2020-12-03T18:41:39.390Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:41:39.390Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:41:39.390Z] OK: 12745 distinct packages available [2020-12-03T18:41:39.390Z] Removing intermediate container 832a49404a97 [2020-12-03T18:41:39.390Z] ---> 7234633408f2 [2020-12-03T18:41:39.390Z] Step 6/21 : COPY go.mod . [2020-12-03T18:41:39.676Z] Removing intermediate container 9f2043947c8b [2020-12-03T18:41:39.676Z] ---> a50a2d7d4bfd [2020-12-03T18:41:39.676Z] Step 6/22 : COPY go.mod . [2020-12-03T18:41:39.676Z] OK: 233 MiB in 51 packages [2020-12-03T18:41:39.676Z] ---> 0121093a6b0d [2020-12-03T18:41:39.676Z] Step 7/22 : RUN go mod download [2020-12-03T18:41:39.944Z] ---> Running in f09138b5edd9 [2020-12-03T18:41:40.213Z] Removing intermediate container 4fbdcf6d0804 [2020-12-03T18:41:40.213Z] ---> b266fe1e53cf [2020-12-03T18:41:40.213Z] Step 6/23 : COPY go.mod . [2020-12-03T18:41:40.213Z] ---> fef175595c08 [2020-12-03T18:41:40.213Z] Step 7/22 : RUN go mod download [2020-12-03T18:41:40.213Z] ---> 96c4b030f0b9 [2020-12-03T18:41:40.213Z] Step 7/21 : RUN go mod download [2020-12-03T18:41:40.479Z] ---> Running in 88fc11f4a3f5 [2020-12-03T18:41:40.479Z] ---> Running in 363aac34b35c [2020-12-03T18:41:40.479Z] ---> 96306b6c20a8 [2020-12-03T18:41:40.479Z] Step 7/23 : RUN go mod download [2020-12-03T18:41:40.760Z] ---> Running in c9ba46869605 [2020-12-03T18:41:40.760Z] Removing intermediate container 427813e62e70 [2020-12-03T18:41:40.760Z] ---> be955d403e22 [2020-12-03T18:41:40.760Z] Step 6/21 : COPY go.mod . [2020-12-03T18:41:41.384Z] ---> 5e61126b0646 [2020-12-03T18:41:41.384Z] Step 7/21 : RUN go mod download [2020-12-03T18:41:41.672Z] ---> Running in 28993a837828 [2020-12-03T18:41:43.180Z] Removing intermediate container f09138b5edd9 [2020-12-03T18:41:43.181Z] ---> a69c24b276f7 [2020-12-03T18:41:43.181Z] Step 8/22 : COPY . . [2020-12-03T18:41:43.181Z] Removing intermediate container 88fc11f4a3f5 [2020-12-03T18:41:43.181Z] ---> 383f14de2671 [2020-12-03T18:41:43.181Z] Step 8/22 : COPY . . [2020-12-03T18:41:43.454Z] Removing intermediate container 363aac34b35c [2020-12-03T18:41:43.454Z] ---> 18b0c944272d [2020-12-03T18:41:43.454Z] Step 8/21 : COPY . . [2020-12-03T18:41:43.454Z] Removing intermediate container c9ba46869605 [2020-12-03T18:41:43.454Z] ---> f689d932a5cc [2020-12-03T18:41:43.454Z] Step 8/23 : COPY . . [2020-12-03T18:41:44.501Z] Removing intermediate container 28993a837828 [2020-12-03T18:41:44.501Z] ---> 1daadb743173 [2020-12-03T18:41:44.501Z] Step 8/21 : COPY . . [2020-12-03T18:41:45.552Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T18:41:45.552Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T18:41:45.552Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T18:41:45.552Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T18:41:45.552Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T18:41:45.552Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T18:41:45.552Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T18:41:45.552Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T18:41:45.823Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T18:41:45.823Z] OK: 217 MiB in 51 packages [2020-12-03T18:41:50.112Z] Removing intermediate container 7f78534a2382 [2020-12-03T18:41:50.112Z] ---> aa2e3d389279 [2020-12-03T18:41:50.112Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T18:41:50.112Z] ---> Running in 16ea4bcfd925 [2020-12-03T18:41:50.112Z] Removing intermediate container 16ea4bcfd925 [2020-12-03T18:41:50.112Z] ---> c33f4cd1f4cb [2020-12-03T18:41:50.112Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T18:41:51.103Z] latest: Pulling from library/docker [2020-12-03T18:41:51.103Z] 5f621e34cdf4: Already exists [2020-12-03T18:41:51.103Z] 85db56a05063: Pulling fs layer [2020-12-03T18:41:51.103Z] ccb67d6aeaaa: Pulling fs layer [2020-12-03T18:41:51.103Z] de930078acea: Pulling fs layer [2020-12-03T18:41:51.103Z] d5a9d88a4785: Pulling fs layer [2020-12-03T18:41:51.103Z] e7f15c1544d5: Pulling fs layer [2020-12-03T18:41:51.103Z] 877c515997d3: Pulling fs layer [2020-12-03T18:41:51.103Z] d5a9d88a4785: Waiting [2020-12-03T18:41:51.103Z] e7f15c1544d5: Waiting [2020-12-03T18:41:51.103Z] 877c515997d3: Waiting [2020-12-03T18:41:51.103Z] ccb67d6aeaaa: Verifying Checksum [2020-12-03T18:41:51.103Z] ccb67d6aeaaa: Download complete [2020-12-03T18:41:51.381Z] 85db56a05063: Verifying Checksum [2020-12-03T18:41:51.381Z] 85db56a05063: Download complete [2020-12-03T18:41:51.381Z] d5a9d88a4785: Verifying Checksum [2020-12-03T18:41:51.381Z] d5a9d88a4785: Download complete [2020-12-03T18:41:51.381Z] e7f15c1544d5: Verifying Checksum [2020-12-03T18:41:51.381Z] e7f15c1544d5: Download complete [2020-12-03T18:41:51.381Z] 877c515997d3: Verifying Checksum [2020-12-03T18:41:51.381Z] 877c515997d3: Download complete [2020-12-03T18:41:51.974Z] 85db56a05063: Pull complete [2020-12-03T18:41:52.247Z] ccb67d6aeaaa: Pull complete [2020-12-03T18:41:52.851Z] de930078acea: Verifying Checksum [2020-12-03T18:41:52.851Z] de930078acea: Download complete [2020-12-03T18:41:56.236Z] de930078acea: Pull complete [2020-12-03T18:41:56.236Z] d5a9d88a4785: Pull complete [2020-12-03T18:41:56.505Z] e7f15c1544d5: Pull complete [2020-12-03T18:41:57.047Z] 877c515997d3: Pull complete [2020-12-03T18:41:57.047Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T18:41:57.047Z] Status: Downloaded newer image for docker:latest [2020-12-03T18:42:00.441Z] ---> 9e87fe78f10d [2020-12-03T18:42:00.441Z] Step 6/7 : COPY go.mod . [2020-12-03T18:42:01.035Z] ---> 329c2d7eb758 [2020-12-03T18:42:01.035Z] Step 7/7 : RUN go mod download [2020-12-03T18:42:01.307Z] ---> Running in c780ef609d1e [2020-12-03T18:42:23.945Z] ---> 2c264364a658 [2020-12-03T18:42:23.945Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-03T18:42:23.945Z] ---> 35ed2394dec7 [2020-12-03T18:42:23.945Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-03T18:42:23.945Z] ---> 1ef417aa1fea [2020-12-03T18:42:23.945Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-03T18:42:23.945Z] ---> 050ac88fb7ab [2020-12-03T18:42:23.945Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-03T18:42:23.945Z] ---> 98a80f4782c1 [2020-12-03T18:42:23.945Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-03T18:42:23.945Z] ---> Running in e5e23d144ab6 [2020-12-03T18:42:23.945Z] ---> Running in f3c63ab37220 [2020-12-03T18:42:23.945Z] ---> Running in 0b0b6d1d2ccc [2020-12-03T18:42:23.945Z] ---> Running in d579b8ab1a3b [2020-12-03T18:42:23.945Z] ---> Running in c83770e866f0 [2020-12-03T18:42:24.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-03T18:42:24.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-03T18:42:24.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-03T18:42:24.934Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/core-data/core-data ./cmd/core-data [2020-12-03T18:42:24.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T18:42:28.102Z] Removing intermediate container c780ef609d1e [2020-12-03T18:42:28.102Z] ---> 6c908d9a192e [2020-12-03T18:42:28.102Z] Successfully built 6c908d9a192e [2020-12-03T18:42:28.102Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:42:28.442Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T18:42:28.442Z] . [Pipeline] withDockerContainer [2020-12-03T18:42:28.714Z] prd-ubuntu18.04-docker-arm64-4c-16g-14354 does not seem to be running inside a container [2020-12-03T18:42:28.805Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:42:30.375Z] $ docker top cfdf4c8e6a244ba2827d0c603946e14d9dafc8ce879b11d06af15cfeeeb75317 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T18:42:31.380Z] + go version [2020-12-03T18:42:31.380Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-03T18:42:31.407Z] $ docker stop --time=1 cfdf4c8e6a244ba2827d0c603946e14d9dafc8ce879b11d06af15cfeeeb75317 [2020-12-03T18:42:33.281Z] $ docker rm -f cfdf4c8e6a244ba2827d0c603946e14d9dafc8ce879b11d06af15cfeeeb75317 [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-03T18:42:34.542Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T18:42:34.542Z] [2020-12-03T18:42:34.542Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:42:35.212Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T18:42:35.212Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-03T18:42:35.212Z] 29e5d40040c1: Pulling fs layer [2020-12-03T18:42:35.212Z] 1ce36da41761: Pulling fs layer [2020-12-03T18:42:35.212Z] 25b303627fd3: Pulling fs layer [2020-12-03T18:42:35.810Z] 29e5d40040c1: Download complete [2020-12-03T18:42:36.404Z] 1ce36da41761: Verifying Checksum [2020-12-03T18:42:36.404Z] 1ce36da41761: Download complete [2020-12-03T18:42:36.404Z] 29e5d40040c1: Pull complete [2020-12-03T18:42:37.836Z] 1ce36da41761: Pull complete [2020-12-03T18:42:37.836Z] 25b303627fd3: Verifying Checksum [2020-12-03T18:42:37.836Z] 25b303627fd3: Download complete [2020-12-03T18:42:48.022Z] 25b303627fd3: Pull complete [2020-12-03T18:42:48.022Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-03T18:42:48.022Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T18:42:48.022Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-03T18:42:48.355Z] prd-ubuntu18.04-docker-arm64-4c-16g-14354 does not seem to be running inside a container [2020-12-03T18:42:48.446Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:42:51.607Z] $ docker top a6d707a7b2b9739e770eeb9aee05086ec5d4e8867d96f80c01ccb01eb879cd8f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T18:42:52.659Z] + docker-compose build --help [2020-12-03T18:42:52.659Z] + grep parallel [2020-12-03T18:42:56.039Z] --parallel Build images in parallel. [Pipeline] } [2020-12-03T18:42:56.064Z] $ docker stop --time=1 a6d707a7b2b9739e770eeb9aee05086ec5d4e8867d96f80c01ccb01eb879cd8f [2020-12-03T18:42:58.032Z] $ docker rm -f a6d707a7b2b9739e770eeb9aee05086ec5d4e8867d96f80c01ccb01eb879cd8f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:42:58.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T18:42:58.821Z] . [Pipeline] withDockerContainer [2020-12-03T18:42:59.093Z] prd-ubuntu18.04-docker-arm64-4c-16g-14354 does not seem to be running inside a container [2020-12-03T18:42:59.181Z] $ 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/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:43:00.520Z] $ docker top 71f3ac465ff4aaf19ef452bedb034110c5bae17aaa9165687ac9b7a2063fb5eb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T18:43:01.565Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-03T18:43:04.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-03T18:43:04.946Z] Building docker-core-command-go ... [2020-12-03T18:43:04.947Z] Building docker-core-data-go ... [2020-12-03T18:43:04.947Z] Building docker-core-metadata-go ... [2020-12-03T18:43:04.947Z] Building docker-security-bootstrap-redis-go ... [2020-12-03T18:43:04.947Z] Building docker-security-proxy-setup-go ... [2020-12-03T18:43:04.947Z] Building docker-security-secrets-setup-go ... [2020-12-03T18:43:04.947Z] Building docker-security-secretstore-setup-go ... [2020-12-03T18:43:04.947Z] Building docker-support-notifications-go ... [2020-12-03T18:43:04.947Z] Building docker-support-scheduler-go ... [2020-12-03T18:43:04.947Z] Building docker-sys-mgmt-agent-go ... [2020-12-03T18:43:04.947Z] Building docker-security-bootstrap-redis-go [2020-12-03T18:43:04.947Z] Building docker-sys-mgmt-agent-go [2020-12-03T18:43:04.947Z] Building docker-security-secretstore-setup-go [2020-12-03T18:43:04.947Z] Building docker-support-scheduler-go [2020-12-03T18:43:04.947Z] Building docker-security-secrets-setup-go [2020-12-03T18:43:05.054Z] Removing intermediate container 0b0b6d1d2ccc [2020-12-03T18:43:05.054Z] ---> a36255e1a703 [2020-12-03T18:43:05.054Z] [2020-12-03T18:43:05.054Z] Step 10/22 : FROM alpine:3.10 [2020-12-03T18:43:05.054Z] 3.10: Pulling from library/alpine [2020-12-03T18:43:06.563Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-03T18:43:06.563Z] Status: Downloaded newer image for alpine:3.10 [2020-12-03T18:43:06.563Z] ---> be4e4bea2c2e [2020-12-03T18:43:06.563Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T18:43:09.169Z] ---> Running in da594439324b [2020-12-03T18:43:11.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-03T18:43:11.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-03T18:43:11.218Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T18:43:11.218Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T18:43:11.218Z] OK: 10348 distinct packages available [2020-12-03T18:43:11.507Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T18:43:11.507Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T18:43:11.507Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T18:43:11.774Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T18:43:11.774Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T18:43:11.774Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T18:43:11.774Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T18:43:11.774Z] OK: 7 MiB in 19 packages [2020-12-03T18:43:16.065Z] Removing intermediate container e5e23d144ab6 [2020-12-03T18:43:16.065Z] ---> d2350cd400f2 [2020-12-03T18:43:16.065Z] [2020-12-03T18:43:16.065Z] Step 10/21 : FROM scratch [2020-12-03T18:43:16.065Z] ---> [2020-12-03T18:43:16.065Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T18:43:16.065Z] Removing intermediate container f3c63ab37220 [2020-12-03T18:43:16.065Z] ---> 00ae8b0a050e [2020-12-03T18:43:16.065Z] [2020-12-03T18:43:16.065Z] Step 10/21 : FROM alpine [2020-12-03T18:43:16.065Z] latest: Pulling from library/alpine [2020-12-03T18:43:16.065Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-03T18:43:16.065Z] Status: Downloaded newer image for alpine:latest [2020-12-03T18:43:16.065Z] ---> d6e46aa2470d [2020-12-03T18:43:16.065Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-03T18:43:16.065Z] ---> Running in 0b9610689ce1 [2020-12-03T18:43:16.065Z] ---> Running in b04306e034ef [2020-12-03T18:43:16.339Z] Removing intermediate container da594439324b [2020-12-03T18:43:16.339Z] ---> 17560b284ce2 [2020-12-03T18:43:16.339Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-03T18:43:16.635Z] ---> Running in b5af62b9a5a9 [2020-12-03T18:43:16.635Z] Removing intermediate container 0b9610689ce1 [2020-12-03T18:43:16.635Z] ---> 72d255d0f884 [2020-12-03T18:43:16.635Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-03T18:43:16.909Z] ---> Running in f0c20e698b27 [2020-12-03T18:43:17.178Z] Removing intermediate container b5af62b9a5a9 [2020-12-03T18:43:17.178Z] ---> 1e7631a1069c [2020-12-03T18:43:17.178Z] Step 13/22 : WORKDIR / [2020-12-03T18:43:17.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T18:43:17.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T18:43:17.774Z] Removing intermediate container f0c20e698b27 [2020-12-03T18:43:17.774Z] ---> 259201ec0743 [2020-12-03T18:43:17.774Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-03T18:43:18.045Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:43:18.045Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:43:18.045Z] OK: 12746 distinct packages available [2020-12-03T18:43:18.314Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-03T18:43:18.314Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T18:43:18.314Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-03T18:43:18.581Z] (4/4) Installing curl (7.69.1-r1) [2020-12-03T18:43:18.581Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T18:43:18.581Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T18:43:18.581Z] OK: 7 MiB in 18 packages [2020-12-03T18:43:18.850Z] ---> Running in a4d4d307f3dd [2020-12-03T18:43:19.448Z] ---> Running in 714dbcae9453 [2020-12-03T18:43:20.038Z] Removing intermediate container d579b8ab1a3b [2020-12-03T18:43:20.038Z] ---> 463d55020d91 [2020-12-03T18:43:20.038Z] [2020-12-03T18:43:20.038Z] Step 10/22 : FROM scratch [2020-12-03T18:43:20.038Z] ---> [2020-12-03T18:43:20.038Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T18:43:20.038Z] ---> Using cache [2020-12-03T18:43:20.038Z] ---> 72d255d0f884 [2020-12-03T18:43:20.038Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-03T18:43:21.013Z] ---> Running in 3a31d0ffd1ba [2020-12-03T18:43:21.013Z] Removing intermediate container 714dbcae9453 [2020-12-03T18:43:21.013Z] ---> 8b8a1e2d348c [2020-12-03T18:43:21.013Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-03T18:43:21.013Z] Removing intermediate container a4d4d307f3dd [2020-12-03T18:43:21.013Z] ---> 151a9a95255d [2020-12-03T18:43:21.013Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-03T18:43:21.983Z] Removing intermediate container 3a31d0ffd1ba [2020-12-03T18:43:21.983Z] ---> cd9d1666a2e1 [2020-12-03T18:43:21.983Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T18:43:21.983Z] Removing intermediate container c83770e866f0 [2020-12-03T18:43:21.983Z] ---> 4023cc87fbdb [2020-12-03T18:43:21.983Z] [2020-12-03T18:43:21.983Z] Step 10/23 : FROM alpine [2020-12-03T18:43:21.983Z] ---> d6e46aa2470d [2020-12-03T18:43:21.983Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T18:43:21.983Z] ---> Running in e53b3d5ce2d1 [2020-12-03T18:43:21.983Z] ---> b9471d86806c [2020-12-03T18:43:21.983Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-03T18:43:22.252Z] Removing intermediate container b04306e034ef [2020-12-03T18:43:22.252Z] ---> 0272d4d8e453 [2020-12-03T18:43:22.252Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T18:43:22.252Z] ---> c2247ec7e210 [2020-12-03T18:43:22.252Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-03T18:43:22.252Z] ---> Running in d2b9d1608194 [2020-12-03T18:43:22.252Z] ---> Running in 54278740f251 [2020-12-03T18:43:22.518Z] Removing intermediate container e53b3d5ce2d1 [2020-12-03T18:43:22.518Z] ---> 668b990b8ac2 [2020-12-03T18:43:22.518Z] Step 14/22 : WORKDIR / [2020-12-03T18:43:22.518Z] Removing intermediate container d2b9d1608194 [2020-12-03T18:43:22.518Z] ---> 8fcb07426c7e [2020-12-03T18:43:22.518Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-03T18:43:22.518Z] ---> Running in a0026f1c7a9c [2020-12-03T18:43:22.788Z] Removing intermediate container 54278740f251 [2020-12-03T18:43:22.788Z] ---> 62dc79834656 [2020-12-03T18:43:22.788Z] Step 13/21 : WORKDIR /edgex [2020-12-03T18:43:22.788Z] ---> Running in edffbdde42d6 [2020-12-03T18:43:22.788Z] ---> Running in 75c1a96f4132 [2020-12-03T18:43:22.788Z] ---> ebf5becb724c [2020-12-03T18:43:22.788Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-03T18:43:23.084Z] Removing intermediate container a0026f1c7a9c [2020-12-03T18:43:23.084Z] ---> 032aaaac54f0 [2020-12-03T18:43:23.084Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-03T18:43:23.084Z] ---> de8d7648e36b [2020-12-03T18:43:23.084Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-03T18:43:23.084Z] Removing intermediate container edffbdde42d6 [2020-12-03T18:43:23.084Z] ---> 0591972e4a3c [2020-12-03T18:43:23.084Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-03T18:43:23.666Z] Removing intermediate container 75c1a96f4132 [2020-12-03T18:43:23.667Z] ---> f9c5bd1c9011 [2020-12-03T18:43:23.667Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-03T18:43:23.667Z] ---> Running in 353367642cc0 [2020-12-03T18:43:23.938Z] ---> 31ff65d4e061 [2020-12-03T18:43:23.938Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-03T18:43:23.938Z] ---> c44a77b1be50 [2020-12-03T18:43:23.938Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-03T18:43:23.938Z] ---> 7dfb03aa3157 [2020-12-03T18:43:23.938Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-03T18:43:23.938Z] ---> Running in bca99358e4ed [2020-12-03T18:43:24.206Z] Removing intermediate container 353367642cc0 [2020-12-03T18:43:24.206Z] ---> 1ccf3b84b23e [2020-12-03T18:43:24.206Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:43:24.206Z] ---> 42bdbf1553f2 [2020-12-03T18:43:24.206Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-03T18:43:24.480Z] ---> Running in 19d3755ac671 [2020-12-03T18:43:24.480Z] Removing intermediate container bca99358e4ed [2020-12-03T18:43:24.480Z] ---> 6d3bcd5ba14c [2020-12-03T18:43:24.480Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T18:43:24.784Z] ---> 66c49f8b09c8 [2020-12-03T18:43:24.784Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-03T18:43:24.784Z] ---> Running in 2f818f4a7b27 [2020-12-03T18:43:24.784Z] ---> Running in 0d92d025bc1f [2020-12-03T18:43:25.068Z] ---> 8a082887772f [2020-12-03T18:43:25.068Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-03T18:43:25.344Z] Removing intermediate container 2f818f4a7b27 [2020-12-03T18:43:25.344Z] ---> 260e0a7efc30 [2020-12-03T18:43:25.344Z] Step 19/21 : LABEL arch=x86_64 [2020-12-03T18:43:25.344Z] ---> a5b0f95cc29e [2020-12-03T18:43:25.344Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-03T18:43:25.344Z] ---> Running in ff5bf712cdf7 [2020-12-03T18:43:25.344Z] ---> 978475fbea0c [2020-12-03T18:43:25.344Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-03T18:43:25.613Z] ---> Running in d392ae2f4944 [2020-12-03T18:43:25.613Z] Removing intermediate container ff5bf712cdf7 [2020-12-03T18:43:25.613Z] ---> 18fdbbc9fc74 [2020-12-03T18:43:25.613Z] Step 20/21 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:43:25.880Z] ---> Running in 0875402a9e22 [2020-12-03T18:43:25.880Z] Removing intermediate container d392ae2f4944 [2020-12-03T18:43:25.880Z] ---> 00b810ea7c8e [2020-12-03T18:43:25.880Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T18:43:26.849Z] ---> 33cba39fcc2e [2020-12-03T18:43:26.849Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-03T18:43:26.849Z] ---> Running in a94c4e85a804 [2020-12-03T18:43:26.849Z] Removing intermediate container 19d3755ac671 [2020-12-03T18:43:26.849Z] ---> 2514844cf21a [2020-12-03T18:43:26.849Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-03T18:43:26.849Z] Removing intermediate container 0875402a9e22 [2020-12-03T18:43:26.849Z] ---> d26ccef5772b [2020-12-03T18:43:26.849Z] Step 21/21 : LABEL version=1.3.1-dev.18 [2020-12-03T18:43:26.849Z] ---> Running in 33e68d7a77bc [2020-12-03T18:43:27.159Z] ---> Running in 23de0b62ffd7 [2020-12-03T18:43:27.159Z] ---> Running in 62865c834e18 [2020-12-03T18:43:27.159Z] Removing intermediate container a94c4e85a804 [2020-12-03T18:43:27.159Z] ---> ccc72ede1e02 [2020-12-03T18:43:27.159Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T18:43:27.431Z] Removing intermediate container 0d92d025bc1f [2020-12-03T18:43:27.431Z] ---> 4ac5bf3702bd [2020-12-03T18:43:27.431Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-03T18:43:27.431Z] ---> Running in 1202e68101ea [2020-12-03T18:43:27.431Z] Removing intermediate container 33e68d7a77bc [2020-12-03T18:43:27.431Z] ---> 3d78fe12dcab [2020-12-03T18:43:27.431Z] Step 18/21 : CMD ["--init=true"] [2020-12-03T18:43:27.431Z] Removing intermediate container 62865c834e18 [2020-12-03T18:43:27.431Z] ---> c84d9258770b [2020-12-03T18:43:27.431Z] [2020-12-03T18:43:27.698Z] ---> Running in 829386d76cad [2020-12-03T18:43:27.698Z] ---> Running in e4a39afeb594 [2020-12-03T18:43:27.968Z] Removing intermediate container 1202e68101ea [2020-12-03T18:43:27.968Z] ---> 1641a9d80f6e [2020-12-03T18:43:27.968Z] Step 21/22 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:43:27.968Z] ---> Running in ec39dd6d829b [2020-12-03T18:43:27.968Z] Successfully built c84d9258770b [2020-12-03T18:43:27.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T18:43:27.968Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-03T18:43:27.968Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-12-03T18:43:28.245Z] Removing intermediate container 829386d76cad [2020-12-03T18:43:28.245Z] ---> c1d7cd99b8da [2020-12-03T18:43:28.245Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T18:43:28.245Z] Removing intermediate container e4a39afeb594 [2020-12-03T18:43:28.245Z] ---> 8b77b08c6809 [2020-12-03T18:43:28.245Z] Step 19/21 : LABEL arch=x86_64 [2020-12-03T18:43:28.245Z] Removing intermediate container ec39dd6d829b [2020-12-03T18:43:28.245Z] ---> 8397d0b3e848 [2020-12-03T18:43:28.245Z] Step 22/22 : LABEL version=1.3.1-dev.18 [2020-12-03T18:43:28.245Z] ---> Running in 1e245f2f7155 [2020-12-03T18:43:28.245Z] ---> Running in f4a50929627f [2020-12-03T18:43:28.526Z] ---> Running in b9e17855c36e [2020-12-03T18:43:28.526Z] Removing intermediate container f4a50929627f [2020-12-03T18:43:28.526Z] ---> fc22aebd0311 [2020-12-03T18:43:28.526Z] Step 20/21 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:43:28.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T18:43:28.795Z] Removing intermediate container 1e245f2f7155 [2020-12-03T18:43:28.795Z] ---> 8723f628c755 [2020-12-03T18:43:28.795Z] Step 21/22 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:43:28.795Z] Removing intermediate container b9e17855c36e [2020-12-03T18:43:28.796Z] ---> 8293525a69f1 [2020-12-03T18:43:28.796Z] [2020-12-03T18:43:29.080Z] ---> Running in 5229d8ebb7d7 [2020-12-03T18:43:29.080Z] ---> Running in 85a16e03afbe [2020-12-03T18:43:29.350Z] Successfully built 8293525a69f1 [2020-12-03T18:43:29.350Z] Successfully tagged docker-core-metadata-go:latest [2020-12-03T18:43:29.350Z] Building docker-support-notifications-go [2020-12-03T18:43:29.350Z]  Building docker-core-metadata-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-12-03T18:43:29.632Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-03T18:43:29.632Z] Removing intermediate container 5229d8ebb7d7 [2020-12-03T18:43:29.632Z] ---> 4fa4a04ccf7c [2020-12-03T18:43:29.632Z] Step 21/21 : LABEL version=1.3.1-dev.18 [2020-12-03T18:43:29.632Z] Removing intermediate container 85a16e03afbe [2020-12-03T18:43:29.632Z] ---> 0bfed2862d22 [2020-12-03T18:43:29.632Z] Step 22/22 : LABEL version=1.3.1-dev.18 [2020-12-03T18:43:29.632Z] ---> Running in ff67fcf20bd9 [2020-12-03T18:43:29.632Z] ---> Running in 7b4f605d0d0a [2020-12-03T18:43:29.957Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-03T18:43:30.335Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-03T18:43:30.699Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-03T18:43:30.699Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T18:43:30.699Z] OK: 8 MiB in 19 packages [2020-12-03T18:43:32.679Z] Removing intermediate container ff67fcf20bd9 [2020-12-03T18:43:32.679Z] ---> 87257d81004d [2020-12-03T18:43:32.679Z] [2020-12-03T18:43:32.679Z] Successfully built 87257d81004d [2020-12-03T18:43:32.679Z] Removing intermediate container 7b4f605d0d0a [2020-12-03T18:43:32.679Z] ---> db7b1f2a2bcd [2020-12-03T18:43:32.679Z] [2020-12-03T18:43:32.679Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-03T18:43:32.679Z] Building docker-core-command-go [2020-12-03T18:43:33.642Z]  Building docker-security-proxy-setup-go ... done Successfully built db7b1f2a2bcd [2020-12-03T18:43:34.227Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-03T18:43:34.228Z] Building docker-sys-mgmt-agent-go [2020-12-03T18:43:35.653Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 23de0b62ffd7 [2020-12-03T18:43:35.653Z] ---> 0d19602246c5 [2020-12-03T18:43:35.653Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-03T18:43:38.245Z] ---> 80243b7c55c1 [2020-12-03T18:43:38.245Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-03T18:43:39.211Z] ---> 0d3533974fb8 [2020-12-03T18:43:39.211Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-03T18:43:39.791Z] ---> 3967d1d9c3b6 [2020-12-03T18:43:39.791Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-03T18:43:39.791Z] ---> Running in d47e29393ea8 [2020-12-03T18:43:40.057Z] Removing intermediate container d47e29393ea8 [2020-12-03T18:43:40.057Z] ---> 1e088b95f5c4 [2020-12-03T18:43:40.057Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T18:43:40.057Z] ---> Running in 8075c5349c62 [2020-12-03T18:43:40.647Z] Removing intermediate container 8075c5349c62 [2020-12-03T18:43:40.647Z] ---> 3f45659f08a4 [2020-12-03T18:43:40.647Z] Step 21/23 : LABEL arch=x86_64 [2020-12-03T18:43:40.647Z] ---> Running in 7e0059f969fd [2020-12-03T18:43:44.966Z] Removing intermediate container 7e0059f969fd [2020-12-03T18:43:44.966Z] ---> 325a39f1369e [2020-12-03T18:43:44.966Z] Step 22/23 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:43:44.966Z] ---> Running in 481160622c2e [2020-12-03T18:43:45.252Z] Removing intermediate container 481160622c2e [2020-12-03T18:43:45.252Z] ---> bddfe2034edf [2020-12-03T18:43:45.252Z] Step 23/23 : LABEL version=1.3.1-dev.18 [2020-12-03T18:43:45.522Z] ---> Running in 409c4374aa76 [2020-12-03T18:43:46.112Z] Removing intermediate container 409c4374aa76 [2020-12-03T18:43:46.112Z] ---> 0f011e31305b [2020-12-03T18:43:46.112Z] [2020-12-03T18:43:46.382Z] Successfully built 0f011e31305b [2020-12-03T18:43:46.382Z] Successfully tagged docker-core-data-go:latest [2020-12-03T18:43:46.382Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-12-03T18:43:51.917Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:43:51.917Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:43:51.917Z] ---> 6c908d9a192e [2020-12-03T18:43:51.917Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T18:43:51.917Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:43:51.917Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-03T18:43:51.917Z] ---> 6c908d9a192e [2020-12-03T18:43:51.917Z] Step 3/29 : WORKDIR /edgex-go [2020-12-03T18:43:51.917Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:43:51.917Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:43:51.917Z] ---> 6c908d9a192e [2020-12-03T18:43:51.917Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T18:43:51.917Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:43:51.917Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:43:51.917Z] ---> 6c908d9a192e [2020-12-03T18:43:51.917Z] Step 3/27 : WORKDIR /edgex-go [2020-12-03T18:43:51.917Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:43:51.917Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:43:51.917Z] ---> 6c908d9a192e [2020-12-03T18:43:51.917Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T18:43:53.358Z] ---> Running in 13a8ba09a471 [2020-12-03T18:43:53.358Z] ---> Running in 83a4bb69cba0 [2020-12-03T18:43:53.358Z] ---> Running in 73ad4a293f98 [2020-12-03T18:43:53.358Z] ---> Running in 8e6980f66422 [2020-12-03T18:43:53.358Z] ---> Running in 01c3e331736f [2020-12-03T18:43:53.958Z] Removing intermediate container 83a4bb69cba0 [2020-12-03T18:43:53.958Z] ---> 546732550368 [2020-12-03T18:43:53.958Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:43:54.230Z] Removing intermediate container 73ad4a293f98 [2020-12-03T18:43:54.230Z] ---> 6cd42da7496d [2020-12-03T18:43:54.230Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:43:54.230Z] Removing intermediate container 13a8ba09a471 [2020-12-03T18:43:54.230Z] ---> 7596790b21cd [2020-12-03T18:43:54.230Z] Step 4/29 : RUN apk update && apk add make git [2020-12-03T18:43:54.230Z] ---> Running in 353a580e3d74 [2020-12-03T18:43:54.230Z] Removing intermediate container 01c3e331736f [2020-12-03T18:43:54.230Z] ---> 52b6b7979c07 [2020-12-03T18:43:54.230Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:43:54.503Z] Removing intermediate container 8e6980f66422 [2020-12-03T18:43:54.503Z] ---> a344f859d4a2 [2020-12-03T18:43:54.503Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:43:54.503Z] ---> Running in bb53400f5f97 [2020-12-03T18:43:54.503Z] ---> Running in 983523c6ec68 [2020-12-03T18:43:54.503Z] ---> Running in 30d3012542cf [2020-12-03T18:43:54.780Z] ---> Running in 8998e1ce2a1b [2020-12-03T18:43:56.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T18:43:57.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T18:43:58.073Z] Removing intermediate container 353a580e3d74 [2020-12-03T18:43:58.073Z] ---> 99b0c926a5f3 [2020-12-03T18:43:58.073Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T18:43:58.355Z] ---> Running in 31595e4c3fad [2020-12-03T18:43:58.636Z] Removing intermediate container 983523c6ec68 [2020-12-03T18:43:58.636Z] ---> 24bd20e09a99 [2020-12-03T18:43:58.636Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-03T18:43:58.636Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:43:58.636Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:43:58.636Z] OK: 12616 distinct packages available [2020-12-03T18:43:58.908Z] ---> Running in 6f1ca2ede09d [2020-12-03T18:43:58.909Z] Removing intermediate container 30d3012542cf [2020-12-03T18:43:58.909Z] ---> d7242fd84344 [2020-12-03T18:43:58.909Z] Step 5/24 : RUN apk update && apk add make git [2020-12-03T18:43:59.185Z] ---> Running in 8f63a0477b91 [2020-12-03T18:43:59.461Z] Removing intermediate container 8998e1ce2a1b [2020-12-03T18:43:59.461Z] ---> 94d971f11543 [2020-12-03T18:43:59.461Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T18:43:59.737Z] ---> Running in 199930a76429 [2020-12-03T18:43:59.737Z] OK: 217 MiB in 51 packages [2020-12-03T18:44:00.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T18:44:00.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T18:44:01.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T18:44:01.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T18:44:01.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T18:44:01.496Z] Removing intermediate container bb53400f5f97 [2020-12-03T18:44:01.496Z] ---> e8fbc1def4e4 [2020-12-03T18:44:01.496Z] Step 5/29 : COPY go.mod . [2020-12-03T18:44:01.603Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:44:01.603Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:44:01.603Z] ---> 731091c3ca2f [2020-12-03T18:44:01.603Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T18:44:01.603Z] ---> Using cache [2020-12-03T18:44:01.603Z] ---> ad8afbf61e2c [2020-12-03T18:44:01.603Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:44:01.603Z] ---> Using cache [2020-12-03T18:44:01.603Z] ---> d818e8cc2a54 [2020-12-03T18:44:01.603Z] Step 5/24 : RUN apk update && apk add make git [2020-12-03T18:44:01.603Z] ---> Using cache [2020-12-03T18:44:01.603Z] ---> be955d403e22 [2020-12-03T18:44:01.603Z] Step 6/24 : COPY go.mod . [2020-12-03T18:44:01.603Z] ---> Using cache [2020-12-03T18:44:01.603Z] ---> 5e61126b0646 [2020-12-03T18:44:01.603Z] Step 7/24 : RUN go mod download [2020-12-03T18:44:01.603Z] ---> Using cache [2020-12-03T18:44:01.603Z] ---> 1daadb743173 [2020-12-03T18:44:01.603Z] Step 8/24 : COPY . . [2020-12-03T18:44:01.603Z] ---> Using cache [2020-12-03T18:44:01.603Z] ---> 050ac88fb7ab [2020-12-03T18:44:01.603Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-03T18:44:01.603Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:44:01.603Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:44:01.603Z] ---> 731091c3ca2f [2020-12-03T18:44:01.603Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T18:44:01.603Z] ---> Using cache [2020-12-03T18:44:01.603Z] ---> ad8afbf61e2c [2020-12-03T18:44:01.603Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:44:01.603Z] ---> Using cache [2020-12-03T18:44:01.603Z] ---> d818e8cc2a54 [2020-12-03T18:44:01.603Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-03T18:44:01.603Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:44:01.603Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:44:01.603Z] ---> 731091c3ca2f [2020-12-03T18:44:01.603Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T18:44:01.603Z] ---> Using cache [2020-12-03T18:44:01.603Z] ---> ad8afbf61e2c [2020-12-03T18:44:01.603Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:44:01.603Z] ---> Using cache [2020-12-03T18:44:01.603Z] ---> d818e8cc2a54 [2020-12-03T18:44:01.603Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T18:44:01.603Z] ---> Using cache [2020-12-03T18:44:01.603Z] ---> be955d403e22 [2020-12-03T18:44:01.603Z] Step 6/22 : COPY go.mod . [2020-12-03T18:44:01.603Z] ---> Using cache [2020-12-03T18:44:01.603Z] ---> 5e61126b0646 [2020-12-03T18:44:01.603Z] Step 7/22 : RUN go mod download [2020-12-03T18:44:01.603Z] ---> Using cache [2020-12-03T18:44:01.603Z] ---> 1daadb743173 [2020-12-03T18:44:01.603Z] Step 8/22 : COPY . . [2020-12-03T18:44:01.603Z] ---> Using cache [2020-12-03T18:44:01.603Z] ---> 050ac88fb7ab [2020-12-03T18:44:01.603Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-03T18:44:01.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T18:44:01.880Z] ---> Running in 5ae2620eb1de [2020-12-03T18:44:01.880Z] ---> Running in 3497ebc5268c [2020-12-03T18:44:01.880Z] ---> Running in b2b7e620cb0d [2020-12-03T18:44:02.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T18:44:02.044Z] ---> 9c6b952f09e0 [2020-12-03T18:44:02.044Z] Step 6/29 : RUN go mod download [2020-12-03T18:44:02.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T18:44:02.317Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:44:02.317Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:44:02.317Z] OK: 12616 distinct packages available [2020-12-03T18:44:02.317Z] ---> Running in 5c2749649393 [2020-12-03T18:44:02.915Z] OK: 217 MiB in 51 packages [2020-12-03T18:44:02.915Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:44:02.915Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:44:02.915Z] OK: 12616 distinct packages available [2020-12-03T18:44:03.189Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:44:03.190Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:44:03.190Z] OK: 12616 distinct packages available [2020-12-03T18:44:03.466Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:44:03.466Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:44:03.466Z] OK: 12616 distinct packages available [2020-12-03T18:44:04.076Z] OK: 217 MiB in 51 packages [2020-12-03T18:44:04.365Z] OK: 217 MiB in 51 packages [2020-12-03T18:44:04.365Z] OK: 217 MiB in 51 packages [2020-12-03T18:44:04.517Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:44:04.517Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:44:04.517Z] ---> 731091c3ca2f [2020-12-03T18:44:04.517Z] Step 3/27 : WORKDIR /edgex-go [2020-12-03T18:44:04.517Z] ---> Using cache [2020-12-03T18:44:04.517Z] ---> ad8afbf61e2c [2020-12-03T18:44:04.517Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:44:04.517Z] ---> Using cache [2020-12-03T18:44:04.517Z] ---> d818e8cc2a54 [2020-12-03T18:44:04.517Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-03T18:44:04.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/core-command/core-command ./cmd/core-command [2020-12-03T18:44:04.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-03T18:44:04.974Z] Removing intermediate container 31595e4c3fad [2020-12-03T18:44:04.974Z] ---> b0ffc1aaaba6 [2020-12-03T18:44:04.974Z] Step 6/22 : COPY go.mod . [2020-12-03T18:44:05.118Z] ---> Running in 110c954f5b7d [2020-12-03T18:44:05.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T18:44:05.962Z] ---> 9351be7aac0e [2020-12-03T18:44:05.962Z] Step 7/22 : RUN go mod download [2020-12-03T18:44:05.962Z] Removing intermediate container 6f1ca2ede09d [2020-12-03T18:44:05.962Z] ---> 3003e76f996c [2020-12-03T18:44:05.962Z] Step 6/27 : COPY go.mod . [2020-12-03T18:44:06.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T18:44:06.237Z] Removing intermediate container 8f63a0477b91 [2020-12-03T18:44:06.237Z] ---> a5f22c11e6b7 [2020-12-03T18:44:06.237Z] Step 6/24 : COPY go.mod . [2020-12-03T18:44:06.237Z] ---> Running in 6799992a96ea [2020-12-03T18:44:06.512Z] Removing intermediate container 5c2749649393 [2020-12-03T18:44:06.512Z] ---> 81db20a7d3d7 [2020-12-03T18:44:06.512Z] Step 7/29 : COPY . . [2020-12-03T18:44:06.512Z] Removing intermediate container 199930a76429 [2020-12-03T18:44:06.512Z] ---> 966575d7f00c [2020-12-03T18:44:06.512Z] Step 6/21 : COPY go.mod . [2020-12-03T18:44:06.732Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:44:06.733Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:44:06.733Z] OK: 12745 distinct packages available [2020-12-03T18:44:06.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T18:44:06.788Z] ---> 088ff0736b27 [2020-12-03T18:44:06.788Z] Step 7/27 : RUN go mod download [2020-12-03T18:44:07.002Z] OK: 233 MiB in 51 packages [2020-12-03T18:44:07.063Z] ---> Running in 8d9d7d0a6409 [2020-12-03T18:44:07.339Z] ---> 6caa865ace2f [2020-12-03T18:44:07.339Z] Step 7/24 : RUN go mod download [2020-12-03T18:44:07.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T18:44:07.937Z] ---> 8e2914ddff1b [2020-12-03T18:44:07.937Z] Step 7/21 : RUN go mod download [2020-12-03T18:44:07.937Z] ---> Running in 72648bd5e227 [2020-12-03T18:44:08.537Z] ---> Running in dc6362165c9a [2020-12-03T18:44:08.615Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:44:08.615Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:44:08.615Z] OK: 12745 distinct packages available [2020-12-03T18:44:09.228Z] OK: 233 MiB in 51 packages [2020-12-03T18:44:09.228Z] Removing intermediate container 5ae2620eb1de [2020-12-03T18:44:09.228Z] ---> e9664bea63f5 [2020-12-03T18:44:09.228Z] Step 6/24 : COPY go.mod . [2020-12-03T18:44:10.222Z] ---> db0d58a25bc9 [2020-12-03T18:44:10.222Z] Step 7/24 : RUN go mod download [2020-12-03T18:44:11.177Z] Removing intermediate container 6799992a96ea [2020-12-03T18:44:11.177Z] ---> c532846588cd [2020-12-03T18:44:11.177Z] Step 8/22 : COPY . . [2020-12-03T18:44:11.213Z] ---> Running in 1d2a50a2b7ef [2020-12-03T18:44:11.508Z] Removing intermediate container 110c954f5b7d [2020-12-03T18:44:11.508Z] ---> 52b038208fab [2020-12-03T18:44:11.508Z] Step 6/27 : COPY go.mod . [2020-12-03T18:44:11.792Z] Removing intermediate container 8d9d7d0a6409 [2020-12-03T18:44:11.792Z] ---> 49d384b4ff75 [2020-12-03T18:44:11.792Z] Step 8/27 : COPY . . [2020-12-03T18:44:12.399Z] Removing intermediate container 72648bd5e227 [2020-12-03T18:44:12.399Z] ---> 234da881f083 [2020-12-03T18:44:12.399Z] Step 8/24 : COPY . . [2020-12-03T18:44:12.506Z] ---> e93993afc990 [2020-12-03T18:44:12.506Z] Step 7/27 : RUN go mod download [2020-12-03T18:44:12.677Z] Removing intermediate container dc6362165c9a [2020-12-03T18:44:12.677Z] ---> cb0fbb93c79f [2020-12-03T18:44:12.677Z] Step 8/21 : COPY . . [2020-12-03T18:44:12.821Z] ---> Running in 519d2abc3b88 [2020-12-03T18:44:17.227Z] Removing intermediate container 1d2a50a2b7ef [2020-12-03T18:44:17.227Z] ---> 89f7bcf1b610 [2020-12-03T18:44:17.227Z] Step 8/24 : COPY . . [2020-12-03T18:44:17.227Z] Removing intermediate container 519d2abc3b88 [2020-12-03T18:44:17.227Z] ---> 5cf27dd175bc [2020-12-03T18:44:17.227Z] Step 8/27 : COPY . . [2020-12-03T18:44:17.227Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:44:17.227Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-03T18:44:17.227Z] ---> 731091c3ca2f [2020-12-03T18:44:17.227Z] Step 3/29 : WORKDIR /edgex-go [2020-12-03T18:44:17.227Z] ---> Using cache [2020-12-03T18:44:17.227Z] ---> ad8afbf61e2c [2020-12-03T18:44:17.227Z] Step 4/29 : RUN apk update && apk add make git [2020-12-03T18:44:17.513Z] ---> Running in 42eb09e9887e [2020-12-03T18:44:18.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T18:44:19.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T18:44:21.403Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:44:21.403Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:44:21.403Z] OK: 12745 distinct packages available [2020-12-03T18:44:21.403Z] OK: 233 MiB in 51 packages [2020-12-03T18:44:25.159Z] ---> 0f4c133c1398 [2020-12-03T18:44:25.159Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-03T18:44:25.159Z] ---> Running in a614d94d9c32 [2020-12-03T18:44:25.159Z] ---> 42af8f178c0a [2020-12-03T18:44:25.159Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-03T18:44:25.379Z] Removing intermediate container 42eb09e9887e [2020-12-03T18:44:25.379Z] ---> 9f88c52a78e9 [2020-12-03T18:44:25.379Z] Step 5/29 : COPY go.mod . [2020-12-03T18:44:25.442Z] ---> 28e51e66743b [2020-12-03T18:44:25.442Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-03T18:44:25.442Z] ---> Running in c6c57a3327b8 [2020-12-03T18:44:25.722Z] ---> Running in 927046b0573a [2020-12-03T18:44:26.327Z] ---> c2a3939a1bf6 [2020-12-03T18:44:26.327Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-03T18:44:26.327Z] ---> ffd90831f328 [2020-12-03T18:44:26.327Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-03T18:44:26.327Z] ---> Running in 9ce4c148ac4c [2020-12-03T18:44:26.327Z] ---> Running in 39736740728b [2020-12-03T18:44:26.615Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T18:44:26.697Z] ---> 43a0bf61ae91 [2020-12-03T18:44:26.697Z] Step 6/29 : RUN go mod download [2020-12-03T18:44:27.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T18:44:27.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-03T18:44:28.199Z] ---> Running in ded65de04135 [2020-12-03T18:44:28.912Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-03T18:44:28.912Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-03T18:44:33.654Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-03T18:44:34.655Z] Removing intermediate container ded65de04135 [2020-12-03T18:44:34.655Z] ---> de9161f6a344 [2020-12-03T18:44:34.656Z] Step 7/29 : COPY . . [2020-12-03T18:44:49.802Z] Removing intermediate container b2b7e620cb0d [2020-12-03T18:44:49.802Z] ---> f649dad3e56d [2020-12-03T18:44:49.802Z] [2020-12-03T18:44:49.802Z] Step 10/22 : FROM scratch [2020-12-03T18:44:49.802Z] ---> [2020-12-03T18:44:49.802Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T18:44:49.802Z] ---> Using cache [2020-12-03T18:44:49.802Z] ---> 72d255d0f884 [2020-12-03T18:44:49.802Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-03T18:44:52.394Z] ---> Running in 30c64dbe153c [2020-12-03T18:44:52.394Z] ---> f48cbae253cb [2020-12-03T18:44:52.394Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-03T18:44:52.394Z] Removing intermediate container 3497ebc5268c [2020-12-03T18:44:52.394Z] ---> c2a8955c7e4a [2020-12-03T18:44:52.394Z] [2020-12-03T18:44:52.394Z] Step 10/24 : FROM alpine:3.10 [2020-12-03T18:44:52.394Z] ---> be4e4bea2c2e [2020-12-03T18:44:52.394Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T18:44:52.394Z] ---> Using cache [2020-12-03T18:44:52.394Z] ---> 17560b284ce2 [2020-12-03T18:44:52.394Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T18:44:52.394Z] ---> Running in 521bb0478c9c [2020-12-03T18:44:52.394Z] ---> Running in 60848316efbb [2020-12-03T18:44:52.394Z] ---> 15f6d0a85e40 [2020-12-03T18:44:52.394Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-03T18:44:52.394Z] Removing intermediate container 30c64dbe153c [2020-12-03T18:44:52.394Z] ---> 2c9cab1bdc45 [2020-12-03T18:44:52.394Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T18:44:52.683Z] ---> Running in 426ef9361fa8 [2020-12-03T18:44:52.683Z] ---> Running in a352ced4cca5 [2020-12-03T18:44:53.321Z] Removing intermediate container 521bb0478c9c [2020-12-03T18:44:53.321Z] ---> a484041993c4 [2020-12-03T18:44:53.321Z] Step 13/24 : WORKDIR / [2020-12-03T18:44:53.600Z] Removing intermediate container 426ef9361fa8 [2020-12-03T18:44:53.600Z] ---> 5dc7f30112e9 [2020-12-03T18:44:53.600Z] Step 14/22 : WORKDIR / [2020-12-03T18:44:53.883Z] ---> Running in 14ccbeb75df6 [2020-12-03T18:44:53.883Z] ---> Running in ce743d38387e [2020-12-03T18:44:54.466Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-03T18:44:55.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-03T18:44:55.664Z] Removing intermediate container 14ccbeb75df6 [2020-12-03T18:44:55.664Z] ---> 19ff27a4ca60 [2020-12-03T18:44:55.664Z] 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-03T18:44:55.943Z] Removing intermediate container ce743d38387e [2020-12-03T18:44:55.943Z] ---> 3ec2ee7cb229 [2020-12-03T18:44:55.943Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-03T18:44:56.584Z] ---> 72b46b9b34cd [2020-12-03T18:44:56.584Z] 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-03T18:44:56.864Z] ---> c5b5cc08609b [2020-12-03T18:44:56.864Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-03T18:44:57.137Z] ---> 378922333958 [2020-12-03T18:44:57.137Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-03T18:44:58.637Z] ---> b863c3435e13 [2020-12-03T18:44:58.637Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-03T18:44:58.924Z] ---> 9ac72b61c0b5 [2020-12-03T18:44:58.924Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-03T18:45:00.415Z] ---> 04978ac580a5 [2020-12-03T18:45:00.415Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-03T18:45:00.702Z] ---> e9ce0aeb8a12 [2020-12-03T18:45:00.702Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-03T18:45:00.978Z] ---> Running in c24d523a8ba6 [2020-12-03T18:45:02.001Z] Removing intermediate container c24d523a8ba6 [2020-12-03T18:45:02.001Z] ---> aaff4cf8982c [2020-12-03T18:45:02.001Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T18:45:03.012Z] ---> Running in 5606b6244b07 [2020-12-03T18:45:03.012Z] ---> e713586cf277 [2020-12-03T18:45:03.012Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T18:45:03.610Z] Removing intermediate container 5606b6244b07 [2020-12-03T18:45:03.610Z] ---> 51067537e253 [2020-12-03T18:45:03.610Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T18:45:04.594Z] ---> b8e867515c25 [2020-12-03T18:45:04.594Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T18:45:04.594Z] ---> Running in 25bbc48810a3 [2020-12-03T18:45:04.594Z] ---> Running in bcb9b8847d5f [2020-12-03T18:45:04.868Z] Removing intermediate container 25bbc48810a3 [2020-12-03T18:45:04.868Z] ---> f88df3767275 [2020-12-03T18:45:04.868Z] Step 21/22 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:45:04.868Z] ---> 17be69bb11ef [2020-12-03T18:45:04.868Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-03T18:45:05.142Z] ---> Running in 9d9a1205c602 [2020-12-03T18:45:05.142Z] ---> Running in db009d2a7997 [2020-12-03T18:45:05.432Z] Removing intermediate container 9d9a1205c602 [2020-12-03T18:45:05.432Z] ---> e5ea1e53b196 [2020-12-03T18:45:05.432Z] Step 22/22 : LABEL version=1.3.1-dev.18 [2020-12-03T18:45:05.713Z] ---> Running in c4c84fcd8350 [2020-12-03T18:45:05.991Z] Removing intermediate container c4c84fcd8350 [2020-12-03T18:45:05.991Z] ---> ffe0aa1190ae [2020-12-03T18:45:05.991Z] [2020-12-03T18:45:06.261Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T18:45:06.531Z] Successfully built ffe0aa1190ae [2020-12-03T18:45:06.531Z] Successfully tagged docker-core-command-go:latest [2020-12-03T18:45:06.809Z]  Building docker-core-command-go ... done Removing intermediate container bcb9b8847d5f [2020-12-03T18:45:06.809Z] ---> 468f338ef7a6 [2020-12-03T18:45:06.809Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T18:45:06.809Z] ---> Running in 7faba56ca469 [2020-12-03T18:45:07.085Z] Removing intermediate container 7faba56ca469 [2020-12-03T18:45:07.085Z] ---> aaa8c3c27bbf [2020-12-03T18:45:07.085Z] Step 22/24 : LABEL arch=x86_64 [2020-12-03T18:45:07.085Z] ---> Running in 3ab0d79f836b [2020-12-03T18:45:07.860Z] Removing intermediate container 3ab0d79f836b [2020-12-03T18:45:07.860Z] ---> 618d89b6e6dd [2020-12-03T18:45:07.860Z] Step 23/24 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:45:08.896Z] ---> Running in 3ca2efa3e2cf [2020-12-03T18:45:09.965Z] Removing intermediate container 3ca2efa3e2cf [2020-12-03T18:45:09.965Z] ---> fe2cad6f94d6 [2020-12-03T18:45:09.965Z] Step 24/24 : LABEL version=1.3.1-dev.18 [2020-12-03T18:45:09.965Z] ---> Running in cb7e4a88e7a1 [2020-12-03T18:45:10.701Z] Removing intermediate container cb7e4a88e7a1 [2020-12-03T18:45:10.701Z] ---> f344b1409728 [2020-12-03T18:45:10.701Z] [2020-12-03T18:45:10.993Z] Successfully built f344b1409728 [2020-12-03T18:45:10.993Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-03T18:45:26.154Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 60848316efbb [2020-12-03T18:45:26.155Z] ---> 4dc4c054350e [2020-12-03T18:45:26.155Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-03T18:45:26.155Z] ---> Running in f29d095ce2a6 [2020-12-03T18:45:26.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-03T18:45:27.183Z] Removing intermediate container db009d2a7997 [2020-12-03T18:45:27.183Z] ---> 3b0d5bb09089 [2020-12-03T18:45:27.183Z] [2020-12-03T18:45:27.183Z] Step 9/29 : FROM alpine:latest [2020-12-03T18:45:27.183Z] ---> d6e46aa2470d [2020-12-03T18:45:27.183Z] 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-03T18:45:27.446Z] ---> Running in 128b3f2a4d46 [2020-12-03T18:45:27.446Z] Removing intermediate container a352ced4cca5 [2020-12-03T18:45:27.446Z] ---> 403ff64484c4 [2020-12-03T18:45:27.446Z] [2020-12-03T18:45:27.446Z] Step 10/24 : FROM scratch [2020-12-03T18:45:27.446Z] ---> [2020-12-03T18:45:27.446Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T18:45:27.714Z] Removing intermediate container 128b3f2a4d46 [2020-12-03T18:45:27.714Z] ---> 5f1c3aceb8bb [2020-12-03T18:45:27.714Z] Step 11/29 : USER root [2020-12-03T18:45:27.714Z] Removing intermediate container f29d095ce2a6 [2020-12-03T18:45:27.714Z] ---> 005dd3624229 [2020-12-03T18:45:27.714Z] [2020-12-03T18:45:27.714Z] Step 11/27 : FROM docker:latest [2020-12-03T18:45:27.714Z] ---> b0757c55a1fd [2020-12-03T18:45:27.714Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-03T18:45:27.714Z] ---> Running in 2762afd387eb [2020-12-03T18:45:27.714Z] ---> Running in 42d31ce87761 [2020-12-03T18:45:27.714Z] ---> Running in 3990f3eeaa07 [2020-12-03T18:45:27.976Z] Removing intermediate container 2762afd387eb [2020-12-03T18:45:27.976Z] ---> 2035de394a64 [2020-12-03T18:45:27.976Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-03T18:45:28.564Z] ---> Running in 085aa670d857 [2020-12-03T18:45:28.564Z] Removing intermediate container 42d31ce87761 [2020-12-03T18:45:28.564Z] ---> f1f18e3ae98a [2020-12-03T18:45:28.564Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-03T18:45:28.564Z] ---> Running in 7eb0d30a72d2 [2020-12-03T18:45:28.836Z] Removing intermediate container 085aa670d857 [2020-12-03T18:45:28.836Z] ---> 3a0e7577533c [2020-12-03T18:45:28.836Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-03T18:45:28.836Z] ---> Running in 76645637d6ef [2020-12-03T18:45:29.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T18:45:29.104Z] Removing intermediate container 76645637d6ef [2020-12-03T18:45:29.104Z] ---> d74d452af68a [2020-12-03T18:45:29.104Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-03T18:45:29.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T18:45:29.372Z] (1/2) Installing readline (8.0.4-r0) [2020-12-03T18:45:29.372Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T18:45:29.372Z] (2/2) Installing bash (5.0.17-r0) [2020-12-03T18:45:29.372Z] Executing bash-5.0.17-r0.post-install [2020-12-03T18:45:29.372Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T18:45:29.372Z] OK: 12 MiB in 22 packages [2020-12-03T18:45:29.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T18:45:29.661Z] ---> c10da9553e74 [2020-12-03T18:45:29.661Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-03T18:45:29.661Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:45:29.661Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:45:29.661Z] OK: 12746 distinct packages available [2020-12-03T18:45:29.929Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-03T18:45:30.234Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-03T18:45:30.234Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T18:45:30.234Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T18:45:30.234Z] OK: 6 MiB in 16 packages [2020-12-03T18:45:30.615Z] Removing intermediate container 3990f3eeaa07 [2020-12-03T18:45:30.615Z] ---> cc3fbf445fd2 [2020-12-03T18:45:30.615Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-03T18:45:30.913Z] ---> a2437f694a2d [2020-12-03T18:45:30.913Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-03T18:45:30.913Z] ---> Running in b26d173e4d2b [2020-12-03T18:45:31.876Z] Removing intermediate container 7eb0d30a72d2 [2020-12-03T18:45:31.876Z] ---> 56c5e50306aa [2020-12-03T18:45:31.876Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-03T18:45:32.455Z] ---> d9e57052110e [2020-12-03T18:45:32.455Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-03T18:45:32.726Z] ---> Running in b8b336a77781 [2020-12-03T18:45:33.003Z] Removing intermediate container b8b336a77781 [2020-12-03T18:45:33.003Z] ---> 203b04d73077 [2020-12-03T18:45:33.003Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-03T18:45:33.003Z] ---> 5688444e4596 [2020-12-03T18:45:33.003Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-03T18:45:33.003Z] ---> Running in 827290f57bf9 [2020-12-03T18:45:33.003Z] Removing intermediate container b26d173e4d2b [2020-12-03T18:45:33.003Z] ---> 44fddd08d78a [2020-12-03T18:45:33.003Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-03T18:45:33.273Z] ---> Running in d8a46b5b76c4 [2020-12-03T18:45:33.273Z] Removing intermediate container 827290f57bf9 [2020-12-03T18:45:33.273Z] ---> 0ff7312087d3 [2020-12-03T18:45:33.273Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-03T18:45:33.554Z] Removing intermediate container d8a46b5b76c4 [2020-12-03T18:45:33.554Z] ---> d32beb534d91 [2020-12-03T18:45:33.554Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-03T18:45:33.554Z] ---> Running in aace76964d5e [2020-12-03T18:45:33.554Z] ---> Running in 58c6f8bfc4f1 [2020-12-03T18:45:33.856Z] ---> c5be061d8db5 [2020-12-03T18:45:33.856Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-03T18:45:33.856Z] Removing intermediate container 58c6f8bfc4f1 [2020-12-03T18:45:33.856Z] ---> 720a12d3ca4c [2020-12-03T18:45:33.856Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-03T18:45:34.125Z] ---> Running in 718097ec5991 [2020-12-03T18:45:34.125Z] ---> ce9592e9dfb2 [2020-12-03T18:45:34.125Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-03T18:45:34.391Z] Removing intermediate container 718097ec5991 [2020-12-03T18:45:34.391Z] ---> e337d7e84539 [2020-12-03T18:45:34.391Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-03T18:45:34.391Z] ---> Running in c51f4f2aa923 [2020-12-03T18:45:34.391Z] Removing intermediate container c51f4f2aa923 [2020-12-03T18:45:34.391Z] ---> f856eff66384 [2020-12-03T18:45:34.391Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T18:45:34.656Z] ---> Running in 31e0d8668546 [2020-12-03T18:45:34.930Z] ---> 59732423587d [2020-12-03T18:45:34.930Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-03T18:45:34.930Z] Removing intermediate container 31e0d8668546 [2020-12-03T18:45:34.930Z] ---> e28b043fd93f [2020-12-03T18:45:34.930Z] Step 22/24 : LABEL arch=x86_64 [2020-12-03T18:45:34.930Z] Removing intermediate container aace76964d5e [2020-12-03T18:45:34.930Z] ---> 8277a356d70b [2020-12-03T18:45:34.930Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-03T18:45:35.203Z] ---> Running in e2dab697cac1 [2020-12-03T18:45:35.471Z] ---> e1a5466b7e37 [2020-12-03T18:45:35.471Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-03T18:45:35.471Z] Removing intermediate container e2dab697cac1 [2020-12-03T18:45:35.471Z] ---> adc121aecc0c [2020-12-03T18:45:35.471Z] Step 23/24 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:45:35.471Z] ---> Running in 5d7d93d2b760 [2020-12-03T18:45:35.739Z] ---> 20001c30e0d0 [2020-12-03T18:45:35.739Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-03T18:45:35.739Z] Removing intermediate container 5d7d93d2b760 [2020-12-03T18:45:35.739Z] ---> 75697865699c [2020-12-03T18:45:35.739Z] Step 24/24 : LABEL version=1.3.1-dev.18 [2020-12-03T18:45:35.739Z] ---> Running in bad399cfbab3 [2020-12-03T18:45:35.739Z] ---> 094abdb4bbca [2020-12-03T18:45:35.739Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-03T18:45:36.023Z] ---> Running in d26adccd3e7b [2020-12-03T18:45:36.023Z] Removing intermediate container bad399cfbab3 [2020-12-03T18:45:36.023Z] ---> bcc9e4da28b9 [2020-12-03T18:45:36.023Z] [2020-12-03T18:45:36.023Z] ---> ced24bf149b4 [2020-12-03T18:45:36.023Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-03T18:45:36.298Z] Successfully built bcc9e4da28b9 [2020-12-03T18:45:36.298Z] Successfully tagged docker-support-notifications-go:latest [2020-12-03T18:45:36.571Z]  Building docker-support-notifications-go ... done  ---> f436c222960b [2020-12-03T18:45:36.571Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-03T18:45:36.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T18:45:36.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T18:45:36.836Z] ---> c875492ea6d3 [2020-12-03T18:45:36.836Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-03T18:45:36.836Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-03T18:45:36.836Z] (2/33) Installing expat (2.2.9-r1) [2020-12-03T18:45:36.837Z] (3/33) Installing libffi (3.3-r2) [2020-12-03T18:45:36.837Z] (4/33) Installing gdbm (1.13-r1) [2020-12-03T18:45:36.837Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-03T18:45:36.837Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-03T18:45:36.837Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-03T18:45:40.231Z] ---> 270847fcd256 [2020-12-03T18:45:40.232Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-03T18:45:40.232Z] ---> Running in c486bc8a226e [2020-12-03T18:45:40.232Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-03T18:45:40.232Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-03T18:45:40.232Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-03T18:45:40.232Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-03T18:45:40.497Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-03T18:45:40.497Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-03T18:45:40.497Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-03T18:45:40.497Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-03T18:45:40.497Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-03T18:45:40.497Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-03T18:45:40.497Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-03T18:45:40.497Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-03T18:45:40.497Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-03T18:45:40.766Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-03T18:45:40.766Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-03T18:45:40.766Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-03T18:45:40.766Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-03T18:45:40.766Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-03T18:45:40.766Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-03T18:45:40.766Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-03T18:45:40.766Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-03T18:45:40.766Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-03T18:45:40.766Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-03T18:45:40.766Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-03T18:45:41.057Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-03T18:45:41.057Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-03T18:45:41.057Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T18:45:41.057Z] OK: 71 MiB in 55 packages [2020-12-03T18:45:42.470Z] Removing intermediate container c486bc8a226e [2020-12-03T18:45:42.470Z] ---> 843b28fb9a38 [2020-12-03T18:45:42.470Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T18:45:43.486Z] ---> 13cb9a3b8b4b [2020-12-03T18:45:43.486Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T18:45:46.065Z] ---> Running in bdb20aca89bc [2020-12-03T18:45:46.065Z] Removing intermediate container d26adccd3e7b [2020-12-03T18:45:46.065Z] ---> 72734ffdcecc [2020-12-03T18:45:46.065Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-03T18:45:46.403Z] ---> Running in 16255b077d1a [2020-12-03T18:45:47.379Z] Removing intermediate container bdb20aca89bc [2020-12-03T18:45:47.379Z] ---> ad68a3619955 [2020-12-03T18:45:47.379Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-03T18:45:47.379Z] ---> Running in 6ab6ca758814 [2020-12-03T18:45:48.343Z] Collecting docker-compose==1.23.2 [2020-12-03T18:45:48.343Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-03T18:45:48.926Z] Collecting PyYAML<4,>=3.10 [2020-12-03T18:45:48.926Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-03T18:45:48.926Z] Removing intermediate container 6ab6ca758814 [2020-12-03T18:45:48.926Z] ---> dc996a009123 [2020-12-03T18:45:48.926Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T18:45:49.509Z] ---> Running in 53b9019e942b [2020-12-03T18:45:49.776Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-03T18:45:49.776Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-03T18:45:49.776Z] Removing intermediate container 53b9019e942b [2020-12-03T18:45:49.776Z] ---> 05edecaa8148 [2020-12-03T18:45:49.776Z] Step 26/29 : CMD [ "generate" ] [2020-12-03T18:45:49.776Z] ---> Running in 7a9ba190370a [2020-12-03T18:45:50.047Z] Removing intermediate container 7a9ba190370a [2020-12-03T18:45:50.047Z] ---> 20d3402bbff5 [2020-12-03T18:45:50.047Z] Step 27/29 : LABEL arch=x86_64 [2020-12-03T18:45:50.047Z] ---> Running in 7b71aa45322b [2020-12-03T18:45:50.313Z] Collecting texttable<0.10,>=0.9.0 [2020-12-03T18:45:50.313Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-03T18:45:50.313Z] Removing intermediate container 7b71aa45322b [2020-12-03T18:45:50.313Z] ---> ed9d4d3378c6 [2020-12-03T18:45:50.313Z] Step 28/29 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:45:50.313Z] ---> Running in 187b38a5b4c6 [2020-12-03T18:45:50.578Z] Removing intermediate container 187b38a5b4c6 [2020-12-03T18:45:50.578Z] ---> 55f011e6eb31 [2020-12-03T18:45:50.578Z] Step 29/29 : LABEL version=1.3.1-dev.18 [2020-12-03T18:45:50.578Z] ---> Running in 0233d6c309de [2020-12-03T18:45:50.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-03T18:45:50.749Z] Removing intermediate container a614d94d9c32 [2020-12-03T18:45:50.749Z] ---> 67b84cfcbbbb [2020-12-03T18:45:50.749Z] [2020-12-03T18:45:50.749Z] Step 9/29 : FROM alpine:latest [2020-12-03T18:45:50.749Z] latest: Pulling from library/alpine [2020-12-03T18:45:50.749Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-03T18:45:50.749Z] Status: Downloaded newer image for alpine:latest [2020-12-03T18:45:50.749Z] ---> 2e77e061c27f [2020-12-03T18:45:50.749Z] 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-03T18:45:50.749Z] ---> Running in 625f63bdac99 [2020-12-03T18:45:50.749Z] Removing intermediate container 625f63bdac99 [2020-12-03T18:45:50.749Z] ---> 96de32b665a9 [2020-12-03T18:45:50.749Z] Step 11/29 : USER root [2020-12-03T18:45:50.749Z] ---> Running in 6beb5a548a6b [2020-12-03T18:45:50.749Z] Removing intermediate container 6beb5a548a6b [2020-12-03T18:45:50.749Z] ---> d85573559250 [2020-12-03T18:45:50.749Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-03T18:45:50.749Z] ---> Running in b279a29d8e3e [2020-12-03T18:45:50.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T18:45:50.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T18:45:50.844Z] 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-03T18:45:50.844Z] Collecting cached-property<2,>=1.2.0 [2020-12-03T18:45:50.844Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-03T18:45:50.844Z] Removing intermediate container 0233d6c309de [2020-12-03T18:45:50.844Z] ---> 47f66b9b5d6b [2020-12-03T18:45:50.844Z] [2020-12-03T18:45:51.122Z] Successfully built 47f66b9b5d6b [2020-12-03T18:45:51.122Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-03T18:45:51.389Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:45:51.389Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:45:51.389Z] OK: 12617 distinct packages available [2020-12-03T18:45:51.397Z]  Building docker-security-secrets-setup-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-03T18:45:51.397Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-03T18:45:51.659Z] Collecting jsonschema<3,>=2.5.1 [2020-12-03T18:45:51.659Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-03T18:45:51.659Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-03T18:45:51.659Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-03T18:45:51.921Z] Collecting docker<4.0,>=3.6.0 [2020-12-03T18:45:51.921Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-03T18:45:52.183Z] Collecting docopt<0.7,>=0.6.1 [2020-12-03T18:45:52.183Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-03T18:45:52.385Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-03T18:45:52.385Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-03T18:45:52.385Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T18:45:52.385Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T18:45:52.767Z] Collecting idna<2.8,>=2.5 [2020-12-03T18:45:52.767Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-03T18:45:52.767Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-03T18:45:52.767Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-03T18:45:52.994Z] OK: 6 MiB in 16 packages [2020-12-03T18:45:53.031Z] 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-03T18:45:53.031Z] 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-03T18:45:53.031Z] Collecting docker-pycreds>=0.4.0 [2020-12-03T18:45:53.031Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-03T18:45:53.031Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-03T18:45:53.031Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-03T18:45:53.031Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-03T18:45:53.031Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-03T18:45:53.293Z] Installing collected packages: PyYAML, dockerpty, texttable, cached-property, idna, urllib3, requests, jsonschema, websocket-client, docker-pycreds, docker, docopt, docker-compose [2020-12-03T18:45:53.293Z] Running setup.py install for PyYAML: started [2020-12-03T18:45:53.874Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-03T18:45:53.874Z] Running setup.py install for dockerpty: started [2020-12-03T18:45:54.460Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-03T18:45:54.460Z] Running setup.py install for texttable: started [2020-12-03T18:45:55.039Z] Running setup.py install for texttable: finished with status 'done' [2020-12-03T18:45:55.040Z] Attempting uninstall: idna [2020-12-03T18:45:55.040Z] Found existing installation: idna 2.9 [2020-12-03T18:45:55.040Z] Uninstalling idna-2.9: [2020-12-03T18:45:55.040Z] Successfully uninstalled idna-2.9 [2020-12-03T18:45:55.304Z] Attempting uninstall: urllib3 [2020-12-03T18:45:55.304Z] Found existing installation: urllib3 1.25.9 [2020-12-03T18:45:55.304Z] Uninstalling urllib3-1.25.9: [2020-12-03T18:45:55.304Z] Successfully uninstalled urllib3-1.25.9 [2020-12-03T18:45:55.568Z] Attempting uninstall: requests [2020-12-03T18:45:55.568Z] Found existing installation: requests 2.23.0 [2020-12-03T18:45:55.568Z] Uninstalling requests-2.23.0: [2020-12-03T18:45:55.568Z] Successfully uninstalled requests-2.23.0 [2020-12-03T18:45:56.543Z] Running setup.py install for docopt: started [2020-12-03T18:45:56.811Z] Running setup.py install for docopt: finished with status 'done' [2020-12-03T18:45:57.088Z] 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-03T18:45:57.397Z] Removing intermediate container b279a29d8e3e [2020-12-03T18:45:57.397Z] ---> b4a9063c89aa [2020-12-03T18:45:57.397Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-03T18:45:57.397Z] Removing intermediate container c6c57a3327b8 [2020-12-03T18:45:57.397Z] ---> 2f85f96116b7 [2020-12-03T18:45:57.397Z] [2020-12-03T18:45:57.397Z] Step 10/22 : FROM alpine:3.10 [2020-12-03T18:45:57.397Z] 3.10: Pulling from library/alpine [2020-12-03T18:45:57.397Z] ---> Running in 568496fa0551 [2020-12-03T18:45:58.849Z] Removing intermediate container 568496fa0551 [2020-12-03T18:45:58.849Z] ---> 803d1ca5a872 [2020-12-03T18:45:58.849Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-03T18:45:59.461Z] ---> Running in 376807b611bf [2020-12-03T18:45:59.461Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-03T18:45:59.461Z] Status: Downloaded newer image for alpine:3.10 [2020-12-03T18:45:59.461Z] ---> 536a684cf733 [2020-12-03T18:45:59.461Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T18:45:59.744Z] ---> Running in 965d9fda54d8 [2020-12-03T18:46:00.739Z] Removing intermediate container 376807b611bf [2020-12-03T18:46:00.739Z] ---> df7270737ce3 [2020-12-03T18:46:00.739Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-03T18:46:01.018Z] Removing intermediate container 927046b0573a [2020-12-03T18:46:01.019Z] ---> a41720a06809 [2020-12-03T18:46:01.019Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-03T18:46:01.019Z] ---> Running in 4ad4e2b7d4a4 [2020-12-03T18:46:01.301Z] ---> Running in 34c773cb7a74 [2020-12-03T18:46:01.394Z] Removing intermediate container 16255b077d1a [2020-12-03T18:46:01.394Z] ---> bb4d4db8af22 [2020-12-03T18:46:01.394Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-03T18:46:01.394Z] ---> Running in b86db539e480 [2020-12-03T18:46:01.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T18:46:01.575Z] Removing intermediate container 39736740728b [2020-12-03T18:46:01.575Z] ---> 18354d685a47 [2020-12-03T18:46:01.575Z] [2020-12-03T18:46:01.575Z] Step 10/24 : FROM alpine:3.10 [2020-12-03T18:46:01.575Z] ---> 536a684cf733 [2020-12-03T18:46:01.575Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T18:46:01.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-03T18:46:01.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T18:46:01.858Z] ---> Running in 433f97b9f359 [2020-12-03T18:46:01.942Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T18:46:01.942Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-03T18:46:01.942Z] (3/3) Installing curl (7.69.1-r1) [2020-12-03T18:46:01.942Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T18:46:01.942Z] OK: 72 MiB in 58 packages [2020-12-03T18:46:02.150Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-03T18:46:02.759Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T18:46:02.759Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T18:46:02.759Z] OK: 10169 distinct packages available [2020-12-03T18:46:02.934Z] Removing intermediate container b86db539e480 [2020-12-03T18:46:02.934Z] ---> 396bd340b854 [2020-12-03T18:46:02.934Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-03T18:46:02.934Z] ---> Running in 6267bd7ff758 [2020-12-03T18:46:03.200Z] Removing intermediate container 6267bd7ff758 [2020-12-03T18:46:03.200Z] ---> cc64f3898869 [2020-12-03T18:46:03.200Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T18:46:03.200Z] ---> Running in 1d5fb1563c07 [2020-12-03T18:46:03.361Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T18:46:03.361Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T18:46:03.361Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T18:46:03.361Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T18:46:03.480Z] Removing intermediate container 1d5fb1563c07 [2020-12-03T18:46:03.480Z] ---> 93d393159de5 [2020-12-03T18:46:03.480Z] Step 25/27 : LABEL arch=x86_64 [2020-12-03T18:46:03.480Z] ---> Running in e3ee58d5877b [2020-12-03T18:46:03.644Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T18:46:03.644Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T18:46:03.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-03T18:46:03.644Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T18:46:03.764Z] Removing intermediate container e3ee58d5877b [2020-12-03T18:46:03.764Z] ---> 8ae98a433c43 [2020-12-03T18:46:03.764Z] Step 26/27 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:03.938Z] OK: 7 MiB in 19 packages [2020-12-03T18:46:03.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-03T18:46:04.038Z] ---> Running in 95385c730083 [2020-12-03T18:46:04.038Z] Removing intermediate container 95385c730083 [2020-12-03T18:46:04.038Z] ---> 6e9bb5e718d7 [2020-12-03T18:46:04.038Z] Step 27/27 : LABEL version=1.3.1-dev.18 [2020-12-03T18:46:04.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-03T18:46:04.303Z] ---> Running in 795f2477a5de [2020-12-03T18:46:04.303Z] Removing intermediate container 795f2477a5de [2020-12-03T18:46:04.303Z] ---> 7cc103e5c478 [2020-12-03T18:46:04.303Z] [2020-12-03T18:46:04.578Z] Successfully built 7cc103e5c478 [2020-12-03T18:46:04.578Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-03T18:46:04.856Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T18:46:04.856Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T18:46:04.856Z] OK: 10169 distinct packages available [2020-12-03T18:46:05.470Z] Removing intermediate container 4ad4e2b7d4a4 [2020-12-03T18:46:05.470Z] ---> e56f2ad6a490 [2020-12-03T18:46:05.470Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-03T18:46:05.470Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T18:46:05.470Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T18:46:05.560Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-03T18:46:05.593Z] $ docker stop --time=1 a4ad55a6558b7976d5bfcbad20ccf56d8d21f0e8e6578032232f6d2bc4d36b3c [2020-12-03T18:46:05.750Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T18:46:05.750Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T18:46:05.750Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T18:46:05.750Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T18:46:05.750Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T18:46:06.026Z] OK: 7 MiB in 19 packages [2020-12-03T18:46:06.634Z] Removing intermediate container 965d9fda54d8 [2020-12-03T18:46:06.634Z] ---> 5daae8f20bb7 [2020-12-03T18:46:06.634Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-03T18:46:07.495Z] $ docker rm -f a4ad55a6558b7976d5bfcbad20ccf56d8d21f0e8e6578032232f6d2bc4d36b3c [2020-12-03T18:46:07.636Z] ---> Running in 031fa51c4292 [2020-12-03T18:46:07.636Z] ---> 368277eb2d57 [2020-12-03T18:46:07.636Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T18:46:08.325Z] + grep docker [2020-12-03T18:46:08.325Z] + docker images [2020-12-03T18:46:08.325Z] docker-sys-mgmt-agent-go latest 7cc103e5c478 4 seconds ago 293MB [2020-12-03T18:46:08.325Z] docker-security-secrets-setup-go latest 47f66b9b5d6b 18 seconds ago 23.9MB [2020-12-03T18:46:08.325Z] docker-support-notifications-go latest bcc9e4da28b9 33 seconds ago 13.6MB [2020-12-03T18:46:08.325Z] docker-security-secretstore-setup-go latest f344b1409728 58 seconds ago 24.7MB [2020-12-03T18:46:08.325Z] docker-core-command-go latest ffe0aa1190ae About a minute ago 12.2MB [2020-12-03T18:46:08.325Z] docker-core-data-go latest 0f011e31305b 2 minutes ago 23.7MB [2020-12-03T18:46:08.325Z] docker-security-bootstrap-redis-go latest db7b1f2a2bcd 2 minutes ago 15.8MB [2020-12-03T18:46:08.325Z] docker-security-proxy-setup-go latest 87257d81004d 2 minutes ago 24.6MB [2020-12-03T18:46:08.325Z] docker-core-metadata-go latest 8293525a69f1 2 minutes ago 14.5MB [2020-12-03T18:46:08.325Z] docker-support-scheduler-go latest c84d9258770b 2 minutes ago 12.3MB [2020-12-03T18:46:08.325Z] docker latest b0757c55a1fd 41 hours ago 220MB [2020-12-03T18:46:08.638Z] Removing intermediate container 031fa51c4292 [2020-12-03T18:46:08.638Z] ---> a0fd27c09b34 [2020-12-03T18:46:08.638Z] Step 13/22 : WORKDIR / [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2020-12-03T18:46:08.917Z] ---> Running in e12f3bddc8e3 [2020-12-03T18:46:08.917Z] Removing intermediate container 34c773cb7a74 [2020-12-03T18:46:08.917Z] ---> 1860cf83848a [2020-12-03T18:46:08.917Z] [2020-12-03T18:46:08.917Z] Step 11/27 : FROM docker:latest [2020-12-03T18:46:08.917Z] ---> 84e3a507c27b [2020-12-03T18:46:08.917Z] Step 12/27 : RUN apk add --no-cache bash [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-12-03T18:46:09.193Z] ---> e5fe4dd2568f [2020-12-03T18:46:09.193Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-03T18:46:09.193Z] Removing intermediate container 433f97b9f359 [2020-12-03T18:46:09.193Z] ---> 64ececa45b15 [2020-12-03T18:46:09.193Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T18:46:09.416Z] provisioning config files... [2020-12-03T18:46:09.470Z] ---> Running in 514a7fea25e3 [2020-12-03T18:46:09.471Z] Removing intermediate container 9ce4c148ac4c [2020-12-03T18:46:09.471Z] ---> 0b6d70f496e6 [2020-12-03T18:46:09.471Z] [2020-12-03T18:46:09.471Z] Step 10/21 : FROM scratch [2020-12-03T18:46:09.471Z] ---> [2020-12-03T18:46:09.471Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T18:46:09.483Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/242@tmp/config4250808381488033843tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T18:46:09.752Z] ---> Running in 420bef8d7bd4 [2020-12-03T18:46:09.753Z] Removing intermediate container e12f3bddc8e3 [2020-12-03T18:46:09.753Z] ---> 3726140926ca [2020-12-03T18:46:09.753Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-03T18:46:09.870Z] ---> docker-login.sh [2020-12-03T18:46:09.870Z] nexus3.edgexfoundry.org:10001 [2020-12-03T18:46:09.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:46:10.038Z] ---> Running in a23a993a89ee [2020-12-03T18:46:10.038Z] ---> 2d15f7998e7a [2020-12-03T18:46:10.038Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-03T18:46:10.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:46:10.142Z] Configure a credential helper to remove this warning. See [2020-12-03T18:46:10.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:46:10.142Z] [2020-12-03T18:46:10.142Z] Login Succeeded [2020-12-03T18:46:10.142Z] nexus3.edgexfoundry.org:10002 [2020-12-03T18:46:10.324Z] Removing intermediate container 420bef8d7bd4 [2020-12-03T18:46:10.324Z] ---> 1fe6be39a5ee [2020-12-03T18:46:10.324Z] Step 13/24 : WORKDIR / [2020-12-03T18:46:10.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:46:10.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:46:10.408Z] Configure a credential helper to remove this warning. See [2020-12-03T18:46:10.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:46:10.408Z] [2020-12-03T18:46:10.408Z] Login Succeeded [2020-12-03T18:46:10.408Z] nexus3.edgexfoundry.org:10003 [2020-12-03T18:46:10.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:46:10.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:46:10.672Z] Configure a credential helper to remove this warning. See [2020-12-03T18:46:10.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:46:10.672Z] [2020-12-03T18:46:10.672Z] Login Succeeded [2020-12-03T18:46:10.672Z] nexus3.edgexfoundry.org:10004 [2020-12-03T18:46:10.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:46:10.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:46:10.949Z] Configure a credential helper to remove this warning. See [2020-12-03T18:46:10.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:46:10.949Z] [2020-12-03T18:46:10.949Z] Login Succeeded [2020-12-03T18:46:10.949Z] docker.io [2020-12-03T18:46:11.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:46:11.316Z] ---> Running in dce44e0f460a [2020-12-03T18:46:11.316Z] Removing intermediate container a23a993a89ee [2020-12-03T18:46:11.316Z] ---> ff3acd05b51b [2020-12-03T18:46:11.316Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-03T18:46:11.316Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T18:46:11.316Z] ---> caad16e7c46d [2020-12-03T18:46:11.316Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-03T18:46:11.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:46:11.480Z] Configure a credential helper to remove this warning. See [2020-12-03T18:46:11.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:46:11.480Z] [2020-12-03T18:46:11.480Z] Login Succeeded [2020-12-03T18:46:11.480Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T18:46:11.491Z] Deleting 1 temporary files [Pipeline] // wrap [2020-12-03T18:46:11.592Z] ---> dcb1fa0a411f [2020-12-03T18:46:11.593Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-03T18:46:11.593Z] ---> Running in 7e213b219ce3 [2020-12-03T18:46:11.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:46:11.768Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-03T18:46:11.768Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:11.768Z] 1.3.1-dev.18 [2020-12-03T18:46:11.768Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:11.768Z] master [2020-12-03T18:46:11.768Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-12-03T18:46:11.885Z] Removing intermediate container dce44e0f460a [2020-12-03T18:46:11.885Z] ---> 28ab35aa0b36 [2020-12-03T18:46:11.885Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:12.174Z] Removing intermediate container 7e213b219ce3 [2020-12-03T18:46:12.174Z] ---> d86438b08c8a [2020-12-03T18:46:12.174Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-03T18:46:12.301Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:12.453Z] (1/2) Installing readline (8.0.4-r0) [2020-12-03T18:46:12.453Z] ---> Running in 11c35b6ae171 [2020-12-03T18:46:12.453Z] (2/2) Installing bash (5.0.17-r0) [2020-12-03T18:46:12.453Z] Executing bash-5.0.17-r0.post-install [2020-12-03T18:46:12.453Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T18:46:12.453Z] OK: 12 MiB in 22 packages [2020-12-03T18:46:12.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:12.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-03T18:46:12.634Z] 428d2ace3c62: Preparing [2020-12-03T18:46:12.634Z] 21f50eb748e4: Preparing [2020-12-03T18:46:12.634Z] 463ddbce3657: Preparing [2020-12-03T18:46:12.902Z] 428d2ace3c62: Pushed [2020-12-03T18:46:12.902Z] 463ddbce3657: Pushed [2020-12-03T18:46:13.058Z] ---> a651b8d70df9 [2020-12-03T18:46:13.058Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-03T18:46:13.346Z] ---> Running in a7096c4cb2ad [2020-12-03T18:46:13.346Z] ---> e73a6b92dfbf [2020-12-03T18:46:13.346Z] 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-03T18:46:13.346Z] Removing intermediate container 11c35b6ae171 [2020-12-03T18:46:13.346Z] ---> ed2e5f3fc0fc [2020-12-03T18:46:13.346Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-03T18:46:13.619Z] ---> 97d59f849e12 [2020-12-03T18:46:13.619Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-03T18:46:14.336Z] 21f50eb748e4: Pushed [2020-12-03T18:46:14.336Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:2d08e8d2960edc0e808d6bf7658c3e898b50eb42f6d84609c70642dccee61f96 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:14.621Z] ---> 92092978132a [2020-12-03T18:46:14.621Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-03T18:46:14.621Z] Removing intermediate container 514a7fea25e3 [2020-12-03T18:46:14.621Z] ---> c51130d2ac7d [2020-12-03T18:46:14.621Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-03T18:46:14.662Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:14.896Z] ---> 715f7d20b473 [2020-12-03T18:46:14.896Z] ---> 56ea8bb02f93 [2020-12-03T18:46:14.896Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-03T18:46:14.896Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-03T18:46:15.038Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.18 [2020-12-03T18:46:15.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-03T18:46:15.038Z] 428d2ace3c62: Preparing [2020-12-03T18:46:15.038Z] 21f50eb748e4: Preparing [2020-12-03T18:46:15.038Z] 463ddbce3657: Preparing [2020-12-03T18:46:15.038Z] 428d2ace3c62: Layer already exists [2020-12-03T18:46:15.038Z] 463ddbce3657: Layer already exists [2020-12-03T18:46:15.038Z] 21f50eb748e4: Layer already exists [2020-12-03T18:46:15.038Z] 1.3.1-dev.18: digest: sha256:2d08e8d2960edc0e808d6bf7658c3e898b50eb42f6d84609c70642dccee61f96 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:15.170Z] ---> Running in b613402acd74 [2020-12-03T18:46:15.369Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:15.749Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:15.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-03T18:46:15.749Z] 428d2ace3c62: Preparing [2020-12-03T18:46:15.749Z] 21f50eb748e4: Preparing [2020-12-03T18:46:15.749Z] 463ddbce3657: Preparing [2020-12-03T18:46:15.749Z] 428d2ace3c62: Layer already exists [2020-12-03T18:46:15.749Z] 463ddbce3657: Layer already exists [2020-12-03T18:46:15.749Z] 21f50eb748e4: Layer already exists [2020-12-03T18:46:15.767Z] ---> b2cd77e1e1b6 [2020-12-03T18:46:16.040Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:2d08e8d2960edc0e808d6bf7658c3e898b50eb42f6d84609c70642dccee61f96 size: 943 [2020-12-03T18:46:16.056Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-03T18:46:16.056Z] ---> 6840528434e2 [2020-12-03T18:46:16.056Z] Step 18/22 : RUN chmod +x entrypoint.sh [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:16.331Z] ---> Running in 7cbddc58bb4b [2020-12-03T18:46:16.423Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:16.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-03T18:46:16.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-03T18:46:16.752Z] 428d2ace3c62: Preparing [2020-12-03T18:46:16.752Z] 21f50eb748e4: Preparing [2020-12-03T18:46:16.752Z] 463ddbce3657: Preparing [2020-12-03T18:46:16.752Z] 428d2ace3c62: Layer already exists [2020-12-03T18:46:16.752Z] 463ddbce3657: Layer already exists [2020-12-03T18:46:16.752Z] 21f50eb748e4: Layer already exists [2020-12-03T18:46:16.752Z] master: digest: sha256:2d08e8d2960edc0e808d6bf7658c3e898b50eb42f6d84609c70642dccee61f96 size: 943 [2020-12-03T18:46:16.943Z] Removing intermediate container a7096c4cb2ad [2020-12-03T18:46:16.943Z] ---> f5a244779f8b [2020-12-03T18:46:16.943Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T18:46:16.943Z] ---> 5c722679bf3e [2020-12-03T18:46:16.943Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:46:17.301Z] ===================================================== [Pipeline] echo [2020-12-03T18:46:17.382Z] taggedImages: [2020-12-03T18:46:17.382Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:17.382Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.18 [2020-12-03T18:46:17.382Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:17.382Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-03T18:46:17.454Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-03T18:46:17.454Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:17.454Z] 1.3.1-dev.18 [2020-12-03T18:46:17.454Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:17.454Z] master [2020-12-03T18:46:17.454Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:17.934Z] ---> a4c4920a9756 [2020-12-03T18:46:17.934Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-03T18:46:18.002Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:18.213Z] ---> 9352d9978f34 [2020-12-03T18:46:18.213Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T18:46:18.213Z] ---> 093bc6f71750 [2020-12-03T18:46:18.213Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-03T18:46:18.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:18.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-03T18:46:18.317Z] 680cf6c2be9f: Preparing [2020-12-03T18:46:18.317Z] 83ac0def7b0b: Preparing [2020-12-03T18:46:18.317Z] 454e582c6a78: Preparing [2020-12-03T18:46:18.317Z] 0905bd8c825a: Preparing [2020-12-03T18:46:18.317Z] 89199e363152: Preparing [2020-12-03T18:46:18.317Z] ace0eda3e3be: Preparing [2020-12-03T18:46:18.317Z] ace0eda3e3be: Waiting [2020-12-03T18:46:18.496Z] ---> Running in 6461f8468d93 [2020-12-03T18:46:18.496Z] Removing intermediate container b613402acd74 [2020-12-03T18:46:18.496Z] ---> eca135fa582c [2020-12-03T18:46:18.496Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-03T18:46:18.600Z] 680cf6c2be9f: Pushed [2020-12-03T18:46:18.600Z] 454e582c6a78: Pushed [2020-12-03T18:46:18.600Z] 89199e363152: Pushed [2020-12-03T18:46:18.773Z] ---> Running in b647c56f7b18 [2020-12-03T18:46:18.879Z] ace0eda3e3be: Layer already exists [2020-12-03T18:46:18.879Z] 0905bd8c825a: Pushed [2020-12-03T18:46:19.050Z] ---> Running in 1386849943a7 [2020-12-03T18:46:19.328Z] ---> fa9de46b0484 [2020-12-03T18:46:19.328Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T18:46:19.328Z] Removing intermediate container b647c56f7b18 [2020-12-03T18:46:19.328Z] ---> 65927e1b74c1 [2020-12-03T18:46:19.328Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T18:46:19.607Z] ---> Running in 513df4afb1ad [2020-12-03T18:46:19.607Z] Removing intermediate container 1386849943a7 [2020-12-03T18:46:19.607Z] ---> 0562ae5cdeed [2020-12-03T18:46:19.607Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-03T18:46:19.893Z] Removing intermediate container 7cbddc58bb4b [2020-12-03T18:46:19.893Z] ---> a5b209103832 [2020-12-03T18:46:19.893Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-03T18:46:20.170Z] ---> Running in 9f5de4e26007 [2020-12-03T18:46:20.170Z] ---> Running in 0bfea5dd65fc [2020-12-03T18:46:20.302Z] 83ac0def7b0b: Pushed [2020-12-03T18:46:20.302Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:46bf742235c17ede0d923f03a121043faec68f54d0fcd4900ccdd337833aa771 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:20.449Z] ---> 777c74d0f82e [2020-12-03T18:46:20.449Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T18:46:20.449Z] Removing intermediate container 513df4afb1ad [2020-12-03T18:46:20.449Z] ---> 6d78534ed3fd [2020-12-03T18:46:20.449Z] Step 19/21 : LABEL arch=arm64 [2020-12-03T18:46:20.646Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:20.734Z] ---> Running in b2ec31f82563 [2020-12-03T18:46:20.734Z] ---> Running in b9b9bafd1289 [2020-12-03T18:46:20.969Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.18 [2020-12-03T18:46:20.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-03T18:46:20.969Z] 680cf6c2be9f: Preparing [2020-12-03T18:46:20.969Z] 83ac0def7b0b: Preparing [2020-12-03T18:46:20.969Z] 454e582c6a78: Preparing [2020-12-03T18:46:20.969Z] 0905bd8c825a: Preparing [2020-12-03T18:46:20.969Z] 89199e363152: Preparing [2020-12-03T18:46:20.969Z] ace0eda3e3be: Preparing [2020-12-03T18:46:20.969Z] ace0eda3e3be: Waiting [2020-12-03T18:46:20.969Z] 0905bd8c825a: Layer already exists [2020-12-03T18:46:20.969Z] 83ac0def7b0b: Layer already exists [2020-12-03T18:46:20.969Z] 454e582c6a78: Layer already exists [2020-12-03T18:46:20.969Z] 680cf6c2be9f: Layer already exists [2020-12-03T18:46:20.969Z] 89199e363152: Layer already exists [2020-12-03T18:46:20.969Z] ace0eda3e3be: Layer already exists [2020-12-03T18:46:20.969Z] 1.3.1-dev.18: digest: sha256:46bf742235c17ede0d923f03a121043faec68f54d0fcd4900ccdd337833aa771 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:21.008Z] Removing intermediate container 0bfea5dd65fc [2020-12-03T18:46:21.008Z] Removing intermediate container 9f5de4e26007 [2020-12-03T18:46:21.008Z] ---> 011c35f86638 [2020-12-03T18:46:21.008Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-03T18:46:21.008Z] ---> 55ad840a963b [2020-12-03T18:46:21.008Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T18:46:21.282Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:21.282Z] ---> Running in 5e5e349b4a77 [2020-12-03T18:46:21.282Z] ---> Running in 909410ee35ea [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:21.561Z] Removing intermediate container b9b9bafd1289 [2020-12-03T18:46:21.561Z] ---> ee6d656d8cfa [2020-12-03T18:46:21.561Z] Step 20/21 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:21.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:21.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-03T18:46:21.610Z] 680cf6c2be9f: Preparing [2020-12-03T18:46:21.610Z] 83ac0def7b0b: Preparing [2020-12-03T18:46:21.610Z] 454e582c6a78: Preparing [2020-12-03T18:46:21.610Z] 0905bd8c825a: Preparing [2020-12-03T18:46:21.610Z] 89199e363152: Preparing [2020-12-03T18:46:21.610Z] ace0eda3e3be: Preparing [2020-12-03T18:46:21.610Z] ace0eda3e3be: Waiting [2020-12-03T18:46:21.610Z] 454e582c6a78: Layer already exists [2020-12-03T18:46:21.610Z] 89199e363152: Layer already exists [2020-12-03T18:46:21.610Z] 0905bd8c825a: Layer already exists [2020-12-03T18:46:21.610Z] 680cf6c2be9f: Layer already exists [2020-12-03T18:46:21.610Z] 83ac0def7b0b: Layer already exists [2020-12-03T18:46:21.610Z] ace0eda3e3be: Layer already exists [2020-12-03T18:46:21.838Z] ---> Running in 740570cd0884 [2020-12-03T18:46:21.838Z] Removing intermediate container 5e5e349b4a77 [2020-12-03T18:46:21.838Z] ---> a3914eb96c90 [2020-12-03T18:46:21.838Z] Step 21/22 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:21.872Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:46bf742235c17ede0d923f03a121043faec68f54d0fcd4900ccdd337833aa771 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:22.116Z] Removing intermediate container 6461f8468d93 [2020-12-03T18:46:22.116Z] ---> 5e074743882a [2020-12-03T18:46:22.116Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-03T18:46:22.116Z] Removing intermediate container 909410ee35ea [2020-12-03T18:46:22.116Z] ---> adfc0ca6fa3a [2020-12-03T18:46:22.116Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-03T18:46:22.116Z] ---> Running in 6c4f893889f9 [2020-12-03T18:46:22.358Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:22.394Z] ---> Running in 34e13ddfa64b [2020-12-03T18:46:22.394Z] Removing intermediate container 740570cd0884 [2020-12-03T18:46:22.394Z] ---> 1334af706a1b [2020-12-03T18:46:22.394Z] Step 21/21 : LABEL version=1.3.1-dev.18 [2020-12-03T18:46:22.675Z] ---> Running in 4e521c59336c [2020-12-03T18:46:22.689Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-03T18:46:22.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-03T18:46:22.689Z] 680cf6c2be9f: Preparing [2020-12-03T18:46:22.689Z] 83ac0def7b0b: Preparing [2020-12-03T18:46:22.689Z] 454e582c6a78: Preparing [2020-12-03T18:46:22.689Z] 0905bd8c825a: Preparing [2020-12-03T18:46:22.689Z] 89199e363152: Preparing [2020-12-03T18:46:22.689Z] ace0eda3e3be: Preparing [2020-12-03T18:46:22.689Z] ace0eda3e3be: Waiting [2020-12-03T18:46:22.689Z] 454e582c6a78: Layer already exists [2020-12-03T18:46:22.689Z] 0905bd8c825a: Layer already exists [2020-12-03T18:46:22.689Z] 680cf6c2be9f: Layer already exists [2020-12-03T18:46:22.689Z] 83ac0def7b0b: Layer already exists [2020-12-03T18:46:22.689Z] 89199e363152: Layer already exists [2020-12-03T18:46:22.689Z] ace0eda3e3be: Layer already exists [2020-12-03T18:46:22.951Z] master: digest: sha256:46bf742235c17ede0d923f03a121043faec68f54d0fcd4900ccdd337833aa771 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:46:23.159Z] ===================================================== [Pipeline] echo [2020-12-03T18:46:23.229Z] taggedImages: [2020-12-03T18:46:23.229Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:23.229Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.18 [2020-12-03T18:46:23.229Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:23.229Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-03T18:46:23.277Z] Removing intermediate container 6c4f893889f9 [2020-12-03T18:46:23.277Z] ---> a4b66557e365 [2020-12-03T18:46:23.277Z] Step 22/22 : LABEL version=1.3.1-dev.18 [Pipeline] echo [2020-12-03T18:46:23.302Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-03T18:46:23.302Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:23.302Z] 1.3.1-dev.18 [2020-12-03T18:46:23.302Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:23.302Z] master [2020-12-03T18:46:23.302Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-03T18:46:23.555Z] ---> Running in 12a488bce797 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:23.829Z] Removing intermediate container 4e521c59336c [2020-12-03T18:46:23.829Z] ---> c6a9b6376d43 [2020-12-03T18:46:23.829Z] [2020-12-03T18:46:23.829Z] ---> b94d1d2ef916 [2020-12-03T18:46:23.829Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-03T18:46:23.911Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:24.104Z] Removing intermediate container 12a488bce797 [2020-12-03T18:46:24.104Z] ---> 2b3eb39899fc [2020-12-03T18:46:24.104Z] [2020-12-03T18:46:24.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:24.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-03T18:46:24.233Z] 9bfd971a2478: Preparing [2020-12-03T18:46:24.233Z] 21789179b735: Preparing [2020-12-03T18:46:24.233Z] c3a1fea56bb3: Preparing [2020-12-03T18:46:24.381Z] Successfully built c6a9b6376d43 [2020-12-03T18:46:24.381Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-03T18:46:24.381Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2020-12-03T18:46:24.519Z] 9bfd971a2478: Pushed [2020-12-03T18:46:24.519Z] c3a1fea56bb3: Pushed [2020-12-03T18:46:24.659Z] Removing intermediate container b2ec31f82563 [2020-12-03T18:46:24.660Z] ---> ce6718cfbf84 [2020-12-03T18:46:24.660Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T18:46:24.660Z] Successfully built 2b3eb39899fc [2020-12-03T18:46:24.660Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-03T18:46:24.660Z] Building docker-core-command-go [2020-12-03T18:46:24.660Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 8013aabf2a3e [2020-12-03T18:46:25.263Z] ---> c3d55bb2c6d2 [2020-12-03T18:46:25.263Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-03T18:46:25.542Z] Removing intermediate container 8013aabf2a3e [2020-12-03T18:46:25.542Z] ---> 53c3e474d33f [2020-12-03T18:46:25.542Z] Step 22/24 : LABEL arch=arm64 [2020-12-03T18:46:25.822Z] ---> Running in b5e1d3d99773 [2020-12-03T18:46:25.932Z] 21789179b735: Pushed [2020-12-03T18:46:26.193Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:48f6a8c6ded2d52107c3c2ccba46a8c32da2c50b5ca9175c2bf1d978588482cc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:26.420Z] Removing intermediate container 34e13ddfa64b [2020-12-03T18:46:26.420Z] ---> 68f54fc8967c [2020-12-03T18:46:26.420Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T18:46:26.420Z] Removing intermediate container b5e1d3d99773 [2020-12-03T18:46:26.420Z] ---> c280e83718a5 [2020-12-03T18:46:26.420Z] Step 23/24 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:26.550Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:26.695Z] ---> 28097b27cc20 [2020-12-03T18:46:26.696Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-03T18:46:26.696Z] ---> Running in 4516aff07e80 [2020-12-03T18:46:26.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.18 [2020-12-03T18:46:26.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-03T18:46:26.868Z] 9bfd971a2478: Preparing [2020-12-03T18:46:26.868Z] 21789179b735: Preparing [2020-12-03T18:46:26.868Z] c3a1fea56bb3: Preparing [2020-12-03T18:46:26.868Z] c3a1fea56bb3: Layer already exists [2020-12-03T18:46:26.868Z] 9bfd971a2478: Layer already exists [2020-12-03T18:46:27.130Z] 21789179b735: Layer already exists [2020-12-03T18:46:27.130Z] 1.3.1-dev.18: digest: sha256:48f6a8c6ded2d52107c3c2ccba46a8c32da2c50b5ca9175c2bf1d978588482cc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:27.313Z] ---> Running in 73ba93bed82b [2020-12-03T18:46:27.314Z] ---> Running in c979f1dccc38 [2020-12-03T18:46:27.471Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:27.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:27.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-03T18:46:27.782Z] 9bfd971a2478: Preparing [2020-12-03T18:46:27.782Z] 21789179b735: Preparing [2020-12-03T18:46:27.782Z] c3a1fea56bb3: Preparing [2020-12-03T18:46:27.782Z] 9bfd971a2478: Layer already exists [2020-12-03T18:46:27.782Z] c3a1fea56bb3: Layer already exists [2020-12-03T18:46:27.782Z] 21789179b735: Layer already exists [2020-12-03T18:46:27.782Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:48f6a8c6ded2d52107c3c2ccba46a8c32da2c50b5ca9175c2bf1d978588482cc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:27.937Z] Removing intermediate container 4516aff07e80 [2020-12-03T18:46:27.937Z] ---> 0ae71e82723d [2020-12-03T18:46:27.937Z] Step 26/29 : CMD [ "generate" ] [2020-12-03T18:46:28.134Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:28.442Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-03T18:46:28.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-03T18:46:28.442Z] 9bfd971a2478: Preparing [2020-12-03T18:46:28.442Z] 21789179b735: Preparing [2020-12-03T18:46:28.442Z] c3a1fea56bb3: Preparing [2020-12-03T18:46:28.442Z] 9bfd971a2478: Layer already exists [2020-12-03T18:46:28.442Z] 21789179b735: Layer already exists [2020-12-03T18:46:28.442Z] c3a1fea56bb3: Layer already exists [2020-12-03T18:46:28.442Z] master: digest: sha256:48f6a8c6ded2d52107c3c2ccba46a8c32da2c50b5ca9175c2bf1d978588482cc size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:46:28.660Z] ===================================================== [Pipeline] echo [2020-12-03T18:46:28.728Z] taggedImages: [2020-12-03T18:46:28.728Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:28.728Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.18 [2020-12-03T18:46:28.728Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:28.728Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-03T18:46:28.811Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-03T18:46:28.811Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:28.811Z] 1.3.1-dev.18 [2020-12-03T18:46:28.811Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:28.811Z] master [2020-12-03T18:46:28.811Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-12-03T18:46:28.935Z] Removing intermediate container 73ba93bed82b [2020-12-03T18:46:28.935Z] ---> 3863e33500fd [2020-12-03T18:46:28.935Z] Step 24/24 : LABEL version=1.3.1-dev.18 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:29.297Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:29.326Z] ---> Running in d5e8030d7d69 [2020-12-03T18:46:29.327Z] ---> Running in a0cb5e5898d4 [2020-12-03T18:46:29.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:29.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-03T18:46:29.637Z] 3b8c2a803b51: Preparing [2020-12-03T18:46:29.637Z] f6afe5ac8e6c: Preparing [2020-12-03T18:46:29.637Z] 39ce357f608f: Preparing [2020-12-03T18:46:29.637Z] f68c5f3485e8: Preparing [2020-12-03T18:46:29.637Z] 55f886a8fbbe: Preparing [2020-12-03T18:46:29.637Z] b754fd191bc8: Preparing [2020-12-03T18:46:29.637Z] 1b3ee35aacca: Preparing [2020-12-03T18:46:29.637Z] b754fd191bc8: Waiting [2020-12-03T18:46:29.637Z] 1b3ee35aacca: Waiting [2020-12-03T18:46:29.906Z] f6afe5ac8e6c: Pushed [2020-12-03T18:46:29.906Z] 55f886a8fbbe: Pushed [2020-12-03T18:46:29.906Z] 39ce357f608f: Pushed [2020-12-03T18:46:29.906Z] 3b8c2a803b51: Pushed [2020-12-03T18:46:29.906Z] 1b3ee35aacca: Layer already exists [2020-12-03T18:46:30.139Z] Removing intermediate container d5e8030d7d69 [2020-12-03T18:46:30.139Z] ---> b74b7f168cfa [2020-12-03T18:46:30.139Z] Step 27/29 : LABEL arch=arm64 [2020-12-03T18:46:30.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T18:46:30.139Z] ---> Running in c61fac203828 [2020-12-03T18:46:30.139Z] Removing intermediate container a0cb5e5898d4 [2020-12-03T18:46:30.139Z] ---> df6bdc147c02 [2020-12-03T18:46:30.139Z] [2020-12-03T18:46:30.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T18:46:30.783Z] Successfully built df6bdc147c02 [2020-12-03T18:46:30.783Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-03T18:46:30.783Z] Building docker-support-notifications-go [2020-12-03T18:46:30.783Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c61fac203828 [2020-12-03T18:46:30.783Z] ---> cc86ea08582e [2020-12-03T18:46:30.783Z] Step 28/29 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:30.866Z] b754fd191bc8: Pushed [2020-12-03T18:46:30.866Z] f68c5f3485e8: Pushed [2020-12-03T18:46:31.091Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-03T18:46:31.091Z] (2/33) Installing expat (2.2.9-r1) [2020-12-03T18:46:31.091Z] (3/33) Installing libffi (3.3-r2) [2020-12-03T18:46:31.091Z] (4/33) Installing gdbm (1.13-r1) [2020-12-03T18:46:31.091Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-03T18:46:31.091Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-03T18:46:31.091Z] ---> Running in e7fa7aec0767 [2020-12-03T18:46:31.091Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-03T18:46:31.131Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:91155613e6830f078b52206bf0a227dbda117f7411b68400a6dee0dac50bead9 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:31.472Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:31.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.18 [2020-12-03T18:46:31.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-03T18:46:31.784Z] 3b8c2a803b51: Preparing [2020-12-03T18:46:31.784Z] f6afe5ac8e6c: Preparing [2020-12-03T18:46:31.784Z] 39ce357f608f: Preparing [2020-12-03T18:46:31.784Z] f68c5f3485e8: Preparing [2020-12-03T18:46:31.784Z] 55f886a8fbbe: Preparing [2020-12-03T18:46:31.784Z] b754fd191bc8: Preparing [2020-12-03T18:46:31.784Z] 1b3ee35aacca: Preparing [2020-12-03T18:46:31.784Z] b754fd191bc8: Waiting [2020-12-03T18:46:31.784Z] 1b3ee35aacca: Waiting [2020-12-03T18:46:31.784Z] 3b8c2a803b51: Layer already exists [2020-12-03T18:46:31.784Z] f6afe5ac8e6c: Layer already exists [2020-12-03T18:46:31.784Z] 55f886a8fbbe: Layer already exists [2020-12-03T18:46:31.784Z] f68c5f3485e8: Layer already exists [2020-12-03T18:46:31.784Z] 39ce357f608f: Layer already exists [2020-12-03T18:46:31.784Z] b754fd191bc8: Layer already exists [2020-12-03T18:46:31.784Z] 1b3ee35aacca: Layer already exists [2020-12-03T18:46:32.055Z] 1.3.1-dev.18: digest: sha256:91155613e6830f078b52206bf0a227dbda117f7411b68400a6dee0dac50bead9 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:32.192Z] Removing intermediate container e7fa7aec0767 [2020-12-03T18:46:32.192Z] ---> c8156f096c86 [2020-12-03T18:46:32.192Z] Step 29/29 : LABEL version=1.3.1-dev.18 [2020-12-03T18:46:32.362Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:32.487Z] ---> Running in 41956e1a59ea [2020-12-03T18:46:32.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:32.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-03T18:46:32.676Z] 3b8c2a803b51: Preparing [2020-12-03T18:46:32.676Z] f6afe5ac8e6c: Preparing [2020-12-03T18:46:32.676Z] 39ce357f608f: Preparing [2020-12-03T18:46:32.676Z] f68c5f3485e8: Preparing [2020-12-03T18:46:32.676Z] 55f886a8fbbe: Preparing [2020-12-03T18:46:32.676Z] b754fd191bc8: Preparing [2020-12-03T18:46:32.676Z] 1b3ee35aacca: Preparing [2020-12-03T18:46:32.676Z] b754fd191bc8: Waiting [2020-12-03T18:46:32.676Z] 1b3ee35aacca: Waiting [2020-12-03T18:46:32.939Z] f68c5f3485e8: Layer already exists [2020-12-03T18:46:32.939Z] 39ce357f608f: Layer already exists [2020-12-03T18:46:32.939Z] 3b8c2a803b51: Layer already exists [2020-12-03T18:46:32.939Z] 55f886a8fbbe: Layer already exists [2020-12-03T18:46:32.939Z] f6afe5ac8e6c: Layer already exists [2020-12-03T18:46:32.939Z] b754fd191bc8: Layer already exists [2020-12-03T18:46:32.939Z] 1b3ee35aacca: Layer already exists [2020-12-03T18:46:32.939Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:91155613e6830f078b52206bf0a227dbda117f7411b68400a6dee0dac50bead9 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:33.115Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-03T18:46:33.115Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-03T18:46:33.115Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-03T18:46:33.115Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-03T18:46:33.115Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-03T18:46:33.259Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:33.399Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-03T18:46:33.399Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-03T18:46:33.399Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-03T18:46:33.399Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-03T18:46:33.399Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-03T18:46:33.399Z] Removing intermediate container 41956e1a59ea [2020-12-03T18:46:33.399Z] ---> f13a8457f881 [2020-12-03T18:46:33.399Z] [2020-12-03T18:46:33.563Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-03T18:46:33.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-03T18:46:33.563Z] 3b8c2a803b51: Preparing [2020-12-03T18:46:33.563Z] f6afe5ac8e6c: Preparing [2020-12-03T18:46:33.563Z] 39ce357f608f: Preparing [2020-12-03T18:46:33.563Z] f68c5f3485e8: Preparing [2020-12-03T18:46:33.563Z] 55f886a8fbbe: Preparing [2020-12-03T18:46:33.563Z] b754fd191bc8: Preparing [2020-12-03T18:46:33.563Z] 1b3ee35aacca: Preparing [2020-12-03T18:46:33.563Z] b754fd191bc8: Waiting [2020-12-03T18:46:33.563Z] 1b3ee35aacca: Waiting [2020-12-03T18:46:33.563Z] f6afe5ac8e6c: Layer already exists [2020-12-03T18:46:33.563Z] 3b8c2a803b51: Layer already exists [2020-12-03T18:46:33.563Z] 39ce357f608f: Layer already exists [2020-12-03T18:46:33.563Z] f68c5f3485e8: Layer already exists [2020-12-03T18:46:33.563Z] 55f886a8fbbe: Layer already exists [2020-12-03T18:46:33.563Z] 1b3ee35aacca: Layer already exists [2020-12-03T18:46:33.563Z] b754fd191bc8: Layer already exists [2020-12-03T18:46:33.722Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-03T18:46:33.722Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-03T18:46:33.722Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-03T18:46:33.722Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-03T18:46:33.722Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-03T18:46:33.722Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-03T18:46:33.722Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-03T18:46:33.722Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-03T18:46:33.722Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-03T18:46:33.722Z] Successfully built f13a8457f881 [2020-12-03T18:46:33.824Z] master: digest: sha256:91155613e6830f078b52206bf0a227dbda117f7411b68400a6dee0dac50bead9 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-03T18:46:34.004Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-03T18:46:34.004Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-03T18:46:34.004Z]  Building docker-security-secrets-setup-go ... done Building docker-core-metadata-go [2020-12-03T18:46:34.004Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-03T18:46:34.004Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-03T18:46:34.004Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-03T18:46:34.004Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-03T18:46:34.004Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-03T18:46:34.004Z] (33/33) Installing py3-pip (20.1.1-r0) [Pipeline] echo [2020-12-03T18:46:34.046Z] ===================================================== [Pipeline] echo [2020-12-03T18:46:34.144Z] taggedImages: [2020-12-03T18:46:34.144Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:34.144Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.18 [2020-12-03T18:46:34.144Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:34.144Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-12-03T18:46:34.241Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-03T18:46:34.241Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:34.241Z] 1.3.1-dev.18 [2020-12-03T18:46:34.241Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:34.241Z] master [2020-12-03T18:46:34.241Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-12-03T18:46:34.300Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T18:46:34.300Z] OK: 71 MiB in 55 packages [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:34.777Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:35.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:35.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-03T18:46:35.168Z] 6bc933563699: Preparing [2020-12-03T18:46:35.168Z] c7ebd163ff05: Preparing [2020-12-03T18:46:35.168Z] fdb36e3f0a59: Preparing [2020-12-03T18:46:35.168Z] 9acf11f1b4de: Preparing [2020-12-03T18:46:35.168Z] f53d1770dddb: Preparing [2020-12-03T18:46:35.168Z] ace0eda3e3be: Preparing [2020-12-03T18:46:35.168Z] ace0eda3e3be: Waiting [2020-12-03T18:46:35.442Z] 9acf11f1b4de: Pushed [2020-12-03T18:46:35.442Z] fdb36e3f0a59: Pushed [2020-12-03T18:46:35.442Z] ace0eda3e3be: Layer already exists [2020-12-03T18:46:35.714Z] f53d1770dddb: Pushed [2020-12-03T18:46:36.300Z] 6bc933563699: Pushed [2020-12-03T18:46:36.300Z] c7ebd163ff05: Pushed [2020-12-03T18:46:36.562Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:6965ee3aedbd9c089974a0536c61b00edb7f8b9653434dd0391fbd2c003dd48f size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:36.896Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:37.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.18 [2020-12-03T18:46:37.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-03T18:46:37.339Z] 6bc933563699: Preparing [2020-12-03T18:46:37.339Z] c7ebd163ff05: Preparing [2020-12-03T18:46:37.339Z] fdb36e3f0a59: Preparing [2020-12-03T18:46:37.339Z] 9acf11f1b4de: Preparing [2020-12-03T18:46:37.339Z] f53d1770dddb: Preparing [2020-12-03T18:46:37.339Z] ace0eda3e3be: Preparing [2020-12-03T18:46:37.339Z] ace0eda3e3be: Waiting [2020-12-03T18:46:37.339Z] 6bc933563699: Layer already exists [2020-12-03T18:46:37.339Z] 9acf11f1b4de: Layer already exists [2020-12-03T18:46:37.339Z] c7ebd163ff05: Layer already exists [2020-12-03T18:46:37.339Z] fdb36e3f0a59: Layer already exists [2020-12-03T18:46:37.339Z] f53d1770dddb: Layer already exists [2020-12-03T18:46:37.339Z] ace0eda3e3be: Layer already exists [2020-12-03T18:46:37.339Z] 1.3.1-dev.18: digest: sha256:6965ee3aedbd9c089974a0536c61b00edb7f8b9653434dd0391fbd2c003dd48f size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:37.650Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:37.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:37.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-03T18:46:37.951Z] 6bc933563699: Preparing [2020-12-03T18:46:37.951Z] c7ebd163ff05: Preparing [2020-12-03T18:46:37.951Z] fdb36e3f0a59: Preparing [2020-12-03T18:46:37.951Z] 9acf11f1b4de: Preparing [2020-12-03T18:46:37.951Z] f53d1770dddb: Preparing [2020-12-03T18:46:37.951Z] ace0eda3e3be: Preparing [2020-12-03T18:46:37.951Z] ace0eda3e3be: Waiting [2020-12-03T18:46:37.951Z] f53d1770dddb: Layer already exists [2020-12-03T18:46:37.951Z] 6bc933563699: Layer already exists [2020-12-03T18:46:37.951Z] 9acf11f1b4de: Layer already exists [2020-12-03T18:46:37.951Z] fdb36e3f0a59: Layer already exists [2020-12-03T18:46:37.951Z] c7ebd163ff05: Layer already exists [2020-12-03T18:46:37.951Z] ace0eda3e3be: Layer already exists [2020-12-03T18:46:38.224Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:6965ee3aedbd9c089974a0536c61b00edb7f8b9653434dd0391fbd2c003dd48f size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:38.554Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:38.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-03T18:46:38.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-03T18:46:38.862Z] 6bc933563699: Preparing [2020-12-03T18:46:38.862Z] c7ebd163ff05: Preparing [2020-12-03T18:46:38.862Z] fdb36e3f0a59: Preparing [2020-12-03T18:46:38.862Z] 9acf11f1b4de: Preparing [2020-12-03T18:46:38.862Z] f53d1770dddb: Preparing [2020-12-03T18:46:38.862Z] ace0eda3e3be: Preparing [2020-12-03T18:46:38.862Z] ace0eda3e3be: Waiting [2020-12-03T18:46:38.862Z] f53d1770dddb: Layer already exists [2020-12-03T18:46:38.862Z] 9acf11f1b4de: Layer already exists [2020-12-03T18:46:38.862Z] 6bc933563699: Layer already exists [2020-12-03T18:46:38.862Z] fdb36e3f0a59: Layer already exists [2020-12-03T18:46:38.862Z] c7ebd163ff05: Layer already exists [2020-12-03T18:46:38.862Z] ace0eda3e3be: Layer already exists [2020-12-03T18:46:39.142Z] master: digest: sha256:6965ee3aedbd9c089974a0536c61b00edb7f8b9653434dd0391fbd2c003dd48f size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:46:39.328Z] ===================================================== [Pipeline] echo [2020-12-03T18:46:39.377Z] taggedImages: [2020-12-03T18:46:39.377Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:39.377Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.18 [2020-12-03T18:46:39.377Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:39.377Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-12-03T18:46:39.476Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-12-03T18:46:39.476Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:39.476Z] 1.3.1-dev.18 [2020-12-03T18:46:39.476Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:39.476Z] master [2020-12-03T18:46:39.476Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:39.952Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:40.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:40.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-03T18:46:40.271Z] 543889454c6c: Preparing [2020-12-03T18:46:40.271Z] fb3bb09d0348: Preparing [2020-12-03T18:46:40.271Z] a15a4bd68af6: Preparing [2020-12-03T18:46:40.271Z] bad05bdca116: Preparing [2020-12-03T18:46:40.271Z] bad05bdca116: Preparing [2020-12-03T18:46:40.271Z] 816c1bc1d8d0: Preparing [2020-12-03T18:46:40.271Z] 762d30b3306a: Preparing [2020-12-03T18:46:40.271Z] 3d5509a980dd: Preparing [2020-12-03T18:46:40.271Z] 543889454c6c: Preparing [2020-12-03T18:46:40.271Z] e569d11d6e82: Preparing [2020-12-03T18:46:40.271Z] 7c58bfc1d886: Preparing [2020-12-03T18:46:40.271Z] eadebe9bf3fa: Preparing [2020-12-03T18:46:40.271Z] ace0eda3e3be: Preparing [2020-12-03T18:46:40.271Z] 762d30b3306a: Waiting [2020-12-03T18:46:40.271Z] 3d5509a980dd: Waiting [2020-12-03T18:46:40.271Z] e569d11d6e82: Waiting [2020-12-03T18:46:40.271Z] 7c58bfc1d886: Waiting [2020-12-03T18:46:40.271Z] eadebe9bf3fa: Waiting [2020-12-03T18:46:40.271Z] ace0eda3e3be: Waiting [2020-12-03T18:46:40.535Z] fb3bb09d0348: Pushed [2020-12-03T18:46:40.535Z] a15a4bd68af6: Pushed [2020-12-03T18:46:40.535Z] 816c1bc1d8d0: Pushed [2020-12-03T18:46:40.535Z] bad05bdca116: Pushed [2020-12-03T18:46:40.535Z] 762d30b3306a: Pushed [2020-12-03T18:46:40.535Z] 7c58bfc1d886: Pushed [2020-12-03T18:46:40.798Z] 3d5509a980dd: Pushed [2020-12-03T18:46:40.798Z] e569d11d6e82: Pushed [2020-12-03T18:46:40.798Z] ace0eda3e3be: Layer already exists [2020-12-03T18:46:40.798Z] eadebe9bf3fa: Pushed [2020-12-03T18:46:41.379Z] 543889454c6c: Pushed [2020-12-03T18:46:41.379Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:b1daca24bc3c579188639862f479e9f8a0b9210b7894019dac5d3735f70012c4 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:41.690Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:42.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.18 [2020-12-03T18:46:42.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-03T18:46:42.093Z] 543889454c6c: Preparing [2020-12-03T18:46:42.093Z] fb3bb09d0348: Preparing [2020-12-03T18:46:42.093Z] a15a4bd68af6: Preparing [2020-12-03T18:46:42.093Z] bad05bdca116: Preparing [2020-12-03T18:46:42.093Z] bad05bdca116: Preparing [2020-12-03T18:46:42.093Z] 816c1bc1d8d0: Preparing [2020-12-03T18:46:42.093Z] 762d30b3306a: Preparing [2020-12-03T18:46:42.093Z] 3d5509a980dd: Preparing [2020-12-03T18:46:42.093Z] 543889454c6c: Preparing [2020-12-03T18:46:42.093Z] e569d11d6e82: Preparing [2020-12-03T18:46:42.093Z] 7c58bfc1d886: Preparing [2020-12-03T18:46:42.093Z] eadebe9bf3fa: Preparing [2020-12-03T18:46:42.093Z] ace0eda3e3be: Preparing [2020-12-03T18:46:42.093Z] 3d5509a980dd: Waiting [2020-12-03T18:46:42.093Z] e569d11d6e82: Waiting [2020-12-03T18:46:42.093Z] 7c58bfc1d886: Waiting [2020-12-03T18:46:42.093Z] eadebe9bf3fa: Waiting [2020-12-03T18:46:42.093Z] ace0eda3e3be: Waiting [2020-12-03T18:46:42.093Z] 762d30b3306a: Waiting [2020-12-03T18:46:42.093Z] 816c1bc1d8d0: Layer already exists [2020-12-03T18:46:42.093Z] fb3bb09d0348: Layer already exists [2020-12-03T18:46:42.093Z] 543889454c6c: Layer already exists [2020-12-03T18:46:42.093Z] bad05bdca116: Layer already exists [2020-12-03T18:46:42.093Z] a15a4bd68af6: Layer already exists [2020-12-03T18:46:42.093Z] e569d11d6e82: Layer already exists [2020-12-03T18:46:42.093Z] 7c58bfc1d886: Layer already exists [2020-12-03T18:46:42.093Z] 762d30b3306a: Layer already exists [2020-12-03T18:46:42.093Z] 3d5509a980dd: Layer already exists [2020-12-03T18:46:42.093Z] eadebe9bf3fa: Layer already exists [2020-12-03T18:46:42.093Z] ace0eda3e3be: Layer already exists [2020-12-03T18:46:42.365Z] 1.3.1-dev.18: digest: sha256:b1daca24bc3c579188639862f479e9f8a0b9210b7894019dac5d3735f70012c4 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:42.678Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:43.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:43.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-03T18:46:43.276Z] 543889454c6c: Preparing [2020-12-03T18:46:43.276Z] fb3bb09d0348: Preparing [2020-12-03T18:46:43.276Z] a15a4bd68af6: Preparing [2020-12-03T18:46:43.276Z] bad05bdca116: Preparing [2020-12-03T18:46:43.276Z] bad05bdca116: Preparing [2020-12-03T18:46:43.276Z] 816c1bc1d8d0: Preparing [2020-12-03T18:46:43.276Z] 762d30b3306a: Preparing [2020-12-03T18:46:43.276Z] 3d5509a980dd: Preparing [2020-12-03T18:46:43.276Z] 543889454c6c: Preparing [2020-12-03T18:46:43.276Z] e569d11d6e82: Preparing [2020-12-03T18:46:43.276Z] 7c58bfc1d886: Preparing [2020-12-03T18:46:43.276Z] eadebe9bf3fa: Preparing [2020-12-03T18:46:43.276Z] ace0eda3e3be: Preparing [2020-12-03T18:46:43.276Z] e569d11d6e82: Waiting [2020-12-03T18:46:43.276Z] 762d30b3306a: Waiting [2020-12-03T18:46:43.276Z] 7c58bfc1d886: Waiting [2020-12-03T18:46:43.276Z] eadebe9bf3fa: Waiting [2020-12-03T18:46:43.276Z] ace0eda3e3be: Waiting [2020-12-03T18:46:43.276Z] 3d5509a980dd: Waiting [2020-12-03T18:46:43.276Z] fb3bb09d0348: Layer already exists [2020-12-03T18:46:43.276Z] 816c1bc1d8d0: Layer already exists [2020-12-03T18:46:43.276Z] bad05bdca116: Layer already exists [2020-12-03T18:46:43.276Z] 543889454c6c: Layer already exists [2020-12-03T18:46:43.276Z] a15a4bd68af6: Layer already exists [2020-12-03T18:46:43.276Z] 3d5509a980dd: Layer already exists [2020-12-03T18:46:43.276Z] e569d11d6e82: Layer already exists [2020-12-03T18:46:43.276Z] 762d30b3306a: Layer already exists [2020-12-03T18:46:43.276Z] eadebe9bf3fa: Layer already exists [2020-12-03T18:46:43.276Z] 7c58bfc1d886: Layer already exists [2020-12-03T18:46:43.276Z] ace0eda3e3be: Layer already exists [2020-12-03T18:46:43.557Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:b1daca24bc3c579188639862f479e9f8a0b9210b7894019dac5d3735f70012c4 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:43.911Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:44.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-03T18:46:44.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-03T18:46:44.232Z] 543889454c6c: Preparing [2020-12-03T18:46:44.232Z] fb3bb09d0348: Preparing [2020-12-03T18:46:44.232Z] a15a4bd68af6: Preparing [2020-12-03T18:46:44.232Z] bad05bdca116: Preparing [2020-12-03T18:46:44.232Z] bad05bdca116: Preparing [2020-12-03T18:46:44.232Z] 816c1bc1d8d0: Preparing [2020-12-03T18:46:44.232Z] 762d30b3306a: Preparing [2020-12-03T18:46:44.232Z] 3d5509a980dd: Preparing [2020-12-03T18:46:44.232Z] 543889454c6c: Preparing [2020-12-03T18:46:44.232Z] e569d11d6e82: Preparing [2020-12-03T18:46:44.232Z] 7c58bfc1d886: Preparing [2020-12-03T18:46:44.232Z] eadebe9bf3fa: Preparing [2020-12-03T18:46:44.232Z] ace0eda3e3be: Preparing [2020-12-03T18:46:44.232Z] e569d11d6e82: Waiting [2020-12-03T18:46:44.232Z] 7c58bfc1d886: Waiting [2020-12-03T18:46:44.232Z] eadebe9bf3fa: Waiting [2020-12-03T18:46:44.232Z] 762d30b3306a: Waiting [2020-12-03T18:46:44.232Z] ace0eda3e3be: Waiting [2020-12-03T18:46:44.232Z] 3d5509a980dd: Waiting [2020-12-03T18:46:44.232Z] bad05bdca116: Layer already exists [2020-12-03T18:46:44.232Z] 816c1bc1d8d0: Layer already exists [2020-12-03T18:46:44.232Z] 543889454c6c: Layer already exists [2020-12-03T18:46:44.232Z] a15a4bd68af6: Layer already exists [2020-12-03T18:46:44.232Z] fb3bb09d0348: Layer already exists [2020-12-03T18:46:44.232Z] e569d11d6e82: Layer already exists [2020-12-03T18:46:44.232Z] 3d5509a980dd: Layer already exists [2020-12-03T18:46:44.232Z] 762d30b3306a: Layer already exists [2020-12-03T18:46:44.232Z] eadebe9bf3fa: Layer already exists [2020-12-03T18:46:44.232Z] 7c58bfc1d886: Layer already exists [2020-12-03T18:46:44.232Z] ace0eda3e3be: Layer already exists [2020-12-03T18:46:44.494Z] master: digest: sha256:b1daca24bc3c579188639862f479e9f8a0b9210b7894019dac5d3735f70012c4 size: 3027 [2020-12-03T18:46:44.496Z] Removing intermediate container c979f1dccc38 [2020-12-03T18:46:44.496Z] ---> 38e3b9b1783a [2020-12-03T18:46:44.496Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-03T18:46:44.496Z] ---> Running in 9c56009cde40 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:46:44.689Z] ===================================================== [Pipeline] echo [2020-12-03T18:46:44.737Z] taggedImages: [2020-12-03T18:46:44.737Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:44.737Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.18 [2020-12-03T18:46:44.737Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:44.737Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-12-03T18:46:44.801Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-03T18:46:44.801Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:44.801Z] 1.3.1-dev.18 [2020-12-03T18:46:44.801Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:44.801Z] master [2020-12-03T18:46:44.801Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:45.324Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:45.625Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:45.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-03T18:46:45.625Z] c16234c9ab51: Preparing [2020-12-03T18:46:45.625Z] c1690a125470: Preparing [2020-12-03T18:46:45.625Z] a5961e563b63: Preparing [2020-12-03T18:46:45.625Z] fc4d8807b4f3: Preparing [2020-12-03T18:46:45.625Z] e322238876a0: Preparing [2020-12-03T18:46:45.625Z] 7a98fa2d7572: Preparing [2020-12-03T18:46:45.625Z] 8d4b481b4e67: Preparing [2020-12-03T18:46:45.625Z] b754fd191bc8: Preparing [2020-12-03T18:46:45.625Z] 1b3ee35aacca: Preparing [2020-12-03T18:46:45.625Z] 8d4b481b4e67: Waiting [2020-12-03T18:46:45.625Z] b754fd191bc8: Waiting [2020-12-03T18:46:45.625Z] 1b3ee35aacca: Waiting [2020-12-03T18:46:45.625Z] 7a98fa2d7572: Waiting [2020-12-03T18:46:45.888Z] c16234c9ab51: Pushed [2020-12-03T18:46:45.888Z] c1690a125470: Pushed [2020-12-03T18:46:45.888Z] e322238876a0: Pushed [2020-12-03T18:46:45.888Z] b754fd191bc8: Layer already exists [2020-12-03T18:46:45.888Z] 1b3ee35aacca: Layer already exists [2020-12-03T18:46:46.156Z] 7a98fa2d7572: Pushed [2020-12-03T18:46:46.156Z] 8d4b481b4e67: Pushed [2020-12-03T18:46:47.179Z] a5961e563b63: Pushed [2020-12-03T18:46:47.179Z] fc4d8807b4f3: Pushed [2020-12-03T18:46:47.179Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:0dc9e07ae9a73cf547b5a2d6d03010686a1d22f7b99821a91d63d29daca1d909 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:47.732Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:48.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.18 [2020-12-03T18:46:48.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-03T18:46:48.433Z] c16234c9ab51: Preparing [2020-12-03T18:46:48.433Z] c1690a125470: Preparing [2020-12-03T18:46:48.433Z] a5961e563b63: Preparing [2020-12-03T18:46:48.433Z] fc4d8807b4f3: Preparing [2020-12-03T18:46:48.433Z] e322238876a0: Preparing [2020-12-03T18:46:48.433Z] 7a98fa2d7572: Preparing [2020-12-03T18:46:48.433Z] 8d4b481b4e67: Preparing [2020-12-03T18:46:48.433Z] b754fd191bc8: Preparing [2020-12-03T18:46:48.433Z] 1b3ee35aacca: Preparing [2020-12-03T18:46:48.433Z] 7a98fa2d7572: Waiting [2020-12-03T18:46:48.433Z] 8d4b481b4e67: Waiting [2020-12-03T18:46:48.433Z] b754fd191bc8: Waiting [2020-12-03T18:46:48.433Z] 1b3ee35aacca: Waiting [2020-12-03T18:46:48.433Z] fc4d8807b4f3: Layer already exists [2020-12-03T18:46:48.433Z] c1690a125470: Layer already exists [2020-12-03T18:46:48.433Z] c16234c9ab51: Layer already exists [2020-12-03T18:46:48.433Z] e322238876a0: Layer already exists [2020-12-03T18:46:48.433Z] a5961e563b63: Layer already exists [2020-12-03T18:46:48.433Z] 7a98fa2d7572: Layer already exists [2020-12-03T18:46:48.433Z] 8d4b481b4e67: Layer already exists [2020-12-03T18:46:48.433Z] 1b3ee35aacca: Layer already exists [2020-12-03T18:46:48.433Z] b754fd191bc8: Layer already exists [2020-12-03T18:46:48.433Z] 1.3.1-dev.18: digest: sha256:0dc9e07ae9a73cf547b5a2d6d03010686a1d22f7b99821a91d63d29daca1d909 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:48.810Z] Collecting docker-compose==1.23.2 [2020-12-03T18:46:48.811Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-03T18:46:48.835Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:49.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:49.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-03T18:46:49.157Z] c16234c9ab51: Preparing [2020-12-03T18:46:49.157Z] c1690a125470: Preparing [2020-12-03T18:46:49.157Z] a5961e563b63: Preparing [2020-12-03T18:46:49.157Z] fc4d8807b4f3: Preparing [2020-12-03T18:46:49.157Z] e322238876a0: Preparing [2020-12-03T18:46:49.157Z] 7a98fa2d7572: Preparing [2020-12-03T18:46:49.157Z] 8d4b481b4e67: Preparing [2020-12-03T18:46:49.157Z] b754fd191bc8: Preparing [2020-12-03T18:46:49.157Z] 1b3ee35aacca: Preparing [2020-12-03T18:46:49.157Z] 8d4b481b4e67: Waiting [2020-12-03T18:46:49.157Z] b754fd191bc8: Waiting [2020-12-03T18:46:49.157Z] 1b3ee35aacca: Waiting [2020-12-03T18:46:49.157Z] 7a98fa2d7572: Waiting [2020-12-03T18:46:49.157Z] c1690a125470: Layer already exists [2020-12-03T18:46:49.157Z] c16234c9ab51: Layer already exists [2020-12-03T18:46:49.157Z] fc4d8807b4f3: Layer already exists [2020-12-03T18:46:49.157Z] e322238876a0: Layer already exists [2020-12-03T18:46:49.157Z] a5961e563b63: Layer already exists [2020-12-03T18:46:49.157Z] 7a98fa2d7572: Layer already exists [2020-12-03T18:46:49.157Z] 1b3ee35aacca: Layer already exists [2020-12-03T18:46:49.157Z] 8d4b481b4e67: Layer already exists [2020-12-03T18:46:49.157Z] b754fd191bc8: Layer already exists [2020-12-03T18:46:49.412Z] Collecting docopt<0.7,>=0.6.1 [2020-12-03T18:46:49.413Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-03T18:46:49.429Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:0dc9e07ae9a73cf547b5a2d6d03010686a1d22f7b99821a91d63d29daca1d909 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:49.747Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:50.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-03T18:46:50.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-03T18:46:50.061Z] c16234c9ab51: Preparing [2020-12-03T18:46:50.061Z] c1690a125470: Preparing [2020-12-03T18:46:50.061Z] a5961e563b63: Preparing [2020-12-03T18:46:50.061Z] fc4d8807b4f3: Preparing [2020-12-03T18:46:50.061Z] e322238876a0: Preparing [2020-12-03T18:46:50.061Z] 7a98fa2d7572: Preparing [2020-12-03T18:46:50.061Z] 8d4b481b4e67: Preparing [2020-12-03T18:46:50.061Z] b754fd191bc8: Preparing [2020-12-03T18:46:50.061Z] 1b3ee35aacca: Preparing [2020-12-03T18:46:50.061Z] 7a98fa2d7572: Waiting [2020-12-03T18:46:50.061Z] 8d4b481b4e67: Waiting [2020-12-03T18:46:50.061Z] b754fd191bc8: Waiting [2020-12-03T18:46:50.061Z] 1b3ee35aacca: Waiting [2020-12-03T18:46:50.061Z] fc4d8807b4f3: Layer already exists [2020-12-03T18:46:50.061Z] c16234c9ab51: Layer already exists [2020-12-03T18:46:50.061Z] a5961e563b63: Layer already exists [2020-12-03T18:46:50.061Z] c1690a125470: Layer already exists [2020-12-03T18:46:50.061Z] e322238876a0: Layer already exists [2020-12-03T18:46:50.061Z] 1b3ee35aacca: Layer already exists [2020-12-03T18:46:50.061Z] 7a98fa2d7572: Layer already exists [2020-12-03T18:46:50.061Z] 8d4b481b4e67: Layer already exists [2020-12-03T18:46:50.061Z] b754fd191bc8: Layer already exists [2020-12-03T18:46:50.324Z] master: digest: sha256:0dc9e07ae9a73cf547b5a2d6d03010686a1d22f7b99821a91d63d29daca1d909 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:46:50.511Z] ===================================================== [Pipeline] echo [2020-12-03T18:46:50.558Z] taggedImages: [2020-12-03T18:46:50.558Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:50.558Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.18 [2020-12-03T18:46:50.558Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:50.558Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-03T18:46:50.623Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-03T18:46:50.623Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:50.623Z] 1.3.1-dev.18 [2020-12-03T18:46:50.623Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:50.623Z] master [2020-12-03T18:46:50.623Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:51.150Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:51.463Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:51.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-03T18:46:51.463Z] 16eb3b0a8f22: Preparing [2020-12-03T18:46:51.463Z] ebb2b5a55c2c: Preparing [2020-12-03T18:46:51.463Z] a54d0b9d45d8: Preparing [2020-12-03T18:46:51.463Z] 4ec36f6509fe: Preparing [2020-12-03T18:46:51.463Z] cf87dd7c9564: Preparing [2020-12-03T18:46:51.463Z] 4273febf5861: Preparing [2020-12-03T18:46:51.463Z] 4273febf5861: Waiting [2020-12-03T18:46:51.728Z] a54d0b9d45d8: Pushed [2020-12-03T18:46:51.728Z] 16eb3b0a8f22: Pushed [2020-12-03T18:46:51.728Z] cf87dd7c9564: Pushed [2020-12-03T18:46:51.728Z] 4ec36f6509fe: Pushed [2020-12-03T18:46:52.046Z] Collecting texttable<0.10,>=0.9.0 [2020-12-03T18:46:52.046Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-03T18:46:52.050Z] 4273febf5861: Pushed [2020-12-03T18:46:53.016Z] ebb2b5a55c2c: Pushed [2020-12-03T18:46:53.016Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:64c98c603057c48b8db6fdddf2cdcaa83b88f7ac47029dd4ecafbf0264858d32 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:53.358Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:53.688Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.18 [2020-12-03T18:46:53.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-03T18:46:53.688Z] 16eb3b0a8f22: Preparing [2020-12-03T18:46:53.688Z] ebb2b5a55c2c: Preparing [2020-12-03T18:46:53.688Z] a54d0b9d45d8: Preparing [2020-12-03T18:46:53.688Z] 4ec36f6509fe: Preparing [2020-12-03T18:46:53.688Z] cf87dd7c9564: Preparing [2020-12-03T18:46:53.688Z] 4273febf5861: Preparing [2020-12-03T18:46:53.688Z] 4273febf5861: Waiting [2020-12-03T18:46:53.688Z] a54d0b9d45d8: Layer already exists [2020-12-03T18:46:53.688Z] 16eb3b0a8f22: Layer already exists [2020-12-03T18:46:53.688Z] ebb2b5a55c2c: Layer already exists [2020-12-03T18:46:53.688Z] cf87dd7c9564: Layer already exists [2020-12-03T18:46:53.688Z] 4ec36f6509fe: Layer already exists [2020-12-03T18:46:53.688Z] 4273febf5861: Layer already exists [2020-12-03T18:46:53.688Z] 1.3.1-dev.18: digest: sha256:64c98c603057c48b8db6fdddf2cdcaa83b88f7ac47029dd4ecafbf0264858d32 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:54.024Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:54.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:54.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-03T18:46:54.365Z] 16eb3b0a8f22: Preparing [2020-12-03T18:46:54.365Z] ebb2b5a55c2c: Preparing [2020-12-03T18:46:54.365Z] a54d0b9d45d8: Preparing [2020-12-03T18:46:54.365Z] 4ec36f6509fe: Preparing [2020-12-03T18:46:54.365Z] cf87dd7c9564: Preparing [2020-12-03T18:46:54.365Z] 4273febf5861: Preparing [2020-12-03T18:46:54.365Z] 4273febf5861: Waiting [2020-12-03T18:46:54.365Z] a54d0b9d45d8: Layer already exists [2020-12-03T18:46:54.365Z] cf87dd7c9564: Layer already exists [2020-12-03T18:46:54.365Z] 4ec36f6509fe: Layer already exists [2020-12-03T18:46:54.365Z] ebb2b5a55c2c: Layer already exists [2020-12-03T18:46:54.365Z] 16eb3b0a8f22: Layer already exists [2020-12-03T18:46:54.365Z] 4273febf5861: Layer already exists [2020-12-03T18:46:54.365Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:64c98c603057c48b8db6fdddf2cdcaa83b88f7ac47029dd4ecafbf0264858d32 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:54.687Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:55.011Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-03T18:46:55.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-03T18:46:55.011Z] 16eb3b0a8f22: Preparing [2020-12-03T18:46:55.011Z] ebb2b5a55c2c: Preparing [2020-12-03T18:46:55.011Z] a54d0b9d45d8: Preparing [2020-12-03T18:46:55.011Z] 4ec36f6509fe: Preparing [2020-12-03T18:46:55.011Z] cf87dd7c9564: Preparing [2020-12-03T18:46:55.011Z] 4273febf5861: Preparing [2020-12-03T18:46:55.011Z] 4273febf5861: Waiting [2020-12-03T18:46:55.011Z] a54d0b9d45d8: Layer already exists [2020-12-03T18:46:55.011Z] cf87dd7c9564: Layer already exists [2020-12-03T18:46:55.011Z] 16eb3b0a8f22: Layer already exists [2020-12-03T18:46:55.011Z] ebb2b5a55c2c: Layer already exists [2020-12-03T18:46:55.011Z] 4ec36f6509fe: Layer already exists [2020-12-03T18:46:55.011Z] 4273febf5861: Layer already exists [2020-12-03T18:46:55.011Z] master: digest: sha256:64c98c603057c48b8db6fdddf2cdcaa83b88f7ac47029dd4ecafbf0264858d32 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:46:55.206Z] ===================================================== [Pipeline] echo [2020-12-03T18:46:55.260Z] taggedImages: [2020-12-03T18:46:55.261Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:55.261Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.18 [2020-12-03T18:46:55.261Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:55.261Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-12-03T18:46:55.327Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-03T18:46:55.327Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:55.327Z] 1.3.1-dev.18 [2020-12-03T18:46:55.327Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:55.327Z] master [2020-12-03T18:46:55.327Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-12-03T18:46:55.448Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:46:55.448Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:46:55.448Z] ---> 6c908d9a192e [2020-12-03T18:46:55.448Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T18:46:55.448Z] ---> Using cache [2020-12-03T18:46:55.448Z] ---> a344f859d4a2 [2020-12-03T18:46:55.448Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:46:55.448Z] ---> Using cache [2020-12-03T18:46:55.448Z] ---> 94d971f11543 [2020-12-03T18:46:55.448Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T18:46:55.448Z] ---> Using cache [2020-12-03T18:46:55.448Z] ---> 966575d7f00c [2020-12-03T18:46:55.448Z] Step 6/22 : COPY go.mod . [2020-12-03T18:46:55.448Z] ---> Using cache [2020-12-03T18:46:55.448Z] ---> 8e2914ddff1b [2020-12-03T18:46:55.448Z] Step 7/22 : RUN go mod download [2020-12-03T18:46:55.448Z] ---> Using cache [2020-12-03T18:46:55.448Z] ---> cb0fbb93c79f [2020-12-03T18:46:55.448Z] Step 8/22 : COPY . . [2020-12-03T18:46:55.448Z] ---> Using cache [2020-12-03T18:46:55.448Z] ---> c2a3939a1bf6 [2020-12-03T18:46:55.448Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-03T18:46:55.448Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-03T18:46:55.448Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:46:55.448Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:46:55.448Z] ---> 6c908d9a192e [2020-12-03T18:46:55.448Z] Step 3/23 : WORKDIR /edgex-go [2020-12-03T18:46:55.448Z] ---> Using cache [2020-12-03T18:46:55.448Z] ---> a344f859d4a2 [2020-12-03T18:46:55.448Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:46:55.448Z] ---> Using cache [2020-12-03T18:46:55.448Z] ---> 94d971f11543 [2020-12-03T18:46:55.448Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-03T18:46:55.448Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:55.876Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:56.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:46:56.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-03T18:46:56.192Z] bd4f28b355c6: Preparing [2020-12-03T18:46:56.192Z] 326998b5feec: Preparing [2020-12-03T18:46:56.192Z] ccbcaccdfaba: Preparing [2020-12-03T18:46:56.470Z] bd4f28b355c6: Pushed [2020-12-03T18:46:56.470Z] ccbcaccdfaba: Pushed [2020-12-03T18:46:56.922Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-03T18:46:56.922Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-03T18:46:57.892Z] 326998b5feec: Pushed [2020-12-03T18:46:57.892Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:93072415d29b583aae360fa5c49323b0eccef24b8f524f9efe701cf64930351c size: 943 [2020-12-03T18:46:57.908Z] ---> Running in 36514350e9e0 [2020-12-03T18:46:57.908Z] ---> Running in ee0f9f419f24 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:58.183Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-03T18:46:58.184Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-03T18:46:58.219Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:58.710Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.18 [2020-12-03T18:46:58.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-03T18:46:58.710Z] bd4f28b355c6: Preparing [2020-12-03T18:46:58.710Z] 326998b5feec: Preparing [2020-12-03T18:46:58.710Z] ccbcaccdfaba: Preparing [2020-12-03T18:46:58.710Z] ccbcaccdfaba: Layer already exists [2020-12-03T18:46:58.710Z] bd4f28b355c6: Layer already exists [2020-12-03T18:46:58.710Z] 326998b5feec: Layer already exists [2020-12-03T18:46:58.977Z] 1.3.1-dev.18: digest: sha256:93072415d29b583aae360fa5c49323b0eccef24b8f524f9efe701cf64930351c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:59.347Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:59.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/core-command/core-command ./cmd/core-command [2020-12-03T18:46:59.665Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:46:59.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-03T18:46:59.665Z] bd4f28b355c6: Preparing [2020-12-03T18:46:59.665Z] 326998b5feec: Preparing [2020-12-03T18:46:59.665Z] ccbcaccdfaba: Preparing [2020-12-03T18:46:59.665Z] bd4f28b355c6: Layer already exists [2020-12-03T18:46:59.665Z] ccbcaccdfaba: Layer already exists [2020-12-03T18:46:59.665Z] 326998b5feec: Layer already exists [2020-12-03T18:46:59.665Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:93072415d29b583aae360fa5c49323b0eccef24b8f524f9efe701cf64930351c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:46:59.972Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:47:00.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T18:47:00.297Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-03T18:47:00.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-03T18:47:00.297Z] bd4f28b355c6: Preparing [2020-12-03T18:47:00.297Z] 326998b5feec: Preparing [2020-12-03T18:47:00.297Z] ccbcaccdfaba: Preparing [2020-12-03T18:47:00.297Z] bd4f28b355c6: Layer already exists [2020-12-03T18:47:00.297Z] ccbcaccdfaba: Layer already exists [2020-12-03T18:47:00.297Z] 326998b5feec: Layer already exists [2020-12-03T18:47:00.528Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:47:00.528Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:47:00.528Z] ---> 6c908d9a192e [2020-12-03T18:47:00.528Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T18:47:00.528Z] ---> Using cache [2020-12-03T18:47:00.528Z] ---> a344f859d4a2 [2020-12-03T18:47:00.528Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:47:00.528Z] ---> Using cache [2020-12-03T18:47:00.528Z] ---> 94d971f11543 [2020-12-03T18:47:00.528Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-03T18:47:00.561Z] master: digest: sha256:93072415d29b583aae360fa5c49323b0eccef24b8f524f9efe701cf64930351c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:47:00.756Z] ===================================================== [Pipeline] echo [2020-12-03T18:47:00.802Z] taggedImages: [2020-12-03T18:47:00.802Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:47:00.802Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.18 [2020-12-03T18:47:00.802Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:47:00.802Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-03T18:47:00.866Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-03T18:47:00.866Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:47:00.866Z] 1.3.1-dev.18 [2020-12-03T18:47:00.866Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:47:00.866Z] master [2020-12-03T18:47:00.866Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:47:01.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T18:47:01.143Z] Collecting cached-property<2,>=1.2.0 [2020-12-03T18:47:01.388Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:47:01.428Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-03T18:47:01.710Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:47:01.710Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:47:01.710Z] ---> 6c908d9a192e [2020-12-03T18:47:01.710Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T18:47:01.710Z] ---> Using cache [2020-12-03T18:47:01.710Z] ---> a344f859d4a2 [2020-12-03T18:47:01.710Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:47:01.710Z] ---> Using cache [2020-12-03T18:47:01.710Z] ---> 94d971f11543 [2020-12-03T18:47:01.710Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T18:47:01.710Z] ---> Using cache [2020-12-03T18:47:01.710Z] ---> 966575d7f00c [2020-12-03T18:47:01.710Z] Step 6/22 : COPY go.mod . [2020-12-03T18:47:01.710Z] ---> Using cache [2020-12-03T18:47:01.710Z] ---> 8e2914ddff1b [2020-12-03T18:47:01.710Z] Step 7/22 : RUN go mod download [2020-12-03T18:47:01.710Z] ---> Using cache [2020-12-03T18:47:01.710Z] ---> cb0fbb93c79f [2020-12-03T18:47:01.710Z] Step 8/22 : COPY . . [2020-12-03T18:47:01.710Z] ---> Using cache [2020-12-03T18:47:01.710Z] ---> c2a3939a1bf6 [2020-12-03T18:47:01.710Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-03T18:47:01.710Z] ---> Running in 838c816b8ac1 [2020-12-03T18:47:01.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:47:01.987Z] ---> Running in 587c6eae5ab3 [2020-12-03T18:47:01.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-03T18:47:01.998Z] 57605459a417: Preparing [2020-12-03T18:47:01.998Z] 9bebd87c613a: Preparing [2020-12-03T18:47:01.998Z] 2468145746cf: Preparing [2020-12-03T18:47:01.998Z] 8d0d769738b1: Preparing [2020-12-03T18:47:01.998Z] 051003239264: Preparing [2020-12-03T18:47:01.998Z] 38b19c65663d: Preparing [2020-12-03T18:47:01.998Z] 71d3bb67bccf: Preparing [2020-12-03T18:47:01.998Z] 3d9ce3ccee13: Preparing [2020-12-03T18:47:01.998Z] 84631c253a1d: Preparing [2020-12-03T18:47:01.998Z] 336623de938e: Preparing [2020-12-03T18:47:01.998Z] 63533b406c5a: Preparing [2020-12-03T18:47:01.998Z] 31b11ec6ff38: Preparing [2020-12-03T18:47:01.998Z] 911954e2fe49: Preparing [2020-12-03T18:47:01.998Z] ace0eda3e3be: Preparing [2020-12-03T18:47:01.998Z] 38b19c65663d: Waiting [2020-12-03T18:47:01.998Z] 71d3bb67bccf: Waiting [2020-12-03T18:47:01.998Z] 3d9ce3ccee13: Waiting [2020-12-03T18:47:01.998Z] 84631c253a1d: Waiting [2020-12-03T18:47:01.998Z] 336623de938e: Waiting [2020-12-03T18:47:01.998Z] 63533b406c5a: Waiting [2020-12-03T18:47:01.998Z] 31b11ec6ff38: Waiting [2020-12-03T18:47:01.998Z] 911954e2fe49: Waiting [2020-12-03T18:47:01.998Z] ace0eda3e3be: Waiting [2020-12-03T18:47:02.263Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:47:02.263Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:47:02.263Z] OK: 12616 distinct packages available [2020-12-03T18:47:02.263Z] Collecting jsonschema<3,>=2.5.1 [2020-12-03T18:47:02.263Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-03T18:47:02.271Z] 051003239264: Pushed [2020-12-03T18:47:02.271Z] 57605459a417: Pushed [2020-12-03T18:47:02.537Z] 8d0d769738b1: Pushed [2020-12-03T18:47:02.537Z] 3d9ce3ccee13: Layer already exists [2020-12-03T18:47:02.805Z] 84631c253a1d: Layer already exists [2020-12-03T18:47:02.805Z] 71d3bb67bccf: Pushed [2020-12-03T18:47:02.805Z] 336623de938e: Layer already exists [2020-12-03T18:47:02.805Z] 63533b406c5a: Layer already exists [2020-12-03T18:47:02.805Z] 31b11ec6ff38: Layer already exists [2020-12-03T18:47:02.805Z] 911954e2fe49: Layer already exists [2020-12-03T18:47:02.805Z] ace0eda3e3be: Layer already exists [2020-12-03T18:47:02.805Z] 9bebd87c613a: Pushed [2020-12-03T18:47:03.252Z] OK: 217 MiB in 51 packages [2020-12-03T18:47:03.389Z] 38b19c65663d: Pushed [2020-12-03T18:47:03.534Z] Collecting PyYAML<4,>=3.10 [2020-12-03T18:47:03.534Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-03T18:47:03.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T18:47:04.091Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-03T18:47:05.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T18:47:05.096Z] Removing intermediate container ee0f9f419f24 [2020-12-03T18:47:05.096Z] ---> 5edf902dea5e [2020-12-03T18:47:05.096Z] Step 6/23 : COPY go.mod . [2020-12-03T18:47:06.098Z] ---> e653c7daa7c5 [2020-12-03T18:47:06.098Z] Step 7/23 : RUN go mod download [2020-12-03T18:47:06.098Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:47:06.098Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:47:06.098Z] OK: 12616 distinct packages available [2020-12-03T18:47:06.098Z] ---> Running in a130751fa90b [2020-12-03T18:47:07.123Z] OK: 217 MiB in 51 packages [2020-12-03T18:47:07.657Z] 2468145746cf: Pushed [2020-12-03T18:47:07.657Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:323af4bcc62ef778f391715f039d3dd1a93d989c62ef155e71593ffcce935624 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:47:08.004Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:47:08.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.18 [2020-12-03T18:47:08.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-03T18:47:08.318Z] 57605459a417: Preparing [2020-12-03T18:47:08.318Z] 9bebd87c613a: Preparing [2020-12-03T18:47:08.318Z] 2468145746cf: Preparing [2020-12-03T18:47:08.318Z] 8d0d769738b1: Preparing [2020-12-03T18:47:08.318Z] 051003239264: Preparing [2020-12-03T18:47:08.318Z] 38b19c65663d: Preparing [2020-12-03T18:47:08.318Z] 71d3bb67bccf: Preparing [2020-12-03T18:47:08.318Z] 3d9ce3ccee13: Preparing [2020-12-03T18:47:08.318Z] 84631c253a1d: Preparing [2020-12-03T18:47:08.318Z] 336623de938e: Preparing [2020-12-03T18:47:08.318Z] 63533b406c5a: Preparing [2020-12-03T18:47:08.318Z] 31b11ec6ff38: Preparing [2020-12-03T18:47:08.318Z] 911954e2fe49: Preparing [2020-12-03T18:47:08.318Z] ace0eda3e3be: Preparing [2020-12-03T18:47:08.318Z] 71d3bb67bccf: Waiting [2020-12-03T18:47:08.318Z] 3d9ce3ccee13: Waiting [2020-12-03T18:47:08.318Z] 84631c253a1d: Waiting [2020-12-03T18:47:08.318Z] 336623de938e: Waiting [2020-12-03T18:47:08.318Z] 63533b406c5a: Waiting [2020-12-03T18:47:08.318Z] 31b11ec6ff38: Waiting [2020-12-03T18:47:08.318Z] 911954e2fe49: Waiting [2020-12-03T18:47:08.318Z] ace0eda3e3be: Waiting [2020-12-03T18:47:08.318Z] 38b19c65663d: Waiting [2020-12-03T18:47:08.318Z] 9bebd87c613a: Layer already exists [2020-12-03T18:47:08.318Z] 8d0d769738b1: Layer already exists [2020-12-03T18:47:08.318Z] 051003239264: Layer already exists [2020-12-03T18:47:08.318Z] 2468145746cf: Layer already exists [2020-12-03T18:47:08.318Z] 57605459a417: Layer already exists [2020-12-03T18:47:08.318Z] 71d3bb67bccf: Layer already exists [2020-12-03T18:47:08.318Z] 3d9ce3ccee13: Layer already exists [2020-12-03T18:47:08.318Z] 84631c253a1d: Layer already exists [2020-12-03T18:47:08.318Z] 38b19c65663d: Layer already exists [2020-12-03T18:47:08.318Z] 336623de938e: Layer already exists [2020-12-03T18:47:08.318Z] 31b11ec6ff38: Layer already exists [2020-12-03T18:47:08.318Z] 63533b406c5a: Layer already exists [2020-12-03T18:47:08.318Z] 911954e2fe49: Layer already exists [2020-12-03T18:47:08.318Z] ace0eda3e3be: Layer already exists [2020-12-03T18:47:08.575Z] 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-03T18:47:08.581Z] 1.3.1-dev.18: digest: sha256:323af4bcc62ef778f391715f039d3dd1a93d989c62ef155e71593ffcce935624 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:47:08.857Z] Removing intermediate container 838c816b8ac1 [2020-12-03T18:47:08.857Z] ---> 84f5e365ac41 [2020-12-03T18:47:08.857Z] Step 6/24 : COPY go.mod . [2020-12-03T18:47:08.891Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:47:09.146Z] Collecting docker<4.0,>=3.6.0 [2020-12-03T18:47:09.146Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-03T18:47:09.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:47:09.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-03T18:47:09.234Z] 57605459a417: Preparing [2020-12-03T18:47:09.234Z] 9bebd87c613a: Preparing [2020-12-03T18:47:09.234Z] 2468145746cf: Preparing [2020-12-03T18:47:09.234Z] 8d0d769738b1: Preparing [2020-12-03T18:47:09.234Z] 051003239264: Preparing [2020-12-03T18:47:09.234Z] 38b19c65663d: Preparing [2020-12-03T18:47:09.234Z] 71d3bb67bccf: Preparing [2020-12-03T18:47:09.234Z] 3d9ce3ccee13: Preparing [2020-12-03T18:47:09.234Z] 84631c253a1d: Preparing [2020-12-03T18:47:09.234Z] 336623de938e: Preparing [2020-12-03T18:47:09.234Z] 63533b406c5a: Preparing [2020-12-03T18:47:09.234Z] 31b11ec6ff38: Preparing [2020-12-03T18:47:09.234Z] 911954e2fe49: Preparing [2020-12-03T18:47:09.234Z] ace0eda3e3be: Preparing [2020-12-03T18:47:09.234Z] 38b19c65663d: Waiting [2020-12-03T18:47:09.234Z] 71d3bb67bccf: Waiting [2020-12-03T18:47:09.234Z] 3d9ce3ccee13: Waiting [2020-12-03T18:47:09.234Z] 84631c253a1d: Waiting [2020-12-03T18:47:09.234Z] 336623de938e: Waiting [2020-12-03T18:47:09.234Z] 63533b406c5a: Waiting [2020-12-03T18:47:09.234Z] 31b11ec6ff38: Waiting [2020-12-03T18:47:09.234Z] 911954e2fe49: Waiting [2020-12-03T18:47:09.234Z] ace0eda3e3be: Waiting [2020-12-03T18:47:09.513Z] 2468145746cf: Layer already exists [2020-12-03T18:47:09.513Z] 57605459a417: Layer already exists [2020-12-03T18:47:09.513Z] 9bebd87c613a: Layer already exists [2020-12-03T18:47:09.513Z] 8d0d769738b1: Layer already exists [2020-12-03T18:47:09.513Z] 051003239264: Layer already exists [2020-12-03T18:47:09.513Z] 38b19c65663d: Layer already exists [2020-12-03T18:47:09.513Z] 71d3bb67bccf: Layer already exists [2020-12-03T18:47:09.513Z] 84631c253a1d: Layer already exists [2020-12-03T18:47:09.513Z] 3d9ce3ccee13: Layer already exists [2020-12-03T18:47:09.513Z] 336623de938e: Layer already exists [2020-12-03T18:47:09.513Z] 911954e2fe49: Layer already exists [2020-12-03T18:47:09.513Z] ace0eda3e3be: Layer already exists [2020-12-03T18:47:09.513Z] 31b11ec6ff38: Layer already exists [2020-12-03T18:47:09.513Z] 63533b406c5a: Layer already exists [2020-12-03T18:47:09.513Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:323af4bcc62ef778f391715f039d3dd1a93d989c62ef155e71593ffcce935624 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:47:09.943Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:47:10.142Z] ---> b775044ec54a [2020-12-03T18:47:10.142Z] Step 7/24 : RUN go mod download [2020-12-03T18:47:10.142Z] 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-03T18:47:10.142Z] 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-03T18:47:10.142Z] ---> Running in fa8e8d1be433 [2020-12-03T18:47:10.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-03T18:47:10.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-03T18:47:10.269Z] 57605459a417: Preparing [2020-12-03T18:47:10.269Z] 9bebd87c613a: Preparing [2020-12-03T18:47:10.269Z] 2468145746cf: Preparing [2020-12-03T18:47:10.269Z] 8d0d769738b1: Preparing [2020-12-03T18:47:10.269Z] 051003239264: Preparing [2020-12-03T18:47:10.269Z] 38b19c65663d: Preparing [2020-12-03T18:47:10.269Z] 71d3bb67bccf: Preparing [2020-12-03T18:47:10.269Z] 3d9ce3ccee13: Preparing [2020-12-03T18:47:10.269Z] 84631c253a1d: Preparing [2020-12-03T18:47:10.269Z] 336623de938e: Preparing [2020-12-03T18:47:10.269Z] 63533b406c5a: Preparing [2020-12-03T18:47:10.269Z] 31b11ec6ff38: Preparing [2020-12-03T18:47:10.269Z] 911954e2fe49: Preparing [2020-12-03T18:47:10.269Z] ace0eda3e3be: Preparing [2020-12-03T18:47:10.269Z] 38b19c65663d: Waiting [2020-12-03T18:47:10.269Z] 71d3bb67bccf: Waiting [2020-12-03T18:47:10.269Z] 3d9ce3ccee13: Waiting [2020-12-03T18:47:10.269Z] 84631c253a1d: Waiting [2020-12-03T18:47:10.269Z] 336623de938e: Waiting [2020-12-03T18:47:10.269Z] 63533b406c5a: Waiting [2020-12-03T18:47:10.269Z] 31b11ec6ff38: Waiting [2020-12-03T18:47:10.269Z] 911954e2fe49: Waiting [2020-12-03T18:47:10.269Z] ace0eda3e3be: Waiting [2020-12-03T18:47:10.269Z] 9bebd87c613a: Layer already exists [2020-12-03T18:47:10.269Z] 051003239264: Layer already exists [2020-12-03T18:47:10.269Z] 57605459a417: Layer already exists [2020-12-03T18:47:10.269Z] 2468145746cf: Layer already exists [2020-12-03T18:47:10.269Z] 8d0d769738b1: Layer already exists [2020-12-03T18:47:10.419Z] Collecting idna<2.8,>=2.5 [2020-12-03T18:47:10.419Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-03T18:47:10.538Z] 38b19c65663d: Layer already exists [2020-12-03T18:47:10.538Z] 3d9ce3ccee13: Layer already exists [2020-12-03T18:47:10.538Z] 71d3bb67bccf: Layer already exists [2020-12-03T18:47:10.538Z] 336623de938e: Layer already exists [2020-12-03T18:47:10.538Z] 84631c253a1d: Layer already exists [2020-12-03T18:47:10.538Z] 911954e2fe49: Layer already exists [2020-12-03T18:47:10.538Z] 31b11ec6ff38: Layer already exists [2020-12-03T18:47:10.538Z] ace0eda3e3be: Layer already exists [2020-12-03T18:47:10.538Z] 63533b406c5a: Layer already exists [2020-12-03T18:47:10.538Z] master: digest: sha256:323af4bcc62ef778f391715f039d3dd1a93d989c62ef155e71593ffcce935624 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:47:10.781Z] ===================================================== [Pipeline] echo [2020-12-03T18:47:10.862Z] taggedImages: [2020-12-03T18:47:10.862Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:47:10.862Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.18 [2020-12-03T18:47:10.862Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:47:10.862Z] - 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] } [2020-12-03T18:47:11.427Z] Removing intermediate container a130751fa90b [2020-12-03T18:47:11.427Z] ---> ff6d40f41635 [2020-12-03T18:47:11.427Z] Step 8/23 : COPY . . [2020-12-03T18:47:11.427Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-03T18:47:11.427Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-03T18:47:12.428Z] Collecting docker-pycreds>=0.4.0 [2020-12-03T18:47:12.429Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-03T18:47:12.429Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-03T18:47:12.429Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-03T18:47:12.429Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-03T18:47:12.429Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-03T18:47:13.945Z] Installing collected packages: docopt, texttable, idna, urllib3, requests, websocket-client, dockerpty, cached-property, jsonschema, PyYAML, docker-pycreds, docker, docker-compose [2020-12-03T18:47:13.945Z] Running setup.py install for docopt: started [2020-12-03T18:47:15.941Z] Removing intermediate container fa8e8d1be433 [2020-12-03T18:47:15.941Z] ---> 4656204b2418 [2020-12-03T18:47:15.941Z] Step 8/24 : COPY . . [2020-12-03T18:47:16.934Z] Running setup.py install for docopt: finished with status 'done' [2020-12-03T18:47:16.934Z] Running setup.py install for texttable: started [2020-12-03T18:47:19.577Z] Running setup.py install for texttable: finished with status 'done' [2020-12-03T18:47:19.577Z] Attempting uninstall: idna [2020-12-03T18:47:19.577Z] Found existing installation: idna 2.9 [2020-12-03T18:47:19.577Z] Uninstalling idna-2.9: [2020-12-03T18:47:19.577Z] Successfully uninstalled idna-2.9 [2020-12-03T18:47:20.573Z] Attempting uninstall: urllib3 [2020-12-03T18:47:20.573Z] Found existing installation: urllib3 1.25.9 [2020-12-03T18:47:20.573Z] Uninstalling urllib3-1.25.9: [2020-12-03T18:47:20.852Z] Successfully uninstalled urllib3-1.25.9 [2020-12-03T18:47:21.456Z] Attempting uninstall: requests [2020-12-03T18:47:21.456Z] Found existing installation: requests 2.23.0 [2020-12-03T18:47:21.456Z] Uninstalling requests-2.23.0: [2020-12-03T18:47:21.733Z] Successfully uninstalled requests-2.23.0 [2020-12-03T18:47:22.727Z] Running setup.py install for dockerpty: started [2020-12-03T18:47:25.382Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-03T18:47:25.661Z] Running setup.py install for PyYAML: started [2020-12-03T18:47:28.321Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-03T18:47:32.670Z] 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-03T18:47:32.670Z] ---> 5c3c0fe6a706 [2020-12-03T18:47:32.670Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-03T18:47:32.950Z] ---> Running in f5db96612e2b [2020-12-03T18:47:33.557Z] ---> d27105291872 [2020-12-03T18:47:33.557Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-03T18:47:33.841Z] ---> Running in 12d59de7d508 [2020-12-03T18:47:35.300Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/core-data/core-data ./cmd/core-data [2020-12-03T18:47:36.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-03T18:47:38.755Z] Removing intermediate container 9c56009cde40 [2020-12-03T18:47:38.755Z] ---> ccbaae51cdcf [2020-12-03T18:47:38.755Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-03T18:47:38.755Z] ---> Running in 80ca232bf851 [2020-12-03T18:47:40.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T18:47:41.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T18:47:42.020Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T18:47:42.020Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-03T18:47:42.020Z] (3/3) Installing curl (7.69.1-r1) [2020-12-03T18:47:42.020Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T18:47:42.020Z] OK: 71 MiB in 58 packages [2020-12-03T18:47:44.029Z] Removing intermediate container 80ca232bf851 [2020-12-03T18:47:44.029Z] ---> 3d3fda6a1b38 [2020-12-03T18:47:44.029Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-03T18:47:44.307Z] ---> Running in 9f0cd8a28537 [2020-12-03T18:47:44.923Z] Removing intermediate container 9f0cd8a28537 [2020-12-03T18:47:44.923Z] ---> 4f81e244d9aa [2020-12-03T18:47:44.923Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T18:47:45.201Z] ---> Running in f34e7dc79364 [2020-12-03T18:47:45.819Z] Removing intermediate container f34e7dc79364 [2020-12-03T18:47:45.819Z] ---> cf8844a7aedb [2020-12-03T18:47:45.819Z] Step 25/27 : LABEL arch=arm64 [2020-12-03T18:47:45.819Z] ---> Running in fe58f6326abf [2020-12-03T18:47:46.427Z] Removing intermediate container fe58f6326abf [2020-12-03T18:47:46.427Z] ---> f893ee46915b [2020-12-03T18:47:46.427Z] Step 26/27 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:47:46.704Z] ---> Running in 66a8ce09aa33 [2020-12-03T18:47:47.310Z] Removing intermediate container 66a8ce09aa33 [2020-12-03T18:47:47.310Z] ---> 517be94b995e [2020-12-03T18:47:47.310Z] Step 27/27 : LABEL version=1.3.1-dev.18 [2020-12-03T18:47:47.599Z] ---> Running in 1adbce20b26e [2020-12-03T18:47:48.206Z] Removing intermediate container 1adbce20b26e [2020-12-03T18:47:48.206Z] ---> fe13a2a589d5 [2020-12-03T18:47:48.206Z] [2020-12-03T18:47:48.482Z] Successfully built fe13a2a589d5 [2020-12-03T18:47:48.482Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-03T18:47:48.758Z] Building docker-security-proxy-setup-go [2020-12-03T18:48:07.127Z]  Building docker-sys-mgmt-agent-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T18:48:07.127Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T18:48:07.127Z] ---> 6c908d9a192e [2020-12-03T18:48:07.127Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T18:48:07.127Z] ---> Using cache [2020-12-03T18:48:07.127Z] ---> a344f859d4a2 [2020-12-03T18:48:07.127Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:48:07.127Z] ---> Using cache [2020-12-03T18:48:07.127Z] ---> 94d971f11543 [2020-12-03T18:48:07.127Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T18:48:07.127Z] ---> Using cache [2020-12-03T18:48:07.127Z] ---> 966575d7f00c [2020-12-03T18:48:07.127Z] Step 6/21 : COPY go.mod . [2020-12-03T18:48:07.127Z] ---> Using cache [2020-12-03T18:48:07.127Z] ---> 8e2914ddff1b [2020-12-03T18:48:07.127Z] Step 7/21 : RUN go mod download [2020-12-03T18:48:07.127Z] ---> Using cache [2020-12-03T18:48:07.127Z] ---> cb0fbb93c79f [2020-12-03T18:48:07.127Z] Step 8/21 : COPY . . [2020-12-03T18:48:07.127Z] ---> Using cache [2020-12-03T18:48:07.127Z] ---> c2a3939a1bf6 [2020-12-03T18:48:07.127Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-03T18:48:07.127Z] ---> Running in 781a83933876 [2020-12-03T18:48:08.597Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-03T18:48:56.755Z] Removing intermediate container 36514350e9e0 [2020-12-03T18:48:56.755Z] ---> 7e30852a6c59 [2020-12-03T18:48:56.755Z] [2020-12-03T18:48:56.755Z] Step 10/22 : FROM scratch [2020-12-03T18:48:56.755Z] ---> [2020-12-03T18:48:56.755Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T18:48:56.755Z] ---> Using cache [2020-12-03T18:48:56.755Z] ---> ff3acd05b51b [2020-12-03T18:48:56.755Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-03T18:48:56.755Z] ---> Running in a2ea1012226f [2020-12-03T18:48:56.755Z] Removing intermediate container a2ea1012226f [2020-12-03T18:48:56.755Z] ---> a3f64d698884 [2020-12-03T18:48:56.755Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T18:48:56.755Z] ---> Running in 72482e1dcf6d [2020-12-03T18:48:56.755Z] Removing intermediate container 72482e1dcf6d [2020-12-03T18:48:56.755Z] ---> 2d995bf5a97c [2020-12-03T18:48:56.755Z] Step 14/22 : WORKDIR / [2020-12-03T18:48:56.755Z] ---> Running in 934f0c4b0ad9 [2020-12-03T18:48:57.039Z] Removing intermediate container 934f0c4b0ad9 [2020-12-03T18:48:57.039Z] ---> 4b85a69cf7fa [2020-12-03T18:48:57.039Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-03T18:48:58.038Z] ---> ede858f47477 [2020-12-03T18:48:58.038Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-03T18:49:00.038Z] ---> 03a021545124 [2020-12-03T18:49:00.038Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-03T18:49:01.505Z] ---> ea0b82cbcb75 [2020-12-03T18:49:01.505Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-03T18:49:01.505Z] ---> Running in e116d2d9180c [2020-12-03T18:49:02.117Z] Removing intermediate container e116d2d9180c [2020-12-03T18:49:02.117Z] ---> 6ea1fb4e1413 [2020-12-03T18:49:02.117Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T18:49:02.399Z] ---> Running in 6442cdad8a16 [2020-12-03T18:49:03.009Z] Removing intermediate container 6442cdad8a16 [2020-12-03T18:49:03.009Z] ---> 3723810cb5c1 [2020-12-03T18:49:03.009Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T18:49:03.286Z] ---> Running in e0bb89ec2f50 [2020-12-03T18:49:03.908Z] Removing intermediate container e0bb89ec2f50 [2020-12-03T18:49:03.908Z] ---> b5b903880ef1 [2020-12-03T18:49:03.908Z] Step 21/22 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:49:04.188Z] ---> Running in 87564cfb4597 [2020-12-03T18:49:04.807Z] Removing intermediate container 87564cfb4597 [2020-12-03T18:49:04.807Z] ---> 8309c8aab5b8 [2020-12-03T18:49:04.807Z] Step 22/22 : LABEL version=1.3.1-dev.18 [2020-12-03T18:49:05.090Z] ---> Running in c92a68b01344 [2020-12-03T18:49:05.708Z] Removing intermediate container c92a68b01344 [2020-12-03T18:49:05.708Z] ---> 573c77c59a0f [2020-12-03T18:49:05.708Z] [2020-12-03T18:49:05.998Z] Successfully built 573c77c59a0f [2020-12-03T18:49:06.277Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-03T18:49:24.669Z]  Building docker-core-command-go ... done Removing intermediate container 587c6eae5ab3 [2020-12-03T18:49:24.669Z] ---> 522b29b5efdf [2020-12-03T18:49:24.669Z] [2020-12-03T18:49:24.669Z] Step 10/22 : FROM scratch [2020-12-03T18:49:24.669Z] ---> [2020-12-03T18:49:24.669Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T18:49:24.669Z] ---> Using cache [2020-12-03T18:49:24.669Z] ---> ff3acd05b51b [2020-12-03T18:49:24.669Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-03T18:49:24.669Z] ---> Running in ab241027e8ae [2020-12-03T18:49:24.669Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.18" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-03T18:49:24.669Z] Removing intermediate container ab241027e8ae [2020-12-03T18:49:24.669Z] ---> 88c3781e62d2 [2020-12-03T18:49:24.669Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T18:49:24.669Z] ---> Running in 0bb44ceffe24 [2020-12-03T18:49:25.300Z] Removing intermediate container 0bb44ceffe24 [2020-12-03T18:49:25.300Z] ---> 48e9017daf68 [2020-12-03T18:49:25.300Z] Step 14/22 : WORKDIR / [2020-12-03T18:49:25.611Z] ---> Running in fc5d48423ab0 [2020-12-03T18:49:26.609Z] Removing intermediate container fc5d48423ab0 [2020-12-03T18:49:26.609Z] ---> c214d38b0a6f [2020-12-03T18:49:26.609Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-03T18:49:27.608Z] ---> 5aa3e6b8614b [2020-12-03T18:49:27.608Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-03T18:49:31.967Z] ---> 7ba121e7733a [2020-12-03T18:49:31.967Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-03T18:49:31.967Z] Removing intermediate container 12d59de7d508 [2020-12-03T18:49:31.967Z] ---> 9c592b979558 [2020-12-03T18:49:31.967Z] [2020-12-03T18:49:31.967Z] Step 10/24 : FROM scratch [2020-12-03T18:49:31.967Z] ---> [2020-12-03T18:49:31.967Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T18:49:31.967Z] ---> Running in 2e5fb29488fd [2020-12-03T18:49:32.242Z] ---> d8827c2eab0a [2020-12-03T18:49:32.242Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-03T18:49:32.517Z] ---> Running in 53fc9606f157 [2020-12-03T18:49:32.517Z] Removing intermediate container 2e5fb29488fd [2020-12-03T18:49:32.517Z] ---> c9a49f6f960e [2020-12-03T18:49:32.517Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-03T18:49:32.796Z] ---> Running in 30a4f5dbda77 [2020-12-03T18:49:33.391Z] Removing intermediate container 53fc9606f157 [2020-12-03T18:49:33.391Z] ---> e2cea0ce4813 [2020-12-03T18:49:33.391Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T18:49:33.391Z] Removing intermediate container 30a4f5dbda77 [2020-12-03T18:49:33.391Z] ---> f6bf6feecdaa [2020-12-03T18:49:33.391Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-03T18:49:33.666Z] ---> Running in 3312e20b7563 [2020-12-03T18:49:33.666Z] ---> Running in b20178869adb [2020-12-03T18:49:34.269Z] Removing intermediate container 3312e20b7563 [2020-12-03T18:49:34.269Z] ---> cdd57c9579e4 [2020-12-03T18:49:34.269Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T18:49:34.545Z] Removing intermediate container b20178869adb [2020-12-03T18:49:34.545Z] ---> 3ef928b26a09 [2020-12-03T18:49:34.545Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-03T18:49:34.545Z] ---> Running in 89da77c910ce [2020-12-03T18:49:35.530Z] Removing intermediate container 89da77c910ce [2020-12-03T18:49:35.530Z] ---> 16bfc8724e09 [2020-12-03T18:49:35.530Z] Step 21/22 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:49:35.530Z] ---> 5573df129a84 [2020-12-03T18:49:35.530Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-03T18:49:35.807Z] ---> Running in 0cf7978531bf [2020-12-03T18:49:36.809Z] Removing intermediate container 0cf7978531bf [2020-12-03T18:49:36.809Z] ---> b254da811125 [2020-12-03T18:49:36.809Z] Step 22/22 : LABEL version=1.3.1-dev.18 [2020-12-03T18:49:37.109Z] ---> Running in 0dd3d591eaf4 [2020-12-03T18:49:37.109Z] Removing intermediate container 781a83933876 [2020-12-03T18:49:37.109Z] ---> 1c71a873f07a [2020-12-03T18:49:37.109Z] [2020-12-03T18:49:37.109Z] Step 10/21 : FROM alpine [2020-12-03T18:49:37.109Z] ---> 2e77e061c27f [2020-12-03T18:49:37.109Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-03T18:49:37.384Z] ---> fae04fdaba6f [2020-12-03T18:49:37.384Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-03T18:49:37.384Z] ---> Running in 7229ef425905 [2020-12-03T18:49:37.661Z] Removing intermediate container 0dd3d591eaf4 [2020-12-03T18:49:37.661Z] ---> 1f2be76456f8 [2020-12-03T18:49:37.661Z] [2020-12-03T18:49:38.271Z] Successfully built 1f2be76456f8 [2020-12-03T18:49:38.271Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-03T18:49:38.877Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T18:49:39.159Z] ---> e810594c1b9b [2020-12-03T18:49:39.159Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-03T18:49:39.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T18:49:39.762Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T18:49:39.762Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T18:49:39.762Z] OK: 12617 distinct packages available [2020-12-03T18:49:40.387Z] ---> f661c4cda2ee [2020-12-03T18:49:40.387Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-03T18:49:40.660Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-03T18:49:40.660Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T18:49:40.660Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-03T18:49:40.942Z] (4/4) Installing curl (7.69.1-r1) [2020-12-03T18:49:40.942Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T18:49:40.942Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T18:49:41.220Z] OK: 7 MiB in 18 packages [2020-12-03T18:49:42.680Z] ---> b8c9401dc1e6 [2020-12-03T18:49:42.680Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-03T18:49:43.278Z] ---> cfacff8e62b9 [2020-12-03T18:49:43.278Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-03T18:49:43.278Z] ---> Running in 29e972ac3cd7 [2020-12-03T18:49:43.558Z] Removing intermediate container 7229ef425905 [2020-12-03T18:49:43.558Z] ---> f42b773838ec [2020-12-03T18:49:43.558Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T18:49:43.558Z] ---> Running in efed97170a50 [2020-12-03T18:49:44.167Z] Removing intermediate container 29e972ac3cd7 [2020-12-03T18:49:44.167Z] ---> b090a3cc8ec7 [2020-12-03T18:49:44.167Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T18:49:44.167Z] Removing intermediate container efed97170a50 [2020-12-03T18:49:44.167Z] ---> ff9a2c818782 [2020-12-03T18:49:44.167Z] Step 13/21 : WORKDIR /edgex [2020-12-03T18:49:44.167Z] ---> Running in bd890067025f [2020-12-03T18:49:44.448Z] ---> Running in 57db19feaf35 [2020-12-03T18:49:44.729Z] Removing intermediate container bd890067025f [2020-12-03T18:49:44.729Z] ---> b59f7e53e0db [2020-12-03T18:49:44.729Z] Step 22/24 : LABEL arch=arm64 [2020-12-03T18:49:45.007Z] Removing intermediate container 57db19feaf35 [2020-12-03T18:49:45.007Z] ---> 3475ebad040d [2020-12-03T18:49:45.007Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-03T18:49:45.007Z] ---> Running in 4511a844d336 [2020-12-03T18:49:45.615Z] Removing intermediate container 4511a844d336 [2020-12-03T18:49:45.615Z] ---> 356e2a7d3545 [2020-12-03T18:49:45.615Z] Step 23/24 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:49:45.615Z] ---> Running in a4366a392a35 [2020-12-03T18:49:45.615Z] ---> 39df5fdc710e [2020-12-03T18:49:45.615Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-03T18:49:46.227Z] Removing intermediate container a4366a392a35 [2020-12-03T18:49:46.227Z] ---> 407193a6cd29 [2020-12-03T18:49:46.227Z] Step 24/24 : LABEL version=1.3.1-dev.18 [2020-12-03T18:49:46.502Z] ---> Running in c4d485b6f4fa [2020-12-03T18:49:46.783Z] ---> 7d1779824fc1 [2020-12-03T18:49:46.783Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-03T18:49:47.387Z] Removing intermediate container c4d485b6f4fa [2020-12-03T18:49:47.387Z] ---> 9c4f7d0c5a38 [2020-12-03T18:49:47.387Z] [2020-12-03T18:49:47.666Z] Successfully built 9c4f7d0c5a38 [2020-12-03T18:49:47.666Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-03T18:49:48.676Z]  Building docker-support-notifications-go ... done  ---> 1a175473f654 [2020-12-03T18:49:48.676Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-03T18:49:48.676Z] ---> Running in c8ff9d08515a [2020-12-03T18:49:49.669Z] Removing intermediate container c8ff9d08515a [2020-12-03T18:49:49.669Z] ---> 4b83c9aaab41 [2020-12-03T18:49:49.669Z] Step 18/21 : CMD ["--init=true"] [2020-12-03T18:49:49.669Z] ---> Running in 9eccda8d311c [2020-12-03T18:49:49.942Z] Removing intermediate container f5db96612e2b [2020-12-03T18:49:49.942Z] ---> edc64e5b00b7 [2020-12-03T18:49:49.942Z] [2020-12-03T18:49:49.942Z] Step 10/23 : FROM alpine [2020-12-03T18:49:49.942Z] ---> 2e77e061c27f [2020-12-03T18:49:49.942Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T18:49:50.213Z] ---> Running in f4469bd0c7b5 [2020-12-03T18:49:50.213Z] Removing intermediate container 9eccda8d311c [2020-12-03T18:49:50.213Z] ---> 138cd7acd132 [2020-12-03T18:49:50.213Z] Step 19/21 : LABEL arch=arm64 [2020-12-03T18:49:50.486Z] ---> Running in 90ff7c2a99ba [2020-12-03T18:49:50.486Z] Removing intermediate container f4469bd0c7b5 [2020-12-03T18:49:50.486Z] ---> e442d813d102 [2020-12-03T18:49:50.486Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-03T18:49:50.758Z] ---> Running in 25ac7f7eb586 [2020-12-03T18:49:50.758Z] Removing intermediate container 90ff7c2a99ba [2020-12-03T18:49:50.758Z] ---> 625267bc75c5 [2020-12-03T18:49:50.758Z] Step 20/21 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:49:51.030Z] ---> Running in ef93f7bc70e1 [2020-12-03T18:49:51.030Z] Removing intermediate container 25ac7f7eb586 [2020-12-03T18:49:51.030Z] ---> 8872822403d1 [2020-12-03T18:49:51.030Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-03T18:49:51.302Z] ---> Running in f663deafc44f [2020-12-03T18:49:51.302Z] Removing intermediate container ef93f7bc70e1 [2020-12-03T18:49:51.302Z] ---> 9a940ea85a53 [2020-12-03T18:49:51.302Z] Step 21/21 : LABEL version=1.3.1-dev.18 [2020-12-03T18:49:51.577Z] ---> Running in 6dbef8172fe0 [2020-12-03T18:49:51.851Z] Removing intermediate container f663deafc44f [2020-12-03T18:49:51.851Z] ---> 0e080799e396 [2020-12-03T18:49:51.851Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T18:49:51.851Z] ---> Running in f88885368584 [2020-12-03T18:49:52.133Z] Removing intermediate container 6dbef8172fe0 [2020-12-03T18:49:52.133Z] ---> edb33b9cb946 [2020-12-03T18:49:52.133Z] [2020-12-03T18:49:52.405Z] Successfully built edb33b9cb946 [2020-12-03T18:49:52.405Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-03T18:49:53.965Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container f88885368584 [2020-12-03T18:49:53.965Z] ---> ab85764e520a [2020-12-03T18:49:53.965Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-03T18:49:54.280Z] ---> Running in aff652a3d28a [2020-12-03T18:49:55.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T18:49:56.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T18:49:56.918Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-03T18:49:56.918Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-03T18:49:57.194Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-03T18:49:57.485Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-03T18:49:57.485Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-03T18:49:57.485Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T18:49:57.485Z] OK: 8 MiB in 19 packages [2020-12-03T18:49:58.922Z] Removing intermediate container aff652a3d28a [2020-12-03T18:49:58.922Z] ---> c53613d8a194 [2020-12-03T18:49:58.922Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-03T18:49:59.519Z] ---> 132f25b63a57 [2020-12-03T18:49:59.519Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-03T18:50:00.958Z] ---> 051e457ac059 [2020-12-03T18:50:00.958Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-03T18:50:01.554Z] ---> 4a2e651212e7 [2020-12-03T18:50:01.554Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-03T18:50:01.827Z] ---> Running in da1daf89ea36 [2020-12-03T18:50:02.426Z] Removing intermediate container da1daf89ea36 [2020-12-03T18:50:02.426Z] ---> d04496330c48 [2020-12-03T18:50:02.426Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T18:50:02.426Z] ---> Running in 866e24707ea9 [2020-12-03T18:50:03.023Z] Removing intermediate container 866e24707ea9 [2020-12-03T18:50:03.023Z] ---> 8f0264ac9b57 [2020-12-03T18:50:03.023Z] Step 21/23 : LABEL arch=arm64 [2020-12-03T18:50:03.023Z] ---> Running in 22a550f5d4a0 [2020-12-03T18:50:03.621Z] Removing intermediate container 22a550f5d4a0 [2020-12-03T18:50:03.621Z] ---> c6d4587e5ae1 [2020-12-03T18:50:03.621Z] Step 22/23 : LABEL git_sha=0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:03.621Z] ---> Running in b9692858189f [2020-12-03T18:50:03.897Z] Removing intermediate container b9692858189f [2020-12-03T18:50:03.897Z] ---> f0a771068115 [2020-12-03T18:50:03.897Z] Step 23/23 : LABEL version=1.3.1-dev.18 [2020-12-03T18:50:04.173Z] ---> Running in 374a51a1aa3a [2020-12-03T18:50:04.774Z] Removing intermediate container 374a51a1aa3a [2020-12-03T18:50:04.774Z] ---> 24c8579c2d5c [2020-12-03T18:50:04.774Z] [2020-12-03T18:50:04.774Z] Successfully built 24c8579c2d5c [2020-12-03T18:50:05.047Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-03T18:50:05.338Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-03T18:50:05.343Z] $ docker stop --time=1 71f3ac465ff4aaf19ef452bedb034110c5bae17aaa9165687ac9b7a2063fb5eb [2020-12-03T18:50:07.247Z] $ docker rm -f 71f3ac465ff4aaf19ef452bedb034110c5bae17aaa9165687ac9b7a2063fb5eb [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T18:50:07.960Z] + grep docker [2020-12-03T18:50:07.960Z] + docker images [2020-12-03T18:50:08.231Z] docker-core-data-go-arm64 latest 24c8579c2d5c 4 seconds ago 22.3MB [2020-12-03T18:50:08.231Z] docker-security-proxy-setup-go-arm64 latest edb33b9cb946 17 seconds ago 23.4MB [2020-12-03T18:50:08.231Z] docker-support-notifications-go-arm64 latest 9c4f7d0c5a38 22 seconds ago 12.9MB [2020-12-03T18:50:08.231Z] docker-core-metadata-go-arm64 latest 1f2be76456f8 31 seconds ago 13.6MB [2020-12-03T18:50:08.231Z] docker-core-command-go-arm64 latest 573c77c59a0f About a minute ago 11.4MB [2020-12-03T18:50:08.231Z] docker-sys-mgmt-agent-go-arm64 latest fe13a2a589d5 2 minutes ago 273MB [2020-12-03T18:50:08.231Z] docker-security-secrets-setup-go-arm64 latest f13a8457f881 3 minutes ago 22.7MB [2020-12-03T18:50:08.231Z] docker-security-secretstore-setup-go-arm64 latest df6bdc147c02 3 minutes ago 23.5MB [2020-12-03T18:50:08.231Z] docker-security-bootstrap-redis-go-arm64 latest 2b3eb39899fc 3 minutes ago 15.2MB [2020-12-03T18:50:08.231Z] docker-support-scheduler-go-arm64 latest c6a9b6376d43 3 minutes ago 11.5MB [2020-12-03T18:50:08.231Z] docker latest 84e3a507c27b 42 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-03T18:50:08.833Z] provisioning config files... [2020-12-03T18:50:08.872Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/242@tmp/config2785342115360476065tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T18:50:09.274Z] ---> docker-login.sh [2020-12-03T18:50:09.274Z] nexus3.edgexfoundry.org:10001 [2020-12-03T18:50:09.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:50:09.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:50:09.815Z] Configure a credential helper to remove this warning. See [2020-12-03T18:50:09.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:50:09.815Z] [2020-12-03T18:50:09.815Z] Login Succeeded [2020-12-03T18:50:09.815Z] nexus3.edgexfoundry.org:10002 [2020-12-03T18:50:10.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:50:10.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:50:10.356Z] Configure a credential helper to remove this warning. See [2020-12-03T18:50:10.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:50:10.356Z] [2020-12-03T18:50:10.356Z] Login Succeeded [2020-12-03T18:50:10.356Z] nexus3.edgexfoundry.org:10003 [2020-12-03T18:50:10.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:50:10.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:50:10.899Z] Configure a credential helper to remove this warning. See [2020-12-03T18:50:10.899Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:50:10.899Z] [2020-12-03T18:50:10.899Z] Login Succeeded [2020-12-03T18:50:10.899Z] nexus3.edgexfoundry.org:10004 [2020-12-03T18:50:11.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:50:11.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:50:11.492Z] Configure a credential helper to remove this warning. See [2020-12-03T18:50:11.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:50:11.492Z] [2020-12-03T18:50:11.492Z] Login Succeeded [2020-12-03T18:50:11.492Z] docker.io [2020-12-03T18:50:12.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T18:50:12.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T18:50:12.353Z] Configure a credential helper to remove this warning. See [2020-12-03T18:50:12.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T18:50:12.353Z] [2020-12-03T18:50:12.353Z] Login Succeeded [2020-12-03T18:50:12.353Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T18:50:12.371Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:50:12.588Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-03T18:50:12.588Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:12.588Z] 1.3.1-dev.18 [2020-12-03T18:50:12.588Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:12.588Z] master [2020-12-03T18:50:12.588Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:13.140Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:13.480Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:13.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-03T18:50:13.480Z] eb92ec204e51: Preparing [2020-12-03T18:50:13.480Z] 5d4a0fd20f05: Preparing [2020-12-03T18:50:13.480Z] 3b6ae2149731: Preparing [2020-12-03T18:50:13.753Z] 3b6ae2149731: Pushed [2020-12-03T18:50:13.753Z] eb92ec204e51: Pushed [2020-12-03T18:50:16.358Z] 5d4a0fd20f05: Pushed [2020-12-03T18:50:16.628Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:8138489d68a25e2c9e1027f8c5bea9a1dc26ebc0046893d4ec88b56bc41e961d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:16.965Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:17.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.18 [2020-12-03T18:50:17.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-03T18:50:17.300Z] eb92ec204e51: Preparing [2020-12-03T18:50:17.300Z] 5d4a0fd20f05: Preparing [2020-12-03T18:50:17.300Z] 3b6ae2149731: Preparing [2020-12-03T18:50:17.300Z] 3b6ae2149731: Layer already exists [2020-12-03T18:50:17.300Z] eb92ec204e51: Layer already exists [2020-12-03T18:50:17.300Z] 5d4a0fd20f05: Layer already exists [2020-12-03T18:50:17.571Z] 1.3.1-dev.18: digest: sha256:8138489d68a25e2c9e1027f8c5bea9a1dc26ebc0046893d4ec88b56bc41e961d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:17.910Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:18.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:18.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-03T18:50:18.248Z] eb92ec204e51: Preparing [2020-12-03T18:50:18.248Z] 5d4a0fd20f05: Preparing [2020-12-03T18:50:18.248Z] 3b6ae2149731: Preparing [2020-12-03T18:50:18.248Z] 5d4a0fd20f05: Layer already exists [2020-12-03T18:50:18.248Z] eb92ec204e51: Layer already exists [2020-12-03T18:50:18.248Z] 3b6ae2149731: Layer already exists [2020-12-03T18:50:18.517Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:8138489d68a25e2c9e1027f8c5bea9a1dc26ebc0046893d4ec88b56bc41e961d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:18.895Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:19.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-03T18:50:19.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-03T18:50:19.234Z] eb92ec204e51: Preparing [2020-12-03T18:50:19.234Z] 5d4a0fd20f05: Preparing [2020-12-03T18:50:19.234Z] 3b6ae2149731: Preparing [2020-12-03T18:50:19.234Z] 3b6ae2149731: Layer already exists [2020-12-03T18:50:19.234Z] eb92ec204e51: Layer already exists [2020-12-03T18:50:19.234Z] 5d4a0fd20f05: Layer already exists [2020-12-03T18:50:19.503Z] master: digest: sha256:8138489d68a25e2c9e1027f8c5bea9a1dc26ebc0046893d4ec88b56bc41e961d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:50:19.714Z] ===================================================== [Pipeline] echo [2020-12-03T18:50:19.765Z] taggedImages: [2020-12-03T18:50:19.765Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:19.765Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.18 [2020-12-03T18:50:19.765Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:19.765Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-03T18:50:19.835Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-03T18:50:19.835Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:19.835Z] 1.3.1-dev.18 [2020-12-03T18:50:19.835Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:19.835Z] master [2020-12-03T18:50:19.835Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:20.412Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:20.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:20.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-03T18:50:20.743Z] bc15fca361ba: Preparing [2020-12-03T18:50:20.743Z] 66a65d916747: Preparing [2020-12-03T18:50:20.743Z] e538c34244c9: Preparing [2020-12-03T18:50:20.743Z] b17304877c04: Preparing [2020-12-03T18:50:20.743Z] 00fde7e706df: Preparing [2020-12-03T18:50:20.743Z] cd3761cfa1d9: Preparing [2020-12-03T18:50:20.743Z] cd3761cfa1d9: Waiting [2020-12-03T18:50:21.014Z] e538c34244c9: Pushed [2020-12-03T18:50:21.014Z] bc15fca361ba: Pushed [2020-12-03T18:50:21.014Z] 00fde7e706df: Pushed [2020-12-03T18:50:21.014Z] cd3761cfa1d9: Layer already exists [2020-12-03T18:50:21.605Z] b17304877c04: Pushed [2020-12-03T18:50:24.202Z] 66a65d916747: Pushed [2020-12-03T18:50:24.472Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:2e4353f152ac89254fbb858742f9227652773c542c47588c3ad0f5650649d024 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:24.807Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:25.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.18 [2020-12-03T18:50:25.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-03T18:50:25.139Z] bc15fca361ba: Preparing [2020-12-03T18:50:25.139Z] 66a65d916747: Preparing [2020-12-03T18:50:25.139Z] e538c34244c9: Preparing [2020-12-03T18:50:25.139Z] b17304877c04: Preparing [2020-12-03T18:50:25.139Z] 00fde7e706df: Preparing [2020-12-03T18:50:25.139Z] cd3761cfa1d9: Preparing [2020-12-03T18:50:25.139Z] cd3761cfa1d9: Waiting [2020-12-03T18:50:25.139Z] 00fde7e706df: Layer already exists [2020-12-03T18:50:25.139Z] e538c34244c9: Layer already exists [2020-12-03T18:50:25.139Z] 66a65d916747: Layer already exists [2020-12-03T18:50:25.139Z] b17304877c04: Layer already exists [2020-12-03T18:50:25.139Z] bc15fca361ba: Layer already exists [2020-12-03T18:50:25.407Z] cd3761cfa1d9: Layer already exists [2020-12-03T18:50:25.407Z] 1.3.1-dev.18: digest: sha256:2e4353f152ac89254fbb858742f9227652773c542c47588c3ad0f5650649d024 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:25.747Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:26.083Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:26.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-03T18:50:26.084Z] bc15fca361ba: Preparing [2020-12-03T18:50:26.084Z] 66a65d916747: Preparing [2020-12-03T18:50:26.084Z] e538c34244c9: Preparing [2020-12-03T18:50:26.084Z] b17304877c04: Preparing [2020-12-03T18:50:26.084Z] 00fde7e706df: Preparing [2020-12-03T18:50:26.084Z] cd3761cfa1d9: Preparing [2020-12-03T18:50:26.084Z] cd3761cfa1d9: Waiting [2020-12-03T18:50:26.354Z] e538c34244c9: Layer already exists [2020-12-03T18:50:26.354Z] 66a65d916747: Layer already exists [2020-12-03T18:50:26.354Z] b17304877c04: Layer already exists [2020-12-03T18:50:26.354Z] 00fde7e706df: Layer already exists [2020-12-03T18:50:26.354Z] bc15fca361ba: Layer already exists [2020-12-03T18:50:26.354Z] cd3761cfa1d9: Layer already exists [2020-12-03T18:50:26.354Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:2e4353f152ac89254fbb858742f9227652773c542c47588c3ad0f5650649d024 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:26.696Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:27.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-03T18:50:27.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-03T18:50:27.036Z] bc15fca361ba: Preparing [2020-12-03T18:50:27.036Z] 66a65d916747: Preparing [2020-12-03T18:50:27.036Z] e538c34244c9: Preparing [2020-12-03T18:50:27.036Z] b17304877c04: Preparing [2020-12-03T18:50:27.036Z] 00fde7e706df: Preparing [2020-12-03T18:50:27.036Z] cd3761cfa1d9: Preparing [2020-12-03T18:50:27.307Z] e538c34244c9: Layer already exists [2020-12-03T18:50:27.307Z] 00fde7e706df: Layer already exists [2020-12-03T18:50:27.307Z] 66a65d916747: Layer already exists [2020-12-03T18:50:27.307Z] bc15fca361ba: Layer already exists [2020-12-03T18:50:27.307Z] b17304877c04: Layer already exists [2020-12-03T18:50:27.307Z] cd3761cfa1d9: Layer already exists [2020-12-03T18:50:27.307Z] master: digest: sha256:2e4353f152ac89254fbb858742f9227652773c542c47588c3ad0f5650649d024 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:50:27.542Z] ===================================================== [Pipeline] echo [2020-12-03T18:50:27.595Z] taggedImages: [2020-12-03T18:50:27.595Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:27.595Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.18 [2020-12-03T18:50:27.595Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:27.595Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-03T18:50:27.699Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-03T18:50:27.699Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:27.699Z] 1.3.1-dev.18 [2020-12-03T18:50:27.699Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:27.699Z] master [2020-12-03T18:50:27.699Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:28.209Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:28.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:28.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-03T18:50:28.539Z] c5306b5fdbd6: Preparing [2020-12-03T18:50:28.539Z] fb298aa2b4ab: Preparing [2020-12-03T18:50:28.539Z] cab20dcbd73f: Preparing [2020-12-03T18:50:28.819Z] c5306b5fdbd6: Pushed [2020-12-03T18:50:28.819Z] cab20dcbd73f: Pushed [2020-12-03T18:50:32.192Z] fb298aa2b4ab: Pushed [2020-12-03T18:50:32.192Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:9a2952dc4774c62e12126570b4220635c7494e932d5d8f668c11de9872bf28db size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:32.526Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:32.855Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.18 [2020-12-03T18:50:32.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-03T18:50:32.855Z] c5306b5fdbd6: Preparing [2020-12-03T18:50:32.855Z] fb298aa2b4ab: Preparing [2020-12-03T18:50:32.855Z] cab20dcbd73f: Preparing [2020-12-03T18:50:32.855Z] fb298aa2b4ab: Layer already exists [2020-12-03T18:50:32.855Z] cab20dcbd73f: Layer already exists [2020-12-03T18:50:32.855Z] c5306b5fdbd6: Layer already exists [2020-12-03T18:50:33.123Z] 1.3.1-dev.18: digest: sha256:9a2952dc4774c62e12126570b4220635c7494e932d5d8f668c11de9872bf28db size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:33.458Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:33.787Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:33.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-03T18:50:33.787Z] c5306b5fdbd6: Preparing [2020-12-03T18:50:33.787Z] fb298aa2b4ab: Preparing [2020-12-03T18:50:33.787Z] cab20dcbd73f: Preparing [2020-12-03T18:50:34.057Z] cab20dcbd73f: Layer already exists [2020-12-03T18:50:34.057Z] fb298aa2b4ab: Layer already exists [2020-12-03T18:50:34.057Z] c5306b5fdbd6: Layer already exists [2020-12-03T18:50:34.057Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:9a2952dc4774c62e12126570b4220635c7494e932d5d8f668c11de9872bf28db size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:34.393Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:34.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-03T18:50:34.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-03T18:50:34.725Z] c5306b5fdbd6: Preparing [2020-12-03T18:50:34.725Z] fb298aa2b4ab: Preparing [2020-12-03T18:50:34.725Z] cab20dcbd73f: Preparing [2020-12-03T18:50:34.725Z] c5306b5fdbd6: Layer already exists [2020-12-03T18:50:34.725Z] cab20dcbd73f: Layer already exists [2020-12-03T18:50:34.725Z] fb298aa2b4ab: Layer already exists [2020-12-03T18:50:34.994Z] master: digest: sha256:9a2952dc4774c62e12126570b4220635c7494e932d5d8f668c11de9872bf28db size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:50:35.206Z] ===================================================== [Pipeline] echo [2020-12-03T18:50:35.282Z] taggedImages: [2020-12-03T18:50:35.282Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:35.282Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.18 [2020-12-03T18:50:35.282Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:35.282Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-03T18:50:35.352Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-03T18:50:35.352Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:35.352Z] 1.3.1-dev.18 [2020-12-03T18:50:35.352Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:35.352Z] master [2020-12-03T18:50:35.352Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:35.887Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:36.221Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:36.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-03T18:50:36.222Z] b51fb7f5bd8c: Preparing [2020-12-03T18:50:36.222Z] af427ecf0d87: Preparing [2020-12-03T18:50:36.222Z] 1a2281b76427: Preparing [2020-12-03T18:50:36.222Z] 65c237e1322f: Preparing [2020-12-03T18:50:36.222Z] f8826137ab7a: Preparing [2020-12-03T18:50:36.222Z] 0f3e40dc7aa7: Preparing [2020-12-03T18:50:36.222Z] 66b385cf80cf: Preparing [2020-12-03T18:50:36.222Z] 0f3e40dc7aa7: Waiting [2020-12-03T18:50:36.222Z] 66b385cf80cf: Waiting [2020-12-03T18:50:36.493Z] f8826137ab7a: Pushed [2020-12-03T18:50:36.493Z] 1a2281b76427: Pushed [2020-12-03T18:50:36.493Z] b51fb7f5bd8c: Pushed [2020-12-03T18:50:36.493Z] af427ecf0d87: Pushed [2020-12-03T18:50:36.771Z] 66b385cf80cf: Layer already exists [2020-12-03T18:50:37.043Z] 0f3e40dc7aa7: Pushed [2020-12-03T18:50:39.005Z] 65c237e1322f: Pushed [2020-12-03T18:50:39.005Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:b3ec4c70adcc785cc373fa7bf4b4c8cd6ca12faf8bcc360975014dc971aef38a size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:39.345Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:39.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.18 [2020-12-03T18:50:39.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-03T18:50:39.676Z] b51fb7f5bd8c: Preparing [2020-12-03T18:50:39.676Z] af427ecf0d87: Preparing [2020-12-03T18:50:39.676Z] 1a2281b76427: Preparing [2020-12-03T18:50:39.676Z] 65c237e1322f: Preparing [2020-12-03T18:50:39.676Z] f8826137ab7a: Preparing [2020-12-03T18:50:39.676Z] 0f3e40dc7aa7: Preparing [2020-12-03T18:50:39.676Z] 66b385cf80cf: Preparing [2020-12-03T18:50:39.676Z] 0f3e40dc7aa7: Waiting [2020-12-03T18:50:39.676Z] 66b385cf80cf: Waiting [2020-12-03T18:50:39.945Z] f8826137ab7a: Layer already exists [2020-12-03T18:50:39.945Z] af427ecf0d87: Layer already exists [2020-12-03T18:50:39.945Z] 1a2281b76427: Layer already exists [2020-12-03T18:50:39.945Z] 65c237e1322f: Layer already exists [2020-12-03T18:50:39.945Z] b51fb7f5bd8c: Layer already exists [2020-12-03T18:50:39.945Z] 66b385cf80cf: Layer already exists [2020-12-03T18:50:39.945Z] 0f3e40dc7aa7: Layer already exists [2020-12-03T18:50:39.945Z] 1.3.1-dev.18: digest: sha256:b3ec4c70adcc785cc373fa7bf4b4c8cd6ca12faf8bcc360975014dc971aef38a size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:40.280Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:40.614Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:40.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-03T18:50:40.614Z] b51fb7f5bd8c: Preparing [2020-12-03T18:50:40.614Z] af427ecf0d87: Preparing [2020-12-03T18:50:40.614Z] 1a2281b76427: Preparing [2020-12-03T18:50:40.614Z] 65c237e1322f: Preparing [2020-12-03T18:50:40.614Z] f8826137ab7a: Preparing [2020-12-03T18:50:40.614Z] 0f3e40dc7aa7: Preparing [2020-12-03T18:50:40.614Z] 66b385cf80cf: Preparing [2020-12-03T18:50:40.614Z] 0f3e40dc7aa7: Waiting [2020-12-03T18:50:40.614Z] 66b385cf80cf: Waiting [2020-12-03T18:50:40.884Z] f8826137ab7a: Layer already exists [2020-12-03T18:50:40.884Z] 65c237e1322f: Layer already exists [2020-12-03T18:50:40.884Z] b51fb7f5bd8c: Layer already exists [2020-12-03T18:50:40.884Z] af427ecf0d87: Layer already exists [2020-12-03T18:50:40.884Z] 1a2281b76427: Layer already exists [2020-12-03T18:50:40.884Z] 66b385cf80cf: Layer already exists [2020-12-03T18:50:40.884Z] 0f3e40dc7aa7: Layer already exists [2020-12-03T18:50:40.884Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:b3ec4c70adcc785cc373fa7bf4b4c8cd6ca12faf8bcc360975014dc971aef38a size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:41.220Z] + 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-03T18:50:41.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-03T18:50:41.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-03T18:50:41.551Z] b51fb7f5bd8c: Preparing [2020-12-03T18:50:41.551Z] af427ecf0d87: Preparing [2020-12-03T18:50:41.551Z] 1a2281b76427: Preparing [2020-12-03T18:50:41.551Z] 65c237e1322f: Preparing [2020-12-03T18:50:41.551Z] f8826137ab7a: Preparing [2020-12-03T18:50:41.551Z] 0f3e40dc7aa7: Preparing [2020-12-03T18:50:41.551Z] 66b385cf80cf: Preparing [2020-12-03T18:50:41.551Z] 0f3e40dc7aa7: Waiting [2020-12-03T18:50:41.551Z] 66b385cf80cf: Waiting [2020-12-03T18:50:41.822Z] b51fb7f5bd8c: Layer already exists [2020-12-03T18:50:41.822Z] af427ecf0d87: Layer already exists [2020-12-03T18:50:41.822Z] 1a2281b76427: Layer already exists [2020-12-03T18:50:41.822Z] 65c237e1322f: Layer already exists [2020-12-03T18:50:41.822Z] f8826137ab7a: Layer already exists [2020-12-03T18:50:41.822Z] 66b385cf80cf: Layer already exists [2020-12-03T18:50:41.822Z] 0f3e40dc7aa7: Layer already exists [2020-12-03T18:50:41.822Z] master: digest: sha256:b3ec4c70adcc785cc373fa7bf4b4c8cd6ca12faf8bcc360975014dc971aef38a size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:50:42.067Z] ===================================================== [Pipeline] echo [2020-12-03T18:50:42.117Z] taggedImages: [2020-12-03T18:50:42.117Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:42.117Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.18 [2020-12-03T18:50:42.117Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:42.117Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-03T18:50:42.185Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-03T18:50:42.185Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:42.185Z] 1.3.1-dev.18 [2020-12-03T18:50:42.185Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:42.185Z] master [2020-12-03T18:50:42.185Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:42.698Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:43.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:43.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-03T18:50:43.029Z] 07a1a9ab1925: Preparing [2020-12-03T18:50:43.029Z] bc77ab0ca28c: Preparing [2020-12-03T18:50:43.029Z] 9b69af6ddc47: Preparing [2020-12-03T18:50:43.029Z] 3747450446d2: Preparing [2020-12-03T18:50:43.029Z] 957911c7d7bb: Preparing [2020-12-03T18:50:43.029Z] cd3761cfa1d9: Preparing [2020-12-03T18:50:43.029Z] cd3761cfa1d9: Waiting [2020-12-03T18:50:43.300Z] 3747450446d2: Pushed [2020-12-03T18:50:43.300Z] cd3761cfa1d9: Layer already exists [2020-12-03T18:50:43.572Z] 9b69af6ddc47: Pushed [2020-12-03T18:50:43.572Z] 957911c7d7bb: Pushed [2020-12-03T18:50:45.540Z] 07a1a9ab1925: Pushed [2020-12-03T18:50:45.540Z] bc77ab0ca28c: Pushed [2020-12-03T18:50:45.540Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:e0c90ba4db4f0e769c6e9975f11b6399b88563f3fe871e906371853eeee8651c size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:46.146Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:46.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.18 [2020-12-03T18:50:46.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-03T18:50:46.483Z] 07a1a9ab1925: Preparing [2020-12-03T18:50:46.483Z] bc77ab0ca28c: Preparing [2020-12-03T18:50:46.483Z] 9b69af6ddc47: Preparing [2020-12-03T18:50:46.483Z] 3747450446d2: Preparing [2020-12-03T18:50:46.483Z] 957911c7d7bb: Preparing [2020-12-03T18:50:46.483Z] cd3761cfa1d9: Preparing [2020-12-03T18:50:46.483Z] cd3761cfa1d9: Waiting [2020-12-03T18:50:46.753Z] bc77ab0ca28c: Layer already exists [2020-12-03T18:50:46.753Z] 07a1a9ab1925: Layer already exists [2020-12-03T18:50:46.753Z] 3747450446d2: Layer already exists [2020-12-03T18:50:46.753Z] 957911c7d7bb: Layer already exists [2020-12-03T18:50:46.753Z] 9b69af6ddc47: Layer already exists [2020-12-03T18:50:46.753Z] cd3761cfa1d9: Layer already exists [2020-12-03T18:50:46.753Z] 1.3.1-dev.18: digest: sha256:e0c90ba4db4f0e769c6e9975f11b6399b88563f3fe871e906371853eeee8651c size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:47.090Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:47.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:47.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-03T18:50:47.423Z] 07a1a9ab1925: Preparing [2020-12-03T18:50:47.423Z] bc77ab0ca28c: Preparing [2020-12-03T18:50:47.423Z] 9b69af6ddc47: Preparing [2020-12-03T18:50:47.423Z] 3747450446d2: Preparing [2020-12-03T18:50:47.423Z] 957911c7d7bb: Preparing [2020-12-03T18:50:47.423Z] cd3761cfa1d9: Preparing [2020-12-03T18:50:47.423Z] cd3761cfa1d9: Waiting [2020-12-03T18:50:47.423Z] bc77ab0ca28c: Layer already exists [2020-12-03T18:50:47.423Z] 9b69af6ddc47: Layer already exists [2020-12-03T18:50:47.423Z] 3747450446d2: Layer already exists [2020-12-03T18:50:47.423Z] 07a1a9ab1925: Layer already exists [2020-12-03T18:50:47.423Z] 957911c7d7bb: Layer already exists [2020-12-03T18:50:47.692Z] cd3761cfa1d9: Layer already exists [2020-12-03T18:50:47.692Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:e0c90ba4db4f0e769c6e9975f11b6399b88563f3fe871e906371853eeee8651c size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:48.027Z] + 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-03T18:50:48.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-03T18:50:48.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-03T18:50:48.360Z] 07a1a9ab1925: Preparing [2020-12-03T18:50:48.360Z] bc77ab0ca28c: Preparing [2020-12-03T18:50:48.360Z] 9b69af6ddc47: Preparing [2020-12-03T18:50:48.360Z] 3747450446d2: Preparing [2020-12-03T18:50:48.360Z] 957911c7d7bb: Preparing [2020-12-03T18:50:48.360Z] cd3761cfa1d9: Preparing [2020-12-03T18:50:48.360Z] cd3761cfa1d9: Waiting [2020-12-03T18:50:48.360Z] 9b69af6ddc47: Layer already exists [2020-12-03T18:50:48.360Z] 957911c7d7bb: Layer already exists [2020-12-03T18:50:48.360Z] bc77ab0ca28c: Layer already exists [2020-12-03T18:50:48.360Z] 07a1a9ab1925: Layer already exists [2020-12-03T18:50:48.360Z] 3747450446d2: Layer already exists [2020-12-03T18:50:48.630Z] cd3761cfa1d9: Layer already exists [2020-12-03T18:50:48.630Z] master: digest: sha256:e0c90ba4db4f0e769c6e9975f11b6399b88563f3fe871e906371853eeee8651c size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:50:48.872Z] ===================================================== [Pipeline] echo [2020-12-03T18:50:48.920Z] taggedImages: [2020-12-03T18:50:48.920Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:48.920Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.18 [2020-12-03T18:50:48.920Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:48.920Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-03T18:50:48.991Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-12-03T18:50:48.991Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:48.991Z] 1.3.1-dev.18 [2020-12-03T18:50:48.991Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:48.991Z] master [2020-12-03T18:50:48.991Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:49.549Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:49.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:49.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-03T18:50:49.887Z] ad6c8ec19422: Preparing [2020-12-03T18:50:49.887Z] 95205bf8a9de: Preparing [2020-12-03T18:50:49.887Z] 1e0401181174: Preparing [2020-12-03T18:50:49.887Z] fbe907e04964: Preparing [2020-12-03T18:50:49.887Z] fbe907e04964: Preparing [2020-12-03T18:50:49.887Z] a5881d95d089: Preparing [2020-12-03T18:50:49.887Z] 51b832081620: Preparing [2020-12-03T18:50:49.887Z] f68d3de1ea4f: Preparing [2020-12-03T18:50:49.887Z] ad6c8ec19422: Preparing [2020-12-03T18:50:49.887Z] e0def6e3fdc6: Preparing [2020-12-03T18:50:49.887Z] 7799af524809: Preparing [2020-12-03T18:50:49.887Z] 21a928108f89: Preparing [2020-12-03T18:50:49.887Z] cd3761cfa1d9: Preparing [2020-12-03T18:50:49.887Z] 51b832081620: Waiting [2020-12-03T18:50:49.887Z] 7799af524809: Waiting [2020-12-03T18:50:49.887Z] f68d3de1ea4f: Waiting [2020-12-03T18:50:49.887Z] e0def6e3fdc6: Waiting [2020-12-03T18:50:49.887Z] 21a928108f89: Waiting [2020-12-03T18:50:49.887Z] cd3761cfa1d9: Waiting [2020-12-03T18:50:50.173Z] 95205bf8a9de: Pushed [2020-12-03T18:50:50.173Z] fbe907e04964: Pushed [2020-12-03T18:50:50.444Z] a5881d95d089: Pushed [2020-12-03T18:50:50.444Z] 1e0401181174: Pushed [2020-12-03T18:50:50.444Z] 51b832081620: Pushed [2020-12-03T18:50:50.444Z] f68d3de1ea4f: Pushed [2020-12-03T18:50:50.444Z] e0def6e3fdc6: Pushed [2020-12-03T18:50:50.717Z] cd3761cfa1d9: Layer already exists [2020-12-03T18:50:50.717Z] 7799af524809: Pushed [2020-12-03T18:50:50.988Z] 21a928108f89: Pushed [2020-12-03T18:50:52.405Z] ad6c8ec19422: Pushed [2020-12-03T18:50:52.674Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:cc2cdcb14c483e547b66cf78d6313b08d068942fa6e23800f562ecb96ef21394 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:53.008Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:53.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.18 [2020-12-03T18:50:53.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-03T18:50:53.336Z] ad6c8ec19422: Preparing [2020-12-03T18:50:53.336Z] 95205bf8a9de: Preparing [2020-12-03T18:50:53.336Z] 1e0401181174: Preparing [2020-12-03T18:50:53.336Z] fbe907e04964: Preparing [2020-12-03T18:50:53.336Z] fbe907e04964: Preparing [2020-12-03T18:50:53.336Z] a5881d95d089: Preparing [2020-12-03T18:50:53.336Z] 51b832081620: Preparing [2020-12-03T18:50:53.336Z] f68d3de1ea4f: Preparing [2020-12-03T18:50:53.336Z] ad6c8ec19422: Preparing [2020-12-03T18:50:53.336Z] e0def6e3fdc6: Preparing [2020-12-03T18:50:53.336Z] 7799af524809: Preparing [2020-12-03T18:50:53.336Z] 21a928108f89: Preparing [2020-12-03T18:50:53.336Z] cd3761cfa1d9: Preparing [2020-12-03T18:50:53.336Z] e0def6e3fdc6: Waiting [2020-12-03T18:50:53.336Z] 21a928108f89: Waiting [2020-12-03T18:50:53.336Z] cd3761cfa1d9: Waiting [2020-12-03T18:50:53.336Z] 7799af524809: Waiting [2020-12-03T18:50:53.336Z] f68d3de1ea4f: Waiting [2020-12-03T18:50:53.336Z] fbe907e04964: Layer already exists [2020-12-03T18:50:53.336Z] a5881d95d089: Layer already exists [2020-12-03T18:50:53.336Z] 1e0401181174: Layer already exists [2020-12-03T18:50:53.606Z] ad6c8ec19422: Layer already exists [2020-12-03T18:50:53.606Z] 95205bf8a9de: Layer already exists [2020-12-03T18:50:53.606Z] e0def6e3fdc6: Layer already exists [2020-12-03T18:50:53.606Z] 51b832081620: Layer already exists [2020-12-03T18:50:53.606Z] 7799af524809: Layer already exists [2020-12-03T18:50:53.606Z] f68d3de1ea4f: Layer already exists [2020-12-03T18:50:53.606Z] 21a928108f89: Layer already exists [2020-12-03T18:50:53.606Z] cd3761cfa1d9: Layer already exists [2020-12-03T18:50:53.606Z] 1.3.1-dev.18: digest: sha256:cc2cdcb14c483e547b66cf78d6313b08d068942fa6e23800f562ecb96ef21394 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:53.939Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:54.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:54.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-03T18:50:54.270Z] ad6c8ec19422: Preparing [2020-12-03T18:50:54.270Z] 95205bf8a9de: Preparing [2020-12-03T18:50:54.270Z] 1e0401181174: Preparing [2020-12-03T18:50:54.270Z] fbe907e04964: Preparing [2020-12-03T18:50:54.270Z] fbe907e04964: Preparing [2020-12-03T18:50:54.270Z] a5881d95d089: Preparing [2020-12-03T18:50:54.270Z] 51b832081620: Preparing [2020-12-03T18:50:54.270Z] f68d3de1ea4f: Preparing [2020-12-03T18:50:54.270Z] ad6c8ec19422: Preparing [2020-12-03T18:50:54.270Z] e0def6e3fdc6: Preparing [2020-12-03T18:50:54.270Z] 7799af524809: Preparing [2020-12-03T18:50:54.270Z] 21a928108f89: Preparing [2020-12-03T18:50:54.270Z] cd3761cfa1d9: Preparing [2020-12-03T18:50:54.270Z] 51b832081620: Waiting [2020-12-03T18:50:54.270Z] f68d3de1ea4f: Waiting [2020-12-03T18:50:54.270Z] e0def6e3fdc6: Waiting [2020-12-03T18:50:54.270Z] 21a928108f89: Waiting [2020-12-03T18:50:54.270Z] cd3761cfa1d9: Waiting [2020-12-03T18:50:54.270Z] 7799af524809: Waiting [2020-12-03T18:50:54.270Z] 95205bf8a9de: Layer already exists [2020-12-03T18:50:54.270Z] ad6c8ec19422: Layer already exists [2020-12-03T18:50:54.270Z] fbe907e04964: Layer already exists [2020-12-03T18:50:54.540Z] 1e0401181174: Layer already exists [2020-12-03T18:50:54.540Z] a5881d95d089: Layer already exists [2020-12-03T18:50:54.540Z] 7799af524809: Layer already exists [2020-12-03T18:50:54.540Z] e0def6e3fdc6: Layer already exists [2020-12-03T18:50:54.540Z] f68d3de1ea4f: Layer already exists [2020-12-03T18:50:54.540Z] 51b832081620: Layer already exists [2020-12-03T18:50:54.540Z] 21a928108f89: Layer already exists [2020-12-03T18:50:54.540Z] cd3761cfa1d9: Layer already exists [2020-12-03T18:50:54.540Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:cc2cdcb14c483e547b66cf78d6313b08d068942fa6e23800f562ecb96ef21394 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:54.920Z] + 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-03T18:50:55.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-12-03T18:50:55.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-03T18:50:55.280Z] ad6c8ec19422: Preparing [2020-12-03T18:50:55.280Z] 95205bf8a9de: Preparing [2020-12-03T18:50:55.280Z] 1e0401181174: Preparing [2020-12-03T18:50:55.280Z] fbe907e04964: Preparing [2020-12-03T18:50:55.280Z] fbe907e04964: Preparing [2020-12-03T18:50:55.280Z] a5881d95d089: Preparing [2020-12-03T18:50:55.280Z] 51b832081620: Preparing [2020-12-03T18:50:55.280Z] f68d3de1ea4f: Preparing [2020-12-03T18:50:55.280Z] ad6c8ec19422: Preparing [2020-12-03T18:50:55.280Z] e0def6e3fdc6: Preparing [2020-12-03T18:50:55.280Z] 7799af524809: Preparing [2020-12-03T18:50:55.280Z] 51b832081620: Waiting [2020-12-03T18:50:55.280Z] 21a928108f89: Preparing [2020-12-03T18:50:55.280Z] f68d3de1ea4f: Waiting [2020-12-03T18:50:55.280Z] cd3761cfa1d9: Preparing [2020-12-03T18:50:55.280Z] e0def6e3fdc6: Waiting [2020-12-03T18:50:55.280Z] 7799af524809: Waiting [2020-12-03T18:50:55.280Z] 21a928108f89: Waiting [2020-12-03T18:50:55.280Z] cd3761cfa1d9: Waiting [2020-12-03T18:50:55.567Z] fbe907e04964: Layer already exists [2020-12-03T18:50:55.567Z] 95205bf8a9de: Layer already exists [2020-12-03T18:50:55.567Z] 1e0401181174: Layer already exists [2020-12-03T18:50:55.567Z] ad6c8ec19422: Layer already exists [2020-12-03T18:50:55.567Z] a5881d95d089: Layer already exists [2020-12-03T18:50:55.567Z] e0def6e3fdc6: Layer already exists [2020-12-03T18:50:55.567Z] 21a928108f89: Layer already exists [2020-12-03T18:50:55.567Z] 7799af524809: Layer already exists [2020-12-03T18:50:55.567Z] 51b832081620: Layer already exists [2020-12-03T18:50:55.567Z] f68d3de1ea4f: Layer already exists [2020-12-03T18:50:55.567Z] cd3761cfa1d9: Layer already exists [2020-12-03T18:50:55.567Z] master: digest: sha256:cc2cdcb14c483e547b66cf78d6313b08d068942fa6e23800f562ecb96ef21394 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:50:55.861Z] ===================================================== [Pipeline] echo [2020-12-03T18:50:55.909Z] taggedImages: [2020-12-03T18:50:55.909Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:55.909Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.18 [2020-12-03T18:50:55.909Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:55.909Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-12-03T18:50:55.974Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-03T18:50:55.974Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:55.974Z] 1.3.1-dev.18 [2020-12-03T18:50:55.974Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:50:55.974Z] master [2020-12-03T18:50:55.974Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:56.490Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:56.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:50:56.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-03T18:50:56.878Z] dbfe49c6e4e4: Preparing [2020-12-03T18:50:56.878Z] 6ddca2f2dcf8: Preparing [2020-12-03T18:50:56.878Z] 2024e870483b: Preparing [2020-12-03T18:50:56.878Z] a956e074c68c: Preparing [2020-12-03T18:50:56.878Z] 00ca48713abe: Preparing [2020-12-03T18:50:56.878Z] b4212bf70707: Preparing [2020-12-03T18:50:56.878Z] ddd0aaf5231c: Preparing [2020-12-03T18:50:56.878Z] 2dda5fef4572: Preparing [2020-12-03T18:50:56.878Z] 66b385cf80cf: Preparing [2020-12-03T18:50:56.878Z] b4212bf70707: Waiting [2020-12-03T18:50:56.878Z] ddd0aaf5231c: Waiting [2020-12-03T18:50:56.878Z] 66b385cf80cf: Waiting [2020-12-03T18:50:56.878Z] 2dda5fef4572: Waiting [2020-12-03T18:50:57.240Z] dbfe49c6e4e4: Pushed [2020-12-03T18:50:57.240Z] 6ddca2f2dcf8: Pushed [2020-12-03T18:50:57.240Z] 00ca48713abe: Pushed [2020-12-03T18:50:57.550Z] b4212bf70707: Pushed [2020-12-03T18:50:57.550Z] ddd0aaf5231c: Pushed [2020-12-03T18:50:57.550Z] 66b385cf80cf: Layer already exists [2020-12-03T18:50:58.173Z] 2dda5fef4572: Pushed [2020-12-03T18:50:59.612Z] a956e074c68c: Pushed [2020-12-03T18:50:59.612Z] 2024e870483b: Pushed [2020-12-03T18:50:59.612Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:a77734c6918b4d3c3c7ff91b336fe51f718b1d4b3b4dd61a5055aab572173cbe size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:50:59.946Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:00.278Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.18 [2020-12-03T18:51:00.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-03T18:51:00.278Z] dbfe49c6e4e4: Preparing [2020-12-03T18:51:00.278Z] 6ddca2f2dcf8: Preparing [2020-12-03T18:51:00.278Z] 2024e870483b: Preparing [2020-12-03T18:51:00.278Z] a956e074c68c: Preparing [2020-12-03T18:51:00.278Z] 00ca48713abe: Preparing [2020-12-03T18:51:00.278Z] b4212bf70707: Preparing [2020-12-03T18:51:00.278Z] ddd0aaf5231c: Preparing [2020-12-03T18:51:00.278Z] 2dda5fef4572: Preparing [2020-12-03T18:51:00.278Z] 66b385cf80cf: Preparing [2020-12-03T18:51:00.278Z] b4212bf70707: Waiting [2020-12-03T18:51:00.278Z] ddd0aaf5231c: Waiting [2020-12-03T18:51:00.278Z] 2dda5fef4572: Waiting [2020-12-03T18:51:00.278Z] 66b385cf80cf: Waiting [2020-12-03T18:51:00.549Z] a956e074c68c: Layer already exists [2020-12-03T18:51:00.549Z] 00ca48713abe: Layer already exists [2020-12-03T18:51:00.549Z] 2024e870483b: Layer already exists [2020-12-03T18:51:00.549Z] 6ddca2f2dcf8: Layer already exists [2020-12-03T18:51:00.549Z] dbfe49c6e4e4: Layer already exists [2020-12-03T18:51:00.549Z] ddd0aaf5231c: Layer already exists [2020-12-03T18:51:00.549Z] b4212bf70707: Layer already exists [2020-12-03T18:51:00.549Z] 2dda5fef4572: Layer already exists [2020-12-03T18:51:00.549Z] 66b385cf80cf: Layer already exists [2020-12-03T18:51:00.549Z] 1.3.1-dev.18: digest: sha256:a77734c6918b4d3c3c7ff91b336fe51f718b1d4b3b4dd61a5055aab572173cbe size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:00.884Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:01.213Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:51:01.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-03T18:51:01.213Z] dbfe49c6e4e4: Preparing [2020-12-03T18:51:01.213Z] 6ddca2f2dcf8: Preparing [2020-12-03T18:51:01.213Z] 2024e870483b: Preparing [2020-12-03T18:51:01.213Z] a956e074c68c: Preparing [2020-12-03T18:51:01.213Z] 00ca48713abe: Preparing [2020-12-03T18:51:01.213Z] b4212bf70707: Preparing [2020-12-03T18:51:01.213Z] ddd0aaf5231c: Preparing [2020-12-03T18:51:01.213Z] 2dda5fef4572: Preparing [2020-12-03T18:51:01.213Z] 66b385cf80cf: Preparing [2020-12-03T18:51:01.213Z] ddd0aaf5231c: Waiting [2020-12-03T18:51:01.213Z] 2dda5fef4572: Waiting [2020-12-03T18:51:01.213Z] 66b385cf80cf: Waiting [2020-12-03T18:51:01.213Z] b4212bf70707: Waiting [2020-12-03T18:51:01.213Z] 00ca48713abe: Layer already exists [2020-12-03T18:51:01.213Z] a956e074c68c: Layer already exists [2020-12-03T18:51:01.213Z] 2024e870483b: Layer already exists [2020-12-03T18:51:01.483Z] 6ddca2f2dcf8: Layer already exists [2020-12-03T18:51:01.483Z] dbfe49c6e4e4: Layer already exists [2020-12-03T18:51:01.483Z] 2dda5fef4572: Layer already exists [2020-12-03T18:51:01.483Z] ddd0aaf5231c: Layer already exists [2020-12-03T18:51:01.483Z] b4212bf70707: Layer already exists [2020-12-03T18:51:01.483Z] 66b385cf80cf: Layer already exists [2020-12-03T18:51:01.483Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:a77734c6918b4d3c3c7ff91b336fe51f718b1d4b3b4dd61a5055aab572173cbe size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:01.818Z] + 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-03T18:51:02.152Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-03T18:51:02.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-03T18:51:02.152Z] dbfe49c6e4e4: Preparing [2020-12-03T18:51:02.152Z] 6ddca2f2dcf8: Preparing [2020-12-03T18:51:02.152Z] 2024e870483b: Preparing [2020-12-03T18:51:02.152Z] a956e074c68c: Preparing [2020-12-03T18:51:02.152Z] 00ca48713abe: Preparing [2020-12-03T18:51:02.152Z] b4212bf70707: Preparing [2020-12-03T18:51:02.152Z] ddd0aaf5231c: Preparing [2020-12-03T18:51:02.152Z] 2dda5fef4572: Preparing [2020-12-03T18:51:02.152Z] 66b385cf80cf: Preparing [2020-12-03T18:51:02.152Z] b4212bf70707: Waiting [2020-12-03T18:51:02.152Z] ddd0aaf5231c: Waiting [2020-12-03T18:51:02.152Z] 2dda5fef4572: Waiting [2020-12-03T18:51:02.152Z] 66b385cf80cf: Waiting [2020-12-03T18:51:02.423Z] a956e074c68c: Layer already exists [2020-12-03T18:51:02.423Z] dbfe49c6e4e4: Layer already exists [2020-12-03T18:51:02.423Z] 00ca48713abe: Layer already exists [2020-12-03T18:51:02.423Z] 2024e870483b: Layer already exists [2020-12-03T18:51:02.423Z] 6ddca2f2dcf8: Layer already exists [2020-12-03T18:51:02.423Z] ddd0aaf5231c: Layer already exists [2020-12-03T18:51:02.423Z] 2dda5fef4572: Layer already exists [2020-12-03T18:51:02.423Z] b4212bf70707: Layer already exists [2020-12-03T18:51:02.423Z] 66b385cf80cf: Layer already exists [2020-12-03T18:51:02.423Z] master: digest: sha256:a77734c6918b4d3c3c7ff91b336fe51f718b1d4b3b4dd61a5055aab572173cbe size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:51:02.750Z] ===================================================== [Pipeline] echo [2020-12-03T18:51:02.802Z] taggedImages: [2020-12-03T18:51:02.802Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:51:02.802Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.18 [2020-12-03T18:51:02.802Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:51:02.802Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-03T18:51:02.869Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-03T18:51:02.869Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:51:02.869Z] 1.3.1-dev.18 [2020-12-03T18:51:02.869Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:51:02.869Z] master [2020-12-03T18:51:02.869Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:03.370Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:03.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:51:03.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-03T18:51:03.723Z] 023e1dd820b8: Preparing [2020-12-03T18:51:03.723Z] fefb378ca882: Preparing [2020-12-03T18:51:03.723Z] 4dca6e4cf019: Preparing [2020-12-03T18:51:03.723Z] f4c1dabc2f49: Preparing [2020-12-03T18:51:03.723Z] 155e04e0c6e9: Preparing [2020-12-03T18:51:03.723Z] 2c549382f33d: Preparing [2020-12-03T18:51:03.723Z] 2c549382f33d: Waiting [2020-12-03T18:51:03.999Z] 4dca6e4cf019: Pushed [2020-12-03T18:51:03.999Z] 023e1dd820b8: Pushed [2020-12-03T18:51:03.999Z] 155e04e0c6e9: Pushed [2020-12-03T18:51:04.272Z] f4c1dabc2f49: Pushed [2020-12-03T18:51:04.543Z] 2c549382f33d: Pushed [2020-12-03T18:51:07.141Z] fefb378ca882: Pushed [2020-12-03T18:51:07.141Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:378dfe3cc642de352503fdae63b39736574d1a3252c057638a3ef8794ab0d5fa size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:07.503Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:07.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.18 [2020-12-03T18:51:07.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-03T18:51:07.828Z] 023e1dd820b8: Preparing [2020-12-03T18:51:07.828Z] fefb378ca882: Preparing [2020-12-03T18:51:07.828Z] 4dca6e4cf019: Preparing [2020-12-03T18:51:07.828Z] f4c1dabc2f49: Preparing [2020-12-03T18:51:07.828Z] 155e04e0c6e9: Preparing [2020-12-03T18:51:07.828Z] 2c549382f33d: Preparing [2020-12-03T18:51:07.828Z] 2c549382f33d: Waiting [2020-12-03T18:51:07.828Z] 4dca6e4cf019: Layer already exists [2020-12-03T18:51:07.828Z] 023e1dd820b8: Layer already exists [2020-12-03T18:51:07.828Z] f4c1dabc2f49: Layer already exists [2020-12-03T18:51:07.828Z] 155e04e0c6e9: Layer already exists [2020-12-03T18:51:07.828Z] fefb378ca882: Layer already exists [2020-12-03T18:51:07.828Z] 2c549382f33d: Layer already exists [2020-12-03T18:51:08.098Z] 1.3.1-dev.18: digest: sha256:378dfe3cc642de352503fdae63b39736574d1a3252c057638a3ef8794ab0d5fa size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:08.438Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:08.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:51:08.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-03T18:51:08.770Z] 023e1dd820b8: Preparing [2020-12-03T18:51:08.770Z] fefb378ca882: Preparing [2020-12-03T18:51:08.770Z] 4dca6e4cf019: Preparing [2020-12-03T18:51:08.770Z] f4c1dabc2f49: Preparing [2020-12-03T18:51:08.770Z] 155e04e0c6e9: Preparing [2020-12-03T18:51:08.770Z] 2c549382f33d: Preparing [2020-12-03T18:51:08.770Z] 2c549382f33d: Waiting [2020-12-03T18:51:08.770Z] 023e1dd820b8: Layer already exists [2020-12-03T18:51:08.770Z] fefb378ca882: Layer already exists [2020-12-03T18:51:08.770Z] f4c1dabc2f49: Layer already exists [2020-12-03T18:51:08.770Z] 4dca6e4cf019: Layer already exists [2020-12-03T18:51:08.770Z] 155e04e0c6e9: Layer already exists [2020-12-03T18:51:08.770Z] 2c549382f33d: Layer already exists [2020-12-03T18:51:09.041Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:378dfe3cc642de352503fdae63b39736574d1a3252c057638a3ef8794ab0d5fa size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:09.380Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:09.712Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-03T18:51:09.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-03T18:51:09.712Z] 023e1dd820b8: Preparing [2020-12-03T18:51:09.712Z] fefb378ca882: Preparing [2020-12-03T18:51:09.712Z] 4dca6e4cf019: Preparing [2020-12-03T18:51:09.712Z] f4c1dabc2f49: Preparing [2020-12-03T18:51:09.712Z] 155e04e0c6e9: Preparing [2020-12-03T18:51:09.712Z] 2c549382f33d: Preparing [2020-12-03T18:51:09.712Z] 2c549382f33d: Waiting [2020-12-03T18:51:09.712Z] 155e04e0c6e9: Layer already exists [2020-12-03T18:51:09.712Z] f4c1dabc2f49: Layer already exists [2020-12-03T18:51:09.712Z] fefb378ca882: Layer already exists [2020-12-03T18:51:09.712Z] 4dca6e4cf019: Layer already exists [2020-12-03T18:51:09.712Z] 023e1dd820b8: Layer already exists [2020-12-03T18:51:09.712Z] 2c549382f33d: Layer already exists [2020-12-03T18:51:09.983Z] master: digest: sha256:378dfe3cc642de352503fdae63b39736574d1a3252c057638a3ef8794ab0d5fa size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:51:10.188Z] ===================================================== [Pipeline] echo [2020-12-03T18:51:10.367Z] taggedImages: [2020-12-03T18:51:10.367Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:51:10.367Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.18 [2020-12-03T18:51:10.367Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:51:10.367Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-03T18:51:10.433Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-03T18:51:10.433Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:51:10.433Z] 1.3.1-dev.18 [2020-12-03T18:51:10.433Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:51:10.433Z] master [2020-12-03T18:51:10.433Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:11.063Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:11.397Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:51:11.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-03T18:51:11.397Z] 7a5c9c89dd1f: Preparing [2020-12-03T18:51:11.397Z] 70352159d739: Preparing [2020-12-03T18:51:11.397Z] 9bbda90d8591: Preparing [2020-12-03T18:51:11.670Z] 9bbda90d8591: Pushed [2020-12-03T18:51:11.670Z] 7a5c9c89dd1f: Pushed [2020-12-03T18:51:14.277Z] 70352159d739: Pushed [2020-12-03T18:51:14.546Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:9319df33fd4633d66f9ccc621473282a16a909c53ab0f4b4000bd56f91799d68 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:14.878Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:15.211Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.18 [2020-12-03T18:51:15.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-03T18:51:15.211Z] 7a5c9c89dd1f: Preparing [2020-12-03T18:51:15.211Z] 70352159d739: Preparing [2020-12-03T18:51:15.211Z] 9bbda90d8591: Preparing [2020-12-03T18:51:15.211Z] 9bbda90d8591: Layer already exists [2020-12-03T18:51:15.211Z] 7a5c9c89dd1f: Layer already exists [2020-12-03T18:51:15.211Z] 70352159d739: Layer already exists [2020-12-03T18:51:15.482Z] 1.3.1-dev.18: digest: sha256:9319df33fd4633d66f9ccc621473282a16a909c53ab0f4b4000bd56f91799d68 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:15.820Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:16.150Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:51:16.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-03T18:51:16.151Z] 7a5c9c89dd1f: Preparing [2020-12-03T18:51:16.151Z] 70352159d739: Preparing [2020-12-03T18:51:16.151Z] 9bbda90d8591: Preparing [2020-12-03T18:51:16.151Z] 9bbda90d8591: Layer already exists [2020-12-03T18:51:16.151Z] 70352159d739: Layer already exists [2020-12-03T18:51:16.151Z] 7a5c9c89dd1f: Layer already exists [2020-12-03T18:51:16.421Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:9319df33fd4633d66f9ccc621473282a16a909c53ab0f4b4000bd56f91799d68 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:16.796Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:17.131Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-03T18:51:17.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-03T18:51:17.131Z] 7a5c9c89dd1f: Preparing [2020-12-03T18:51:17.131Z] 70352159d739: Preparing [2020-12-03T18:51:17.131Z] 9bbda90d8591: Preparing [2020-12-03T18:51:17.404Z] 7a5c9c89dd1f: Layer already exists [2020-12-03T18:51:17.404Z] 70352159d739: Layer already exists [2020-12-03T18:51:17.404Z] 9bbda90d8591: Layer already exists [2020-12-03T18:51:17.404Z] master: digest: sha256:9319df33fd4633d66f9ccc621473282a16a909c53ab0f4b4000bd56f91799d68 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:51:17.602Z] ===================================================== [Pipeline] echo [2020-12-03T18:51:17.652Z] taggedImages: [2020-12-03T18:51:17.652Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:51:17.652Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.18 [2020-12-03T18:51:17.652Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:51:17.652Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-03T18:51:17.723Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-03T18:51:17.723Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:51:17.723Z] 1.3.1-dev.18 [2020-12-03T18:51:17.723Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:51:17.723Z] master [2020-12-03T18:51:17.723Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:18.262Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:18.594Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:51:18.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-03T18:51:18.594Z] 55accac84e3f: Preparing [2020-12-03T18:51:18.594Z] 303c179ff5df: Preparing [2020-12-03T18:51:18.594Z] 7e5828c5d714: Preparing [2020-12-03T18:51:18.594Z] 856d568b06a4: Preparing [2020-12-03T18:51:18.594Z] 7350f98b93fb: Preparing [2020-12-03T18:51:18.594Z] 8e1a5b632f6e: Preparing [2020-12-03T18:51:18.594Z] a0fafc1d2cb1: Preparing [2020-12-03T18:51:18.594Z] 2cee7541aa47: Preparing [2020-12-03T18:51:18.594Z] b6a78175e4c9: Preparing [2020-12-03T18:51:18.594Z] fab17a547d8c: Preparing [2020-12-03T18:51:18.594Z] 4b089f0fc7f0: Preparing [2020-12-03T18:51:18.594Z] 3e7dc55cab04: Preparing [2020-12-03T18:51:18.594Z] b2e85fd0898f: Preparing [2020-12-03T18:51:18.594Z] cd3761cfa1d9: Preparing [2020-12-03T18:51:18.594Z] 8e1a5b632f6e: Waiting [2020-12-03T18:51:18.594Z] 4b089f0fc7f0: Waiting [2020-12-03T18:51:18.594Z] 3e7dc55cab04: Waiting [2020-12-03T18:51:18.594Z] a0fafc1d2cb1: Waiting [2020-12-03T18:51:18.594Z] 2cee7541aa47: Waiting [2020-12-03T18:51:18.594Z] b6a78175e4c9: Waiting [2020-12-03T18:51:18.594Z] fab17a547d8c: Waiting [2020-12-03T18:51:18.594Z] cd3761cfa1d9: Waiting [2020-12-03T18:51:19.196Z] 7350f98b93fb: Pushed [2020-12-03T18:51:19.196Z] 55accac84e3f: Pushed [2020-12-03T18:51:19.791Z] 856d568b06a4: Pushed [2020-12-03T18:51:19.791Z] 2cee7541aa47: Layer already exists [2020-12-03T18:51:19.791Z] b6a78175e4c9: Layer already exists [2020-12-03T18:51:20.064Z] a0fafc1d2cb1: Pushed [2020-12-03T18:51:20.064Z] fab17a547d8c: Layer already exists [2020-12-03T18:51:20.064Z] 4b089f0fc7f0: Layer already exists [2020-12-03T18:51:20.064Z] 3e7dc55cab04: Layer already exists [2020-12-03T18:51:20.064Z] b2e85fd0898f: Layer already exists [2020-12-03T18:51:20.064Z] cd3761cfa1d9: Layer already exists [2020-12-03T18:51:20.657Z] 303c179ff5df: Pushed [2020-12-03T18:51:21.632Z] 8e1a5b632f6e: Pushed [2020-12-03T18:51:33.998Z] 7e5828c5d714: Pushed [2020-12-03T18:51:33.998Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78: digest: sha256:bdf568720d51c944c643899d475c664b44f812ec920ae695aafd0e856b41c000 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:34.337Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:34.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.18 [2020-12-03T18:51:34.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-03T18:51:34.669Z] 55accac84e3f: Preparing [2020-12-03T18:51:34.669Z] 303c179ff5df: Preparing [2020-12-03T18:51:34.669Z] 7e5828c5d714: Preparing [2020-12-03T18:51:34.669Z] 856d568b06a4: Preparing [2020-12-03T18:51:34.669Z] 7350f98b93fb: Preparing [2020-12-03T18:51:34.669Z] 8e1a5b632f6e: Preparing [2020-12-03T18:51:34.669Z] a0fafc1d2cb1: Preparing [2020-12-03T18:51:34.669Z] 2cee7541aa47: Preparing [2020-12-03T18:51:34.669Z] b6a78175e4c9: Preparing [2020-12-03T18:51:34.669Z] fab17a547d8c: Preparing [2020-12-03T18:51:34.669Z] 4b089f0fc7f0: Preparing [2020-12-03T18:51:34.669Z] 3e7dc55cab04: Preparing [2020-12-03T18:51:34.669Z] b2e85fd0898f: Preparing [2020-12-03T18:51:34.669Z] cd3761cfa1d9: Preparing [2020-12-03T18:51:34.669Z] fab17a547d8c: Waiting [2020-12-03T18:51:34.669Z] 4b089f0fc7f0: Waiting [2020-12-03T18:51:34.669Z] cd3761cfa1d9: Waiting [2020-12-03T18:51:34.669Z] 8e1a5b632f6e: Waiting [2020-12-03T18:51:34.669Z] a0fafc1d2cb1: Waiting [2020-12-03T18:51:34.669Z] 2cee7541aa47: Waiting [2020-12-03T18:51:34.669Z] b6a78175e4c9: Waiting [2020-12-03T18:51:34.669Z] 3e7dc55cab04: Waiting [2020-12-03T18:51:34.669Z] 303c179ff5df: Layer already exists [2020-12-03T18:51:34.669Z] 856d568b06a4: Layer already exists [2020-12-03T18:51:34.669Z] 7e5828c5d714: Layer already exists [2020-12-03T18:51:34.938Z] 55accac84e3f: Layer already exists [2020-12-03T18:51:34.938Z] 7350f98b93fb: Layer already exists [2020-12-03T18:51:34.938Z] a0fafc1d2cb1: Layer already exists [2020-12-03T18:51:34.938Z] 8e1a5b632f6e: Layer already exists [2020-12-03T18:51:34.938Z] fab17a547d8c: Layer already exists [2020-12-03T18:51:34.938Z] 2cee7541aa47: Layer already exists [2020-12-03T18:51:34.938Z] b6a78175e4c9: Layer already exists [2020-12-03T18:51:34.938Z] b2e85fd0898f: Layer already exists [2020-12-03T18:51:34.938Z] 3e7dc55cab04: Layer already exists [2020-12-03T18:51:34.938Z] 4b089f0fc7f0: Layer already exists [2020-12-03T18:51:34.938Z] cd3761cfa1d9: Layer already exists [2020-12-03T18:51:34.938Z] 1.3.1-dev.18: digest: sha256:bdf568720d51c944c643899d475c664b44f812ec920ae695aafd0e856b41c000 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:35.274Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:35.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:51:35.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-03T18:51:35.605Z] 55accac84e3f: Preparing [2020-12-03T18:51:35.605Z] 303c179ff5df: Preparing [2020-12-03T18:51:35.605Z] 7e5828c5d714: Preparing [2020-12-03T18:51:35.605Z] 856d568b06a4: Preparing [2020-12-03T18:51:35.605Z] 7350f98b93fb: Preparing [2020-12-03T18:51:35.605Z] 8e1a5b632f6e: Preparing [2020-12-03T18:51:35.605Z] a0fafc1d2cb1: Preparing [2020-12-03T18:51:35.605Z] 2cee7541aa47: Preparing [2020-12-03T18:51:35.605Z] b6a78175e4c9: Preparing [2020-12-03T18:51:35.605Z] fab17a547d8c: Preparing [2020-12-03T18:51:35.605Z] 4b089f0fc7f0: Preparing [2020-12-03T18:51:35.605Z] 3e7dc55cab04: Preparing [2020-12-03T18:51:35.605Z] b2e85fd0898f: Preparing [2020-12-03T18:51:35.605Z] cd3761cfa1d9: Preparing [2020-12-03T18:51:35.605Z] 8e1a5b632f6e: Waiting [2020-12-03T18:51:35.605Z] a0fafc1d2cb1: Waiting [2020-12-03T18:51:35.605Z] 2cee7541aa47: Waiting [2020-12-03T18:51:35.605Z] b6a78175e4c9: Waiting [2020-12-03T18:51:35.605Z] fab17a547d8c: Waiting [2020-12-03T18:51:35.605Z] 4b089f0fc7f0: Waiting [2020-12-03T18:51:35.605Z] 3e7dc55cab04: Waiting [2020-12-03T18:51:35.605Z] b2e85fd0898f: Waiting [2020-12-03T18:51:35.605Z] cd3761cfa1d9: Waiting [2020-12-03T18:51:35.605Z] 303c179ff5df: Layer already exists [2020-12-03T18:51:35.605Z] 7e5828c5d714: Layer already exists [2020-12-03T18:51:35.605Z] 7350f98b93fb: Layer already exists [2020-12-03T18:51:35.605Z] 856d568b06a4: Layer already exists [2020-12-03T18:51:35.605Z] 55accac84e3f: Layer already exists [2020-12-03T18:51:35.875Z] 8e1a5b632f6e: Layer already exists [2020-12-03T18:51:35.875Z] a0fafc1d2cb1: Layer already exists [2020-12-03T18:51:35.875Z] 2cee7541aa47: Layer already exists [2020-12-03T18:51:35.875Z] b6a78175e4c9: Layer already exists [2020-12-03T18:51:35.875Z] fab17a547d8c: Layer already exists [2020-12-03T18:51:35.875Z] cd3761cfa1d9: Layer already exists [2020-12-03T18:51:35.875Z] 3e7dc55cab04: Layer already exists [2020-12-03T18:51:35.875Z] b2e85fd0898f: Layer already exists [2020-12-03T18:51:35.875Z] 4b089f0fc7f0: Layer already exists [2020-12-03T18:51:35.875Z] 0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18: digest: sha256:bdf568720d51c944c643899d475c664b44f812ec920ae695aafd0e856b41c000 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:36.209Z] + 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-03T18:51:36.577Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-03T18:51:36.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-03T18:51:36.577Z] 55accac84e3f: Preparing [2020-12-03T18:51:36.577Z] 303c179ff5df: Preparing [2020-12-03T18:51:36.577Z] 7e5828c5d714: Preparing [2020-12-03T18:51:36.577Z] 856d568b06a4: Preparing [2020-12-03T18:51:36.577Z] 7350f98b93fb: Preparing [2020-12-03T18:51:36.577Z] 8e1a5b632f6e: Preparing [2020-12-03T18:51:36.577Z] a0fafc1d2cb1: Preparing [2020-12-03T18:51:36.577Z] 2cee7541aa47: Preparing [2020-12-03T18:51:36.577Z] b6a78175e4c9: Preparing [2020-12-03T18:51:36.577Z] fab17a547d8c: Preparing [2020-12-03T18:51:36.577Z] 4b089f0fc7f0: Preparing [2020-12-03T18:51:36.577Z] 3e7dc55cab04: Preparing [2020-12-03T18:51:36.577Z] b2e85fd0898f: Preparing [2020-12-03T18:51:36.577Z] cd3761cfa1d9: Preparing [2020-12-03T18:51:36.577Z] b6a78175e4c9: Waiting [2020-12-03T18:51:36.577Z] fab17a547d8c: Waiting [2020-12-03T18:51:36.577Z] 4b089f0fc7f0: Waiting [2020-12-03T18:51:36.577Z] 3e7dc55cab04: Waiting [2020-12-03T18:51:36.577Z] b2e85fd0898f: Waiting [2020-12-03T18:51:36.577Z] cd3761cfa1d9: Waiting [2020-12-03T18:51:36.577Z] a0fafc1d2cb1: Waiting [2020-12-03T18:51:36.577Z] 2cee7541aa47: Waiting [2020-12-03T18:51:36.577Z] 8e1a5b632f6e: Waiting [2020-12-03T18:51:36.846Z] 7350f98b93fb: Layer already exists [2020-12-03T18:51:36.846Z] 7e5828c5d714: Layer already exists [2020-12-03T18:51:36.846Z] 856d568b06a4: Layer already exists [2020-12-03T18:51:36.846Z] 303c179ff5df: Layer already exists [2020-12-03T18:51:36.846Z] 55accac84e3f: Layer already exists [2020-12-03T18:51:36.846Z] a0fafc1d2cb1: Layer already exists [2020-12-03T18:51:36.846Z] 8e1a5b632f6e: Layer already exists [2020-12-03T18:51:36.846Z] 2cee7541aa47: Layer already exists [2020-12-03T18:51:36.846Z] fab17a547d8c: Layer already exists [2020-12-03T18:51:36.846Z] b6a78175e4c9: Layer already exists [2020-12-03T18:51:36.846Z] 4b089f0fc7f0: Layer already exists [2020-12-03T18:51:36.846Z] 3e7dc55cab04: Layer already exists [2020-12-03T18:51:36.846Z] b2e85fd0898f: Layer already exists [2020-12-03T18:51:36.846Z] cd3761cfa1d9: Layer already exists [2020-12-03T18:51:36.846Z] master: digest: sha256:bdf568720d51c944c643899d475c664b44f812ec920ae695aafd0e856b41c000 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T18:51:37.068Z] ===================================================== [Pipeline] echo [2020-12-03T18:51:37.120Z] taggedImages: [2020-12-03T18:51:37.120Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78 [2020-12-03T18:51:37.120Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.18 [2020-12-03T18:51:37.120Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0163c92eb67c845bff5e90a4dc6407d0e1146c78-1.3.1-dev.18 [2020-12-03T18:51:37.120Z] - 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-03T18:51:38.811Z] provisioning config files... [2020-12-03T18:51:38.825Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/242@tmp/config3404697872556995019tmp [Pipeline] { [Pipeline] sh [2020-12-03T18:51:39.224Z] + set +x [2020-12-03T18:51:39.224Z] + curl -s https://codecov.io/bash [2020-12-03T18:51:39.224Z] + bash -s -- [2020-12-03T18:51:39.846Z] [2020-12-03T18:51:39.846Z] _____ _ [2020-12-03T18:51:39.846Z] / ____| | | [2020-12-03T18:51:39.846Z] | | ___ __| | ___ ___ _____ __ [2020-12-03T18:51:39.846Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-03T18:51:39.846Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-03T18:51:39.846Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-03T18:51:39.846Z] Bash-20201130-cc6d3fe [2020-12-03T18:51:39.846Z] [2020-12-03T18:51:39.846Z] [2020-12-03T18:51:39.846Z] ==> Jenkins CI detected. [2020-12-03T18:51:39.846Z] project root: . [2020-12-03T18:51:39.846Z] --> token set from env [2020-12-03T18:51:39.846Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-03T18:51:39.846Z] ==> Running gcov in . (disable via -X gcov) [2020-12-03T18:51:40.113Z] ==> Python coveragepy not found [2020-12-03T18:51:40.113Z] ==> Searching for coverage reports in: [2020-12-03T18:51:40.113Z] + . [2020-12-03T18:51:40.113Z] -> Found 1 reports [2020-12-03T18:51:40.113Z] ==> Detecting git/mercurial file structure [2020-12-03T18:51:40.113Z] ==> Reading reports [2020-12-03T18:51:40.113Z] + ./coverage.out bytes=555123 [2020-12-03T18:51:40.113Z] ==> Appending adjustments [2020-12-03T18:51:40.113Z] https://docs.codecov.io/docs/fixing-reports [2020-12-03T18:51:44.357Z] + Found adjustments [2020-12-03T18:51:44.357Z] ==> Gzipping contents [2020-12-03T18:51:44.357Z] 88K /tmp/codecov.iJLgxA.gz [2020-12-03T18:51:44.357Z] ==> Uploading reports [2020-12-03T18:51:44.357Z] url: https://codecov.io [2020-12-03T18:51:44.357Z] query: branch=master&commit=0163c92eb67c845bff5e90a4dc6407d0e1146c78&build=242&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F242%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-03T18:51:44.357Z] -> Pinging Codecov [2020-12-03T18:51:44.357Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=0163c92eb67c845bff5e90a4dc6407d0e1146c78&build=242&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F242%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-03T18:51:44.629Z] -> Uploading to [2020-12-03T18:51:44.629Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-03/00271124DB129430A58F1EEE437C3FCB/0163c92eb67c845bff5e90a4dc6407d0e1146c78/4264f91b-096a-4988-8aef-df7159a1b0d3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201203T185144Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6a58e7c35ff140319c5a7b9ad79749c004e58e87990fcbd9b4229b95d10c236e [2020-12-03T18:51:44.629Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T18:51:44.629Z] Dload Upload Total Spent Left Speed [2020-12-03T18:51:45.212Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86595 0 0 100 86595 0 156k --:--:-- --:--:-- --:--:-- 156k [2020-12-03T18:51:45.212Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0163c92eb67c845bff5e90a4dc6407d0e1146c78 [Pipeline] } [2020-12-03T18:51:45.224Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-03T18:51:46.168Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-03T18:51:46.232Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:46.585Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T18:51:46.895Z] [2020-12-03T18:51:46.895Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:51:47.288Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T18:51:47.288Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-03T18:51:47.288Z] 188c0c94c7c5: Already exists [2020-12-03T18:51:47.288Z] 0ef7d3d256c8: Already exists [2020-12-03T18:51:47.288Z] de9db76c5a1d: Already exists [2020-12-03T18:51:47.288Z] 0eba1c9be4d2: Pulling fs layer [2020-12-03T18:51:47.288Z] 0d57e429df01: Pulling fs layer [2020-12-03T18:51:47.288Z] 4e4be7b47b0d: Pulling fs layer [2020-12-03T18:51:47.288Z] e1f770b5df2f: Pulling fs layer [2020-12-03T18:51:47.288Z] 85a0685a4137: Pulling fs layer [2020-12-03T18:51:47.288Z] e1f770b5df2f: Waiting [2020-12-03T18:51:47.288Z] 85a0685a4137: Waiting [2020-12-03T18:51:47.553Z] 4e4be7b47b0d: Download complete [2020-12-03T18:51:47.553Z] 0d57e429df01: Download complete [2020-12-03T18:51:50.137Z] e1f770b5df2f: Verifying Checksum [2020-12-03T18:51:50.137Z] e1f770b5df2f: Download complete [2020-12-03T18:51:52.746Z] 0eba1c9be4d2: Verifying Checksum [2020-12-03T18:51:52.746Z] 0eba1c9be4d2: Download complete [2020-12-03T18:51:54.767Z] 85a0685a4137: Verifying Checksum [2020-12-03T18:51:54.767Z] 85a0685a4137: Download complete [2020-12-03T18:52:00.129Z] 0eba1c9be4d2: Pull complete [2020-12-03T18:52:00.129Z] 0d57e429df01: Pull complete [2020-12-03T18:52:00.412Z] 4e4be7b47b0d: Pull complete [2020-12-03T18:52:03.749Z] e1f770b5df2f: Pull complete [2020-12-03T18:52:13.893Z] 85a0685a4137: Pull complete [2020-12-03T18:52:13.893Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-03T18:52:13.893Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T18:52:13.893Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-03T18:52:14.175Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:52:14.247Z] $ 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/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:52:15.694Z] $ docker top 89757e1a26a45987989df2e4e73bc8c8f2c60e7e6e5a48de95432fdcbcb31c91 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T18:52:16.016Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-03T18:52:16.318Z] + set -o pipefail [2020-12-03T18:52:16.318Z] + snyk monitor '--org=edgex-jenkins' [2020-12-03T18:52:26.609Z] [2020-12-03T18:52:26.609Z] Monitoring /w/workspace/edgex-go/242 (github.com/edgexfoundry/edgex-go)... [2020-12-03T18:52:26.609Z] [2020-12-03T18:52:26.609Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/696eabfd-243f-4798-ac23-23289139c244 [2020-12-03T18:52:26.609Z] [2020-12-03T18:52:26.609Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-03T18:52:26.609Z] [2020-12-03T18:52:26.609Z] [Pipeline] } [2020-12-03T18:52:26.627Z] $ docker stop --time=1 89757e1a26a45987989df2e4e73bc8c8f2c60e7e6e5a48de95432fdcbcb31c91 [2020-12-03T18:52:29.460Z] $ docker rm -f 89757e1a26a45987989df2e4e73bc8c8f2c60e7e6e5a48de95432fdcbcb31c91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-03T18:52:30.951Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-12-03T18:52:30.954Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T18:52:31.260Z] + set -o pipefail [2020-12-03T18:52:31.260Z] + tee .snyk [2020-12-03T18:52:31.260Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T18:52:31.525Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T18:52:31.525Z] version: v1.14.1 [2020-12-03T18:52:31.525Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T18:52:31.525Z] ignore: [2020-12-03T18:52:31.525Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T18:52:31.525Z] - '*': [2020-12-03T18:52:31.525Z] reason: does not apply # justification for ignoring [2020-12-03T18:52:31.525Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-03T18:52:31.525Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T18:52:31.525Z] - '*': [2020-12-03T18:52:31.525Z] reason: false positive [2020-12-03T18:52:31.525Z] expires: 2021-01-01T00:00:00 [2020-12-03T18:52:31.525Z] # patch: {} [Pipeline] withCredentials [2020-12-03T18:52:31.646Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:52:32.006Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T18:52:32.006Z] . [Pipeline] withDockerContainer [2020-12-03T18:52:32.126Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:52:32.207Z] $ 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/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:52:33.246Z] $ docker top ebbeda92c7115b72e4e0fa6baaa602cce502007a01b0de61acc06a2af9682c4c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T18:52:33.861Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T18:52:33.880Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T18:52:34.230Z] + set -o pipefail [2020-12-03T18:52:34.230Z] + + snyksnyk-to-html test -o snykReport.html '--org=edgex-jenkins' [2020-12-03T18:52:34.230Z] --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T18:52:44.331Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T18:52:44.361Z] $ docker stop --time=1 ebbeda92c7115b72e4e0fa6baaa602cce502007a01b0de61acc06a2af9682c4c [2020-12-03T18:52:46.043Z] $ docker rm -f ebbeda92c7115b72e4e0fa6baaa602cce502007a01b0de61acc06a2af9682c4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T18:52:46.394Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-12-03T18:52:46.397Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T18:52:46.697Z] + set -o pipefail [2020-12-03T18:52:46.697Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T18:52:46.697Z] + tee .snyk [2020-12-03T18:52:46.961Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T18:52:46.961Z] version: v1.14.1 [2020-12-03T18:52:46.961Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T18:52:46.961Z] ignore: [2020-12-03T18:52:46.961Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T18:52:46.961Z] - '*': [2020-12-03T18:52:46.961Z] reason: does not apply # justification for ignoring [2020-12-03T18:52:46.961Z] 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-03T18:52:46.961Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T18:52:46.961Z] - '*': [2020-12-03T18:52:46.961Z] reason: false positive [2020-12-03T18:52:46.961Z] expires: 2021-01-01T00:00:00 [2020-12-03T18:52:46.961Z] # patch: {} [Pipeline] withCredentials [2020-12-03T18:52:47.062Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:52:47.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T18:52:47.407Z] . [Pipeline] withDockerContainer [2020-12-03T18:52:47.526Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:52:47.740Z] $ 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/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:52:48.734Z] $ docker top e391452384ab1c194249a83b0b2d52c0e1e6e51cd3bfb2240d60ca6ede8f6204 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T18:52:49.253Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T18:52:49.265Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T18:52:49.609Z] + set -o pipefail [2020-12-03T18:52:49.609Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T18:52:49.609Z] + snyk-to-html -o snykReport.html [2020-12-03T18:52:56.310Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T18:52:56.334Z] $ docker stop --time=1 e391452384ab1c194249a83b0b2d52c0e1e6e51cd3bfb2240d60ca6ede8f6204 [2020-12-03T18:52:57.813Z] $ docker rm -f e391452384ab1c194249a83b0b2d52c0e1e6e51cd3bfb2240d60ca6ede8f6204 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T18:52:58.095Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-12-03T18:52:58.098Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T18:52:58.398Z] + set -o pipefail [2020-12-03T18:52:58.398Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T18:52:58.398Z] + tee .snyk [2020-12-03T18:52:58.398Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T18:52:58.398Z] version: v1.14.1 [2020-12-03T18:52:58.398Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T18:52:58.398Z] ignore: [2020-12-03T18:52:58.399Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T18:52:58.399Z] - '*': [2020-12-03T18:52:58.399Z] reason: does not apply # justification for ignoring [2020-12-03T18:52:58.399Z] 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-03T18:52:58.399Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T18:52:58.399Z] - '*': [2020-12-03T18:52:58.399Z] reason: false positive [2020-12-03T18:52:58.399Z] expires: 2021-01-01T00:00:00 [2020-12-03T18:52:58.399Z] # patch: {} [Pipeline] withCredentials [2020-12-03T18:52:58.511Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:52:58.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T18:52:58.860Z] . [Pipeline] withDockerContainer [2020-12-03T18:52:59.017Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:52:59.089Z] $ 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/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:52:59.873Z] $ docker top b84e078c37492088a1b5b4e490c62cd89da992cb6b265b85785696a931931374 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T18:53:00.570Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T18:53:00.583Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T18:53:00.892Z] + set -o pipefail [2020-12-03T18:53:00.892Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T18:53:00.892Z] + snyk-to-html -o snykReport.html [2020-12-03T18:53:11.017Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T18:53:11.050Z] $ docker stop --time=1 b84e078c37492088a1b5b4e490c62cd89da992cb6b265b85785696a931931374 [2020-12-03T18:53:12.859Z] $ docker rm -f b84e078c37492088a1b5b4e490c62cd89da992cb6b265b85785696a931931374 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T18:53:13.227Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-12-03T18:53:13.229Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T18:53:13.566Z] + set -o pipefail [2020-12-03T18:53:13.566Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T18:53:13.566Z] + tee .snyk [2020-12-03T18:53:13.566Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T18:53:13.566Z] version: v1.14.1 [2020-12-03T18:53:13.566Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T18:53:13.566Z] ignore: [2020-12-03T18:53:13.566Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T18:53:13.566Z] - '*': [2020-12-03T18:53:13.566Z] reason: does not apply # justification for ignoring [2020-12-03T18:53:13.566Z] 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-03T18:53:13.566Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T18:53:13.566Z] - '*': [2020-12-03T18:53:13.566Z] reason: false positive [2020-12-03T18:53:13.566Z] expires: 2021-01-01T00:00:00 [2020-12-03T18:53:13.566Z] # patch: {} [Pipeline] withCredentials [2020-12-03T18:53:13.701Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:53:14.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T18:53:14.080Z] . [Pipeline] withDockerContainer [2020-12-03T18:53:14.323Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:53:14.495Z] $ 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/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:53:15.504Z] $ docker top 2e86d3163b762cb0ef44dbd2d2f536280f6938013ceecceaebf8765dabfbb774 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T18:53:16.371Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T18:53:16.384Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T18:53:16.703Z] + set -o pipefail [2020-12-03T18:53:16.703Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T18:53:16.703Z] + snyk-to-html -o snykReport.html [2020-12-03T18:53:23.324Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T18:53:23.361Z] $ docker stop --time=1 2e86d3163b762cb0ef44dbd2d2f536280f6938013ceecceaebf8765dabfbb774 [2020-12-03T18:53:24.891Z] $ docker rm -f 2e86d3163b762cb0ef44dbd2d2f536280f6938013ceecceaebf8765dabfbb774 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T18:53:25.197Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-12-03T18:53:25.200Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T18:53:25.502Z] + set -o pipefail [2020-12-03T18:53:25.502Z] + tee .snyk [2020-12-03T18:53:25.502Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T18:53:25.767Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T18:53:25.767Z] version: v1.14.1 [2020-12-03T18:53:25.767Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T18:53:25.767Z] ignore: [2020-12-03T18:53:25.767Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T18:53:25.767Z] - '*': [2020-12-03T18:53:25.767Z] reason: does not apply # justification for ignoring [2020-12-03T18:53:25.767Z] 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-03T18:53:25.767Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T18:53:25.767Z] - '*': [2020-12-03T18:53:25.767Z] reason: false positive [2020-12-03T18:53:25.767Z] expires: 2021-01-01T00:00:00 [2020-12-03T18:53:25.767Z] # patch: {} [Pipeline] withCredentials [2020-12-03T18:53:25.882Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:53:26.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T18:53:26.258Z] . [Pipeline] withDockerContainer [2020-12-03T18:53:26.667Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:53:26.753Z] $ 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/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:53:27.921Z] $ docker top 627748fd94b90371791d1ec4597e53a22933b44ae5a516795992236ee17612ea -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T18:53:28.796Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T18:53:28.810Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T18:53:29.105Z] + set -o pipefail [2020-12-03T18:53:29.106Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T18:53:29.106Z] + snyk-to-html -o snykReport.html [2020-12-03T18:53:35.764Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T18:53:35.783Z] $ docker stop --time=1 627748fd94b90371791d1ec4597e53a22933b44ae5a516795992236ee17612ea [2020-12-03T18:53:37.312Z] $ docker rm -f 627748fd94b90371791d1ec4597e53a22933b44ae5a516795992236ee17612ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T18:53:37.620Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-12-03T18:53:37.623Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T18:53:37.919Z] + set -o pipefail [2020-12-03T18:53:37.920Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T18:53:37.920Z] + tee .snyk [2020-12-03T18:53:37.920Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T18:53:37.920Z] version: v1.14.1 [2020-12-03T18:53:37.920Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T18:53:37.920Z] ignore: [2020-12-03T18:53:37.920Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T18:53:37.920Z] - '*': [2020-12-03T18:53:37.920Z] reason: does not apply # justification for ignoring [2020-12-03T18:53:37.920Z] 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-03T18:53:37.920Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T18:53:37.920Z] - '*': [2020-12-03T18:53:37.920Z] reason: false positive [2020-12-03T18:53:37.920Z] expires: 2021-01-01T00:00:00 [2020-12-03T18:53:37.920Z] # patch: {} [Pipeline] withCredentials [2020-12-03T18:53:38.027Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:53:38.406Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T18:53:38.406Z] . [Pipeline] withDockerContainer [2020-12-03T18:53:38.545Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:53:38.621Z] $ 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/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:53:39.527Z] $ docker top 0375b90db2ea04e9064fd1483409b5e7e0799ae5df185ca9f58ae140cd99accc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T18:53:40.091Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T18:53:40.104Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T18:53:40.396Z] + set -o pipefail [2020-12-03T18:53:40.396Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T18:53:40.396Z] + snyk-to-html -o snykReport.html [2020-12-03T18:53:47.043Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T18:53:47.078Z] $ docker stop --time=1 0375b90db2ea04e9064fd1483409b5e7e0799ae5df185ca9f58ae140cd99accc [2020-12-03T18:53:48.625Z] $ docker rm -f 0375b90db2ea04e9064fd1483409b5e7e0799ae5df185ca9f58ae140cd99accc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T18:53:48.998Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-12-03T18:53:49.000Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T18:53:49.299Z] + set -o pipefail [2020-12-03T18:53:49.299Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T18:53:49.299Z] + tee .snyk [2020-12-03T18:53:49.299Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T18:53:49.299Z] version: v1.14.1 [2020-12-03T18:53:49.299Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T18:53:49.299Z] ignore: [2020-12-03T18:53:49.299Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T18:53:49.299Z] - '*': [2020-12-03T18:53:49.299Z] reason: does not apply # justification for ignoring [2020-12-03T18:53:49.299Z] 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-03T18:53:49.299Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T18:53:49.299Z] - '*': [2020-12-03T18:53:49.299Z] reason: false positive [2020-12-03T18:53:49.300Z] expires: 2021-01-01T00:00:00 [2020-12-03T18:53:49.300Z] # patch: {} [Pipeline] withCredentials [2020-12-03T18:53:49.391Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:53:49.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T18:53:49.738Z] . [Pipeline] withDockerContainer [2020-12-03T18:53:49.866Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:53:49.928Z] $ 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/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:53:50.725Z] $ docker top 2a0379d738b4455d231f0a8a35d376e47b5b51ce13fde5fdf4fdec82fee8545d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T18:53:51.249Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T18:53:51.260Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T18:53:51.561Z] + set -o pipefail [2020-12-03T18:53:51.561Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T18:53:51.561Z] + snyk-to-html -o snykReport.html [2020-12-03T18:53:58.243Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T18:53:58.262Z] $ docker stop --time=1 2a0379d738b4455d231f0a8a35d376e47b5b51ce13fde5fdf4fdec82fee8545d [2020-12-03T18:53:59.701Z] $ docker rm -f 2a0379d738b4455d231f0a8a35d376e47b5b51ce13fde5fdf4fdec82fee8545d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T18:54:00.241Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-12-03T18:54:00.243Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T18:54:00.556Z] + set -o pipefail [2020-12-03T18:54:00.556Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T18:54:00.556Z] + tee .snyk [2020-12-03T18:54:00.556Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T18:54:00.556Z] version: v1.14.1 [2020-12-03T18:54:00.556Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T18:54:00.556Z] ignore: [2020-12-03T18:54:00.556Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T18:54:00.556Z] - '*': [2020-12-03T18:54:00.556Z] reason: does not apply # justification for ignoring [2020-12-03T18:54:00.556Z] 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-03T18:54:00.556Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T18:54:00.556Z] - '*': [2020-12-03T18:54:00.556Z] reason: false positive [2020-12-03T18:54:00.556Z] expires: 2021-01-01T00:00:00 [2020-12-03T18:54:00.556Z] # patch: {} [Pipeline] withCredentials [2020-12-03T18:54:00.684Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:54:01.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T18:54:01.030Z] . [Pipeline] withDockerContainer [2020-12-03T18:54:01.147Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:54:01.213Z] $ 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/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:54:02.047Z] $ docker top 70937f383927ac09f1aeba78cbc483a743a0e17ba6a3ab8286e0c3fec1312f8a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T18:54:02.635Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T18:54:02.646Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T18:54:02.950Z] + set -o pipefail [2020-12-03T18:54:02.950Z] + snyk-to-html -o snykReport.html [2020-12-03T18:54:02.950Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T18:54:13.046Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T18:54:13.072Z] $ docker stop --time=1 70937f383927ac09f1aeba78cbc483a743a0e17ba6a3ab8286e0c3fec1312f8a [2020-12-03T18:54:14.639Z] $ docker rm -f 70937f383927ac09f1aeba78cbc483a743a0e17ba6a3ab8286e0c3fec1312f8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T18:54:14.961Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-12-03T18:54:14.964Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T18:54:15.271Z] + set -o pipefail [2020-12-03T18:54:15.271Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T18:54:15.271Z] + tee .snyk [2020-12-03T18:54:15.271Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T18:54:15.271Z] version: v1.14.1 [2020-12-03T18:54:15.271Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T18:54:15.271Z] ignore: [2020-12-03T18:54:15.271Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T18:54:15.271Z] - '*': [2020-12-03T18:54:15.271Z] reason: does not apply # justification for ignoring [2020-12-03T18:54:15.271Z] 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-03T18:54:15.271Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T18:54:15.271Z] - '*': [2020-12-03T18:54:15.271Z] reason: false positive [2020-12-03T18:54:15.271Z] expires: 2021-01-01T00:00:00 [2020-12-03T18:54:15.271Z] # patch: {} [Pipeline] withCredentials [2020-12-03T18:54:15.383Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:54:15.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T18:54:15.735Z] . [Pipeline] withDockerContainer [2020-12-03T18:54:15.856Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:54:15.915Z] $ 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/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:54:16.812Z] $ docker top 8c2ed0380aae67706d18878b47119303a78fa3555b8ad58ce6a7fe855c5e4a28 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T18:54:17.373Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T18:54:17.385Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T18:54:17.680Z] + set -o pipefail [2020-12-03T18:54:17.680Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T18:54:17.680Z] + snyk-to-html -o snykReport.html [2020-12-03T18:54:27.874Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T18:54:27.892Z] $ docker stop --time=1 8c2ed0380aae67706d18878b47119303a78fa3555b8ad58ce6a7fe855c5e4a28 [2020-12-03T18:54:29.518Z] $ docker rm -f 8c2ed0380aae67706d18878b47119303a78fa3555b8ad58ce6a7fe855c5e4a28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T18:54:29.860Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-03T18:54:29.862Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T18:54:30.159Z] + set -o pipefail [2020-12-03T18:54:30.159Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T18:54:30.159Z] + tee .snyk [2020-12-03T18:54:30.159Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T18:54:30.159Z] version: v1.14.1 [2020-12-03T18:54:30.159Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T18:54:30.159Z] ignore: [2020-12-03T18:54:30.159Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T18:54:30.159Z] - '*': [2020-12-03T18:54:30.159Z] reason: does not apply # justification for ignoring [2020-12-03T18:54:30.159Z] 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-03T18:54:30.159Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T18:54:30.159Z] - '*': [2020-12-03T18:54:30.159Z] reason: false positive [2020-12-03T18:54:30.159Z] expires: 2021-01-01T00:00:00 [2020-12-03T18:54:30.159Z] # patch: {} [Pipeline] withCredentials [2020-12-03T18:54:30.256Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:54:30.634Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T18:54:30.634Z] . [Pipeline] withDockerContainer [2020-12-03T18:54:30.746Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:54:30.805Z] $ 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/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:54:31.630Z] $ docker top a0572f1d66c24bcf28851e958edf71e44b7ca82470414f6bebf3c0a116d238e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T18:54:32.206Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T18:54:32.220Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T18:54:32.516Z] + set -o pipefail [2020-12-03T18:54:32.516Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0163c92eb67c845bff5e90a4dc6407d0e1146c78 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T18:54:32.516Z] + snyk-to-html -o snykReport.html [2020-12-03T18:54:39.147Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T18:54:39.168Z] $ docker stop --time=1 a0572f1d66c24bcf28851e958edf71e44b7ca82470414f6bebf3c0a116d238e1 [2020-12-03T18:54:40.668Z] $ docker rm -f a0572f1d66c24bcf28851e958edf71e44b7ca82470414f6bebf3c0a116d238e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-03T18:54:41.931Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-03T18:54:41.981Z] provisioning config files... [2020-12-03T18:54:41.993Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/242@tmp/config6943750872246252497tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T18:54:42.431Z] --> edgex-publish-swagger.sh [2020-12-03T18:54:42.431Z] === Publish openapi/v1 API === [2020-12-03T18:54:42.431Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-03T18:54:42.431Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-03T18:54:42.431Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T18:54:42.431Z] Dload Upload Total Spent Left Speed [2020-12-03T18:54:43.824Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8697 0:00:01 0:00:01 --:--:-- 8695 100 10521 0 0 100 10521 0 8695 0:00:01 0:00:01 --:--:-- 8695 [2020-12-03T18:54:43.824Z] [2020-12-03T18:54:43.824Z] [2020-12-03T18:54:43.824Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-03T18:54:43.824Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T18:54:43.824Z] Dload Upload Total Spent Left Speed [2020-12-03T18:54:44.771Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28815 0:00:01 0:00:01 --:--:-- 28836 100 32556 0 0 100 32556 0 28810 0:00:01 0:00:01 --:--:-- 28836 [2020-12-03T18:54:44.771Z] [2020-12-03T18:54:44.771Z] [2020-12-03T18:54:44.771Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-03T18:54:44.771Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T18:54:44.771Z] Dload Upload Total Spent Left Speed [2020-12-03T18:54:45.726Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 66792 0:00:01 0:00:01 --:--:-- 66835 100 73720 0 0 100 73720 0 66777 0:00:01 0:00:01 --:--:-- 66835 [2020-12-03T18:54:45.726Z] [2020-12-03T18:54:45.726Z] [2020-12-03T18:54:45.726Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-03T18:54:45.726Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T18:54:45.726Z] Dload Upload Total Spent Left Speed [2020-12-03T18:54:47.129Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11346 0:00:01 0:00:01 --:--:-- 11354 100 13580 0 0 100 13580 0 11344 0:00:01 0:00:01 --:--:-- 11354 [2020-12-03T18:54:47.129Z] [2020-12-03T18:54:47.129Z] [2020-12-03T18:54:47.129Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-03T18:54:47.129Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T18:54:47.129Z] Dload Upload Total Spent Left Speed [2020-12-03T18:54:48.527Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 31389 0:00:01 0:00:01 --:--:-- 31412 100 38889 0 0 100 38889 0 28440 0:00:01 0:00:01 --:--:-- 28448 [2020-12-03T18:54:48.527Z] [2020-12-03T18:54:48.527Z] [2020-12-03T18:54:48.527Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-03T18:54:48.527Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T18:54:48.527Z] Dload Upload Total Spent Left Speed [2020-12-03T18:54:49.488Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12384 0:00:01 0:00:01 --:--:-- 12378 100 14248 0 0 100 14248 0 12379 0:00:01 0:00:01 --:--:-- 12378 [2020-12-03T18:54:49.488Z] [2020-12-03T18:54:49.488Z] [2020-12-03T18:54:49.488Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-03T18:54:49.488Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T18:54:49.488Z] Dload Upload Total Spent Left Speed [2020-12-03T18:54:50.879Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3642 0:00:01 0:00:01 --:--:-- 3645 100 4109 0 0 100 4109 0 3641 0:00:01 0:00:01 --:--:-- 3642 [2020-12-03T18:54:50.879Z] [2020-12-03T18:54:50.879Z] [2020-12-03T18:54:50.879Z] === Publish openapi/v2 API === [2020-12-03T18:54:50.879Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-03T18:54:50.879Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-03T18:54:50.879Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T18:54:50.879Z] Dload Upload Total Spent Left Speed [2020-12-03T18:54:52.270Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24092 0:00:01 0:00:01 --:--:-- 24110 100 29535 0 0 100 29535 0 22184 0:00:01 0:00:01 --:--:-- 22190 [2020-12-03T18:54:52.270Z] [2020-12-03T18:54:52.270Z] [2020-12-03T18:54:52.270Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-03T18:54:52.270Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T18:54:52.270Z] Dload Upload Total Spent Left Speed [2020-12-03T18:54:53.485Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65766 0 0 100 65766 0 54114 0:00:01 0:00:01 --:--:-- 54128 100 65766 0 0 100 65766 0 50275 0:00:01 0:00:01 --:--:-- 50318 [2020-12-03T18:54:53.485Z] [2020-12-03T18:54:53.485Z] [2020-12-03T18:54:53.485Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-03T18:54:53.485Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T18:54:53.485Z] Dload Upload Total Spent Left Speed [2020-12-03T18:54:54.886Z] 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 99938 0:00:01 0:00:01 --:--:-- 99937 100 119k 0 0 100 119k 0 99884 0:00:01 0:00:01 --:--:-- 99855 [2020-12-03T18:54:54.886Z] [2020-12-03T18:54:54.886Z] [2020-12-03T18:54:54.887Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-03T18:54:54.887Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T18:54:54.887Z] Dload Upload Total Spent Left Speed [2020-12-03T18:54:55.831Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 20825 0:00:01 0:00:01 --:--:-- 20836 100 23691 0 0 100 23691 0 20822 0:00:01 0:00:01 --:--:-- 20836 [2020-12-03T18:54:55.831Z] [2020-12-03T18:54:55.831Z] [2020-12-03T18:54:55.831Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-03T18:54:55.831Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T18:54:55.831Z] Dload Upload Total Spent Left Speed [2020-12-03T18:54:57.217Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 52564 0:00:01 0:00:01 --:--:-- 52593 100 62691 0 0 100 62691 0 52545 0:00:01 0:00:01 --:--:-- 52593 [2020-12-03T18:54:57.217Z] [2020-12-03T18:54:57.217Z] [2020-12-03T18:54:57.217Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-03T18:54:57.217Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T18:54:57.217Z] Dload Upload Total Spent Left Speed [2020-12-03T18:54:58.160Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 38728 0:00:01 0:00:01 --:--:-- 38756 100 46198 0 0 100 46198 0 38721 0:00:01 0:00:01 --:--:-- 38756 [2020-12-03T18:54:58.160Z] [2020-12-03T18:54:58.160Z] [2020-12-03T18:54:58.160Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-03T18:54:58.160Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T18:54:58.160Z] Dload Upload Total Spent Left Speed [2020-12-03T18:54:59.376Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 23725 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21508 0:00:01 0:00:01 --:--:-- 21529 [2020-12-03T18:54:59.376Z] [2020-12-03T18:54:59.376Z] [Pipeline] } [2020-12-03T18:54:59.388Z] 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-03T18:55:00.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T18:55:00.375Z] . [Pipeline] withDockerContainer [2020-12-03T18:55:00.569Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:55:00.630Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:55:01.715Z] $ docker top 5d4e2685c96f982ff09dba1f22fa2041c9d676f74f585bba7b769729ff823445 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T18:55:02.130Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T18:55:02.130Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T18:55:02.463Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T18:55:02.469Z] $ docker exec 5d4e2685c96f982ff09dba1f22fa2041c9d676f74f585bba7b769729ff823445 ssh-agent [2020-12-03T18:55:02.712Z] SSH_AUTH_SOCK=/tmp/ssh-w0GoudbgJrcl/agent.12 [2020-12-03T18:55:02.712Z] SSH_AGENT_PID=17 [2020-12-03T18:55:02.723Z] Running ssh-add (command line suppressed) [2020-12-03T18:55:02.875Z] Identity added: /w/workspace/edgex-go/242@tmp/private_key_4809536878120815761.key (/w/workspace/edgex-go/242@tmp/private_key_4809536878120815761.key) [2020-12-03T18:55:02.944Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T18:55:03.291Z] + git semver tag [2020-12-03T18:55:03.554Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T18:55:03.554Z] # $GIT_DIR = /w/workspace/edgex-go/242/.git [2020-12-03T18:55:03.554Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/242 [2020-12-03T18:55:03.554Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T18:55:03.554Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T18:55:03.554Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T18:55:03.554Z] # $SEMVER_BRANCH = master [2020-12-03T18:55:03.554Z] # $SEMVER_DIR = /w/workspace/edgex-go/242/.semver [2020-12-03T18:55:03.554Z] # 0163c92eb67c845bff5e90a4dc6407d0e1146c78 HEAD [2020-12-03T18:55:04.133Z] # -> Force: false [2020-12-03T18:55:04.133Z] # d8e3a6f11f2f2417858b030512add877a37b7ac9 refs/tags/v1.3.1-dev.18 [Pipeline] } [2020-12-03T18:55:04.150Z] $ docker exec --env ******** --env ******** 5d4e2685c96f982ff09dba1f22fa2041c9d676f74f585bba7b769729ff823445 ssh-agent -k [2020-12-03T18:55:04.309Z] unset SSH_AUTH_SOCK; [2020-12-03T18:55:04.309Z] unset SSH_AGENT_PID; [2020-12-03T18:55:04.309Z] echo Agent pid 17 killed; [2020-12-03T18:55:04.367Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T18:55:04.845Z] + git semver [Pipeline] } [2020-12-03T18:55:04.867Z] $ docker stop --time=1 5d4e2685c96f982ff09dba1f22fa2041c9d676f74f585bba7b769729ff823445 [2020-12-03T18:55:06.265Z] $ docker rm -f 5d4e2685c96f982ff09dba1f22fa2041c9d676f74f585bba7b769729ff823445 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:55:06.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-03T18:55:06.944Z] [2020-12-03T18:55:06.944Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:55:07.314Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-03T18:55:07.315Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-03T18:55:07.315Z] ab5ef0e58194: Pulling fs layer [2020-12-03T18:55:07.315Z] 9712f1f96733: Pulling fs layer [2020-12-03T18:55:07.315Z] 63f879dbbcfc: Pulling fs layer [2020-12-03T18:55:07.315Z] 0d9ebad4ef96: Pulling fs layer [2020-12-03T18:55:07.315Z] e9a5061849ea: Pulling fs layer [2020-12-03T18:55:07.315Z] d747dcd14b5f: Pulling fs layer [2020-12-03T18:55:07.315Z] 2de7ff778b66: Pulling fs layer [2020-12-03T18:55:07.315Z] 0d9ebad4ef96: Waiting [2020-12-03T18:55:07.315Z] e9a5061849ea: Waiting [2020-12-03T18:55:07.315Z] d747dcd14b5f: Waiting [2020-12-03T18:55:07.315Z] 2de7ff778b66: Waiting [2020-12-03T18:55:07.315Z] 9712f1f96733: Verifying Checksum [2020-12-03T18:55:07.315Z] 9712f1f96733: Download complete [2020-12-03T18:55:09.904Z] 63f879dbbcfc: Verifying Checksum [2020-12-03T18:55:09.905Z] 63f879dbbcfc: Download complete [2020-12-03T18:55:10.171Z] e9a5061849ea: Verifying Checksum [2020-12-03T18:55:10.171Z] e9a5061849ea: Download complete [2020-12-03T18:55:10.171Z] d747dcd14b5f: Verifying Checksum [2020-12-03T18:55:10.171Z] d747dcd14b5f: Download complete [2020-12-03T18:55:10.765Z] 2de7ff778b66: Verifying Checksum [2020-12-03T18:55:10.765Z] 2de7ff778b66: Download complete [2020-12-03T18:55:11.374Z] 0d9ebad4ef96: Download complete [2020-12-03T18:55:11.374Z] ab5ef0e58194: Verifying Checksum [2020-12-03T18:55:11.374Z] ab5ef0e58194: Download complete [2020-12-03T18:55:16.756Z] ab5ef0e58194: Pull complete [2020-12-03T18:55:16.756Z] 9712f1f96733: Pull complete [2020-12-03T18:55:19.360Z] 63f879dbbcfc: Pull complete [2020-12-03T18:55:27.674Z] 0d9ebad4ef96: Pull complete [2020-12-03T18:55:27.940Z] e9a5061849ea: Pull complete [2020-12-03T18:55:27.940Z] d747dcd14b5f: Pull complete [2020-12-03T18:55:32.167Z] 2de7ff778b66: Pull complete [2020-12-03T18:55:32.167Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-03T18:55:32.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-03T18:55:32.167Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-03T18:55:32.450Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:55:32.544Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:55:36.211Z] $ docker top f4c19f1d84bf3ddf21293b023c8234b5bcc4af93a676a5e8b14bbf6961894af2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-03T18:55:36.546Z] provisioning config files... [2020-12-03T18:55:36.558Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/242@tmp/config8127463213373145375tmp [2020-12-03T18:55:36.576Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/242@tmp/config219150943476419854tmp [2020-12-03T18:55:36.593Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/242@tmp/config4706640593977439495tmp [Pipeline] { [Pipeline] echo [2020-12-03T18:55:36.656Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T18:55:36.965Z] ---> sigul-configuration.sh [2020-12-03T18:55:36.965Z] gpg: directory `/root/.gnupg' created [2020-12-03T18:55:36.965Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-03T18:55:36.965Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-03T18:55:36.965Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-03T18:55:36.965Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-03T18:55:36.965Z] gpg: CAST5 encrypted data [2020-12-03T18:55:37.231Z] gpg: encrypted with 1 passphrase [2020-12-03T18:55:37.231Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-03T18:55:37.885Z] + mkdir /home/jenkins [2020-12-03T18:55:37.885Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-03T18:55:38.193Z] + 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-03T18:55:38.205Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T18:55:38.637Z] ---> sigul-install.sh [2020-12-03T18:55:45.316Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-03T18:55:46.038Z] + git tag --list [2020-12-03T18:55:46.038Z] 0.6.0 [2020-12-03T18:55:46.038Z] 0.6.1 [2020-12-03T18:55:46.038Z] 0.7.0 [2020-12-03T18:55:46.038Z] 0.7.1 [2020-12-03T18:55:46.038Z] v1.0.0 [2020-12-03T18:55:46.038Z] v1.0.1 [2020-12-03T18:55:46.038Z] v1.1.0 [2020-12-03T18:55:46.038Z] v1.2.0 [2020-12-03T18:55:46.038Z] v1.2.1 [2020-12-03T18:55:46.038Z] v1.2.2-dev.1 [2020-12-03T18:55:46.038Z] v1.2.2-dev.10 [2020-12-03T18:55:46.038Z] v1.2.2-dev.100 [2020-12-03T18:55:46.038Z] v1.2.2-dev.101 [2020-12-03T18:55:46.038Z] v1.2.2-dev.102 [2020-12-03T18:55:46.038Z] v1.2.2-dev.103 [2020-12-03T18:55:46.038Z] v1.2.2-dev.104 [2020-12-03T18:55:46.038Z] v1.2.2-dev.105 [2020-12-03T18:55:46.038Z] v1.2.2-dev.106 [2020-12-03T18:55:46.038Z] v1.2.2-dev.107 [2020-12-03T18:55:46.038Z] v1.2.2-dev.11 [2020-12-03T18:55:46.038Z] v1.2.2-dev.12 [2020-12-03T18:55:46.038Z] v1.2.2-dev.13 [2020-12-03T18:55:46.038Z] v1.2.2-dev.14 [2020-12-03T18:55:46.038Z] v1.2.2-dev.15 [2020-12-03T18:55:46.038Z] v1.2.2-dev.16 [2020-12-03T18:55:46.038Z] v1.2.2-dev.17 [2020-12-03T18:55:46.038Z] v1.2.2-dev.18 [2020-12-03T18:55:46.038Z] v1.2.2-dev.19 [2020-12-03T18:55:46.038Z] v1.2.2-dev.2 [2020-12-03T18:55:46.038Z] v1.2.2-dev.20 [2020-12-03T18:55:46.038Z] v1.2.2-dev.21 [2020-12-03T18:55:46.038Z] v1.2.2-dev.22 [2020-12-03T18:55:46.038Z] v1.2.2-dev.23 [2020-12-03T18:55:46.038Z] v1.2.2-dev.24 [2020-12-03T18:55:46.038Z] v1.2.2-dev.25 [2020-12-03T18:55:46.038Z] v1.2.2-dev.26 [2020-12-03T18:55:46.038Z] v1.2.2-dev.27 [2020-12-03T18:55:46.038Z] v1.2.2-dev.28 [2020-12-03T18:55:46.038Z] v1.2.2-dev.29 [2020-12-03T18:55:46.038Z] v1.2.2-dev.3 [2020-12-03T18:55:46.038Z] v1.2.2-dev.30 [2020-12-03T18:55:46.038Z] v1.2.2-dev.31 [2020-12-03T18:55:46.038Z] v1.2.2-dev.32 [2020-12-03T18:55:46.038Z] v1.2.2-dev.33 [2020-12-03T18:55:46.038Z] v1.2.2-dev.34 [2020-12-03T18:55:46.038Z] v1.2.2-dev.35 [2020-12-03T18:55:46.038Z] v1.2.2-dev.36 [2020-12-03T18:55:46.038Z] v1.2.2-dev.37 [2020-12-03T18:55:46.038Z] v1.2.2-dev.38 [2020-12-03T18:55:46.038Z] v1.2.2-dev.39 [2020-12-03T18:55:46.038Z] v1.2.2-dev.4 [2020-12-03T18:55:46.038Z] v1.2.2-dev.40 [2020-12-03T18:55:46.038Z] v1.2.2-dev.41 [2020-12-03T18:55:46.038Z] v1.2.2-dev.42 [2020-12-03T18:55:46.038Z] v1.2.2-dev.43 [2020-12-03T18:55:46.038Z] v1.2.2-dev.44 [2020-12-03T18:55:46.038Z] v1.2.2-dev.45 [2020-12-03T18:55:46.038Z] v1.2.2-dev.46 [2020-12-03T18:55:46.038Z] v1.2.2-dev.47 [2020-12-03T18:55:46.038Z] v1.2.2-dev.48 [2020-12-03T18:55:46.038Z] v1.2.2-dev.49 [2020-12-03T18:55:46.038Z] v1.2.2-dev.5 [2020-12-03T18:55:46.038Z] v1.2.2-dev.50 [2020-12-03T18:55:46.038Z] v1.2.2-dev.51 [2020-12-03T18:55:46.038Z] v1.2.2-dev.52 [2020-12-03T18:55:46.038Z] v1.2.2-dev.53 [2020-12-03T18:55:46.038Z] v1.2.2-dev.54 [2020-12-03T18:55:46.038Z] v1.2.2-dev.55 [2020-12-03T18:55:46.038Z] v1.2.2-dev.56 [2020-12-03T18:55:46.038Z] v1.2.2-dev.57 [2020-12-03T18:55:46.038Z] v1.2.2-dev.58 [2020-12-03T18:55:46.038Z] v1.2.2-dev.59 [2020-12-03T18:55:46.038Z] v1.2.2-dev.6 [2020-12-03T18:55:46.038Z] v1.2.2-dev.60 [2020-12-03T18:55:46.038Z] v1.2.2-dev.61 [2020-12-03T18:55:46.038Z] v1.2.2-dev.62 [2020-12-03T18:55:46.038Z] v1.2.2-dev.63 [2020-12-03T18:55:46.038Z] v1.2.2-dev.64 [2020-12-03T18:55:46.038Z] v1.2.2-dev.65 [2020-12-03T18:55:46.038Z] v1.2.2-dev.66 [2020-12-03T18:55:46.038Z] v1.2.2-dev.67 [2020-12-03T18:55:46.038Z] v1.2.2-dev.68 [2020-12-03T18:55:46.038Z] v1.2.2-dev.69 [2020-12-03T18:55:46.038Z] v1.2.2-dev.7 [2020-12-03T18:55:46.038Z] v1.2.2-dev.70 [2020-12-03T18:55:46.038Z] v1.2.2-dev.71 [2020-12-03T18:55:46.038Z] v1.2.2-dev.72 [2020-12-03T18:55:46.038Z] v1.2.2-dev.73 [2020-12-03T18:55:46.038Z] v1.2.2-dev.74 [2020-12-03T18:55:46.038Z] v1.2.2-dev.75 [2020-12-03T18:55:46.038Z] v1.2.2-dev.76 [2020-12-03T18:55:46.038Z] v1.2.2-dev.77 [2020-12-03T18:55:46.038Z] v1.2.2-dev.78 [2020-12-03T18:55:46.038Z] v1.2.2-dev.79 [2020-12-03T18:55:46.038Z] v1.2.2-dev.8 [2020-12-03T18:55:46.038Z] v1.2.2-dev.80 [2020-12-03T18:55:46.038Z] v1.2.2-dev.81 [2020-12-03T18:55:46.038Z] v1.2.2-dev.82 [2020-12-03T18:55:46.038Z] v1.2.2-dev.83 [2020-12-03T18:55:46.038Z] v1.2.2-dev.84 [2020-12-03T18:55:46.038Z] v1.2.2-dev.85 [2020-12-03T18:55:46.038Z] v1.2.2-dev.86 [2020-12-03T18:55:46.038Z] v1.2.2-dev.87 [2020-12-03T18:55:46.038Z] v1.2.2-dev.88 [2020-12-03T18:55:46.038Z] v1.2.2-dev.89 [2020-12-03T18:55:46.038Z] v1.2.2-dev.9 [2020-12-03T18:55:46.038Z] v1.2.2-dev.90 [2020-12-03T18:55:46.038Z] v1.2.2-dev.91 [2020-12-03T18:55:46.038Z] v1.2.2-dev.92 [2020-12-03T18:55:46.038Z] v1.2.2-dev.93 [2020-12-03T18:55:46.038Z] v1.2.2-dev.94 [2020-12-03T18:55:46.038Z] v1.2.2-dev.95 [2020-12-03T18:55:46.038Z] v1.2.2-dev.96 [2020-12-03T18:55:46.038Z] v1.2.2-dev.97 [2020-12-03T18:55:46.038Z] v1.2.2-dev.98 [2020-12-03T18:55:46.038Z] v1.2.2-dev.99 [2020-12-03T18:55:46.038Z] v1.3.0 [2020-12-03T18:55:46.038Z] v1.3.1-dev.1 [2020-12-03T18:55:46.038Z] v1.3.1-dev.10 [2020-12-03T18:55:46.038Z] v1.3.1-dev.11 [2020-12-03T18:55:46.038Z] v1.3.1-dev.12 [2020-12-03T18:55:46.038Z] v1.3.1-dev.13 [2020-12-03T18:55:46.038Z] v1.3.1-dev.14 [2020-12-03T18:55:46.038Z] v1.3.1-dev.15 [2020-12-03T18:55:46.038Z] v1.3.1-dev.16 [2020-12-03T18:55:46.038Z] v1.3.1-dev.17 [2020-12-03T18:55:46.038Z] v1.3.1-dev.18 [2020-12-03T18:55:46.038Z] v1.3.1-dev.2 [2020-12-03T18:55:46.038Z] v1.3.1-dev.3 [2020-12-03T18:55:46.038Z] v1.3.1-dev.4 [2020-12-03T18:55:46.038Z] v1.3.1-dev.5 [2020-12-03T18:55:46.038Z] v1.3.1-dev.6 [2020-12-03T18:55:46.038Z] v1.3.1-dev.7 [2020-12-03T18:55:46.038Z] v1.3.1-dev.8 [2020-12-03T18:55:46.038Z] v1.3.1-dev.9 [Pipeline] sh [2020-12-03T18:55:46.413Z] + lftools sign git-tag v1.3.1-dev.18 [2020-12-03T18:55:47.889Z] Signing Git tag with Sigul... [2020-12-03T18:55:47.889Z] Signing v1.3.1-dev.18 [Pipeline] echo [2020-12-03T18:55:49.857Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T18:55:50.176Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-03T18:55:50.188Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-03T18:55:50.291Z] $ docker stop --time=1 f4c19f1d84bf3ddf21293b023c8234b5bcc4af93a676a5e8b14bbf6961894af2 [2020-12-03T18:55:52.298Z] $ docker rm -f f4c19f1d84bf3ddf21293b023c8234b5bcc4af93a676a5e8b14bbf6961894af2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:55:53.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T18:55:53.205Z] . [Pipeline] withDockerContainer [2020-12-03T18:55:53.355Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:55:53.516Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:55:54.718Z] $ docker top ac416c60b844bbc47f358f6983d72bf73c1b8383caf5cedbc20f52c28c60655c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T18:55:55.076Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T18:55:55.076Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T18:55:55.353Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T18:55:55.360Z] $ docker exec ac416c60b844bbc47f358f6983d72bf73c1b8383caf5cedbc20f52c28c60655c ssh-agent [2020-12-03T18:55:55.603Z] SSH_AUTH_SOCK=/tmp/ssh-q6vakr9olkQh/agent.11 [2020-12-03T18:55:55.603Z] SSH_AGENT_PID=16 [2020-12-03T18:55:55.648Z] Running ssh-add (command line suppressed) [2020-12-03T18:55:55.864Z] Identity added: /w/workspace/edgex-go/242@tmp/private_key_1096327837895596361.key (/w/workspace/edgex-go/242@tmp/private_key_1096327837895596361.key) [2020-12-03T18:55:56.004Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T18:55:56.427Z] + git semver bump pre [2020-12-03T18:55:56.427Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T18:55:56.427Z] # $GIT_DIR = /w/workspace/edgex-go/242/.git [2020-12-03T18:55:56.427Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/242 [2020-12-03T18:55:56.427Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T18:55:56.427Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T18:55:56.427Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T18:55:56.427Z] # $SEMVER_BRANCH = master [2020-12-03T18:55:56.427Z] # $SEMVER_DIR = /w/workspace/edgex-go/242/.semver [2020-12-03T18:55:56.693Z] 1.3.1-dev.19 [Pipeline] } [2020-12-03T18:55:56.711Z] $ docker exec --env ******** --env ******** ac416c60b844bbc47f358f6983d72bf73c1b8383caf5cedbc20f52c28c60655c ssh-agent -k [2020-12-03T18:55:56.904Z] unset SSH_AUTH_SOCK; [2020-12-03T18:55:56.904Z] unset SSH_AGENT_PID; [2020-12-03T18:55:56.904Z] echo Agent pid 16 killed; [2020-12-03T18:55:56.988Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T18:55:57.520Z] + git semver [Pipeline] } [2020-12-03T18:55:57.547Z] $ docker stop --time=1 ac416c60b844bbc47f358f6983d72bf73c1b8383caf5cedbc20f52c28c60655c [2020-12-03T18:55:59.036Z] $ docker rm -f ac416c60b844bbc47f358f6983d72bf73c1b8383caf5cedbc20f52c28c60655c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:55:59.581Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T18:55:59.581Z] . [Pipeline] withDockerContainer [2020-12-03T18:55:59.700Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:55:59.757Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:56:00.625Z] $ docker top ae60f450a9bb15c9baef9ef38d34ff5b440b2aed7c0c6dfff94503b6a28e05c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T18:56:00.951Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T18:56:00.952Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T18:56:01.425Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T18:56:01.431Z] $ docker exec ae60f450a9bb15c9baef9ef38d34ff5b440b2aed7c0c6dfff94503b6a28e05c0 ssh-agent [2020-12-03T18:56:01.667Z] SSH_AUTH_SOCK=/tmp/ssh-O01auedVHLvj/agent.12 [2020-12-03T18:56:01.667Z] SSH_AGENT_PID=18 [2020-12-03T18:56:01.678Z] Running ssh-add (command line suppressed) [2020-12-03T18:56:01.854Z] Identity added: /w/workspace/edgex-go/242@tmp/private_key_5202727637096671771.key (/w/workspace/edgex-go/242@tmp/private_key_5202727637096671771.key) [2020-12-03T18:56:01.937Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T18:56:02.440Z] + git semver push [2020-12-03T18:56:02.440Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T18:56:02.440Z] # $GIT_DIR = /w/workspace/edgex-go/242/.git [2020-12-03T18:56:02.440Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/242 [2020-12-03T18:56:02.440Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T18:56:02.440Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T18:56:02.440Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T18:56:02.440Z] # $SEMVER_BRANCH = master [2020-12-03T18:56:02.440Z] # $SEMVER_DIR = /w/workspace/edgex-go/242/.semver [Pipeline] } [2020-12-03T18:56:14.995Z] $ docker exec --env ******** --env ******** ae60f450a9bb15c9baef9ef38d34ff5b440b2aed7c0c6dfff94503b6a28e05c0 ssh-agent -k [2020-12-03T18:56:15.228Z] unset SSH_AUTH_SOCK; [2020-12-03T18:56:15.228Z] unset SSH_AGENT_PID; [2020-12-03T18:56:15.229Z] echo Agent pid 18 killed; [2020-12-03T18:56:15.317Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T18:56:16.016Z] + git semver [Pipeline] } [2020-12-03T18:56:16.050Z] $ docker stop --time=1 ae60f450a9bb15c9baef9ef38d34ff5b440b2aed7c0c6dfff94503b6a28e05c0 [2020-12-03T18:56:17.479Z] $ docker rm -f ae60f450a9bb15c9baef9ef38d34ff5b440b2aed7c0c6dfff94503b6a28e05c0 [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-03T18:56:18.934Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T18:56:19.822Z] ---> package-listing.sh [2020-12-03T18:56:19.822Z] ++ facter osfamily [2020-12-03T18:56:19.822Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-03T18:56:19.822Z] + OS_FAMILY=redhat [2020-12-03T18:56:19.822Z] + workspace=/w/workspace/edgex-go/242 [2020-12-03T18:56:19.822Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-03T18:56:19.822Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-03T18:56:19.822Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-03T18:56:19.822Z] + PACKAGES=/tmp/packages_start.txt [2020-12-03T18:56:19.822Z] + '[' /w/workspace/edgex-go/242 ']' [2020-12-03T18:56:19.822Z] + PACKAGES=/tmp/packages_end.txt [2020-12-03T18:56:19.822Z] + case "${OS_FAMILY}" in [2020-12-03T18:56:19.822Z] + rpm -qa [2020-12-03T18:56:19.822Z] + sort [2020-12-03T18:56:25.191Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-03T18:56:25.191Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-03T18:56:25.191Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-03T18:56:25.191Z] + '[' /w/workspace/edgex-go/242 ']' [2020-12-03T18:56:25.191Z] + mkdir -p /w/workspace/edgex-go/242/archives/ [2020-12-03T18:56:25.191Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/242/archives/ [Pipeline] echo [2020-12-03T18:56:25.209Z] 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/242/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-03T18:56:25.576Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:56:25.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T18:56:25.888Z] [2020-12-03T18:56:25.888Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-03T18:56:26.240Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T18:56:26.512Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-03T18:56:26.512Z] df20fa9351a1: Pulling fs layer [2020-12-03T18:56:26.512Z] 36b3adc4ff6f: Pulling fs layer [2020-12-03T18:56:26.512Z] 8ad3a11d3b57: Pulling fs layer [2020-12-03T18:56:26.512Z] 46f8f816bc3b: Pulling fs layer [2020-12-03T18:56:26.512Z] 93b61091891f: Pulling fs layer [2020-12-03T18:56:26.512Z] 93b9cdb0e59b: Pulling fs layer [2020-12-03T18:56:26.512Z] 5e14af77c1be: Pulling fs layer [2020-12-03T18:56:26.512Z] 01666e4c0597: Pulling fs layer [2020-12-03T18:56:26.512Z] aa168da1d23b: Pulling fs layer [2020-12-03T18:56:26.512Z] 46f8f816bc3b: Waiting [2020-12-03T18:56:26.512Z] 93b9cdb0e59b: Waiting [2020-12-03T18:56:26.512Z] 5e14af77c1be: Waiting [2020-12-03T18:56:26.512Z] 93b61091891f: Waiting [2020-12-03T18:56:26.512Z] 01666e4c0597: Waiting [2020-12-03T18:56:26.512Z] aa168da1d23b: Waiting [2020-12-03T18:56:26.512Z] 36b3adc4ff6f: Verifying Checksum [2020-12-03T18:56:26.512Z] 36b3adc4ff6f: Download complete [2020-12-03T18:56:26.512Z] 46f8f816bc3b: Verifying Checksum [2020-12-03T18:56:26.512Z] 46f8f816bc3b: Download complete [2020-12-03T18:56:26.512Z] df20fa9351a1: Verifying Checksum [2020-12-03T18:56:26.512Z] df20fa9351a1: Download complete [2020-12-03T18:56:26.512Z] 93b9cdb0e59b: Verifying Checksum [2020-12-03T18:56:26.512Z] 93b9cdb0e59b: Download complete [2020-12-03T18:56:26.512Z] 5e14af77c1be: Verifying Checksum [2020-12-03T18:56:26.512Z] 5e14af77c1be: Download complete [2020-12-03T18:56:26.512Z] 93b61091891f: Download complete [2020-12-03T18:56:26.512Z] 01666e4c0597: Verifying Checksum [2020-12-03T18:56:26.512Z] 01666e4c0597: Download complete [2020-12-03T18:56:26.781Z] 8ad3a11d3b57: Verifying Checksum [2020-12-03T18:56:26.781Z] 8ad3a11d3b57: Download complete [2020-12-03T18:56:27.048Z] df20fa9351a1: Pull complete [2020-12-03T18:56:27.631Z] 36b3adc4ff6f: Pull complete [2020-12-03T18:56:29.085Z] 8ad3a11d3b57: Pull complete [2020-12-03T18:56:29.085Z] 46f8f816bc3b: Pull complete [2020-12-03T18:56:29.681Z] aa168da1d23b: Verifying Checksum [2020-12-03T18:56:29.681Z] aa168da1d23b: Download complete [2020-12-03T18:56:29.951Z] 93b61091891f: Pull complete [2020-12-03T18:56:30.214Z] 93b9cdb0e59b: Pull complete [2020-12-03T18:56:30.214Z] 5e14af77c1be: Pull complete [2020-12-03T18:56:30.476Z] 01666e4c0597: Pull complete [2020-12-03T18:56:38.732Z] aa168da1d23b: Pull complete [2020-12-03T18:56:38.732Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-03T18:56:38.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T18:56:38.732Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-03T18:56:38.940Z] prd-centos7-docker-4c-2g-14352 does not seem to be running inside a container [2020-12-03T18:56:39.007Z] $ 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/242/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/242 -v /w/workspace/edgex-go/242:/w/workspace/edgex-go/242:rw,z -v /w/workspace/edgex-go/242@tmp:/w/workspace/edgex-go/242@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-03T18:56:42.524Z] $ docker top 63dd3c91bb0fb788ee714a739e842035f55090eb49edc0538fe735c59e485b7e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T18:56:43.384Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-03T18:56:43.731Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-03T18:56:44.045Z] + ls /var/log/sa-host [2020-12-03T18:56:44.045Z] + sadf -c /var/log/sa-host/sa03 [2020-12-03T18:56:44.045Z] file_magic: OK [2020-12-03T18:56:44.045Z] HZ: Using current value: 100 [2020-12-03T18:56:44.045Z] file_header: OK [2020-12-03T18:56:44.045Z] 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-03T18:56:44.045Z] Statistics: [2020-12-03T18:56:44.045Z] 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-03T18:56:44.045Z] File successfully converted to sysstat format version 12.2.1 [2020-12-03T18:56:44.045Z] + sadf -c /var/log/sa-host/sa23 [2020-12-03T18:56:44.045Z] file_magic: OK [2020-12-03T18:56:44.045Z] HZ: Using current value: 100 [2020-12-03T18:56:44.045Z] file_header: OK [2020-12-03T18:56:44.045Z] 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-03T18:56:44.045Z] Statistics: [2020-12-03T18:56:44.045Z] Hnuu...uuuununununu... [2020-12-03T18:56:44.045Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-03T18:56:44.634Z] provisioning config files... [2020-12-03T18:56:44.652Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/242@tmp/config610410154579107122tmp [Pipeline] { [Pipeline] echo [2020-12-03T18:56:44.729Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T18:56:45.370Z] ---> create-netrc.sh [Pipeline] } [2020-12-03T18:56:45.380Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-03T18:56:45.478Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T18:56:45.796Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-03T18:56:45.807Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T18:56:46.110Z] ---> sudo-logs.sh [2020-12-03T18:56:46.110Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-03T18:56:46.120Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T18:56:46.420Z] ---> job-cost.sh [2020-12-03T18:56:46.420Z] lf-activate-venv: SKIPPING [2020-12-03T18:56:46.420Z] INFO: No Stack... [2020-12-03T18:56:47.372Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-03T18:56:47.946Z] INFO: Archiving Costs [Pipeline] echo [2020-12-03T18:56:47.960Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T18:56:48.338Z] ---> logs-deploy.sh [2020-12-03T18:56:48.338Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/242 [2020-12-03T18:56:48.338Z] INFO: archiving workspace using pattern(s): [2020-12-03T18:56:50.275Z] Archives upload complete. [2020-12-03T18:56:50.275Z] INFO: archiving logs to Nexus