Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 39e6b044bcbfaa6947ff572dd7ed6f608645206c Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-12834 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/227 [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/227 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 39e6b044bcbfaa6947ff572dd7ed6f608645206c (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 39e6b044bcbfaa6947ff572dd7ed6f608645206c # timeout=10 Commit message: "feat(data): Implement DELETE /event/device/name/{name} V2 API (#2874)" > git rev-list --no-walk 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-19T21:21:46.866Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-19T21:21:47.231Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-19T21:21:47.347Z] ========================================================= [2020-11-19T21:21:47.347Z] EdgeX Global Pipelines Version Info [2020-11-19T21:21:47.347Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:21:48.905Z] ------------------- [2020-11-19T21:21:48.905Z] stable info: [2020-11-19T21:21:48.905Z] ------------------- [2020-11-19T21:21:48.905Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-19T21:21:48.905Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-19T21:21:48.905Z] Message: update stable to v1.0.167 [2020-11-19T21:21:49.861Z] ------------------- [2020-11-19T21:21:49.861Z] experimental info: [2020-11-19T21:21:49.861Z] ------------------- [2020-11-19T21:21:49.861Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-19T21:21:49.861Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-19T21:21:49.861Z] Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T21:21:50.267Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-19T21:21:50.383Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-19T21:21:50.505Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-19T21:21:50.677Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-19T21:21:50.790Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-19T21:21:50.964Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-19T21:21:51.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-19T21:21:51.206Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-19T21:21:51.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-19T21:21:51.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-19T21:21:51.530Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-19T21:21:51.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-19T21:21:51.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-19T21:21:51.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-19T21:21:51.935Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-19T21:21:52.036Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-19T21:21:52.190Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-19T21:21:52.299Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-19T21:21:52.403Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-19T21:21:52.502Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-19T21:21:52.608Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-19T21:21:52.713Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-19T21:21:52.835Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-19T21:21:52.935Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-19T21:21:53.038Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-19T21:21:53.138Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] echo [2020-11-19T21:21:53.238Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 39e6b04 [Pipeline] echo [2020-11-19T21:21:53.358Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T21:21:53.568Z] provisioning config files... [2020-11-19T21:21:53.603Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/227@tmp/config7447472160970802314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:21:54.052Z] ---> docker-login.sh [2020-11-19T21:21:54.052Z] nexus3.edgexfoundry.org:10001 [2020-11-19T21:21:54.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:21:54.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:21:54.315Z] Configure a credential helper to remove this warning. See [2020-11-19T21:21:54.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:21:54.315Z] [2020-11-19T21:21:54.315Z] Login Succeeded [2020-11-19T21:21:54.315Z] nexus3.edgexfoundry.org:10002 [2020-11-19T21:21:54.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:21:54.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:21:54.577Z] Configure a credential helper to remove this warning. See [2020-11-19T21:21:54.577Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:21:54.577Z] [2020-11-19T21:21:54.577Z] Login Succeeded [2020-11-19T21:21:54.577Z] nexus3.edgexfoundry.org:10003 [2020-11-19T21:21:54.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:21:54.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:21:54.840Z] Configure a credential helper to remove this warning. See [2020-11-19T21:21:54.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:21:54.840Z] [2020-11-19T21:21:54.840Z] Login Succeeded [2020-11-19T21:21:54.840Z] nexus3.edgexfoundry.org:10004 [2020-11-19T21:21:54.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:21:54.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:21:54.840Z] Configure a credential helper to remove this warning. See [2020-11-19T21:21:54.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:21:54.840Z] [2020-11-19T21:21:54.840Z] Login Succeeded [2020-11-19T21:21:54.840Z] docker.io [2020-11-19T21:21:55.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:21:55.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:21:55.364Z] Configure a credential helper to remove this warning. See [2020-11-19T21:21:55.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:21:55.364Z] [2020-11-19T21:21:55.364Z] Login Succeeded [2020-11-19T21:21:55.364Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T21:21:55.372Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T21:21:55.853Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-11-19T21:21:55.853Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T21:21:55.853Z] ++ dirname cmd/core-command/Dockerfile [2020-11-19T21:21:55.853Z] ++ cut -d/ -f2 [2020-11-19T21:21:55.853Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-19T21:21:55.853Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T21:21:55.853Z] ++ dirname cmd/core-data/Dockerfile [2020-11-19T21:21:55.853Z] ++ cut -d/ -f2 [2020-11-19T21:21:55.853Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-19T21:21:55.853Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T21:21:55.853Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-19T21:21:55.853Z] ++ cut -d/ -f2 [2020-11-19T21:21:55.853Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-19T21:21:55.853Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T21:21:55.853Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-19T21:21:55.853Z] ++ cut -d/ -f2 [2020-11-19T21:21:55.853Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-19T21:21:55.853Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T21:21:55.853Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-19T21:21:55.853Z] ++ cut -d/ -f2 [2020-11-19T21:21:55.853Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-19T21:21:55.853Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T21:21:55.853Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-19T21:21:55.853Z] ++ cut -d/ -f2 [2020-11-19T21:21:55.853Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-19T21:21:55.853Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T21:21:55.853Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-19T21:21:55.853Z] ++ cut -d/ -f2 [2020-11-19T21:21:55.853Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-19T21:21:55.853Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T21:21:55.853Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-19T21:21:55.853Z] ++ cut -d/ -f2 [2020-11-19T21:21:55.853Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-19T21:21:55.853Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T21:21:55.853Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-19T21:21:55.853Z] ++ cut -d/ -f2 [2020-11-19T21:21:55.853Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-19T21:21:55.853Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T21:21:55.853Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-19T21:21:55.853Z] ++ cut -d/ -f2 [2020-11-19T21:21:55.853Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-19T21:21:55.853Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T21:21:55.853Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-19T21:21:55.853Z] ++ cut -d/ -f2 [2020-11-19T21:21:55.853Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-19T21:21:55.926Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:21:57.350Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T21:21:57.350Z] [2020-11-19T21:21:57.350Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:21:57.702Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T21:21:57.702Z] latest: Pulling from edgex-devops/git-semver [2020-11-19T21:21:57.702Z] 31603596830f: Pulling fs layer [2020-11-19T21:21:57.702Z] 2a8b12db71e7: Pulling fs layer [2020-11-19T21:21:57.702Z] 6ca5941a6612: Pulling fs layer [2020-11-19T21:21:57.702Z] ecc8261a40a4: Pulling fs layer [2020-11-19T21:21:57.702Z] ecc8261a40a4: Waiting [2020-11-19T21:21:57.702Z] 2a8b12db71e7: Verifying Checksum [2020-11-19T21:21:57.702Z] 2a8b12db71e7: Download complete [2020-11-19T21:21:57.964Z] 31603596830f: Verifying Checksum [2020-11-19T21:21:57.964Z] 31603596830f: Download complete [2020-11-19T21:21:57.964Z] ecc8261a40a4: Verifying Checksum [2020-11-19T21:21:57.964Z] ecc8261a40a4: Download complete [2020-11-19T21:21:57.964Z] 6ca5941a6612: Verifying Checksum [2020-11-19T21:21:57.964Z] 6ca5941a6612: Download complete [2020-11-19T21:21:58.228Z] 31603596830f: Pull complete [2020-11-19T21:21:58.228Z] 2a8b12db71e7: Pull complete [2020-11-19T21:21:59.180Z] 6ca5941a6612: Pull complete [2020-11-19T21:21:59.180Z] ecc8261a40a4: Pull complete [2020-11-19T21:21:59.180Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-19T21:21:59.180Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T21:21:59.180Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-19T21:21:59.278Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:21:59.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T21:22:01.919Z] $ docker top af793e0cb20ae76432f3c9045162920ac56ff9edcf4847640fddeb6f3b4747ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T21:22:02.274Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T21:22:02.274Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T21:22:02.501Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T21:22:02.509Z] $ docker exec af793e0cb20ae76432f3c9045162920ac56ff9edcf4847640fddeb6f3b4747ab ssh-agent [2020-11-19T21:22:02.666Z] SSH_AUTH_SOCK=/tmp/ssh-8xDmZQEtAEXf/agent.11 [2020-11-19T21:22:02.666Z] SSH_AGENT_PID=16 [2020-11-19T21:22:02.680Z] Running ssh-add (command line suppressed) [2020-11-19T21:22:02.798Z] Identity added: /w/workspace/edgex-go/227@tmp/private_key_7525106960215469441.key (/w/workspace/edgex-go/227@tmp/private_key_7525106960215469441.key) [2020-11-19T21:22:02.847Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T21:22:03.195Z] + git tag --points-at HEAD [Pipeline] } [2020-11-19T21:22:03.222Z] $ docker exec --env ******** --env ******** af793e0cb20ae76432f3c9045162920ac56ff9edcf4847640fddeb6f3b4747ab ssh-agent -k [2020-11-19T21:22:03.330Z] unset SSH_AUTH_SOCK; [2020-11-19T21:22:03.330Z] unset SSH_AGENT_PID; [2020-11-19T21:22:03.330Z] echo Agent pid 16 killed; [2020-11-19T21:22:03.369Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-19T21:22:03.583Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T21:22:03.583Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T21:22:03.750Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T21:22:03.758Z] $ docker exec af793e0cb20ae76432f3c9045162920ac56ff9edcf4847640fddeb6f3b4747ab ssh-agent [2020-11-19T21:22:03.909Z] SSH_AUTH_SOCK=/tmp/ssh-67toGU9h4tXH/agent.46 [2020-11-19T21:22:03.909Z] SSH_AGENT_PID=52 [2020-11-19T21:22:03.916Z] Running ssh-add (command line suppressed) [2020-11-19T21:22:04.033Z] Identity added: /w/workspace/edgex-go/227@tmp/private_key_6455706989831835356.key (/w/workspace/edgex-go/227@tmp/private_key_6455706989831835356.key) [2020-11-19T21:22:04.080Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T21:22:04.420Z] + git semver init [2020-11-19T21:22:04.420Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T21:22:04.420Z] # $GIT_DIR = /w/workspace/edgex-go/227/.git [2020-11-19T21:22:04.420Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/227 [2020-11-19T21:22:04.420Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T21:22:04.420Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T21:22:04.420Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T21:22:04.420Z] # $SEMVER_BRANCH = master [2020-11-19T21:22:04.420Z] # $SEMVER_TEMP = /tmp/semver-113066211 [2020-11-19T21:22:04.420Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-19T21:22:22.602Z] # '/tmp/semver-113066211' -> '/w/workspace/edgex-go/227/.semver' [2020-11-19T21:22:22.602Z] # -> Force: false [2020-11-19T21:22:22.602Z] # $SEMVER_DIR = /w/workspace/edgex-go/227/.semver [Pipeline] } [2020-11-19T21:22:22.619Z] $ docker exec --env ******** --env ******** af793e0cb20ae76432f3c9045162920ac56ff9edcf4847640fddeb6f3b4747ab ssh-agent -k [2020-11-19T21:22:22.799Z] unset SSH_AUTH_SOCK; [2020-11-19T21:22:22.799Z] unset SSH_AGENT_PID; [2020-11-19T21:22:22.799Z] echo Agent pid 52 killed; [2020-11-19T21:22:22.854Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T21:22:23.422Z] + git semver [Pipeline] } [2020-11-19T21:22:23.442Z] $ docker stop --time=1 af793e0cb20ae76432f3c9045162920ac56ff9edcf4847640fddeb6f3b4747ab [2020-11-19T21:22:25.053Z] $ docker rm -f af793e0cb20ae76432f3c9045162920ac56ff9edcf4847640fddeb6f3b4747ab [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T21:22:25.557Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-19T21:22:26.062Z] Stashed 1 file(s) [Pipeline] echo [2020-11-19T21:22:26.066Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.3 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-19T21:22:27.074Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-19T21:22:27.369Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-19T21:22:27.666Z] + sudo service docker restart [2020-11-19T21:22:27.667Z] + true [2020-11-19T21:22:27.667Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-11-19T21:22:28.253Z] ========================================================= [2020-11-19T21:22:28.253Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-19T21:22:28.253Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:22:28.593Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-11-19T21:22:32.834Z] Sending build context to Docker daemon 325.8MB [2020-11-19T21:22:32.834Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-19T21:22:32.834Z] Step 2/7 : FROM ${BASE} [2020-11-19T21:22:32.834Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-19T21:22:32.834Z] df20fa9351a1: Pulling fs layer [2020-11-19T21:22:32.834Z] ed8968b2872e: Pulling fs layer [2020-11-19T21:22:32.834Z] a92cc7c5fd73: Pulling fs layer [2020-11-19T21:22:32.834Z] e871e8e8d7a9: Pulling fs layer [2020-11-19T21:22:32.834Z] e73272ec9a57: Pulling fs layer [2020-11-19T21:22:32.834Z] 1e910a182e73: Pulling fs layer [2020-11-19T21:22:32.834Z] 4e634b169226: Pulling fs layer [2020-11-19T21:22:32.834Z] e871e8e8d7a9: Waiting [2020-11-19T21:22:32.834Z] e73272ec9a57: Waiting [2020-11-19T21:22:32.834Z] 1e910a182e73: Waiting [2020-11-19T21:22:32.834Z] 4e634b169226: Waiting [2020-11-19T21:22:32.834Z] a92cc7c5fd73: Verifying Checksum [2020-11-19T21:22:32.834Z] a92cc7c5fd73: Download complete [2020-11-19T21:22:32.834Z] ed8968b2872e: Verifying Checksum [2020-11-19T21:22:32.834Z] ed8968b2872e: Download complete [2020-11-19T21:22:32.834Z] e73272ec9a57: Download complete [2020-11-19T21:22:32.834Z] 1e910a182e73: Verifying Checksum [2020-11-19T21:22:32.834Z] 1e910a182e73: Download complete [2020-11-19T21:22:32.834Z] df20fa9351a1: Download complete [2020-11-19T21:22:32.834Z] df20fa9351a1: Pull complete [2020-11-19T21:22:32.834Z] ed8968b2872e: Pull complete [2020-11-19T21:22:33.097Z] a92cc7c5fd73: Pull complete [2020-11-19T21:22:35.015Z] 4e634b169226: Download complete [2020-11-19T21:22:35.959Z] e871e8e8d7a9: Verifying Checksum [2020-11-19T21:22:35.959Z] e871e8e8d7a9: Download complete [2020-11-19T21:22:40.202Z] e871e8e8d7a9: Pull complete [2020-11-19T21:22:40.202Z] e73272ec9a57: Pull complete [2020-11-19T21:22:40.202Z] 1e910a182e73: Pull complete [2020-11-19T21:22:41.507Z] Still waiting to schedule task [2020-11-19T21:22:41.507Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-12830’ is offline [2020-11-19T21:22:45.549Z] 4e634b169226: Pull complete [2020-11-19T21:22:45.549Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-19T21:22:45.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-19T21:22:45.549Z] ---> f7629b54cfaa [2020-11-19T21:22:45.549Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-19T21:22:45.549Z] ---> Running in c0aec0847a65 [2020-11-19T21:22:46.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T21:22:46.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T21:22:47.647Z] (1/12) Installing libmagic (5.38-r0) [2020-11-19T21:22:47.647Z] (2/12) Installing file (5.38-r0) [2020-11-19T21:22:47.647Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-19T21:22:47.939Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-19T21:22:52.183Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-19T21:22:52.183Z] (6/12) Installing patch (2.7.6-r6) [2020-11-19T21:22:52.183Z] (7/12) Installing build-base (0.5-r2) [2020-11-19T21:22:52.183Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-19T21:22:52.183Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-19T21:22:52.183Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-19T21:22:52.183Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-19T21:22:52.183Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-19T21:22:52.183Z] Executing busybox-1.31.1-r16.trigger [2020-11-19T21:22:52.183Z] OK: 233 MiB in 51 packages [2020-11-19T21:22:55.514Z] Removing intermediate container c0aec0847a65 [2020-11-19T21:22:55.514Z] ---> 2004c03b86ea [2020-11-19T21:22:55.514Z] Step 4/7 : WORKDIR /edgex-go [2020-11-19T21:22:55.514Z] ---> Running in d292dd8fdaaf [2020-11-19T21:22:55.514Z] Removing intermediate container d292dd8fdaaf [2020-11-19T21:22:55.514Z] ---> b0bde90c820b [2020-11-19T21:22:55.514Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-19T21:22:56.093Z] latest: Pulling from library/docker [2020-11-19T21:22:57.046Z] 188c0c94c7c5: Pulling fs layer [2020-11-19T21:22:57.046Z] 0c7c675703d6: Pulling fs layer [2020-11-19T21:22:57.046Z] cc8c12a437cb: Pulling fs layer [2020-11-19T21:22:57.046Z] c5dafad2182a: Pulling fs layer [2020-11-19T21:22:57.046Z] 5aa711733414: Pulling fs layer [2020-11-19T21:22:57.046Z] 058f73b55e4b: Pulling fs layer [2020-11-19T21:22:57.046Z] 8c9c664faf12: Pulling fs layer [2020-11-19T21:22:57.046Z] 5aa711733414: Waiting [2020-11-19T21:22:57.046Z] 058f73b55e4b: Waiting [2020-11-19T21:22:57.046Z] 8c9c664faf12: Waiting [2020-11-19T21:22:57.046Z] c5dafad2182a: Waiting [2020-11-19T21:22:57.046Z] cc8c12a437cb: Verifying Checksum [2020-11-19T21:22:57.046Z] cc8c12a437cb: Download complete [2020-11-19T21:22:57.046Z] 188c0c94c7c5: Verifying Checksum [2020-11-19T21:22:57.046Z] 188c0c94c7c5: Download complete [2020-11-19T21:22:57.046Z] 0c7c675703d6: Download complete [2020-11-19T21:22:57.046Z] 5aa711733414: Verifying Checksum [2020-11-19T21:22:57.046Z] 5aa711733414: Download complete [2020-11-19T21:22:57.046Z] 058f73b55e4b: Verifying Checksum [2020-11-19T21:22:57.046Z] 058f73b55e4b: Download complete [2020-11-19T21:22:57.315Z] 8c9c664faf12: Verifying Checksum [2020-11-19T21:22:57.315Z] 8c9c664faf12: Download complete [2020-11-19T21:22:57.315Z] 188c0c94c7c5: Pull complete [2020-11-19T21:22:57.578Z] 0c7c675703d6: Pull complete [2020-11-19T21:22:57.578Z] cc8c12a437cb: Pull complete [2020-11-19T21:22:58.154Z] c5dafad2182a: Verifying Checksum [2020-11-19T21:22:58.154Z] c5dafad2182a: Download complete [2020-11-19T21:23:00.720Z] c5dafad2182a: Pull complete [2020-11-19T21:23:00.720Z] 5aa711733414: Pull complete [2020-11-19T21:23:00.720Z] 058f73b55e4b: Pull complete [2020-11-19T21:23:00.720Z] 8c9c664faf12: Pull complete [2020-11-19T21:23:00.720Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-19T21:23:00.720Z] Status: Downloaded newer image for docker:latest [2020-11-19T21:23:02.661Z] ---> e0f1c044ce07 [2020-11-19T21:23:02.661Z] Step 6/7 : COPY go.mod . [2020-11-19T21:23:02.661Z] ---> b5a4523851c6 [2020-11-19T21:23:02.661Z] Step 7/7 : RUN go mod download [2020-11-19T21:23:02.661Z] ---> Running in d3d20bf227d3 [2020-11-19T21:23:24.662Z] Removing intermediate container d3d20bf227d3 [2020-11-19T21:23:24.662Z] ---> 0ece6a90181a [2020-11-19T21:23:24.662Z] Successfully built 0ece6a90181a [2020-11-19T21:23:24.662Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:23:24.981Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-19T21:23:24.981Z] . [Pipeline] withDockerContainer [2020-11-19T21:23:25.084Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:23:25.138Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-19T21:23:25.764Z] $ docker top 5800d155e3f732f5096ce733dad185a91bff750e7b5f05a602bdf35291c843df -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:23:26.318Z] + go version [2020-11-19T21:23:26.319Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-19T21:23:26.334Z] $ docker stop --time=1 5800d155e3f732f5096ce733dad185a91bff750e7b5f05a602bdf35291c843df [2020-11-19T21:23:27.662Z] $ docker rm -f 5800d155e3f732f5096ce733dad185a91bff750e7b5f05a602bdf35291c843df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:23:28.411Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-19T21:23:28.411Z] . [Pipeline] withDockerContainer [2020-11-19T21:23:28.505Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:23:28.547Z] $ 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/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-19T21:23:29.357Z] $ docker top 028217419da107b871eb874ad7fb962b48d493b3476338d0911c9cd4d71020b6 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-19T21:23:29.528Z] ========================================================= [2020-11-19T21:23:29.528Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-19T21:23:29.528Z] ========================================================= [Pipeline] sh [2020-11-19T21:23:29.813Z] + make test [2020-11-19T21:23:29.813Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-19T21:23:38.014Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-19T21:23:53.032Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-19T21:23:57.316Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-19T21:23:57.896Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-19T21:23:57.896Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-19T21:23:57.896Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-19T21:23:57.896Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-19T21:24:00.072Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.025s [2020-11-19T21:24:00.072Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-19T21:24:00.072Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-19T21:24:00.386Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-19T21:24:01.105Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-19T21:24:01.105Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-19T21:24:01.105Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-19T21:24:01.105Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-19T21:24:05.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.095s coverage: 46.6% of statements [2020-11-19T21:24:05.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-19T21:24:05.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-19T21:24:05.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-19T21:24:05.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-19T21:24:05.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-19T21:24:08.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.162s coverage: 27.1% of statements [2020-11-19T21:24:08.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-19T21:24:08.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-19T21:24:08.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-19T21:24:08.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-19T21:24:08.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-19T21:24:08.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-19T21:24:08.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.298s coverage: 100.0% of statements [2020-11-19T21:24:08.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-19T21:24:08.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2020-11-19T21:24:08.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-19T21:24:08.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-19T21:24:08.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.064s coverage: 67.0% of statements [2020-11-19T21:24:08.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-19T21:24:08.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-19T21:24:08.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.115s coverage: 83.8% of statements [2020-11-19T21:24:08.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-19T21:24:08.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-19T21:24:08.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-19T21:24:08.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-19T21:24:09.546Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.321s coverage: 28.6% of statements [2020-11-19T21:24:09.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-19T21:24:09.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-19T21:24:09.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-19T21:24:09.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-19T21:24:09.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-19T21:24:09.546Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements [2020-11-19T21:24:09.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-19T21:24:09.546Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2020-11-19T21:24:09.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-19T21:24:09.546Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements [2020-11-19T21:24:09.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-19T21:24:09.546Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.088s coverage: 97.5% of statements [2020-11-19T21:24:09.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-19T21:24:10.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.085s coverage: 79.0% of statements [2020-11-19T21:24:10.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-19T21:24:10.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-19T21:24:10.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-19T21:24:10.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-19T21:24:11.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.284s coverage: 95.7% of statements [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-19T21:24:11.575Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-19T21:24:11.575Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.0% of statements [no tests to run] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-19T21:24:11.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.152s coverage: 63.5% of statements [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-19T21:24:11.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-19T21:24:11.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements [2020-11-19T21:24:11.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.053s coverage: 91.3% of statements [2020-11-19T21:24:11.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2020-11-19T21:24:12.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements [2020-11-19T21:24:12.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2020-11-19T21:24:13.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.370s coverage: 55.9% of statements [2020-11-19T21:24:13.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-19T21:24:13.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-19T21:24:13.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-19T21:24:13.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-19T21:24:13.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-19T21:24:13.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-19T21:24:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.670s coverage: 86.3% of statements [2020-11-19T21:24:16.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-19T21:24:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.062s coverage: 72.2% of statements [2020-11-19T21:24:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.403s coverage: 72.1% of statements [2020-11-19T21:24:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.035s coverage: 82.4% of statements [2020-11-19T21:24:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.045s coverage: 48.4% of statements [2020-11-19T21:24:16.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-19T21:24:16.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-19T21:24:16.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-19T21:24:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.045s coverage: 28.8% of statements [2020-11-19T21:24:16.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-19T21:24:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.041s coverage: 96.8% of statements [2020-11-19T21:24:16.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-19T21:24:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 36.5% of statements [2020-11-19T21:24:16.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-19T21:24:16.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-19T21:24:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.343s coverage: 84.1% of statements [2020-11-19T21:24:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2020-11-19T21:24:16.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.051s coverage: 42.9% of statements [2020-11-19T21:24:16.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-19T21:24:16.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-19T21:24:16.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.048s coverage: 100.0% of statements [2020-11-19T21:24:16.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-19T21:24:17.255Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.061s coverage: 83.8% of statements [2020-11-19T21:24:17.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-19T21:24:19.201Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 47.1% of statements [2020-11-19T21:24:19.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-19T21:24:19.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-19T21:24:19.201Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.037s coverage: 100.0% of statements [2020-11-19T21:24:19.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-19T21:24:19.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-19T21:24:19.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-19T21:24:19.201Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2020-11-19T21:24:19.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-19T21:24:19.201Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2020-11-19T21:24:19.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-19T21:24:20.612Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.607s coverage: 29.1% of statements [2020-11-19T21:24:20.612Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-19T21:24:20.612Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-19T21:24:20.612Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-19T21:24:20.612Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-19T21:24:20.612Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-19T21:24:20.612Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements [2020-11-19T21:24:20.612Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-19T21:24:20.612Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2020-11-19T21:24:20.612Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-19T21:24:20.612Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2020-11-19T21:24:20.612Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-19T21:24:20.612Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2020-11-19T21:24:20.612Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-19T21:24:20.612Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-19T21:24:20.612Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-19T21:24:20.612Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-19T21:24:20.612Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements [2020-11-19T21:24:20.612Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-19T21:24:20.612Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-19T21:24:20.612Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2020-11-19T21:24:20.873Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-11-19T21:24:21.135Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2020-11-19T21:24:21.398Z] GO111MODULE=on go vet ./... [2020-11-19T21:24:41.573Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12835 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-11-19T21:24:41.640Z] Running in /w/workspace/edgex-go/227 [Pipeline] { [Pipeline] checkout [2020-11-19T21:24:43.496Z] gofmt -l . [2020-11-19T21:24:43.496Z] [ "`gofmt -l .`" = "" ] [2020-11-19T21:24:43.496Z] ./bin/test-go-mod-tidy.sh [2020-11-19T21:24:43.771Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-19T21:24:45.986Z] + ls -al . [2020-11-19T21:24:45.987Z] total 640 [2020-11-19T21:24:45.987Z] drwxrwxr-x 10 1001 1001 4096 Nov 19 21:24 . [2020-11-19T21:24:45.987Z] drwxr-xr-x 4 root root 32 Nov 19 21:23 .. [2020-11-19T21:24:45.987Z] -rw-rw-r-- 1 1001 1001 11 Nov 19 21:21 .dockerignore [2020-11-19T21:24:45.987Z] drwxrwxr-x 8 1001 1001 162 Nov 19 21:21 .git [2020-11-19T21:24:45.987Z] drwxrwxr-x 3 1001 1001 125 Nov 19 21:21 .github [2020-11-19T21:24:45.987Z] -rw-rw-r-- 1 1001 1001 944 Nov 19 21:21 .gitignore [2020-11-19T21:24:45.987Z] drwx------ 3 1001 1001 32 Nov 19 21:22 .semver [2020-11-19T21:24:45.987Z] -rw-rw-r-- 1 1001 1001 166 Nov 19 21:21 .sonarcloud.properties [2020-11-19T21:24:45.987Z] -rw-rw-r-- 1 1001 1001 3804 Nov 19 21:21 CONTRIBUTING.md [2020-11-19T21:24:45.987Z] -rw-rw-r-- 1 1001 1001 1035 Nov 19 21:21 Dockerfile.build [2020-11-19T21:24:45.987Z] -rw-rw-r-- 1 1001 1001 863 Nov 19 21:21 Jenkinsfile [2020-11-19T21:24:45.987Z] -rw-rw-r-- 1 1001 1001 10775 Nov 19 21:21 LICENSE [2020-11-19T21:24:45.987Z] -rw-rw-r-- 1 1001 1001 6581 Nov 19 21:21 Makefile [2020-11-19T21:24:45.987Z] -rw-rw-r-- 1 1001 1001 6447 Nov 19 21:21 README.md [2020-11-19T21:24:45.987Z] -rw-rw-r-- 1 1001 1001 259 Nov 19 21:21 SECURITY.md [2020-11-19T21:24:45.987Z] -rw-rw-r-- 1 1001 1001 11 Nov 19 21:22 VERSION [2020-11-19T21:24:45.987Z] -rw-rw-r-- 1 1001 1001 4131 Nov 19 21:21 ZMQWindows.md [2020-11-19T21:24:45.987Z] drwxrwxr-x 2 1001 1001 117 Nov 19 21:21 bin [2020-11-19T21:24:45.987Z] drwxrwxr-x 15 1001 1001 4096 Nov 19 21:21 cmd [2020-11-19T21:24:45.987Z] -rw-r--r-- 1 root root 547079 Nov 19 21:24 coverage.out [2020-11-19T21:24:45.987Z] -rw-r--r-- 1 root root 1041 Nov 19 21:24 go.mod [2020-11-19T21:24:45.987Z] -rw-r--r-- 1 root root 18582 Nov 19 21:24 go.sum [2020-11-19T21:24:45.987Z] drwxrwxr-x 8 1001 1001 127 Nov 19 21:21 internal [2020-11-19T21:24:45.987Z] drwxrwxr-x 4 1001 1001 26 Nov 19 21:21 openapi [2020-11-19T21:24:45.987Z] drwxrwxr-x 4 1001 1001 71 Nov 19 21:21 snap [2020-11-19T21:24:45.987Z] -rw-rw-r-- 1 1001 1001 168 Nov 19 21:21 version.go [Pipeline] sh [2020-11-19T21:24:46.282Z] + '[' -e coverage.out ] [2020-11-19T21:24:46.282Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-19T21:24:46.495Z] Stashed 1 file(s) [Pipeline] sh [2020-11-19T21:24:46.538Z] using credential edgex-jenkins-ssh [2020-11-19T21:24:46.595Z] Cloning the remote Git repository [2020-11-19T21:24:46.789Z] + make build [2020-11-19T21:24:46.789Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-19T21:24:46.649Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-19T21:24:46.758Z] > git init /w/workspace/edgex-go/227 # timeout=10 [2020-11-19T21:24:46.837Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-19T21:24:46.838Z] > git --version # timeout=10 [2020-11-19T21:24:46.855Z] > git --version # 'git version 2.17.1' [2020-11-19T21:24:46.856Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T21:24:46.922Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T21:24:54.995Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/core-data/core-data ./cmd/core-data [2020-11-19T21:24:57.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/core-command/core-command ./cmd/core-command [2020-11-19T21:24:58.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-19T21:24:59.902Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-19T21:25:01.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-19T21:25:01.874Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-19T21:25:01.246Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-19T21:25:01.268Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T21:25:01.302Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-19T21:25:01.332Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-19T21:25:01.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T21:25:01.344Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-19T21:25:02.294Z] Checking out Revision 39e6b044bcbfaa6947ff572dd7ed6f608645206c (master) [2020-11-19T21:25:03.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-19T21:25:02.324Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T21:25:02.388Z] > git checkout -f 39e6b044bcbfaa6947ff572dd7ed6f608645206c # timeout=10 [2020-11-19T21:25:04.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-19T21:25:05.243Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-19T21:25:06.636Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-19T21:25:06.917Z] Commit message: "feat(data): Implement DELETE /event/device/name/{name} V2 API (#2874)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-11-19T21:25:07.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-19T21:25:08.533Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-19T21:25:08.621Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-19T21:25:09.028Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-19T21:25:09.465Z] + sudo service docker restart [2020-11-19T21:25:09.465Z] + true [Pipeline] } [2020-11-19T21:25:09.494Z] $ docker stop --time=1 028217419da107b871eb874ad7fb962b48d493b3476338d0911c9cd4d71020b6 [2020-11-19T21:25:11.048Z] $ docker rm -f 028217419da107b871eb874ad7fb962b48d493b3476338d0911c9cd4d71020b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // stage [Pipeline] wrap [2020-11-19T21:25:11.785Z] provisioning config files... [2020-11-19T21:25:11.829Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/227@tmp/config3340557776859097023tmp [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [2020-11-19T21:25:12.239Z] ---> docker-login.sh [2020-11-19T21:25:12.240Z] nexus3.edgexfoundry.org:10001 [2020-11-19T21:25:13.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:25:13.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:25:13.507Z] Configure a credential helper to remove this warning. See [2020-11-19T21:25:13.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:25:13.507Z] [2020-11-19T21:25:13.507Z] Login Succeeded [2020-11-19T21:25:13.507Z] nexus3.edgexfoundry.org:10002 [2020-11-19T21:25:13.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:25:14.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:25:14.059Z] Configure a credential helper to remove this warning. See [2020-11-19T21:25:14.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:25:14.059Z] [2020-11-19T21:25:14.059Z] Login Succeeded [2020-11-19T21:25:14.059Z] nexus3.edgexfoundry.org:10003 [2020-11-19T21:25:14.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:25:14.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:25:14.608Z] Configure a credential helper to remove this warning. See [2020-11-19T21:25:14.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:25:14.608Z] [2020-11-19T21:25:14.608Z] Login Succeeded [2020-11-19T21:25:14.608Z] nexus3.edgexfoundry.org:10004 [2020-11-19T21:25:14.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-19T21:25:14.777Z] [2020-11-19T21:25:14.777Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:25:14.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:25:15.128Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-19T21:25:15.128Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-19T21:25:15.128Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-19T21:25:15.128Z] ca9280d653b3: Pulling fs layer [2020-11-19T21:25:15.128Z] 7e9c9ca2126c: Pulling fs layer [2020-11-19T21:25:15.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:25:15.163Z] Configure a credential helper to remove this warning. See [2020-11-19T21:25:15.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:25:15.163Z] [2020-11-19T21:25:15.163Z] Login Succeeded [2020-11-19T21:25:15.163Z] docker.io [2020-11-19T21:25:15.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:25:15.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:25:15.709Z] Configure a credential helper to remove this warning. See [2020-11-19T21:25:15.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:25:15.709Z] [2020-11-19T21:25:15.709Z] Login Succeeded [2020-11-19T21:25:15.709Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T21:25:15.726Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-11-19T21:25:16.077Z] cbdbe7a5bc2a: Download complete [Pipeline] echo [2020-11-19T21:25:16.162Z] ========================================================= [2020-11-19T21:25:16.162Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-19T21:25:16.162Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:25:16.338Z] cbdbe7a5bc2a: Pull complete [2020-11-19T21:25:16.339Z] ca9280d653b3: Verifying Checksum [2020-11-19T21:25:16.339Z] ca9280d653b3: Download complete [2020-11-19T21:25:16.543Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-19T21:25:17.295Z] 7e9c9ca2126c: Verifying Checksum [2020-11-19T21:25:17.295Z] 7e9c9ca2126c: Download complete [2020-11-19T21:25:17.295Z] ca9280d653b3: Pull complete [2020-11-19T21:25:19.181Z] Sending build context to Docker daemon 165.3MB [2020-11-19T21:25:19.181Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-19T21:25:19.181Z] Step 2/7 : FROM ${BASE} [2020-11-19T21:25:19.181Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-19T21:25:19.181Z] b538f80385f9: Pulling fs layer [2020-11-19T21:25:19.181Z] 74f711af9a0d: Pulling fs layer [2020-11-19T21:25:19.181Z] 99f96fe45779: Pulling fs layer [2020-11-19T21:25:19.181Z] 8529a6b9a6be: Pulling fs layer [2020-11-19T21:25:19.181Z] 45590311c82a: Pulling fs layer [2020-11-19T21:25:19.181Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-19T21:25:19.181Z] 209524e5b208: Pulling fs layer [2020-11-19T21:25:19.181Z] 8529a6b9a6be: Waiting [2020-11-19T21:25:19.181Z] 45590311c82a: Waiting [2020-11-19T21:25:19.181Z] 69ca0ff8b7b3: Waiting [2020-11-19T21:25:19.181Z] 209524e5b208: Waiting [2020-11-19T21:25:19.181Z] 99f96fe45779: Verifying Checksum [2020-11-19T21:25:19.181Z] 99f96fe45779: Download complete [2020-11-19T21:25:19.181Z] 74f711af9a0d: Download complete [2020-11-19T21:25:19.181Z] 45590311c82a: Verifying Checksum [2020-11-19T21:25:19.181Z] 45590311c82a: Download complete [2020-11-19T21:25:19.181Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-19T21:25:19.181Z] 69ca0ff8b7b3: Download complete [2020-11-19T21:25:19.181Z] b538f80385f9: Verifying Checksum [2020-11-19T21:25:19.181Z] b538f80385f9: Download complete [2020-11-19T21:25:19.785Z] b538f80385f9: Pull complete [2020-11-19T21:25:20.393Z] 74f711af9a0d: Pull complete [2020-11-19T21:25:20.672Z] 99f96fe45779: Pull complete [2020-11-19T21:25:21.657Z] 209524e5b208: Download complete [2020-11-19T21:25:23.094Z] 8529a6b9a6be: Verifying Checksum [2020-11-19T21:25:23.094Z] 8529a6b9a6be: Download complete [2020-11-19T21:25:23.901Z] 7e9c9ca2126c: Pull complete [2020-11-19T21:25:23.902Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-19T21:25:23.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-19T21:25:23.902Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-19T21:25:24.004Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:25:24.051Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-19T21:25:24.854Z] $ docker top 5edc7bf6057aa900b99785f773a509c69c30b57b1733bba95697b338f0eff940 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:25:25.345Z] + docker-compose build --help [2020-11-19T21:25:25.345Z] + grep parallel [2020-11-19T21:25:26.395Z] --parallel Build images in parallel. [Pipeline] } [2020-11-19T21:25:26.422Z] $ docker stop --time=1 5edc7bf6057aa900b99785f773a509c69c30b57b1733bba95697b338f0eff940 [2020-11-19T21:25:27.771Z] $ docker rm -f 5edc7bf6057aa900b99785f773a509c69c30b57b1733bba95697b338f0eff940 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:25:28.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-19T21:25:28.435Z] . [Pipeline] withDockerContainer [2020-11-19T21:25:28.524Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:25:28.572Z] $ 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/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-19T21:25:29.170Z] $ docker top e33fcde2ba8c2d07859457c6298015c4c338b5957d0b669b2b3f59be1a6e8fd1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:25:29.651Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-19T21:25:30.596Z] Building docker-core-command-go ... [2020-11-19T21:25:30.596Z] Building docker-core-data-go ... [2020-11-19T21:25:30.596Z] Building docker-core-metadata-go ... [2020-11-19T21:25:30.596Z] Building docker-security-bootstrap-redis-go ... [2020-11-19T21:25:30.597Z] Building docker-security-proxy-setup-go ... [2020-11-19T21:25:30.597Z] Building docker-security-secrets-setup-go ... [2020-11-19T21:25:30.597Z] Building docker-security-secretstore-setup-go ... [2020-11-19T21:25:30.597Z] Building docker-support-logging-go ... [2020-11-19T21:25:30.597Z] Building docker-support-notifications-go ... [2020-11-19T21:25:30.597Z] Building docker-support-scheduler-go ... [2020-11-19T21:25:30.597Z] Building docker-sys-mgmt-agent-go ... [2020-11-19T21:25:30.597Z] Building docker-support-logging-go [2020-11-19T21:25:30.597Z] Building docker-core-command-go [2020-11-19T21:25:30.597Z] Building docker-security-bootstrap-redis-go [2020-11-19T21:25:30.597Z] Building docker-security-secrets-setup-go [2020-11-19T21:25:30.597Z] Building docker-sys-mgmt-agent-go [2020-11-19T21:25:33.263Z] 8529a6b9a6be: Pull complete [2020-11-19T21:25:33.864Z] 45590311c82a: Pull complete [2020-11-19T21:25:34.138Z] 69ca0ff8b7b3: Pull complete [2020-11-19T21:25:38.493Z] 209524e5b208: Pull complete [2020-11-19T21:25:38.493Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-19T21:25:38.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-19T21:25:38.493Z] ---> 5bddaf1c2fca [2020-11-19T21:25:38.493Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-19T21:25:41.127Z] ---> Running in e0a7e1d73eef [2020-11-19T21:25:42.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T21:25:43.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T21:25:44.134Z] (1/12) Installing libmagic (5.38-r0) [2020-11-19T21:25:44.405Z] (2/12) Installing file (5.38-r0) [2020-11-19T21:25:44.405Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-19T21:25:44.679Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-19T21:25:50.071Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-19T21:25:50.071Z] (6/12) Installing patch (2.7.6-r6) [2020-11-19T21:25:50.071Z] (7/12) Installing build-base (0.5-r2) [2020-11-19T21:25:50.071Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-19T21:25:50.071Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-19T21:25:50.071Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-19T21:25:50.071Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-19T21:25:50.344Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-19T21:25:50.344Z] Executing busybox-1.31.1-r16.trigger [2020-11-19T21:25:50.344Z] OK: 217 MiB in 51 packages [2020-11-19T21:25:54.645Z] Removing intermediate container e0a7e1d73eef [2020-11-19T21:25:54.645Z] ---> 8bc88ae11844 [2020-11-19T21:25:54.645Z] Step 4/7 : WORKDIR /edgex-go [2020-11-19T21:25:54.645Z] ---> Running in 4134d36a0a6d [2020-11-19T21:25:55.238Z] Removing intermediate container 4134d36a0a6d [2020-11-19T21:25:55.238Z] ---> 0387a71dbcdb [2020-11-19T21:25:55.238Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-19T21:25:55.834Z] latest: Pulling from library/docker [2020-11-19T21:25:55.834Z] 5f621e34cdf4: Pulling fs layer [2020-11-19T21:25:55.834Z] 85db56a05063: Pulling fs layer [2020-11-19T21:25:55.834Z] ccb67d6aeaaa: Pulling fs layer [2020-11-19T21:25:55.834Z] a0b19fc83503: Pulling fs layer [2020-11-19T21:25:55.834Z] 8eb508b41278: Pulling fs layer [2020-11-19T21:25:55.834Z] 37236713561e: Pulling fs layer [2020-11-19T21:25:55.834Z] 07c93f2b1b56: Pulling fs layer [2020-11-19T21:25:55.834Z] a0b19fc83503: Waiting [2020-11-19T21:25:55.834Z] 37236713561e: Waiting [2020-11-19T21:25:55.834Z] 07c93f2b1b56: Waiting [2020-11-19T21:25:55.834Z] 8eb508b41278: Waiting [2020-11-19T21:25:56.111Z] ccb67d6aeaaa: Download complete [2020-11-19T21:25:56.111Z] 85db56a05063: Verifying Checksum [2020-11-19T21:25:56.111Z] 85db56a05063: Download complete [2020-11-19T21:25:56.111Z] 5f621e34cdf4: Verifying Checksum [2020-11-19T21:25:56.111Z] 8eb508b41278: Verifying Checksum [2020-11-19T21:25:56.111Z] 8eb508b41278: Download complete [2020-11-19T21:25:56.387Z] 07c93f2b1b56: Verifying Checksum [2020-11-19T21:25:56.387Z] 07c93f2b1b56: Download complete [2020-11-19T21:25:56.665Z] 5f621e34cdf4: Pull complete [2020-11-19T21:25:57.273Z] 37236713561e: Verifying Checksum [2020-11-19T21:25:57.273Z] 37236713561e: Download complete [2020-11-19T21:25:57.273Z] 85db56a05063: Pull complete [2020-11-19T21:25:57.281Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:25:57.281Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-19T21:25:57.281Z] ---> 0ece6a90181a [2020-11-19T21:25:57.281Z] Step 3/29 : WORKDIR /edgex-go [2020-11-19T21:25:57.281Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:25:57.281Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:25:57.281Z] ---> 0ece6a90181a [2020-11-19T21:25:57.281Z] Step 3/27 : WORKDIR /edgex-go [2020-11-19T21:25:57.281Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:25:57.281Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:25:57.281Z] ---> 0ece6a90181a [2020-11-19T21:25:57.281Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T21:25:57.281Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:25:57.281Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:25:57.281Z] ---> 0ece6a90181a [2020-11-19T21:25:57.281Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T21:25:57.281Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:25:57.281Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:25:57.281Z] ---> 0ece6a90181a [2020-11-19T21:25:57.281Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T21:25:57.544Z] ---> Running in 873859a673c1 [2020-11-19T21:25:57.544Z] ---> Running in 3407025819c3 [2020-11-19T21:25:57.544Z] ---> Running in a48ec856dcbc [2020-11-19T21:25:57.544Z] ---> Running in c60e7e256c34 [2020-11-19T21:25:57.544Z] ---> Running in 27e983e6c368 [2020-11-19T21:25:57.552Z] a0b19fc83503: Verifying Checksum [2020-11-19T21:25:57.552Z] a0b19fc83503: Download complete [2020-11-19T21:25:57.826Z] ccb67d6aeaaa: Pull complete [2020-11-19T21:25:58.121Z] Removing intermediate container c60e7e256c34 [2020-11-19T21:25:58.121Z] ---> eafe4ffa6f30 [2020-11-19T21:25:58.121Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:25:58.121Z] Removing intermediate container 3407025819c3 [2020-11-19T21:25:58.121Z] ---> 43f257ffdc21 [2020-11-19T21:25:58.121Z] Step 4/29 : RUN apk update && apk add make git [2020-11-19T21:25:58.121Z] Removing intermediate container a48ec856dcbc [2020-11-19T21:25:58.121Z] ---> 0da86ba0dc90 [2020-11-19T21:25:58.121Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:25:58.121Z] Removing intermediate container 27e983e6c368 [2020-11-19T21:25:58.121Z] ---> a69eda7efa71 [2020-11-19T21:25:58.121Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:25:58.121Z] Removing intermediate container 873859a673c1 [2020-11-19T21:25:58.121Z] ---> 52cab16de215 [2020-11-19T21:25:58.121Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:25:58.121Z] ---> Running in 53e4dfe1706d [2020-11-19T21:25:58.121Z] ---> Running in a4f5d2170efb [2020-11-19T21:25:58.121Z] ---> Running in 8ca78562c40c [2020-11-19T21:25:58.390Z] ---> Running in 71be4dce2e53 [2020-11-19T21:25:58.390Z] ---> Running in 70f28c41ce8b [2020-11-19T21:25:59.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T21:25:59.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T21:25:59.949Z] Removing intermediate container 8ca78562c40c [2020-11-19T21:25:59.949Z] ---> 571877caf8ec [2020-11-19T21:25:59.949Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-19T21:26:00.211Z] Removing intermediate container 53e4dfe1706d [2020-11-19T21:26:00.211Z] ---> ed1dc0723a5e [2020-11-19T21:26:00.211Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-19T21:26:00.211Z] ---> Running in 50f5281871a4 [2020-11-19T21:26:00.478Z] ---> Running in 1dab2577025d [2020-11-19T21:26:00.478Z] Removing intermediate container 71be4dce2e53 [2020-11-19T21:26:00.478Z] ---> 6ccb37a3259d [2020-11-19T21:26:00.478Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T21:26:00.478Z] Removing intermediate container 70f28c41ce8b [2020-11-19T21:26:00.478Z] ---> dcabd8e132e8 [2020-11-19T21:26:00.478Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T21:26:00.478Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:26:00.478Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:26:00.478Z] OK: 12752 distinct packages available [2020-11-19T21:26:00.478Z] ---> Running in a46b9490398b [2020-11-19T21:26:00.747Z] ---> Running in d0e07c280eca [2020-11-19T21:26:00.747Z] OK: 233 MiB in 51 packages [2020-11-19T21:26:01.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T21:26:01.220Z] a0b19fc83503: Pull complete [2020-11-19T21:26:01.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T21:26:01.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T21:26:01.274Z] Removing intermediate container a4f5d2170efb [2020-11-19T21:26:01.274Z] ---> 809592daa8a7 [2020-11-19T21:26:01.274Z] Step 5/29 : COPY go.mod . [2020-11-19T21:26:01.507Z] 8eb508b41278: Pull complete [2020-11-19T21:26:01.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T21:26:01.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T21:26:01.550Z] ---> 88c21432af77 [2020-11-19T21:26:01.550Z] Step 6/29 : RUN go mod download [2020-11-19T21:26:01.550Z] ---> Running in c2e2ffeae60c [2020-11-19T21:26:01.787Z] 37236713561e: Pull complete [2020-11-19T21:26:01.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T21:26:01.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T21:26:02.061Z] 07c93f2b1b56: Pull complete [2020-11-19T21:26:02.061Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-19T21:26:02.061Z] Status: Downloaded newer image for docker:latest [2020-11-19T21:26:02.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T21:26:02.369Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:26:02.369Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:26:02.369Z] OK: 12752 distinct packages available [2020-11-19T21:26:02.369Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:26:02.369Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:26:02.369Z] OK: 12752 distinct packages available [2020-11-19T21:26:02.369Z] OK: 233 MiB in 51 packages [2020-11-19T21:26:02.654Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:26:02.654Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:26:02.654Z] OK: 12752 distinct packages available [2020-11-19T21:26:02.654Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:26:02.654Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:26:02.654Z] OK: 12752 distinct packages available [2020-11-19T21:26:02.654Z] OK: 233 MiB in 51 packages [2020-11-19T21:26:02.654Z] OK: 233 MiB in 51 packages [2020-11-19T21:26:02.921Z] OK: 233 MiB in 51 packages [2020-11-19T21:26:02.921Z] OK: 233 MiB in 51 packages [2020-11-19T21:26:04.312Z] Removing intermediate container a46b9490398b [2020-11-19T21:26:04.312Z] ---> 35e480f7daba [2020-11-19T21:26:04.312Z] Step 6/22 : COPY go.mod . [2020-11-19T21:26:04.581Z] Removing intermediate container 50f5281871a4 [2020-11-19T21:26:04.582Z] ---> 0dcad530a626 [2020-11-19T21:26:04.582Z] Step 6/22 : COPY go.mod . [2020-11-19T21:26:04.582Z] Removing intermediate container d0e07c280eca [2020-11-19T21:26:04.582Z] ---> 6fb7db4d85c3 [2020-11-19T21:26:04.582Z] Step 6/22 : COPY go.mod . [2020-11-19T21:26:04.582Z] Removing intermediate container c2e2ffeae60c [2020-11-19T21:26:04.582Z] ---> afe3d7e83df4 [2020-11-19T21:26:04.582Z] Step 7/29 : COPY . . [2020-11-19T21:26:04.582Z] ---> a6b2da11fa1d [2020-11-19T21:26:04.582Z] Step 7/22 : RUN go mod download [2020-11-19T21:26:04.845Z] Removing intermediate container 1dab2577025d [2020-11-19T21:26:04.845Z] ---> 9c43e6fe64c2 [2020-11-19T21:26:04.845Z] Step 6/27 : COPY go.mod . [2020-11-19T21:26:04.845Z] ---> Running in 756bff222938 [2020-11-19T21:26:05.107Z] ---> 1f7367048031 [2020-11-19T21:26:05.107Z] Step 7/22 : RUN go mod download [2020-11-19T21:26:05.453Z] ---> 554880072092 [2020-11-19T21:26:05.453Z] Step 6/7 : COPY go.mod . [2020-11-19T21:26:06.048Z] ---> cc25ad060e4f [2020-11-19T21:26:06.048Z] Step 7/7 : RUN go mod download [2020-11-19T21:26:06.048Z] ---> Running in fbce4aa257a3 [2020-11-19T21:26:06.057Z] ---> Running in a5f54d2161d0 [2020-11-19T21:26:06.638Z] ---> aa8e9c8f95b2 [2020-11-19T21:26:06.638Z] Step 7/22 : RUN go mod download [2020-11-19T21:26:06.638Z] ---> 051b8eec76f2 [2020-11-19T21:26:06.638Z] Step 7/27 : RUN go mod download [2020-11-19T21:26:07.618Z] ---> Running in 33b6d93f61d6 [2020-11-19T21:26:07.618Z] ---> Running in 355138635e9c [2020-11-19T21:26:11.863Z] Removing intermediate container 756bff222938 [2020-11-19T21:26:11.863Z] ---> a87fb2aa6885 [2020-11-19T21:26:11.863Z] Step 8/22 : COPY . . [2020-11-19T21:26:17.179Z] Removing intermediate container a5f54d2161d0 [2020-11-19T21:26:17.179Z] ---> 0a07bbf9d853 [2020-11-19T21:26:17.179Z] Step 8/22 : COPY . . [2020-11-19T21:26:27.208Z] Removing intermediate container 355138635e9c [2020-11-19T21:26:27.208Z] ---> 93c1ef891052 [2020-11-19T21:26:27.208Z] Step 8/27 : COPY . . [2020-11-19T21:26:27.473Z] Removing intermediate container 33b6d93f61d6 [2020-11-19T21:26:27.473Z] ---> 8d52ff596887 [2020-11-19T21:26:27.473Z] Step 8/22 : COPY . . [2020-11-19T21:26:30.054Z] ---> 2a2bffb16e4d [2020-11-19T21:26:30.054Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-19T21:26:32.824Z] Removing intermediate container fbce4aa257a3 [2020-11-19T21:26:32.824Z] ---> b0e7a69564b4 [2020-11-19T21:26:32.824Z] Successfully built b0e7a69564b4 [2020-11-19T21:26:32.824Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:26:33.175Z] + docker inspect -f . ci-base-image-arm64 [2020-11-19T21:26:33.175Z] . [Pipeline] withDockerContainer [2020-11-19T21:26:33.450Z] prd-ubuntu18.04-docker-arm64-4c-16g-12835 does not seem to be running inside a container [2020-11-19T21:26:33.537Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-19T21:26:34.294Z] ---> Running in 07cb4ec7c9e1 [2020-11-19T21:26:35.445Z] $ docker top 262194fb1d303412c6572ac496c16e5ec42df6bd4cfc6182490c463c39fb57f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:26:36.889Z] + go version [2020-11-19T21:26:36.889Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-19T21:26:36.916Z] $ docker stop --time=1 262194fb1d303412c6572ac496c16e5ec42df6bd4cfc6182490c463c39fb57f7 [2020-11-19T21:26:38.787Z] $ docker rm -f 262194fb1d303412c6572ac496c16e5ec42df6bd4cfc6182490c463c39fb57f7 [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-11-19T21:26:40.060Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-19T21:26:40.060Z] [2020-11-19T21:26:40.060Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:26:40.759Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-19T21:26:41.030Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-19T21:26:41.030Z] 29e5d40040c1: Pulling fs layer [2020-11-19T21:26:41.030Z] 1ce36da41761: Pulling fs layer [2020-11-19T21:26:41.030Z] 25b303627fd3: Pulling fs layer [2020-11-19T21:26:41.304Z] 29e5d40040c1: Verifying Checksum [2020-11-19T21:26:41.304Z] 29e5d40040c1: Download complete [2020-11-19T21:26:41.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-19T21:26:41.897Z] 29e5d40040c1: Pull complete [2020-11-19T21:26:41.897Z] 1ce36da41761: Verifying Checksum [2020-11-19T21:26:41.897Z] 1ce36da41761: Download complete [2020-11-19T21:26:42.875Z] 1ce36da41761: Pull complete [2020-11-19T21:26:43.468Z] 25b303627fd3: Verifying Checksum [2020-11-19T21:26:43.468Z] 25b303627fd3: Download complete [2020-11-19T21:26:43.894Z] ---> 959152348d51 [2020-11-19T21:26:43.894Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-19T21:26:43.894Z] ---> 761bb6bed1e4 [2020-11-19T21:26:43.894Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-19T21:26:44.885Z] ---> Running in ed1364ae65f4 [2020-11-19T21:26:44.885Z] ---> Running in 61179d25f2fa [2020-11-19T21:26:46.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-19T21:26:46.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/core-command/core-command ./cmd/core-command [2020-11-19T21:26:53.609Z] 25b303627fd3: Pull complete [2020-11-19T21:26:53.609Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-19T21:26:53.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-19T21:26:53.609Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-19T21:26:53.834Z] prd-ubuntu18.04-docker-arm64-4c-16g-12835 does not seem to be running inside a container [2020-11-19T21:26:53.914Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-19T21:26:55.169Z] ---> f1ba04ffa106 [2020-11-19T21:26:55.169Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-19T21:26:55.438Z] ---> bf1b227babba [2020-11-19T21:26:55.438Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-19T21:26:55.438Z] ---> Running in 36c5d883decf [2020-11-19T21:26:55.708Z] ---> Running in 8730860e4287 [2020-11-19T21:26:57.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-19T21:26:57.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-19T21:26:57.280Z] $ docker top da0acef3efaf024efa88331dfb62568d967e53f7da93995af5e4839b668152e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:26:58.785Z] + grep parallel [2020-11-19T21:26:58.785Z] + docker-compose build --help [2020-11-19T21:27:02.372Z] --parallel Build images in parallel. [Pipeline] } [2020-11-19T21:27:02.407Z] $ docker stop --time=1 da0acef3efaf024efa88331dfb62568d967e53f7da93995af5e4839b668152e4 [2020-11-19T21:27:04.379Z] $ docker rm -f da0acef3efaf024efa88331dfb62568d967e53f7da93995af5e4839b668152e4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:27:05.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-19T21:27:05.254Z] . [Pipeline] withDockerContainer [2020-11-19T21:27:05.372Z] Removing intermediate container 07cb4ec7c9e1 [2020-11-19T21:27:05.372Z] ---> 1c0f563eb816 [2020-11-19T21:27:05.372Z] [2020-11-19T21:27:05.372Z] Step 9/29 : FROM alpine:latest [2020-11-19T21:27:05.372Z] latest: Pulling from library/alpine [2020-11-19T21:27:05.372Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-19T21:27:05.372Z] Status: Downloaded newer image for alpine:latest [2020-11-19T21:27:05.372Z] ---> d6e46aa2470d [2020-11-19T21:27:05.372Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-19T21:27:05.539Z] prd-ubuntu18.04-docker-arm64-4c-16g-12835 does not seem to be running inside a container [2020-11-19T21:27:05.632Z] $ 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/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-19T21:27:05.963Z] ---> Running in 3389c29bca23 [2020-11-19T21:27:06.236Z] Removing intermediate container 3389c29bca23 [2020-11-19T21:27:06.236Z] ---> 63e8acc61079 [2020-11-19T21:27:06.236Z] Step 11/29 : USER root [2020-11-19T21:27:06.502Z] ---> Running in 96295d70e8d9 [2020-11-19T21:27:06.774Z] Removing intermediate container 96295d70e8d9 [2020-11-19T21:27:06.774Z] ---> 4fbeb49bf413 [2020-11-19T21:27:06.774Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-19T21:27:07.033Z] $ docker top ed865cfa0d499ca457fc9b5db47800edac55c620460993c0b0ba3ff938701615 -eo pid,comm [2020-11-19T21:27:07.040Z] ---> Running in 141c568c065e [Pipeline] { [Pipeline] sh [2020-11-19T21:27:08.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T21:27:08.113Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-19T21:27:08.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T21:27:08.560Z] v3.12.1-38-gb8bf3e2fef [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:27:08.560Z] v3.12.1-37-gb1aa03461c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:27:08.560Z] OK: 12744 distinct packages available [2020-11-19T21:27:08.831Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-19T21:27:09.108Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-19T21:27:09.108Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T21:27:09.108Z] Executing ca-certificates-20191127-r4.trigger [2020-11-19T21:27:09.108Z] OK: 6 MiB in 16 packages [2020-11-19T21:27:10.549Z] Removing intermediate container 141c568c065e [2020-11-19T21:27:10.549Z] ---> 5f847f1ee8f2 [2020-11-19T21:27:10.549Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-19T21:27:10.832Z] ---> Running in ae42f21d9849 [2020-11-19T21:27:11.099Z] Removing intermediate container ae42f21d9849 [2020-11-19T21:27:11.099Z] ---> 1beada6c3cff [2020-11-19T21:27:11.099Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-19T21:27:11.370Z] ---> Running in 99b3b09b1164 [2020-11-19T21:27:11.491Z] Building docker-core-command-go ... [2020-11-19T21:27:11.491Z] Building docker-core-data-go ... [2020-11-19T21:27:11.491Z] Building docker-core-metadata-go ... [2020-11-19T21:27:11.491Z] Building docker-security-bootstrap-redis-go ... [2020-11-19T21:27:11.491Z] Building docker-security-proxy-setup-go ... [2020-11-19T21:27:11.491Z] Building docker-security-secrets-setup-go ... [2020-11-19T21:27:11.491Z] Building docker-security-secretstore-setup-go ... [2020-11-19T21:27:11.491Z] Building docker-support-logging-go ... [2020-11-19T21:27:11.491Z] Building docker-support-notifications-go ... [2020-11-19T21:27:11.491Z] Building docker-support-scheduler-go ... [2020-11-19T21:27:11.491Z] Building docker-sys-mgmt-agent-go ... [2020-11-19T21:27:11.491Z] Building docker-security-proxy-setup-go [2020-11-19T21:27:11.491Z] Building docker-core-metadata-go [2020-11-19T21:27:11.491Z] Building docker-core-command-go [2020-11-19T21:27:11.491Z] Building docker-core-data-go [2020-11-19T21:27:11.491Z] Building docker-sys-mgmt-agent-go [2020-11-19T21:27:11.983Z] Removing intermediate container 99b3b09b1164 [2020-11-19T21:27:11.983Z] ---> a0b0fc344ee8 [2020-11-19T21:27:11.983Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-19T21:27:13.396Z] ---> Running in 9d5e18df0a0c [2020-11-19T21:27:13.396Z] Removing intermediate container ed1364ae65f4 [2020-11-19T21:27:13.396Z] ---> e62711ae7bf1 [2020-11-19T21:27:13.396Z] [2020-11-19T21:27:13.396Z] Step 10/22 : FROM scratch [2020-11-19T21:27:13.396Z] ---> [2020-11-19T21:27:13.396Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-19T21:27:13.981Z] ---> Running in 30a036b8c2b0 [2020-11-19T21:27:14.258Z] Removing intermediate container 30a036b8c2b0 [2020-11-19T21:27:14.258Z] ---> 8eeb5480816b [2020-11-19T21:27:14.258Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-19T21:27:15.230Z] ---> Running in dd78a7243e1a [2020-11-19T21:27:17.256Z] Removing intermediate container dd78a7243e1a [2020-11-19T21:27:17.256Z] ---> 76cb4cb47d02 [2020-11-19T21:27:17.256Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T21:27:17.256Z] Removing intermediate container 61179d25f2fa [2020-11-19T21:27:17.256Z] ---> 359c775bc097 [2020-11-19T21:27:17.256Z] [2020-11-19T21:27:17.256Z] Step 10/22 : FROM scratch [2020-11-19T21:27:17.256Z] ---> [2020-11-19T21:27:17.256Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T21:27:17.587Z] ---> Running in 8801d176c0de [2020-11-19T21:27:17.587Z] Removing intermediate container 9d5e18df0a0c [2020-11-19T21:27:17.587Z] ---> dcaa1ab850c8 [2020-11-19T21:27:17.587Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-19T21:27:17.587Z] ---> Running in d7f5d7e197e4 [2020-11-19T21:27:17.994Z] Removing intermediate container 8801d176c0de [2020-11-19T21:27:17.994Z] ---> 437bb7714bc4 [2020-11-19T21:27:17.994Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-19T21:27:19.433Z] Removing intermediate container d7f5d7e197e4 [2020-11-19T21:27:19.433Z] ---> 4aea3abaa861 [2020-11-19T21:27:19.433Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-19T21:27:19.433Z] ---> dbc4c3b85542 [2020-11-19T21:27:19.433Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-19T21:27:19.698Z] ---> Running in 171e076dc2ae [2020-11-19T21:27:19.698Z] ---> ee76f57b31d6 [2020-11-19T21:27:19.698Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-19T21:27:19.698Z] Removing intermediate container 8730860e4287 [2020-11-19T21:27:19.698Z] ---> 93beb0c85794 [2020-11-19T21:27:19.698Z] [2020-11-19T21:27:19.698Z] Step 10/22 : FROM alpine:3.10 [2020-11-19T21:27:19.698Z] 3.10: Pulling from library/alpine [2020-11-19T21:27:19.960Z] ---> 500f64ab1ece [2020-11-19T21:27:19.960Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-19T21:27:19.960Z] Removing intermediate container 171e076dc2ae [2020-11-19T21:27:19.960Z] ---> 52e4225cf25e [2020-11-19T21:27:19.960Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T21:27:20.913Z] ---> d5429c282df2 [2020-11-19T21:27:20.913Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-19T21:27:20.913Z] ---> Running in ce5043baea04 [2020-11-19T21:27:20.913Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-19T21:27:21.864Z] Status: Downloaded newer image for alpine:3.10 [2020-11-19T21:27:21.864Z] ---> be4e4bea2c2e [2020-11-19T21:27:21.864Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-19T21:27:22.438Z] ---> a7bac1beec70 [2020-11-19T21:27:22.438Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-19T21:27:22.438Z] Removing intermediate container ce5043baea04 [2020-11-19T21:27:22.438Z] ---> c31477c38fcc [2020-11-19T21:27:22.438Z] Step 14/22 : WORKDIR / [2020-11-19T21:27:22.438Z] ---> Running in b5ff0a8a8ab3 [2020-11-19T21:27:22.702Z] ---> f3732c1ff4e1 [2020-11-19T21:27:22.702Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-19T21:27:22.702Z] Removing intermediate container 36c5d883decf [2020-11-19T21:27:22.702Z] ---> e74eeddad965 [2020-11-19T21:27:22.702Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-19T21:27:22.702Z] ---> Running in 4d87a43df0a5 [2020-11-19T21:27:22.967Z] ---> Running in 755068cc28db [2020-11-19T21:27:22.967Z] ---> aaea02033967 [2020-11-19T21:27:22.967Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-19T21:27:23.229Z] ---> 8b1b17dd4fe4 [2020-11-19T21:27:23.229Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-19T21:27:23.229Z] Removing intermediate container 4d87a43df0a5 [2020-11-19T21:27:23.229Z] ---> d3962dd714a1 [2020-11-19T21:27:23.229Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-19T21:27:23.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-19T21:27:23.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-19T21:27:23.493Z] v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-19T21:27:23.493Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-19T21:27:23.493Z] OK: 10346 distinct packages available [2020-11-19T21:27:23.757Z] ---> Running in ea59d9c0825f [2020-11-19T21:27:23.757Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-19T21:27:23.757Z] ---> 9c7391bf6c08 [2020-11-19T21:27:23.757Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-19T21:27:23.757Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-19T21:27:23.757Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-19T21:27:23.757Z] (4/5) Installing curl (7.66.0-r1) [2020-11-19T21:27:23.757Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-19T21:27:23.757Z] Executing busybox-1.30.1-r3.trigger [2020-11-19T21:27:23.757Z] Executing ca-certificates-20191127-r2.trigger [2020-11-19T21:27:24.019Z] OK: 7 MiB in 19 packages [2020-11-19T21:27:24.287Z] ---> 3c7a125f75fd [2020-11-19T21:27:24.287Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-19T21:27:24.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-19T21:27:24.867Z] ---> Running in cb0e9b05eca9 [2020-11-19T21:27:24.867Z] Removing intermediate container ea59d9c0825f [2020-11-19T21:27:24.867Z] ---> 83aea981adb2 [2020-11-19T21:27:24.867Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T21:27:24.867Z] ---> 4b5488a4e69a [2020-11-19T21:27:24.867Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-19T21:27:25.130Z] ---> Running in c7ad4d2f7e6c [2020-11-19T21:27:25.704Z] ---> 676384313424 [2020-11-19T21:27:25.705Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-19T21:27:25.705Z] Removing intermediate container b5ff0a8a8ab3 [2020-11-19T21:27:25.705Z] ---> dd7e82a58b53 [2020-11-19T21:27:25.705Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-19T21:27:26.284Z] Removing intermediate container c7ad4d2f7e6c [2020-11-19T21:27:26.284Z] ---> 1706899c8865 [2020-11-19T21:27:26.284Z] Step 20/22 : LABEL arch=x86_64 [2020-11-19T21:27:26.548Z] ---> Running in fd663e56f857 [2020-11-19T21:27:26.548Z] ---> Running in d753ecf8d02d [2020-11-19T21:27:26.548Z] ---> Running in 858fdd713e33 [2020-11-19T21:27:26.810Z] Removing intermediate container 755068cc28db [2020-11-19T21:27:26.810Z] ---> fd8b3229fe13 [2020-11-19T21:27:26.810Z] [2020-11-19T21:27:26.810Z] Step 11/27 : FROM docker:latest [2020-11-19T21:27:26.810Z] ---> 6972c414f322 [2020-11-19T21:27:26.810Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-19T21:27:27.074Z] Removing intermediate container fd663e56f857 [2020-11-19T21:27:27.074Z] ---> 379cf171006c [2020-11-19T21:27:27.074Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T21:27:27.074Z] ---> Running in 5e98be6a2372 [2020-11-19T21:27:27.074Z] Removing intermediate container 858fdd713e33 [2020-11-19T21:27:27.074Z] ---> e0ef796feb5c [2020-11-19T21:27:27.074Z] Step 21/22 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:27:27.074Z] Removing intermediate container d753ecf8d02d [2020-11-19T21:27:27.074Z] ---> 79d98227f6bd [2020-11-19T21:27:27.074Z] Step 13/22 : WORKDIR / [2020-11-19T21:27:27.340Z] ---> Running in 33c3fb0e134b [2020-11-19T21:27:27.340Z] ---> Running in c5fcdb91bd6d [2020-11-19T21:27:27.340Z] ---> Running in d170c455eeb4 [2020-11-19T21:27:27.605Z] Removing intermediate container cb0e9b05eca9 [2020-11-19T21:27:27.605Z] ---> 6f4c19269f49 [2020-11-19T21:27:27.605Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-19T21:27:27.605Z] Removing intermediate container 33c3fb0e134b [2020-11-19T21:27:27.605Z] ---> 2df272495f18 [2020-11-19T21:27:27.605Z] Step 20/22 : LABEL arch=x86_64 [2020-11-19T21:27:27.876Z] Removing intermediate container d170c455eeb4 [2020-11-19T21:27:27.876Z] ---> e907a651a219 [2020-11-19T21:27:27.876Z] Step 22/22 : LABEL version=1.3.1-dev.3 [2020-11-19T21:27:27.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T21:27:27.876Z] Removing intermediate container c5fcdb91bd6d [2020-11-19T21:27:27.876Z] ---> 1c76732cc006 [2020-11-19T21:27:27.876Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-19T21:27:27.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T21:27:27.876Z] ---> Running in a89a11e86464 [2020-11-19T21:27:27.876Z] ---> Running in 8c23ed3effaf [2020-11-19T21:27:28.140Z] ---> 4371b353f9cd [2020-11-19T21:27:28.140Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-19T21:27:28.140Z] (1/2) Installing readline (8.0.4-r0) [2020-11-19T21:27:28.140Z] (2/2) Installing bash (5.0.17-r0) [2020-11-19T21:27:28.140Z] Executing bash-5.0.17-r0.post-install [2020-11-19T21:27:28.140Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T21:27:28.140Z] OK: 12 MiB in 22 packages [2020-11-19T21:27:28.403Z] ---> ff96895446b1 [2020-11-19T21:27:28.403Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-19T21:27:28.403Z] ---> Running in 6242cd66789e [2020-11-19T21:27:28.403Z] Removing intermediate container a89a11e86464 [2020-11-19T21:27:28.403Z] ---> 389c3c4ef95f [2020-11-19T21:27:28.403Z] Step 21/22 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:27:28.666Z] Removing intermediate container 8c23ed3effaf [2020-11-19T21:27:28.666Z] ---> ce6c058f5b5e [2020-11-19T21:27:28.666Z] [2020-11-19T21:27:28.929Z] Successfully built ce6c058f5b5e [2020-11-19T21:27:28.929Z] ---> Running in f0b732c60922 [2020-11-19T21:27:28.929Z] Successfully tagged docker-support-logging-go:latest [2020-11-19T21:27:28.929Z]  Building docker-support-logging-go ... done Building docker-core-metadata-go [2020-11-19T21:27:29.195Z] ---> 5a073bebc234 [2020-11-19T21:27:29.195Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-19T21:27:29.195Z] Removing intermediate container f0b732c60922 [2020-11-19T21:27:29.195Z] ---> 4035cf24374b [2020-11-19T21:27:29.195Z] Step 22/22 : LABEL version=1.3.1-dev.3 [2020-11-19T21:27:29.459Z] Removing intermediate container 5e98be6a2372 [2020-11-19T21:27:29.459Z] ---> 159c1f051c4b [2020-11-19T21:27:29.459Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-19T21:27:29.459Z] ---> Running in be5589337c3a [2020-11-19T21:27:30.047Z] ---> 471b9b7e68a9 [2020-11-19T21:27:30.047Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-19T21:27:30.047Z] ---> Running in 49c0dc0fdbe6 [2020-11-19T21:27:30.309Z] Removing intermediate container be5589337c3a [2020-11-19T21:27:30.309Z] ---> 99076a0afb6a [2020-11-19T21:27:30.309Z] [2020-11-19T21:27:31.259Z] Successfully built 99076a0afb6a [2020-11-19T21:27:32.205Z] Successfully tagged docker-core-command-go:latest [2020-11-19T21:27:32.205Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2020-11-19T21:27:34.765Z] ---> 6617fda557be [2020-11-19T21:27:34.765Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-19T21:27:34.765Z] Removing intermediate container 6242cd66789e [2020-11-19T21:27:34.765Z] ---> e7e1306f926a [2020-11-19T21:27:34.765Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-19T21:27:36.696Z] ---> Running in 2527cebe80f8 [2020-11-19T21:27:36.696Z] ---> Running in 1ac6f62c2c09 [2020-11-19T21:27:38.624Z] Removing intermediate container 49c0dc0fdbe6 [2020-11-19T21:27:38.624Z] ---> bf27121709f9 [2020-11-19T21:27:38.624Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-19T21:27:39.199Z] ---> Running in 98bac8ff8225 [2020-11-19T21:27:40.155Z] Removing intermediate container 98bac8ff8225 [2020-11-19T21:27:40.155Z] ---> b84bacf382d7 [2020-11-19T21:27:40.155Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-19T21:27:41.550Z] Removing intermediate container 2527cebe80f8 [2020-11-19T21:27:41.550Z] ---> 402cc430f697 [2020-11-19T21:27:41.550Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-19T21:27:42.494Z] ---> Running in 9871fa8afd90 [2020-11-19T21:27:43.442Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:27:43.443Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:27:43.443Z] ---> 0ece6a90181a [2020-11-19T21:27:43.443Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T21:27:43.443Z] ---> Running in 29a99c00b62c [2020-11-19T21:27:43.443Z] ---> Using cache [2020-11-19T21:27:43.443Z] ---> 52cab16de215 [2020-11-19T21:27:43.443Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:27:43.443Z] ---> Using cache [2020-11-19T21:27:43.443Z] ---> dcabd8e132e8 [2020-11-19T21:27:43.443Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T21:27:43.443Z] ---> Using cache [2020-11-19T21:27:43.443Z] ---> 6fb7db4d85c3 [2020-11-19T21:27:43.443Z] Step 6/22 : COPY go.mod . [2020-11-19T21:27:43.443Z] ---> Using cache [2020-11-19T21:27:43.443Z] ---> aa8e9c8f95b2 [2020-11-19T21:27:43.443Z] Step 7/22 : RUN go mod download [2020-11-19T21:27:43.443Z] ---> Using cache [2020-11-19T21:27:43.443Z] ---> 8d52ff596887 [2020-11-19T21:27:43.443Z] Step 8/22 : COPY . . [2020-11-19T21:27:43.443Z] ---> Using cache [2020-11-19T21:27:43.443Z] ---> bf1b227babba [2020-11-19T21:27:43.443Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-19T21:27:44.395Z] Removing intermediate container 1ac6f62c2c09 [2020-11-19T21:27:44.395Z] ---> 2719ec234c18 [2020-11-19T21:27:44.395Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-19T21:27:44.395Z] Removing intermediate container 9871fa8afd90 [2020-11-19T21:27:44.395Z] ---> 538306259d97 [2020-11-19T21:27:44.395Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-19T21:27:44.395Z] ---> Running in 7626e0defd36 [2020-11-19T21:27:44.662Z] Removing intermediate container 29a99c00b62c [2020-11-19T21:27:44.662Z] ---> 979653a74173 [2020-11-19T21:27:44.662Z] Step 20/22 : LABEL arch=x86_64 [2020-11-19T21:27:44.662Z] ---> Running in 7cd119515eb7 [2020-11-19T21:27:44.662Z] ---> Running in 3e8cc553e585 [2020-11-19T21:27:44.930Z] ---> Running in 171e704da283 [2020-11-19T21:27:44.930Z] Removing intermediate container 7cd119515eb7 [2020-11-19T21:27:44.930Z] ---> 364ca3d2e399 [2020-11-19T21:27:44.930Z] Step 26/29 : CMD [ "generate" ] [2020-11-19T21:27:45.204Z] Removing intermediate container 3e8cc553e585 [2020-11-19T21:27:45.204Z] ---> 6981886673ee [2020-11-19T21:27:45.204Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-19T21:27:45.204Z] ---> Running in a0683d7738c4 [2020-11-19T21:27:45.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-19T21:27:46.359Z] Removing intermediate container 171e704da283 [2020-11-19T21:27:46.359Z] ---> f774a1c60f87 [2020-11-19T21:27:46.359Z] Step 21/22 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:27:47.774Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:27:47.774Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:27:47.774Z] ---> 0ece6a90181a [2020-11-19T21:27:47.774Z] Step 3/24 : WORKDIR /edgex-go [2020-11-19T21:27:47.774Z] ---> Using cache [2020-11-19T21:27:47.774Z] ---> 52cab16de215 [2020-11-19T21:27:47.774Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:27:47.774Z] ---> Using cache [2020-11-19T21:27:47.774Z] ---> dcabd8e132e8 [2020-11-19T21:27:47.774Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-19T21:27:48.736Z] ---> Running in a0e6618cf0f7 [2020-11-19T21:27:48.737Z] Removing intermediate container a0683d7738c4 [2020-11-19T21:27:48.737Z] ---> cf175cb1da5f [2020-11-19T21:27:48.737Z] Step 27/29 : LABEL arch=x86_64 [2020-11-19T21:27:48.737Z] ---> 2c3e5b1b0626 [2020-11-19T21:27:48.737Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-19T21:27:49.007Z] ---> Running in a469696f5f5c [2020-11-19T21:27:49.007Z] ---> Running in cfce04f8cad7 [2020-11-19T21:27:49.273Z] Removing intermediate container a0e6618cf0f7 [2020-11-19T21:27:49.273Z] ---> e67f2b0fddbf [2020-11-19T21:27:49.273Z] Step 22/22 : LABEL version=1.3.1-dev.3 [2020-11-19T21:27:49.540Z] ---> 4b2a45d787b3 [2020-11-19T21:27:49.540Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-19T21:27:49.540Z] ---> Running in 98767780c678 [2020-11-19T21:27:49.540Z] Removing intermediate container cfce04f8cad7 [2020-11-19T21:27:49.540Z] ---> 48eb6d4d6579 [2020-11-19T21:27:49.540Z] Step 28/29 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:27:49.815Z] ---> Running in 32b8de388911 [2020-11-19T21:27:50.092Z] Removing intermediate container 98767780c678 [2020-11-19T21:27:50.093Z] ---> 2259277d23cb [2020-11-19T21:27:50.093Z] [2020-11-19T21:27:50.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T21:27:50.093Z] ---> dfcac6495075 [2020-11-19T21:27:50.093Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-19T21:27:50.093Z] Removing intermediate container 32b8de388911 [2020-11-19T21:27:50.093Z] ---> 9da10c73d358 [2020-11-19T21:27:50.093Z] Step 29/29 : LABEL version=1.3.1-dev.3 [2020-11-19T21:27:50.093Z] Successfully built 2259277d23cb [2020-11-19T21:27:50.361Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-11-19T21:27:50.361Z] Building docker-core-data-go [2020-11-19T21:27:50.361Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in b2cb9bf91b94 [2020-11-19T21:27:50.361Z] ---> Running in d113f1958eb4 [2020-11-19T21:27:50.636Z] Removing intermediate container d113f1958eb4 [2020-11-19T21:27:50.636Z] ---> 46210140bf5e [2020-11-19T21:27:50.636Z] [2020-11-19T21:27:50.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T21:27:51.491Z] Successfully built 46210140bf5e [2020-11-19T21:27:51.753Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:27:51.753Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:27:51.753Z] OK: 12752 distinct packages available [2020-11-19T21:27:52.714Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-11-19T21:27:52.714Z]  Building docker-security-secrets-setup-go ... done Building docker-security-secretstore-setup-go [2020-11-19T21:27:54.706Z] OK: 233 MiB in 51 packages [2020-11-19T21:27:54.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T21:27:54.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T21:27:54.980Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-19T21:27:55.247Z] (2/33) Installing expat (2.2.9-r1) [2020-11-19T21:27:55.247Z] (3/33) Installing libffi (3.3-r2) [2020-11-19T21:27:55.247Z] (4/33) Installing gdbm (1.13-r1) [2020-11-19T21:27:55.516Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-19T21:27:55.516Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-19T21:27:55.516Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-19T21:27:58.529Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:27:58.529Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:27:58.529Z] ---> b0e7a69564b4 [2020-11-19T21:27:58.529Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T21:27:58.529Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:27:58.529Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:27:58.529Z] ---> b0e7a69564b4 [2020-11-19T21:27:58.529Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T21:27:58.529Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:27:58.529Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:27:58.529Z] ---> b0e7a69564b4 [2020-11-19T21:27:58.529Z] Step 3/23 : WORKDIR /edgex-go [2020-11-19T21:27:58.529Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:27:58.529Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:27:58.529Z] ---> b0e7a69564b4 [2020-11-19T21:27:58.529Z] Step 3/20 : WORKDIR /edgex-go [2020-11-19T21:27:58.529Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:27:58.529Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:27:58.529Z] ---> b0e7a69564b4 [2020-11-19T21:27:58.530Z] Step 3/27 : WORKDIR /edgex-go [2020-11-19T21:28:01.158Z] ---> Running in 5aada0dbf250 [2020-11-19T21:28:01.158Z] ---> Running in dc526eeefefb [2020-11-19T21:28:01.158Z] ---> Running in fad3271937ce [2020-11-19T21:28:01.158Z] ---> Running in 4bbe4bcb2da7 [2020-11-19T21:28:01.158Z] ---> Running in c24f92d1c016 [2020-11-19T21:28:01.762Z] Removing intermediate container dc526eeefefb [2020-11-19T21:28:01.762Z] ---> d22dbe33ce68 [2020-11-19T21:28:01.762Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:28:01.762Z] Removing intermediate container fad3271937ce [2020-11-19T21:28:01.762Z] ---> 50fb832624e9 [2020-11-19T21:28:01.762Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:28:02.034Z] Removing intermediate container c24f92d1c016 [2020-11-19T21:28:02.034Z] ---> a5337a1306a8 [2020-11-19T21:28:02.034Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:28:02.034Z] Removing intermediate container 5aada0dbf250 [2020-11-19T21:28:02.034Z] ---> db75dae8f9c8 [2020-11-19T21:28:02.034Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:28:02.034Z] Removing intermediate container 4bbe4bcb2da7 [2020-11-19T21:28:02.034Z] ---> c726371ad15d [2020-11-19T21:28:02.034Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:28:02.034Z] ---> Running in b143e328e313 [2020-11-19T21:28:02.034Z] ---> Running in 3e474d1d4e70 [2020-11-19T21:28:02.034Z] ---> Running in 45ec1f010cc0 [2020-11-19T21:28:02.147Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-19T21:28:02.147Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-19T21:28:02.147Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-19T21:28:02.147Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-19T21:28:02.309Z] ---> Running in e2b9ebc3924d [2020-11-19T21:28:02.309Z] ---> Running in 772da49f102c [2020-11-19T21:28:02.736Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-19T21:28:02.736Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-19T21:28:02.736Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-19T21:28:04.161Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-19T21:28:04.161Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-19T21:28:04.161Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-19T21:28:04.736Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-19T21:28:04.998Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-19T21:28:05.271Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-19T21:28:05.271Z] Removing intermediate container a469696f5f5c [2020-11-19T21:28:05.271Z] ---> a2a287071805 [2020-11-19T21:28:05.271Z] Step 6/24 : COPY go.mod . [2020-11-19T21:28:05.535Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-19T21:28:06.480Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-19T21:28:06.643Z] Removing intermediate container b143e328e313 [2020-11-19T21:28:06.643Z] ---> e433f560f1d0 [2020-11-19T21:28:06.643Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T21:28:06.643Z] ---> Running in 0062889fb0d4 [2020-11-19T21:28:06.643Z] Removing intermediate container 772da49f102c [2020-11-19T21:28:06.643Z] ---> cb07eafbd517 [2020-11-19T21:28:06.643Z] Step 5/20 : RUN apk update && apk add make git [2020-11-19T21:28:06.643Z] Removing intermediate container 3e474d1d4e70 [2020-11-19T21:28:06.643Z] ---> 56ca2ccda68d [2020-11-19T21:28:06.643Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T21:28:06.925Z] Removing intermediate container e2b9ebc3924d [2020-11-19T21:28:06.925Z] ---> 0096e9e33c34 [2020-11-19T21:28:06.925Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-19T21:28:06.925Z] Removing intermediate container 45ec1f010cc0 [2020-11-19T21:28:06.925Z] ---> 97283f402242 [2020-11-19T21:28:06.925Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-19T21:28:06.925Z] ---> Running in 70714cce7856 [2020-11-19T21:28:06.925Z] ---> Running in 49078e724183 [2020-11-19T21:28:07.055Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-19T21:28:07.205Z] ---> Running in d8a92f24342e [2020-11-19T21:28:07.205Z] ---> Running in 8f9dc90d2d05 [2020-11-19T21:28:08.016Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-19T21:28:08.278Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-19T21:28:08.278Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-19T21:28:08.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T21:28:09.226Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-19T21:28:09.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T21:28:09.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T21:28:09.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T21:28:09.812Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-19T21:28:09.812Z] ---> 340fd5a642f0 [2020-11-19T21:28:09.812Z] Step 7/24 : RUN go mod download [2020-11-19T21:28:09.812Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-19T21:28:09.812Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-19T21:28:09.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T21:28:09.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T21:28:10.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T21:28:10.439Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:28:10.439Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:28:10.439Z] OK: 12623 distinct packages available [2020-11-19T21:28:10.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T21:28:10.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T21:28:10.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T21:28:10.774Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-19T21:28:10.774Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-19T21:28:10.774Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-19T21:28:10.989Z] OK: 217 MiB in 51 packages [2020-11-19T21:28:11.265Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:28:11.265Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:28:11.265Z] OK: 12623 distinct packages available [2020-11-19T21:28:11.871Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:28:11.871Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:28:11.871Z] OK: 12623 distinct packages available [2020-11-19T21:28:11.871Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:28:11.871Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:28:11.871Z] OK: 12623 distinct packages available [2020-11-19T21:28:11.871Z] OK: 217 MiB in 51 packages [2020-11-19T21:28:11.871Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:28:11.871Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:28:11.871Z] OK: 12623 distinct packages available [2020-11-19T21:28:12.739Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T21:28:12.739Z] ---> Running in 524485c0f306 [2020-11-19T21:28:12.739Z] OK: 71 MiB in 55 packages [2020-11-19T21:28:12.873Z] OK: 217 MiB in 51 packages [2020-11-19T21:28:12.874Z] OK: 217 MiB in 51 packages [2020-11-19T21:28:12.874Z] OK: 217 MiB in 51 packages [2020-11-19T21:28:13.006Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:28:13.006Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:28:13.006Z] ---> 0ece6a90181a [2020-11-19T21:28:13.006Z] Step 3/24 : WORKDIR /edgex-go [2020-11-19T21:28:13.006Z] ---> Using cache [2020-11-19T21:28:13.006Z] ---> 52cab16de215 [2020-11-19T21:28:13.006Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:28:13.006Z] ---> Using cache [2020-11-19T21:28:13.006Z] ---> dcabd8e132e8 [2020-11-19T21:28:13.006Z] Step 5/24 : RUN apk update && apk add make git [2020-11-19T21:28:13.006Z] ---> Using cache [2020-11-19T21:28:13.006Z] ---> 6fb7db4d85c3 [2020-11-19T21:28:13.006Z] Step 6/24 : COPY go.mod . [2020-11-19T21:28:13.006Z] ---> Using cache [2020-11-19T21:28:13.006Z] ---> aa8e9c8f95b2 [2020-11-19T21:28:13.006Z] Step 7/24 : RUN go mod download [2020-11-19T21:28:13.006Z] ---> Using cache [2020-11-19T21:28:13.006Z] ---> 8d52ff596887 [2020-11-19T21:28:13.006Z] Step 8/24 : COPY . . [2020-11-19T21:28:13.006Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:28:13.006Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:28:13.006Z] ---> 0ece6a90181a [2020-11-19T21:28:13.006Z] Step 3/23 : WORKDIR /edgex-go [2020-11-19T21:28:13.006Z] ---> Using cache [2020-11-19T21:28:13.006Z] ---> 52cab16de215 [2020-11-19T21:28:13.006Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:28:13.006Z] ---> Using cache [2020-11-19T21:28:13.006Z] ---> dcabd8e132e8 [2020-11-19T21:28:13.006Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-19T21:28:13.006Z] ---> Using cache [2020-11-19T21:28:13.006Z] ---> bf1b227babba [2020-11-19T21:28:13.006Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-19T21:28:13.151Z] Removing intermediate container 0062889fb0d4 [2020-11-19T21:28:13.151Z] ---> a0dd6b49dec0 [2020-11-19T21:28:13.151Z] Step 6/22 : COPY go.mod . [2020-11-19T21:28:13.761Z] Removing intermediate container 70714cce7856 [2020-11-19T21:28:13.761Z] ---> 923e92b86244 [2020-11-19T21:28:13.761Z] Step 6/22 : COPY go.mod . [2020-11-19T21:28:14.040Z] ---> 779f7b7c7f3e [2020-11-19T21:28:14.321Z] Step 7/22 : RUN go mod download [2020-11-19T21:28:14.321Z] ---> Running in e5d8b14faca4 [2020-11-19T21:28:14.391Z] ---> Running in edc9c8ca6a31 [2020-11-19T21:28:14.391Z] ---> Running in c4670ba7dcd1 [2020-11-19T21:28:14.919Z] Removing intermediate container 8f9dc90d2d05 [2020-11-19T21:28:14.919Z] ---> f8f45320ca06 [2020-11-19T21:28:14.919Z] Step 6/27 : COPY go.mod . [2020-11-19T21:28:14.919Z] ---> 7d5bc8205154 [2020-11-19T21:28:14.919Z] Step 7/22 : RUN go mod download [2020-11-19T21:28:14.919Z] Removing intermediate container 49078e724183 [2020-11-19T21:28:14.919Z] ---> cc7f6265f33d [2020-11-19T21:28:14.919Z] Step 6/20 : COPY go.mod . [2020-11-19T21:28:14.919Z] Removing intermediate container d8a92f24342e [2020-11-19T21:28:14.919Z] ---> 9d45a94218ba [2020-11-19T21:28:14.919Z] Step 6/23 : COPY go.mod . [2020-11-19T21:28:15.196Z] ---> Running in 593cdb16a470 [2020-11-19T21:28:15.800Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-19T21:28:15.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T21:28:16.188Z] ---> 9e409777039b [2020-11-19T21:28:16.188Z] Step 7/27 : RUN go mod download [2020-11-19T21:28:16.188Z] ---> 6806db904bd6 [2020-11-19T21:28:16.188Z] Step 7/23 : RUN go mod download [2020-11-19T21:28:16.188Z] ---> cf2366012841 [2020-11-19T21:28:16.188Z] Step 7/20 : RUN go mod download [2020-11-19T21:28:16.188Z] ---> Running in c2976c2568be [2020-11-19T21:28:16.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T21:28:16.470Z] ---> Running in ea30e0c5c5e9 [2020-11-19T21:28:16.470Z] ---> Running in db82c1f496a4 [2020-11-19T21:28:16.966Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:28:16.966Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:28:16.966Z] OK: 12752 distinct packages available [2020-11-19T21:28:17.232Z] Removing intermediate container 524485c0f306 [2020-11-19T21:28:17.232Z] ---> 6d38b1bda125 [2020-11-19T21:28:17.232Z] Step 8/24 : COPY . . [2020-11-19T21:28:17.232Z] OK: 233 MiB in 51 packages [2020-11-19T21:28:19.117Z] Removing intermediate container e5d8b14faca4 [2020-11-19T21:28:19.117Z] ---> ee4dfc5b58ab [2020-11-19T21:28:19.117Z] Step 8/22 : COPY . . [2020-11-19T21:28:19.719Z] Removing intermediate container 593cdb16a470 [2020-11-19T21:28:19.719Z] ---> 552977a5a9aa [2020-11-19T21:28:19.719Z] Step 8/22 : COPY . . [2020-11-19T21:28:23.138Z] Removing intermediate container c2976c2568be [2020-11-19T21:28:23.138Z] ---> 070bfca8de97 [2020-11-19T21:28:23.138Z] Step 8/27 : COPY . . [2020-11-19T21:28:23.138Z] Removing intermediate container db82c1f496a4 [2020-11-19T21:28:23.138Z] ---> 832c74e8f2d0 [2020-11-19T21:28:23.138Z] Step 8/20 : COPY . . [2020-11-19T21:28:23.737Z] Removing intermediate container ea30e0c5c5e9 [2020-11-19T21:28:23.737Z] ---> 621d98ec8373 [2020-11-19T21:28:23.737Z] Step 8/23 : COPY . . [2020-11-19T21:28:23.897Z] Removing intermediate container edc9c8ca6a31 [2020-11-19T21:28:23.897Z] ---> c37a17993b8e [2020-11-19T21:28:23.897Z] Step 6/23 : COPY go.mod . [2020-11-19T21:28:26.493Z] ---> 2ec7603daa89 [2020-11-19T21:28:26.493Z] Step 7/23 : RUN go mod download [2020-11-19T21:28:30.734Z] ---> Running in e3f1440c5dc0 [2020-11-19T21:28:33.600Z] Removing intermediate container 7626e0defd36 [2020-11-19T21:28:33.600Z] ---> 6b07788d4758 [2020-11-19T21:28:33.600Z] [2020-11-19T21:28:33.600Z] Step 10/22 : FROM scratch [2020-11-19T21:28:33.600Z] ---> [2020-11-19T21:28:33.600Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T21:28:35.542Z] ---> Using cache [2020-11-19T21:28:35.542Z] ---> 4aea3abaa861 [2020-11-19T21:28:35.542Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-19T21:28:38.104Z] ---> Running in d91f48b03f9e [2020-11-19T21:28:38.392Z] Removing intermediate container b2cb9bf91b94 [2020-11-19T21:28:38.392Z] ---> e5bd53be151f [2020-11-19T21:28:38.392Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-19T21:28:38.857Z] ---> bf3ac5dd3dcd [2020-11-19T21:28:38.857Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-19T21:28:38.857Z] ---> fb6acf2becd3 [2020-11-19T21:28:38.857Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-19T21:28:38.857Z] ---> b46977fe131a [2020-11-19T21:28:38.857Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-19T21:28:38.857Z] ---> cd8b6f085523 [2020-11-19T21:28:38.857Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-19T21:28:38.857Z] ---> e41d97e20b2a [2020-11-19T21:28:38.857Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-19T21:28:38.857Z] ---> Running in dfaf9f236470 [2020-11-19T21:28:38.857Z] ---> Running in 989e15ab00b0 [2020-11-19T21:28:38.857Z] ---> Running in e0e5c2efc28e [2020-11-19T21:28:38.857Z] ---> Running in 83a6dd721841 [2020-11-19T21:28:38.857Z] ---> Running in b81683eba6d5 [2020-11-19T21:28:39.350Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-19T21:28:39.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-19T21:28:39.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-19T21:28:39.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/core-command/core-command ./cmd/core-command [2020-11-19T21:28:39.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-19T21:28:39.743Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/core-data/core-data ./cmd/core-data [2020-11-19T21:28:41.283Z] ---> Running in a95e505978e8 [2020-11-19T21:28:41.283Z] Removing intermediate container d91f48b03f9e [2020-11-19T21:28:41.283Z] ---> 956002b2e392 [2020-11-19T21:28:41.283Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T21:28:41.283Z] ---> df75547fe1be [2020-11-19T21:28:41.283Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-19T21:28:41.567Z] ---> Running in 9b2593336a0a [2020-11-19T21:28:41.567Z] Removing intermediate container e3f1440c5dc0 [2020-11-19T21:28:41.567Z] ---> 942e31d3397f [2020-11-19T21:28:41.567Z] Step 8/23 : COPY . . [2020-11-19T21:28:41.567Z] ---> Running in 72f2358dc18d [2020-11-19T21:28:41.836Z] Removing intermediate container 9b2593336a0a [2020-11-19T21:28:41.836Z] ---> ffcd27987378 [2020-11-19T21:28:41.836Z] Step 14/22 : WORKDIR / [2020-11-19T21:28:42.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-19T21:28:42.692Z] ---> Running in 479e3d5b5656 [2020-11-19T21:28:46.966Z] Removing intermediate container 479e3d5b5656 [2020-11-19T21:28:46.966Z] ---> 0bd19e9abb76 [2020-11-19T21:28:46.966Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-19T21:28:50.300Z] Collecting docker-compose==1.23.2 [2020-11-19T21:28:50.300Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-19T21:28:50.911Z] ---> bb7fbab15292 [2020-11-19T21:28:50.911Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-19T21:28:51.897Z] Collecting texttable<0.10,>=0.9.0 [2020-11-19T21:28:51.897Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-19T21:28:51.897Z] Removing intermediate container c4670ba7dcd1 [2020-11-19T21:28:51.897Z] ---> dc2c7ab91103 [2020-11-19T21:28:51.897Z] [2020-11-19T21:28:51.897Z] Step 10/24 : FROM alpine:3.10 [2020-11-19T21:28:51.897Z] ---> be4e4bea2c2e [2020-11-19T21:28:51.897Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-19T21:28:51.897Z] ---> Using cache [2020-11-19T21:28:51.897Z] ---> dd7e82a58b53 [2020-11-19T21:28:51.897Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-19T21:28:53.318Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-19T21:28:53.318Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-19T21:28:54.713Z] Collecting docopt<0.7,>=0.6.1 [2020-11-19T21:28:54.713Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-19T21:28:55.678Z] ---> Running in 0f4e20868aba [2020-11-19T21:28:55.678Z] Collecting jsonschema<3,>=2.5.1 [2020-11-19T21:28:55.678Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-19T21:28:56.660Z] ---> d94531dafa59 [2020-11-19T21:28:56.660Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-19T21:28:56.660Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-19T21:28:56.660Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-19T21:28:56.927Z] Removing intermediate container 0f4e20868aba [2020-11-19T21:28:56.927Z] ---> 0e000baa0b90 [2020-11-19T21:28:56.927Z] Step 13/24 : WORKDIR / [2020-11-19T21:28:57.516Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-19T21:28:58.095Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-19T21:28:58.096Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-19T21:28:59.485Z] ---> 24534ec0b9b9 [2020-11-19T21:28:59.485Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-19T21:28:59.485Z] ---> Running in d4b5004fae94 [2020-11-19T21:28:59.485Z] Collecting cached-property<2,>=1.2.0 [2020-11-19T21:28:59.485Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-19T21:29:00.881Z] Collecting PyYAML<4,>=3.10 [2020-11-19T21:29:00.881Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-19T21:29:01.467Z] ---> Running in b33b8dd1de00 [2020-11-19T21:29:01.467Z] Removing intermediate container d4b5004fae94 [2020-11-19T21:29:01.467Z] ---> 4d1b219721c1 [2020-11-19T21:29:01.467Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-19T21:29:01.744Z] ---> 4dc4693ed414 [2020-11-19T21:29:01.744Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-19T21:29:02.013Z] Removing intermediate container b33b8dd1de00 [2020-11-19T21:29:02.013Z] ---> de11e171448f [2020-11-19T21:29:02.013Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T21:29:02.277Z] Collecting docker<4.0,>=3.6.0 [2020-11-19T21:29:02.277Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-19T21:29:02.277Z] ---> Running in 99c4dec2c02e [2020-11-19T21:29:02.277Z] ---> cf0802b5832e [2020-11-19T21:29:02.277Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-19T21:29:02.277Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-11-19T21:29:02.277Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-11-19T21:29:02.548Z] Collecting idna<2.8,>=2.5 [2020-11-19T21:29:02.548Z] ---> Running in 7ee0af442551 [2020-11-19T21:29:02.548Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-19T21:29:02.818Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-19T21:29:02.818Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-19T21:29:02.818Z] ---> afccd3e3356f [2020-11-19T21:29:02.818Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-19T21:29:02.818Z] Collecting docker-pycreds>=0.4.0 [2020-11-19T21:29:02.818Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-19T21:29:02.818Z] Removing intermediate container 7ee0af442551 [2020-11-19T21:29:02.818Z] ---> 8c497daaf694 [2020-11-19T21:29:02.818Z] Step 20/22 : LABEL arch=x86_64 [2020-11-19T21:29:02.818Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-19T21:29:02.818Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-19T21:29:02.818Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-19T21:29:02.818Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-19T21:29:03.097Z] ---> Running in 61be0a8e20fd [2020-11-19T21:29:03.097Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/core-data/core-data ./cmd/core-data [2020-11-19T21:29:03.097Z] Installing collected packages: texttable, websocket-client, docopt, jsonschema, dockerpty, idna, urllib3, requests, cached-property, PyYAML, docker-pycreds, docker, docker-compose [2020-11-19T21:29:03.097Z] Running setup.py install for texttable: started [2020-11-19T21:29:03.097Z] ---> a12c46e13bb8 [2020-11-19T21:29:03.097Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-19T21:29:03.371Z] Removing intermediate container 61be0a8e20fd [2020-11-19T21:29:03.371Z] ---> a3099e9f6218 [2020-11-19T21:29:03.371Z] Step 21/22 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:29:03.647Z] ---> Running in e913a0b0998f [2020-11-19T21:29:03.648Z] Running setup.py install for texttable: finished with status 'done' [2020-11-19T21:29:03.648Z] Removing intermediate container e913a0b0998f [2020-11-19T21:29:03.648Z] ---> a8ed99eab8fe [2020-11-19T21:29:03.648Z] Step 22/22 : LABEL version=1.3.1-dev.3 [2020-11-19T21:29:03.936Z] ---> beee016402e9 [2020-11-19T21:29:03.936Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-19T21:29:03.937Z] Running setup.py install for docopt: started [2020-11-19T21:29:03.937Z] ---> Running in a909d1011e6b [2020-11-19T21:29:04.203Z] Removing intermediate container a909d1011e6b [2020-11-19T21:29:04.203Z] ---> 61663f1bf4c9 [2020-11-19T21:29:04.203Z] [2020-11-19T21:29:04.465Z] Running setup.py install for docopt: finished with status 'done' [2020-11-19T21:29:05.418Z] Successfully built 61663f1bf4c9 [2020-11-19T21:29:05.687Z] Successfully tagged docker-core-metadata-go:latest [2020-11-19T21:29:05.687Z] Building docker-support-scheduler-go [2020-11-19T21:29:05.687Z] Running setup.py install for dockerpty: started [2020-11-19T21:29:05.959Z]  Building docker-core-metadata-go ... done  Running setup.py install for dockerpty: finished with status 'done' [2020-11-19T21:29:05.959Z] Attempting uninstall: idna [2020-11-19T21:29:05.960Z] Found existing installation: idna 2.9 [2020-11-19T21:29:06.227Z] Uninstalling idna-2.9: [2020-11-19T21:29:06.227Z] Successfully uninstalled idna-2.9 [2020-11-19T21:29:09.555Z] Attempting uninstall: urllib3 [2020-11-19T21:29:09.555Z] Found existing installation: urllib3 1.25.9 [2020-11-19T21:29:09.555Z] ---> cdbaed6cf2cb [2020-11-19T21:29:09.555Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-19T21:29:09.555Z] Uninstalling urllib3-1.25.9: [2020-11-19T21:29:11.478Z] Successfully uninstalled urllib3-1.25.9 [2020-11-19T21:29:14.036Z] Attempting uninstall: requests [2020-11-19T21:29:14.037Z] Found existing installation: requests 2.23.0 [2020-11-19T21:29:14.037Z] Uninstalling requests-2.23.0: [2020-11-19T21:29:14.305Z] Successfully uninstalled requests-2.23.0 [2020-11-19T21:29:14.572Z] Removing intermediate container 72f2358dc18d [2020-11-19T21:29:14.572Z] ---> 29ae49e6eba7 [2020-11-19T21:29:14.572Z] [2020-11-19T21:29:14.572Z] Step 10/24 : FROM scratch [2020-11-19T21:29:14.572Z] ---> [2020-11-19T21:29:14.572Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-19T21:29:14.836Z] Running setup.py install for PyYAML: started [2020-11-19T21:29:15.434Z] ---> Using cache [2020-11-19T21:29:15.434Z] ---> 8eeb5480816b [2020-11-19T21:29:15.434Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-19T21:29:16.899Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-19T21:29:16.900Z] ---> 8d3a91777b5e [2020-11-19T21:29:16.900Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-19T21:29:17.478Z] ---> Running in 200833405e0b [2020-11-19T21:29:18.077Z] ---> Running in 42ab82a85798 [2020-11-19T21:29:19.487Z] Removing intermediate container 200833405e0b [2020-11-19T21:29:19.487Z] ---> cacbdb4ff005 [2020-11-19T21:29:19.487Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-19T21:29:21.444Z] ---> Running in 60bb3459dcc3 [2020-11-19T21:29:21.444Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-11-19T21:29:22.877Z] Removing intermediate container 60bb3459dcc3 [2020-11-19T21:29:22.877Z] ---> b4c79f562d79 [2020-11-19T21:29:22.877Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-19T21:29:23.851Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:29:23.851Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:29:23.851Z] ---> 0ece6a90181a [2020-11-19T21:29:23.851Z] Step 3/21 : WORKDIR /edgex-go [2020-11-19T21:29:23.851Z] ---> Using cache [2020-11-19T21:29:23.851Z] ---> 52cab16de215 [2020-11-19T21:29:23.851Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:29:23.851Z] ---> Using cache [2020-11-19T21:29:23.851Z] ---> dcabd8e132e8 [2020-11-19T21:29:23.851Z] Step 5/21 : RUN apk update && apk add make git [2020-11-19T21:29:23.851Z] ---> Using cache [2020-11-19T21:29:23.851Z] ---> 6fb7db4d85c3 [2020-11-19T21:29:23.851Z] Step 6/21 : COPY go.mod . [2020-11-19T21:29:23.851Z] ---> Using cache [2020-11-19T21:29:23.851Z] ---> aa8e9c8f95b2 [2020-11-19T21:29:23.851Z] Step 7/21 : RUN go mod download [2020-11-19T21:29:23.851Z] ---> Using cache [2020-11-19T21:29:23.851Z] ---> 8d52ff596887 [2020-11-19T21:29:23.851Z] Step 8/21 : COPY . . [2020-11-19T21:29:23.851Z] ---> Using cache [2020-11-19T21:29:23.851Z] ---> bf1b227babba [2020-11-19T21:29:23.851Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-19T21:29:25.272Z] ---> 2c7716feb511 [2020-11-19T21:29:25.272Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-19T21:29:25.272Z] ---> Running in 69b77097039c [2020-11-19T21:29:25.920Z] Removing intermediate container 42ab82a85798 [2020-11-19T21:29:25.920Z] ---> b1d016e0082f [2020-11-19T21:29:25.920Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-19T21:29:26.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-19T21:29:27.487Z] ---> Running in 8eb94b49e356 [2020-11-19T21:29:27.487Z] ---> 28167a61d379 [2020-11-19T21:29:27.487Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-19T21:29:27.487Z] Removing intermediate container a95e505978e8 [2020-11-19T21:29:27.487Z] ---> f45c5e45cec1 [2020-11-19T21:29:27.487Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-19T21:29:27.487Z] ---> Running in 7b34434bb706 [2020-11-19T21:29:27.763Z] Removing intermediate container 8eb94b49e356 [2020-11-19T21:29:27.763Z] ---> 5311583f42a0 [2020-11-19T21:29:27.763Z] Step 22/24 : LABEL arch=x86_64 [2020-11-19T21:29:28.034Z] ---> Running in 7f0281ee7942 [2020-11-19T21:29:28.305Z] ---> d7b0eaf2365c [2020-11-19T21:29:28.305Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-19T21:29:28.579Z] Removing intermediate container 7f0281ee7942 [2020-11-19T21:29:28.579Z] ---> 09173ba1bf1b [2020-11-19T21:29:28.579Z] Step 23/24 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:29:28.848Z] ---> Running in 6f6fdbca1340 [2020-11-19T21:29:28.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T21:29:28.848Z] ---> 6952c267ab97 [2020-11-19T21:29:28.848Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-19T21:29:29.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T21:29:29.132Z] Removing intermediate container 6f6fdbca1340 [2020-11-19T21:29:29.132Z] ---> 733a60169a9f [2020-11-19T21:29:29.132Z] Step 24/24 : LABEL version=1.3.1-dev.3 [2020-11-19T21:29:29.132Z] ---> Running in 7177aa02806f [2020-11-19T21:29:29.407Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-19T21:29:29.407Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-19T21:29:29.407Z] (3/3) Installing curl (7.69.1-r1) [2020-11-19T21:29:29.407Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T21:29:29.407Z] OK: 72 MiB in 58 packages [2020-11-19T21:29:29.684Z] Removing intermediate container 7177aa02806f [2020-11-19T21:29:29.684Z] ---> 2c2790ef2143 [2020-11-19T21:29:29.684Z] [2020-11-19T21:29:30.638Z] Successfully built 2c2790ef2143 [2020-11-19T21:29:30.638Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-11-19T21:29:30.638Z] Building docker-security-proxy-setup-go [2020-11-19T21:29:30.907Z]  Building docker-security-secretstore-setup-go ... done  ---> 66abe76c7e33 [2020-11-19T21:29:30.907Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-19T21:29:37.558Z] Removing intermediate container 7b34434bb706 [2020-11-19T21:29:37.558Z] ---> 7875c0e6e82f [2020-11-19T21:29:37.558Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-19T21:29:37.558Z] ---> 49d118c99ebf [2020-11-19T21:29:37.558Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-19T21:29:37.558Z] ---> Running in 6aa51cdd1a3d [2020-11-19T21:29:37.558Z] ---> Running in 2f7ffe4d5d1b [2020-11-19T21:29:37.558Z] Removing intermediate container 6aa51cdd1a3d [2020-11-19T21:29:37.558Z] ---> 996bebcd010f [2020-11-19T21:29:37.558Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T21:29:37.823Z] Removing intermediate container 2f7ffe4d5d1b [2020-11-19T21:29:37.823Z] ---> b3dd7590794d [2020-11-19T21:29:37.823Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T21:29:37.823Z] ---> Running in 3bce7e053486 [2020-11-19T21:29:37.823Z] ---> Running in eb80c1136ea1 [2020-11-19T21:29:38.413Z] Removing intermediate container 3bce7e053486 [2020-11-19T21:29:38.413Z] ---> e08d2aafe87e [2020-11-19T21:29:38.413Z] Step 22/24 : LABEL arch=x86_64 [2020-11-19T21:29:38.413Z] Removing intermediate container eb80c1136ea1 [2020-11-19T21:29:38.413Z] ---> 32624edcddab [2020-11-19T21:29:38.413Z] Step 25/27 : LABEL arch=x86_64 [2020-11-19T21:29:38.690Z] ---> Running in 48fa867f672e [2020-11-19T21:29:38.690Z] ---> Running in 055d050236e6 [2020-11-19T21:29:41.264Z] Removing intermediate container 055d050236e6 [2020-11-19T21:29:41.264Z] ---> 3a73005f0f87 [2020-11-19T21:29:41.264Z] Step 26/27 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:29:41.524Z] Removing intermediate container 48fa867f672e [2020-11-19T21:29:41.524Z] ---> 9413dc22be50 [2020-11-19T21:29:41.524Z] Step 23/24 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:29:48.532Z] ---> Running in a8d376b77e96 [2020-11-19T21:29:48.532Z] ---> Running in 4340f543dfaf [2020-11-19T21:29:48.532Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:29:48.532Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:29:48.532Z] ---> 0ece6a90181a [2020-11-19T21:29:48.532Z] Step 3/20 : WORKDIR /edgex-go [2020-11-19T21:29:48.532Z] ---> Using cache [2020-11-19T21:29:48.532Z] ---> 52cab16de215 [2020-11-19T21:29:48.532Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:29:48.532Z] Removing intermediate container 99c4dec2c02e [2020-11-19T21:29:48.532Z] ---> 605acd147890 [2020-11-19T21:29:48.532Z] [2020-11-19T21:29:48.532Z] Step 10/23 : FROM alpine [2020-11-19T21:29:48.532Z] ---> d6e46aa2470d [2020-11-19T21:29:48.532Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T21:29:48.532Z] ---> Using cache [2020-11-19T21:29:48.532Z] ---> dcabd8e132e8 [2020-11-19T21:29:48.532Z] Step 5/20 : RUN apk update && apk add make git [2020-11-19T21:29:48.844Z] ---> Using cache [2020-11-19T21:29:48.844Z] ---> 6fb7db4d85c3 [2020-11-19T21:29:48.844Z] Step 6/20 : COPY go.mod . [2020-11-19T21:29:48.844Z] ---> Using cache [2020-11-19T21:29:48.844Z] ---> aa8e9c8f95b2 [2020-11-19T21:29:48.844Z] Step 7/20 : RUN go mod download [2020-11-19T21:29:48.844Z] ---> Using cache [2020-11-19T21:29:48.844Z] ---> 8d52ff596887 [2020-11-19T21:29:48.844Z] Step 8/20 : COPY . . [2020-11-19T21:29:48.844Z] ---> Using cache [2020-11-19T21:29:48.844Z] ---> bf1b227babba [2020-11-19T21:29:48.844Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-19T21:29:49.449Z] Removing intermediate container 4340f543dfaf [2020-11-19T21:29:49.449Z] ---> 9749795d19e9 [2020-11-19T21:29:49.449Z] Step 24/24 : LABEL version=1.3.1-dev.3 [2020-11-19T21:29:49.449Z] Removing intermediate container a8d376b77e96 [2020-11-19T21:29:49.449Z] ---> 83baa42f3851 [2020-11-19T21:29:49.449Z] Step 27/27 : LABEL version=1.3.1-dev.3 [2020-11-19T21:29:49.723Z] ---> Running in afd75f28f241 [2020-11-19T21:29:49.723Z] ---> Running in 2f35b1f73532 [2020-11-19T21:29:49.723Z] ---> Running in 63392e772cfb [2020-11-19T21:29:49.723Z] ---> Running in a80a3ed45c37 [2020-11-19T21:29:49.984Z] Removing intermediate container afd75f28f241 [2020-11-19T21:29:49.984Z] ---> 35f63f2c0be4 [2020-11-19T21:29:49.984Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-19T21:29:49.984Z] Removing intermediate container 63392e772cfb [2020-11-19T21:29:49.984Z] ---> 29c04d8865df [2020-11-19T21:29:49.984Z] [2020-11-19T21:29:49.984Z] Removing intermediate container a80a3ed45c37 [2020-11-19T21:29:49.984Z] ---> da28496df983 [2020-11-19T21:29:49.984Z] [2020-11-19T21:29:50.249Z] ---> Running in 8faf0275bded [2020-11-19T21:29:50.249Z] Successfully built da28496df983 [2020-11-19T21:29:50.249Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-19T21:29:50.249Z]  Building docker-sys-mgmt-agent-go ... done Successfully built 29c04d8865df [2020-11-19T21:29:50.249Z] Successfully tagged docker-support-notifications-go:latest [2020-11-19T21:29:50.249Z]  Building docker-support-notifications-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-19T21:29:50.514Z] Removing intermediate container 8faf0275bded [2020-11-19T21:29:50.514Z] ---> 2cdfb8798c47 [2020-11-19T21:29:50.514Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-19T21:29:50.514Z] ---> Running in 063988cc1789 [2020-11-19T21:29:50.514Z] Removing intermediate container 063988cc1789 [2020-11-19T21:29:50.514Z] ---> 09f7370fd6c7 [2020-11-19T21:29:50.514Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:29:50.788Z] ---> Running in 0a525d52a700 [2020-11-19T21:29:52.220Z] Removing intermediate container 0a525d52a700 [2020-11-19T21:29:52.221Z] ---> 881e2c47ffcf [2020-11-19T21:29:52.221Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-19T21:29:52.498Z] ---> Running in a2622b173317 [2020-11-19T21:29:53.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T21:29:53.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T21:29:54.267Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-19T21:29:54.529Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-19T21:29:54.529Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-19T21:29:54.792Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-19T21:29:55.365Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-19T21:29:55.365Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T21:29:55.365Z] Removing intermediate container 69b77097039c [2020-11-19T21:29:55.365Z] ---> a7d8de6a8c7e [2020-11-19T21:29:55.365Z] [2020-11-19T21:29:55.365Z] Step 10/21 : FROM scratch [2020-11-19T21:29:55.365Z] ---> [2020-11-19T21:29:55.365Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T21:29:55.365Z] OK: 8 MiB in 19 packages [2020-11-19T21:29:55.639Z] ---> Using cache [2020-11-19T21:29:55.639Z] ---> 4aea3abaa861 [2020-11-19T21:29:55.639Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-19T21:29:55.639Z] ---> Running in 4b5a151a48a0 [2020-11-19T21:29:56.218Z] Removing intermediate container a2622b173317 [2020-11-19T21:29:56.218Z] ---> 4065ee6aa853 [2020-11-19T21:29:56.218Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-19T21:29:56.218Z] Removing intermediate container 4b5a151a48a0 [2020-11-19T21:29:56.218Z] ---> 008eaae7a8b1 [2020-11-19T21:29:56.218Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-19T21:29:56.218Z] ---> Running in 9ec2b518b3bb [2020-11-19T21:29:56.218Z] Removing intermediate container 9ec2b518b3bb [2020-11-19T21:29:56.218Z] ---> 044aadfffd1f [2020-11-19T21:29:56.218Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-19T21:29:56.495Z] ---> 581d50ced142 [2020-11-19T21:29:56.495Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-19T21:29:56.771Z] ---> 7e2eef1a66d7 [2020-11-19T21:29:56.771Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-19T21:29:57.367Z] ---> 9d985ee85d01 [2020-11-19T21:29:57.367Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-19T21:29:57.367Z] ---> 1a8a83870e25 [2020-11-19T21:29:57.367Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-19T21:29:57.630Z] ---> 1b41f9ae1b2f [2020-11-19T21:29:57.630Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-19T21:29:57.630Z] ---> Running in d41df7d2371a [2020-11-19T21:29:57.902Z] ---> fd450d9c5506 [2020-11-19T21:29:57.902Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-19T21:29:57.902Z] Removing intermediate container d41df7d2371a [2020-11-19T21:29:57.902Z] ---> 8abbf557a7a2 [2020-11-19T21:29:57.902Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T21:29:58.167Z] ---> Running in f61ead4cc7f6 [2020-11-19T21:29:58.167Z] ---> Running in 1caeeb428a3c [2020-11-19T21:29:58.430Z] Removing intermediate container f61ead4cc7f6 [2020-11-19T21:29:58.430Z] ---> 0712fe5eeb2b [2020-11-19T21:29:58.430Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T21:29:58.693Z] ---> Running in 0d2484ab12b0 [2020-11-19T21:29:58.693Z] Removing intermediate container 1caeeb428a3c [2020-11-19T21:29:58.693Z] ---> 8534e086219a [2020-11-19T21:29:58.693Z] Step 21/23 : LABEL arch=x86_64 [2020-11-19T21:29:58.693Z] ---> Running in c905e5fa7555 [2020-11-19T21:29:59.265Z] Removing intermediate container 0d2484ab12b0 [2020-11-19T21:29:59.265Z] ---> c64927194a23 [2020-11-19T21:29:59.265Z] Step 19/21 : LABEL arch=x86_64 [2020-11-19T21:29:59.527Z] ---> Running in 3f45ff389b96 [2020-11-19T21:29:59.527Z] Removing intermediate container c905e5fa7555 [2020-11-19T21:29:59.527Z] ---> 7ab754393950 [2020-11-19T21:29:59.527Z] Step 22/23 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:29:59.792Z] ---> Running in 8bc4ad362f38 [2020-11-19T21:29:59.792Z] Removing intermediate container 3f45ff389b96 [2020-11-19T21:29:59.792Z] ---> ea3de3c49eb5 [2020-11-19T21:29:59.792Z] Step 20/21 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:00.056Z] ---> Running in 1ead5e94582d [2020-11-19T21:30:00.056Z] Removing intermediate container 8bc4ad362f38 [2020-11-19T21:30:00.056Z] ---> 1836368978c6 [2020-11-19T21:30:00.056Z] Step 23/23 : LABEL version=1.3.1-dev.3 [2020-11-19T21:30:00.056Z] ---> Running in 69163de3d06f [2020-11-19T21:30:00.056Z] Removing intermediate container 1ead5e94582d [2020-11-19T21:30:00.056Z] ---> f513fbc67bac [2020-11-19T21:30:00.056Z] Step 21/21 : LABEL version=1.3.1-dev.3 [2020-11-19T21:30:00.323Z] ---> Running in 7eb7929309a1 [2020-11-19T21:30:00.323Z] Removing intermediate container 69163de3d06f [2020-11-19T21:30:00.323Z] ---> 3adab2d32b3d [2020-11-19T21:30:00.323Z] [2020-11-19T21:30:00.586Z] Successfully built 3adab2d32b3d [2020-11-19T21:30:00.586Z] Successfully tagged docker-core-data-go:latest [2020-11-19T21:30:00.586Z]  Building docker-core-data-go ... done Removing intermediate container 7eb7929309a1 [2020-11-19T21:30:00.586Z] ---> e22f042cb118 [2020-11-19T21:30:00.586Z] [2020-11-19T21:30:01.536Z] Successfully built e22f042cb118 [2020-11-19T21:30:01.536Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-19T21:30:02.964Z]  Building docker-support-scheduler-go ... done Removing intermediate container 2f35b1f73532 [2020-11-19T21:30:02.964Z] ---> 8275a7a77e14 [2020-11-19T21:30:02.964Z] [2020-11-19T21:30:02.964Z] Step 10/20 : FROM alpine [2020-11-19T21:30:02.964Z] ---> d6e46aa2470d [2020-11-19T21:30:02.964Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-19T21:30:02.964Z] ---> Running in e13d848149f7 [2020-11-19T21:30:03.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T21:30:03.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T21:30:03.756Z] v3.12.1-38-gb8bf3e2fef [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:30:03.756Z] v3.12.1-37-gb1aa03461c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:30:03.756Z] OK: 12744 distinct packages available [2020-11-19T21:30:03.756Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-19T21:30:04.017Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-19T21:30:04.017Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-19T21:30:04.017Z] (4/4) Installing curl (7.69.1-r1) [2020-11-19T21:30:04.017Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T21:30:04.017Z] Executing ca-certificates-20191127-r4.trigger [2020-11-19T21:30:04.017Z] OK: 7 MiB in 18 packages [2020-11-19T21:30:06.567Z] Removing intermediate container e13d848149f7 [2020-11-19T21:30:06.567Z] ---> a09c86046308 [2020-11-19T21:30:06.567Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-19T21:30:06.567Z] ---> Running in 5fe8ad61cf35 [2020-11-19T21:30:06.567Z] Removing intermediate container 5fe8ad61cf35 [2020-11-19T21:30:06.567Z] ---> bfc00f25e837 [2020-11-19T21:30:06.567Z] Step 13/20 : WORKDIR /edgex [2020-11-19T21:30:06.567Z] ---> Running in 18ef0a1ea5c6 [2020-11-19T21:30:06.567Z] Removing intermediate container 18ef0a1ea5c6 [2020-11-19T21:30:06.567Z] ---> 718ced48c886 [2020-11-19T21:30:06.567Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-19T21:30:06.828Z] ---> 65df15637844 [2020-11-19T21:30:06.828Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-19T21:30:07.400Z] ---> 395fb2a33171 [2020-11-19T21:30:07.400Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-19T21:30:07.400Z] ---> Running in b6c3af92603e [2020-11-19T21:30:07.663Z] Removing intermediate container b6c3af92603e [2020-11-19T21:30:07.663Z] ---> 74f3f6638781 [2020-11-19T21:30:07.663Z] Step 17/20 : CMD ["--init=true"] [2020-11-19T21:30:07.663Z] ---> Running in 12f70b95b7c2 [2020-11-19T21:30:07.663Z] Removing intermediate container 12f70b95b7c2 [2020-11-19T21:30:07.663Z] ---> b529d00c9801 [2020-11-19T21:30:07.663Z] Step 18/20 : LABEL arch=x86_64 [2020-11-19T21:30:07.663Z] ---> Running in d0370f60f454 [2020-11-19T21:30:07.924Z] Removing intermediate container d0370f60f454 [2020-11-19T21:30:07.925Z] ---> 592df2fa5682 [2020-11-19T21:30:07.925Z] Step 19/20 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:07.925Z] ---> Running in e903250b82ed [2020-11-19T21:30:08.186Z] Removing intermediate container e903250b82ed [2020-11-19T21:30:08.186Z] ---> 4c909eb6bb7c [2020-11-19T21:30:08.186Z] Step 20/20 : LABEL version=1.3.1-dev.3 [2020-11-19T21:30:08.186Z] ---> Running in 6162b2ff24f5 [2020-11-19T21:30:08.448Z] Removing intermediate container 6162b2ff24f5 [2020-11-19T21:30:08.448Z] ---> 4f3a27f7ab74 [2020-11-19T21:30:08.448Z] [2020-11-19T21:30:08.448Z] Successfully built 4f3a27f7ab74 [2020-11-19T21:30:08.448Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-11-19T21:30:09.031Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2020-11-19T21:30:09.053Z] $ docker stop --time=1 e33fcde2ba8c2d07859457c6298015c4c338b5957d0b669b2b3f59be1a6e8fd1 [2020-11-19T21:30:10.604Z] $ docker rm -f e33fcde2ba8c2d07859457c6298015c4c338b5957d0b669b2b3f59be1a6e8fd1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T21:30:11.193Z] + docker images [2020-11-19T21:30:11.193Z] + grep docker [2020-11-19T21:30:11.193Z] docker-security-proxy-setup-go latest 4f3a27f7ab74 3 seconds ago 15.8MB [2020-11-19T21:30:11.193Z] docker-support-scheduler-go latest e22f042cb118 11 seconds ago 12.3MB [2020-11-19T21:30:11.193Z] docker-core-data-go latest 3adab2d32b3d 11 seconds ago 23.7MB [2020-11-19T21:30:11.193Z] docker-sys-mgmt-agent-go latest da28496df983 22 seconds ago 290MB [2020-11-19T21:30:11.193Z] docker-support-notifications-go latest 29c04d8865df 22 seconds ago 13.6MB [2020-11-19T21:30:11.193Z] docker-security-secretstore-setup-go latest 2c2790ef2143 42 seconds ago 24.8MB [2020-11-19T21:30:11.193Z] docker-core-metadata-go latest 61663f1bf4c9 About a minute ago 14.5MB [2020-11-19T21:30:11.193Z] docker-security-secrets-setup-go latest 46210140bf5e 2 minutes ago 24MB [2020-11-19T21:30:11.193Z] docker-security-bootstrap-redis-go latest 2259277d23cb 2 minutes ago 15.9MB [2020-11-19T21:30:11.193Z] docker-core-command-go latest 99076a0afb6a 2 minutes ago 12.2MB [2020-11-19T21:30:11.193Z] docker-support-logging-go latest ce6c058f5b5e 2 minutes ago 11.1MB [2020-11-19T21:30:11.193Z] docker latest 6972c414f322 4 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T21:30:11.928Z] provisioning config files... [2020-11-19T21:30:11.990Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/227@tmp/config6213180757054005106tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:30:12.388Z] ---> docker-login.sh [2020-11-19T21:30:12.388Z] nexus3.edgexfoundry.org:10001 [2020-11-19T21:30:12.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:30:12.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:30:12.388Z] Configure a credential helper to remove this warning. See [2020-11-19T21:30:12.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:30:12.388Z] [2020-11-19T21:30:12.388Z] Login Succeeded [2020-11-19T21:30:12.388Z] nexus3.edgexfoundry.org:10002 [2020-11-19T21:30:12.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:30:12.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:30:12.650Z] Configure a credential helper to remove this warning. See [2020-11-19T21:30:12.650Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:30:12.650Z] [2020-11-19T21:30:12.650Z] Login Succeeded [2020-11-19T21:30:12.650Z] nexus3.edgexfoundry.org:10003 [2020-11-19T21:30:12.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:30:12.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:30:12.912Z] Configure a credential helper to remove this warning. See [2020-11-19T21:30:12.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:30:12.912Z] [2020-11-19T21:30:12.912Z] Login Succeeded [2020-11-19T21:30:12.912Z] nexus3.edgexfoundry.org:10004 [2020-11-19T21:30:12.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:30:13.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:30:13.174Z] Configure a credential helper to remove this warning. See [2020-11-19T21:30:13.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:30:13.174Z] [2020-11-19T21:30:13.174Z] Login Succeeded [2020-11-19T21:30:13.174Z] docker.io [2020-11-19T21:30:13.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:30:13.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:30:13.436Z] Configure a credential helper to remove this warning. See [2020-11-19T21:30:13.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:30:13.436Z] [2020-11-19T21:30:13.436Z] Login Succeeded [2020-11-19T21:30:13.436Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T21:30:13.445Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:30:13.720Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-11-19T21:30:13.720Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:13.720Z] 1.3.1-dev.3 [2020-11-19T21:30:13.720Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:13.720Z] master [2020-11-19T21:30:13.720Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:14.312Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:14.612Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:14.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-19T21:30:14.612Z] b0a5b13e70ef: Preparing [2020-11-19T21:30:14.612Z] 0845154a7233: Preparing [2020-11-19T21:30:14.612Z] fb7344f943b4: Preparing [2020-11-19T21:30:14.874Z] b0a5b13e70ef: Pushed [2020-11-19T21:30:14.874Z] fb7344f943b4: Pushed [2020-11-19T21:30:15.818Z] 0845154a7233: Pushed [2020-11-19T21:30:16.079Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:6147589fc90544192839900c6267169520a77db2d3d0e238508d76afc3e7b486 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:16.385Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:16.651Z] Removing intermediate container 83a6dd721841 [2020-11-19T21:30:16.651Z] ---> ad940f5e28a3 [2020-11-19T21:30:16.651Z] [2020-11-19T21:30:16.651Z] Step 10/20 : FROM alpine [2020-11-19T21:30:16.651Z] latest: Pulling from library/alpine [2020-11-19T21:30:16.651Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-19T21:30:16.651Z] Status: Downloaded newer image for alpine:latest [2020-11-19T21:30:16.651Z] ---> 2e77e061c27f [2020-11-19T21:30:16.651Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-19T21:30:16.651Z] ---> Running in 8c55a6af13d3 [2020-11-19T21:30:16.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T21:30:16.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T21:30:16.651Z] v3.12.1-38-gb8bf3e2fef [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:30:16.651Z] v3.12.1-37-gb1aa03461c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:30:16.651Z] OK: 12615 distinct packages available [2020-11-19T21:30:16.651Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-19T21:30:16.651Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-19T21:30:16.651Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-19T21:30:16.651Z] (4/4) Installing curl (7.69.1-r1) [2020-11-19T21:30:16.651Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T21:30:16.651Z] Executing ca-certificates-20191127-r4.trigger [2020-11-19T21:30:16.651Z] OK: 7 MiB in 18 packages [2020-11-19T21:30:16.651Z] Removing intermediate container e0e5c2efc28e [2020-11-19T21:30:16.651Z] ---> 3209f99fa53e [2020-11-19T21:30:16.651Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-19T21:30:16.651Z] ---> Running in 82e817ec64ef [2020-11-19T21:30:16.651Z] Removing intermediate container 8c55a6af13d3 [2020-11-19T21:30:16.651Z] ---> e408bbe44ce1 [2020-11-19T21:30:16.651Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-19T21:30:16.651Z] ---> Running in cc4135dfbbd7 [2020-11-19T21:30:16.651Z] Removing intermediate container cc4135dfbbd7 [2020-11-19T21:30:16.651Z] ---> 3d306c512970 [2020-11-19T21:30:16.651Z] Step 13/20 : WORKDIR /edgex [2020-11-19T21:30:16.651Z] ---> Running in f19b881ab70a [2020-11-19T21:30:16.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-19T21:30:16.651Z] Removing intermediate container f19b881ab70a [2020-11-19T21:30:16.651Z] ---> 48ccaa366c1f [2020-11-19T21:30:16.651Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-19T21:30:16.651Z] ---> 452cc19459a6 [2020-11-19T21:30:16.651Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-19T21:30:16.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.3 [2020-11-19T21:30:16.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-19T21:30:16.684Z] b0a5b13e70ef: Preparing [2020-11-19T21:30:16.684Z] 0845154a7233: Preparing [2020-11-19T21:30:16.684Z] fb7344f943b4: Preparing [2020-11-19T21:30:16.684Z] b0a5b13e70ef: Layer already exists [2020-11-19T21:30:16.684Z] 0845154a7233: Layer already exists [2020-11-19T21:30:16.684Z] fb7344f943b4: Layer already exists [2020-11-19T21:30:16.684Z] 1.3.1-dev.3: digest: sha256:6147589fc90544192839900c6267169520a77db2d3d0e238508d76afc3e7b486 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:16.994Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:17.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:17.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-19T21:30:17.291Z] b0a5b13e70ef: Preparing [2020-11-19T21:30:17.291Z] 0845154a7233: Preparing [2020-11-19T21:30:17.291Z] fb7344f943b4: Preparing [2020-11-19T21:30:17.291Z] fb7344f943b4: Layer already exists [2020-11-19T21:30:17.291Z] b0a5b13e70ef: Layer already exists [2020-11-19T21:30:17.291Z] 0845154a7233: Layer already exists [2020-11-19T21:30:17.291Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:6147589fc90544192839900c6267169520a77db2d3d0e238508d76afc3e7b486 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:17.602Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:17.900Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-11-19T21:30:17.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-19T21:30:17.900Z] b0a5b13e70ef: Preparing [2020-11-19T21:30:17.900Z] 0845154a7233: Preparing [2020-11-19T21:30:17.900Z] fb7344f943b4: Preparing [2020-11-19T21:30:17.900Z] 0845154a7233: Layer already exists [2020-11-19T21:30:17.900Z] fb7344f943b4: Layer already exists [2020-11-19T21:30:17.900Z] b0a5b13e70ef: Layer already exists [2020-11-19T21:30:17.900Z] master: digest: sha256:6147589fc90544192839900c6267169520a77db2d3d0e238508d76afc3e7b486 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:30:18.128Z] ===================================================== [Pipeline] echo [2020-11-19T21:30:18.186Z] taggedImages: [2020-11-19T21:30:18.186Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:18.186Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.3 [2020-11-19T21:30:18.186Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:18.186Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-11-19T21:30:18.260Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-11-19T21:30:18.260Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:18.260Z] 1.3.1-dev.3 [2020-11-19T21:30:18.260Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:18.260Z] master [2020-11-19T21:30:18.260Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:18.629Z] ---> 18b987ba34e4 [2020-11-19T21:30:18.781Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:18.902Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-19T21:30:18.902Z] ---> Running in b8e53f61d77f [2020-11-19T21:30:19.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:19.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-19T21:30:19.082Z] 6e407c4ae65c: Preparing [2020-11-19T21:30:19.082Z] d5f8b5512636: Preparing [2020-11-19T21:30:19.082Z] faf197001afd: Preparing [2020-11-19T21:30:19.082Z] 31a5edfd752b: Preparing [2020-11-19T21:30:19.082Z] 5edea23d2e6d: Preparing [2020-11-19T21:30:19.082Z] ace0eda3e3be: Preparing [2020-11-19T21:30:19.082Z] ace0eda3e3be: Waiting [2020-11-19T21:30:19.082Z] faf197001afd: Pushed [2020-11-19T21:30:19.346Z] 5edea23d2e6d: Pushed [2020-11-19T21:30:19.346Z] 6e407c4ae65c: Pushed [2020-11-19T21:30:19.346Z] ace0eda3e3be: Layer already exists [2020-11-19T21:30:19.346Z] 31a5edfd752b: Pushed [2020-11-19T21:30:19.888Z] Removing intermediate container b8e53f61d77f [2020-11-19T21:30:19.888Z] ---> 5a890d2af5bd [2020-11-19T21:30:19.888Z] Step 17/20 : CMD ["--init=true"] [2020-11-19T21:30:19.888Z] ---> Running in 4ed4ea8cfcbb [2020-11-19T21:30:20.291Z] d5f8b5512636: Pushed [2020-11-19T21:30:20.552Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:bc4bc7f71aae1a5ad2bedf76fff5569a1b537c18865802c0365f7e052f12a5f5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:20.859Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.3 [2020-11-19T21:30:20.869Z] Removing intermediate container 4ed4ea8cfcbb [2020-11-19T21:30:20.869Z] ---> 5704a21afc72 [2020-11-19T21:30:20.869Z] Step 18/20 : LABEL arch=arm64 [2020-11-19T21:30:20.869Z] Removing intermediate container 82e817ec64ef [2020-11-19T21:30:20.870Z] ---> 99769976688b [2020-11-19T21:30:20.870Z] [2020-11-19T21:30:20.870Z] Step 11/27 : FROM docker:latest [2020-11-19T21:30:20.870Z] ---> 5d4db4dc0692 [2020-11-19T21:30:20.870Z] Step 12/27 : RUN apk add --no-cache bash [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:21.142Z] ---> Running in 6420763b6e16 [2020-11-19T21:30:21.142Z] ---> Running in e6dfbb054830 [2020-11-19T21:30:21.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.3 [2020-11-19T21:30:21.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-19T21:30:21.154Z] 6e407c4ae65c: Preparing [2020-11-19T21:30:21.154Z] d5f8b5512636: Preparing [2020-11-19T21:30:21.154Z] faf197001afd: Preparing [2020-11-19T21:30:21.154Z] 31a5edfd752b: Preparing [2020-11-19T21:30:21.154Z] 5edea23d2e6d: Preparing [2020-11-19T21:30:21.154Z] ace0eda3e3be: Preparing [2020-11-19T21:30:21.154Z] ace0eda3e3be: Waiting [2020-11-19T21:30:21.154Z] 31a5edfd752b: Layer already exists [2020-11-19T21:30:21.154Z] 6e407c4ae65c: Layer already exists [2020-11-19T21:30:21.154Z] d5f8b5512636: Layer already exists [2020-11-19T21:30:21.154Z] 5edea23d2e6d: Layer already exists [2020-11-19T21:30:21.154Z] faf197001afd: Layer already exists [2020-11-19T21:30:21.154Z] ace0eda3e3be: Layer already exists [2020-11-19T21:30:21.154Z] 1.3.1-dev.3: digest: sha256:bc4bc7f71aae1a5ad2bedf76fff5569a1b537c18865802c0365f7e052f12a5f5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:21.456Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:21.744Z] Removing intermediate container 6420763b6e16 [2020-11-19T21:30:21.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:21.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-19T21:30:21.784Z] 6e407c4ae65c: Preparing [2020-11-19T21:30:21.784Z] d5f8b5512636: Preparing [2020-11-19T21:30:21.784Z] faf197001afd: Preparing [2020-11-19T21:30:21.784Z] 31a5edfd752b: Preparing [2020-11-19T21:30:21.784Z] 5edea23d2e6d: Preparing [2020-11-19T21:30:21.784Z] ace0eda3e3be: Preparing [2020-11-19T21:30:21.784Z] ace0eda3e3be: Waiting [2020-11-19T21:30:21.784Z] faf197001afd: Layer already exists [2020-11-19T21:30:21.784Z] 5edea23d2e6d: Layer already exists [2020-11-19T21:30:21.784Z] 31a5edfd752b: Layer already exists [2020-11-19T21:30:21.784Z] 6e407c4ae65c: Layer already exists [2020-11-19T21:30:21.784Z] d5f8b5512636: Layer already exists [2020-11-19T21:30:21.784Z] ace0eda3e3be: Layer already exists [2020-11-19T21:30:21.784Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:bc4bc7f71aae1a5ad2bedf76fff5569a1b537c18865802c0365f7e052f12a5f5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:22.019Z] ---> 466f39d0cf0b [2020-11-19T21:30:22.019Z] Step 19/20 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:22.019Z] ---> Running in ed9ea4817d95 [2020-11-19T21:30:22.147Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:22.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-11-19T21:30:22.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-19T21:30:22.454Z] 6e407c4ae65c: Preparing [2020-11-19T21:30:22.454Z] d5f8b5512636: Preparing [2020-11-19T21:30:22.454Z] faf197001afd: Preparing [2020-11-19T21:30:22.454Z] 31a5edfd752b: Preparing [2020-11-19T21:30:22.454Z] 5edea23d2e6d: Preparing [2020-11-19T21:30:22.454Z] ace0eda3e3be: Preparing [2020-11-19T21:30:22.454Z] ace0eda3e3be: Waiting [2020-11-19T21:30:22.454Z] d5f8b5512636: Layer already exists [2020-11-19T21:30:22.454Z] 5edea23d2e6d: Layer already exists [2020-11-19T21:30:22.454Z] faf197001afd: Layer already exists [2020-11-19T21:30:22.454Z] 6e407c4ae65c: Layer already exists [2020-11-19T21:30:22.454Z] 31a5edfd752b: Layer already exists [2020-11-19T21:30:22.454Z] ace0eda3e3be: Layer already exists [2020-11-19T21:30:22.454Z] master: digest: sha256:bc4bc7f71aae1a5ad2bedf76fff5569a1b537c18865802c0365f7e052f12a5f5 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:30:22.669Z] ===================================================== [Pipeline] echo [2020-11-19T21:30:22.723Z] taggedImages: [2020-11-19T21:30:22.723Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:22.723Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.3 [2020-11-19T21:30:22.723Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:22.723Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-11-19T21:30:22.802Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-11-19T21:30:22.802Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:22.802Z] 1.3.1-dev.3 [2020-11-19T21:30:22.802Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:22.802Z] master [2020-11-19T21:30:22.802Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-11-19T21:30:23.006Z] Removing intermediate container ed9ea4817d95 [2020-11-19T21:30:23.006Z] ---> 6fe0ab154c2f [2020-11-19T21:30:23.006Z] Step 20/20 : LABEL version=1.3.1-dev.3 [2020-11-19T21:30:23.006Z] ---> Running in 9694df7b3813 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:23.405Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:23.701Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:23.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-19T21:30:23.701Z] 86b7af59b2da: Preparing [2020-11-19T21:30:23.701Z] b47cb14157ee: Preparing [2020-11-19T21:30:23.701Z] 1956296c0b1a: Preparing [2020-11-19T21:30:23.961Z] 86b7af59b2da: Pushed [2020-11-19T21:30:23.961Z] 1956296c0b1a: Pushed [2020-11-19T21:30:23.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T21:30:23.995Z] Removing intermediate container 9694df7b3813 [2020-11-19T21:30:23.995Z] ---> 9863c1651495 [2020-11-19T21:30:23.995Z] [2020-11-19T21:30:23.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T21:30:23.995Z] Successfully built 9863c1651495 [2020-11-19T21:30:24.269Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-11-19T21:30:24.269Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2020-11-19T21:30:24.872Z] (1/2) Installing readline (8.0.4-r0) [2020-11-19T21:30:24.872Z] (2/2) Installing bash (5.0.17-r0) [2020-11-19T21:30:24.872Z] Executing bash-5.0.17-r0.post-install [2020-11-19T21:30:24.872Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T21:30:25.149Z] OK: 12 MiB in 22 packages [2020-11-19T21:30:25.344Z] b47cb14157ee: Pushed [2020-11-19T21:30:25.344Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:494d21569f9c32eb192899dc5ef4841b10d9dd7268ccd3bcd35b20b72036d665 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:25.646Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:25.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.3 [2020-11-19T21:30:25.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-19T21:30:25.945Z] 86b7af59b2da: Preparing [2020-11-19T21:30:25.945Z] b47cb14157ee: Preparing [2020-11-19T21:30:25.945Z] 1956296c0b1a: Preparing [2020-11-19T21:30:25.945Z] b47cb14157ee: Layer already exists [2020-11-19T21:30:25.945Z] 86b7af59b2da: Layer already exists [2020-11-19T21:30:25.945Z] 1956296c0b1a: Layer already exists [2020-11-19T21:30:25.945Z] 1.3.1-dev.3: digest: sha256:494d21569f9c32eb192899dc5ef4841b10d9dd7268ccd3bcd35b20b72036d665 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:26.247Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:26.546Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:26.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-19T21:30:26.546Z] 86b7af59b2da: Preparing [2020-11-19T21:30:26.546Z] b47cb14157ee: Preparing [2020-11-19T21:30:26.546Z] 1956296c0b1a: Preparing [2020-11-19T21:30:26.546Z] b47cb14157ee: Layer already exists [2020-11-19T21:30:26.546Z] 86b7af59b2da: Layer already exists [2020-11-19T21:30:26.546Z] 1956296c0b1a: Layer already exists [2020-11-19T21:30:26.546Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:494d21569f9c32eb192899dc5ef4841b10d9dd7268ccd3bcd35b20b72036d665 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:26.852Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:27.151Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-11-19T21:30:27.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-19T21:30:27.151Z] 86b7af59b2da: Preparing [2020-11-19T21:30:27.151Z] b47cb14157ee: Preparing [2020-11-19T21:30:27.151Z] 1956296c0b1a: Preparing [2020-11-19T21:30:27.151Z] b47cb14157ee: Layer already exists [2020-11-19T21:30:27.151Z] 1956296c0b1a: Layer already exists [2020-11-19T21:30:27.151Z] 86b7af59b2da: Layer already exists [2020-11-19T21:30:27.151Z] master: digest: sha256:494d21569f9c32eb192899dc5ef4841b10d9dd7268ccd3bcd35b20b72036d665 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:30:27.372Z] ===================================================== [Pipeline] echo [2020-11-19T21:30:27.431Z] taggedImages: [2020-11-19T21:30:27.431Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:27.431Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.3 [2020-11-19T21:30:27.431Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:27.431Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-11-19T21:30:27.506Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-11-19T21:30:27.506Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:27.506Z] 1.3.1-dev.3 [2020-11-19T21:30:27.506Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:27.506Z] master [2020-11-19T21:30:27.506Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:27.793Z] Removing intermediate container e6dfbb054830 [2020-11-19T21:30:27.793Z] ---> c82565973745 [2020-11-19T21:30:27.793Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-19T21:30:28.020Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:28.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:28.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-19T21:30:28.321Z] 860369e7fc3f: Preparing [2020-11-19T21:30:28.321Z] 3c9cd212d9b2: Preparing [2020-11-19T21:30:28.321Z] c30bb7dcdb82: Preparing [2020-11-19T21:30:28.321Z] 41600f55c292: Preparing [2020-11-19T21:30:28.321Z] 7a8ee477f027: Preparing [2020-11-19T21:30:28.321Z] d046fba82494: Preparing [2020-11-19T21:30:28.321Z] 1b3ee35aacca: Preparing [2020-11-19T21:30:28.321Z] d046fba82494: Waiting [2020-11-19T21:30:28.321Z] 1b3ee35aacca: Waiting [2020-11-19T21:30:28.403Z] ---> Running in 6562f2449d3d [2020-11-19T21:30:28.587Z] 7a8ee477f027: Pushed [2020-11-19T21:30:28.587Z] 860369e7fc3f: Pushed [2020-11-19T21:30:28.587Z] 3c9cd212d9b2: Pushed [2020-11-19T21:30:28.587Z] c30bb7dcdb82: Pushed [2020-11-19T21:30:28.587Z] 1b3ee35aacca: Layer already exists [2020-11-19T21:30:29.161Z] d046fba82494: Pushed [2020-11-19T21:30:29.161Z] 41600f55c292: Pushed [2020-11-19T21:30:29.422Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:4789c0ddc3ae0b1006f25ec12045f468b92ad0532c8357a1e54c167e75bb4ce2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:29.732Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:30.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.3 [2020-11-19T21:30:30.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-19T21:30:30.032Z] 860369e7fc3f: Preparing [2020-11-19T21:30:30.032Z] 3c9cd212d9b2: Preparing [2020-11-19T21:30:30.032Z] c30bb7dcdb82: Preparing [2020-11-19T21:30:30.032Z] 41600f55c292: Preparing [2020-11-19T21:30:30.032Z] 7a8ee477f027: Preparing [2020-11-19T21:30:30.032Z] d046fba82494: Preparing [2020-11-19T21:30:30.033Z] 1b3ee35aacca: Preparing [2020-11-19T21:30:30.033Z] d046fba82494: Waiting [2020-11-19T21:30:30.033Z] 1b3ee35aacca: Waiting [2020-11-19T21:30:30.033Z] 41600f55c292: Layer already exists [2020-11-19T21:30:30.033Z] c30bb7dcdb82: Layer already exists [2020-11-19T21:30:30.033Z] 860369e7fc3f: Layer already exists [2020-11-19T21:30:30.033Z] 3c9cd212d9b2: Layer already exists [2020-11-19T21:30:30.033Z] 7a8ee477f027: Layer already exists [2020-11-19T21:30:30.033Z] d046fba82494: Layer already exists [2020-11-19T21:30:30.033Z] 1b3ee35aacca: Layer already exists [2020-11-19T21:30:30.033Z] 1.3.1-dev.3: digest: sha256:4789c0ddc3ae0b1006f25ec12045f468b92ad0532c8357a1e54c167e75bb4ce2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:30.337Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:30.635Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:30.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-19T21:30:30.635Z] 860369e7fc3f: Preparing [2020-11-19T21:30:30.635Z] 3c9cd212d9b2: Preparing [2020-11-19T21:30:30.635Z] c30bb7dcdb82: Preparing [2020-11-19T21:30:30.635Z] 41600f55c292: Preparing [2020-11-19T21:30:30.635Z] 7a8ee477f027: Preparing [2020-11-19T21:30:30.635Z] d046fba82494: Preparing [2020-11-19T21:30:30.635Z] 1b3ee35aacca: Preparing [2020-11-19T21:30:30.635Z] d046fba82494: Waiting [2020-11-19T21:30:30.635Z] 1b3ee35aacca: Waiting [2020-11-19T21:30:30.635Z] 7a8ee477f027: Layer already exists [2020-11-19T21:30:30.635Z] 41600f55c292: Layer already exists [2020-11-19T21:30:30.635Z] 3c9cd212d9b2: Layer already exists [2020-11-19T21:30:30.635Z] c30bb7dcdb82: Layer already exists [2020-11-19T21:30:30.635Z] 860369e7fc3f: Layer already exists [2020-11-19T21:30:30.635Z] d046fba82494: Layer already exists [2020-11-19T21:30:30.635Z] 1b3ee35aacca: Layer already exists [2020-11-19T21:30:30.635Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:4789c0ddc3ae0b1006f25ec12045f468b92ad0532c8357a1e54c167e75bb4ce2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:30.942Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:31.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-11-19T21:30:31.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-19T21:30:31.244Z] 860369e7fc3f: Preparing [2020-11-19T21:30:31.244Z] 3c9cd212d9b2: Preparing [2020-11-19T21:30:31.244Z] c30bb7dcdb82: Preparing [2020-11-19T21:30:31.244Z] 41600f55c292: Preparing [2020-11-19T21:30:31.244Z] 7a8ee477f027: Preparing [2020-11-19T21:30:31.244Z] d046fba82494: Preparing [2020-11-19T21:30:31.244Z] 1b3ee35aacca: Preparing [2020-11-19T21:30:31.244Z] d046fba82494: Waiting [2020-11-19T21:30:31.244Z] 1b3ee35aacca: Waiting [2020-11-19T21:30:31.244Z] 860369e7fc3f: Layer already exists [2020-11-19T21:30:31.244Z] 7a8ee477f027: Layer already exists [2020-11-19T21:30:31.244Z] 41600f55c292: Layer already exists [2020-11-19T21:30:31.244Z] c30bb7dcdb82: Layer already exists [2020-11-19T21:30:31.244Z] 3c9cd212d9b2: Layer already exists [2020-11-19T21:30:31.244Z] 1b3ee35aacca: Layer already exists [2020-11-19T21:30:31.244Z] d046fba82494: Layer already exists [2020-11-19T21:30:31.244Z] master: digest: sha256:4789c0ddc3ae0b1006f25ec12045f468b92ad0532c8357a1e54c167e75bb4ce2 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:30:31.530Z] ===================================================== [Pipeline] echo [2020-11-19T21:30:31.578Z] taggedImages: [2020-11-19T21:30:31.579Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:31.579Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.3 [2020-11-19T21:30:31.579Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:31.579Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-11-19T21:30:31.647Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-11-19T21:30:31.647Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:31.647Z] 1.3.1-dev.3 [2020-11-19T21:30:31.647Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:31.647Z] master [2020-11-19T21:30:31.647Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:32.152Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:32.446Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:32.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-19T21:30:32.446Z] 4efca53b189e: Preparing [2020-11-19T21:30:32.446Z] c8db4ae532d8: Preparing [2020-11-19T21:30:32.446Z] 70a1093bdac2: Preparing [2020-11-19T21:30:32.446Z] 94937384fa6a: Preparing [2020-11-19T21:30:32.446Z] ace0eda3e3be: Preparing [2020-11-19T21:30:32.446Z] ace0eda3e3be: Layer already exists [2020-11-19T21:30:32.446Z] c8db4ae532d8: Pushed [2020-11-19T21:30:32.446Z] 70a1093bdac2: Pushed [2020-11-19T21:30:32.707Z] 94937384fa6a: Pushed [2020-11-19T21:30:33.648Z] 4efca53b189e: Pushed [2020-11-19T21:30:33.648Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:915ffb5eaed90a5e93cc3212df1d716823afa1a971281f7ab27c299445489714 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:33.946Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:34.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.3 [2020-11-19T21:30:34.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-19T21:30:34.238Z] 4efca53b189e: Preparing [2020-11-19T21:30:34.238Z] c8db4ae532d8: Preparing [2020-11-19T21:30:34.238Z] 70a1093bdac2: Preparing [2020-11-19T21:30:34.238Z] 94937384fa6a: Preparing [2020-11-19T21:30:34.238Z] ace0eda3e3be: Preparing [2020-11-19T21:30:34.238Z] c8db4ae532d8: Layer already exists [2020-11-19T21:30:34.238Z] ace0eda3e3be: Layer already exists [2020-11-19T21:30:34.238Z] 4efca53b189e: Layer already exists [2020-11-19T21:30:34.238Z] 94937384fa6a: Layer already exists [2020-11-19T21:30:34.238Z] 70a1093bdac2: Layer already exists [2020-11-19T21:30:34.238Z] 1.3.1-dev.3: digest: sha256:915ffb5eaed90a5e93cc3212df1d716823afa1a971281f7ab27c299445489714 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:34.538Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:35.169Z] Removing intermediate container 6562f2449d3d [2020-11-19T21:30:35.169Z] ---> 38ce38150b9b [2020-11-19T21:30:35.169Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-19T21:30:35.169Z] ---> Running in 9fe8deff6374 [2020-11-19T21:30:35.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:35.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-19T21:30:35.335Z] 4efca53b189e: Preparing [2020-11-19T21:30:35.335Z] c8db4ae532d8: Preparing [2020-11-19T21:30:35.335Z] 70a1093bdac2: Preparing [2020-11-19T21:30:35.335Z] 94937384fa6a: Preparing [2020-11-19T21:30:35.335Z] ace0eda3e3be: Preparing [2020-11-19T21:30:35.335Z] 4efca53b189e: Layer already exists [2020-11-19T21:30:35.335Z] c8db4ae532d8: Layer already exists [2020-11-19T21:30:35.335Z] 70a1093bdac2: Layer already exists [2020-11-19T21:30:35.335Z] ace0eda3e3be: Layer already exists [2020-11-19T21:30:35.335Z] 94937384fa6a: Layer already exists [2020-11-19T21:30:35.335Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:915ffb5eaed90a5e93cc3212df1d716823afa1a971281f7ab27c299445489714 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:35.634Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:35.777Z] Removing intermediate container 989e15ab00b0 [2020-11-19T21:30:35.777Z] ---> 2e65b3723258 [2020-11-19T21:30:35.777Z] [2020-11-19T21:30:35.777Z] Step 10/22 : FROM scratch [2020-11-19T21:30:35.777Z] ---> [2020-11-19T21:30:35.777Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T21:30:35.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-11-19T21:30:35.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-19T21:30:35.928Z] 4efca53b189e: Preparing [2020-11-19T21:30:35.928Z] c8db4ae532d8: Preparing [2020-11-19T21:30:35.928Z] 70a1093bdac2: Preparing [2020-11-19T21:30:35.928Z] 94937384fa6a: Preparing [2020-11-19T21:30:35.928Z] ace0eda3e3be: Preparing [2020-11-19T21:30:35.928Z] c8db4ae532d8: Layer already exists [2020-11-19T21:30:35.928Z] 70a1093bdac2: Layer already exists [2020-11-19T21:30:35.928Z] 94937384fa6a: Layer already exists [2020-11-19T21:30:35.928Z] 4efca53b189e: Layer already exists [2020-11-19T21:30:35.928Z] ace0eda3e3be: Layer already exists [2020-11-19T21:30:35.928Z] master: digest: sha256:915ffb5eaed90a5e93cc3212df1d716823afa1a971281f7ab27c299445489714 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [2020-11-19T21:30:36.053Z] Removing intermediate container 9fe8deff6374 [2020-11-19T21:30:36.053Z] ---> 02b8885afd23 [2020-11-19T21:30:36.053Z] Step 15/27 : ENV APP_PORT=48090 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:30:36.145Z] ===================================================== [Pipeline] echo [2020-11-19T21:30:36.195Z] taggedImages: [2020-11-19T21:30:36.195Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:36.195Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.3 [2020-11-19T21:30:36.195Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:36.195Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-11-19T21:30:36.259Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-11-19T21:30:36.259Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:36.259Z] 1.3.1-dev.3 [2020-11-19T21:30:36.259Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:36.259Z] master [2020-11-19T21:30:36.259Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-11-19T21:30:36.332Z] ---> Running in c725364d5d41 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:36.632Z] ---> Running in daa87348d197 [2020-11-19T21:30:36.735Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:37.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:37.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-19T21:30:37.027Z] 681ac8c7bb42: Preparing [2020-11-19T21:30:37.027Z] 67ed11643ca0: Preparing [2020-11-19T21:30:37.027Z] 38ad9b66f996: Preparing [2020-11-19T21:30:37.027Z] 132bd8428f0c: Preparing [2020-11-19T21:30:37.027Z] 132bd8428f0c: Preparing [2020-11-19T21:30:37.027Z] 49ade0f298d3: Preparing [2020-11-19T21:30:37.027Z] d674b7ff7277: Preparing [2020-11-19T21:30:37.027Z] 1ef56620234f: Preparing [2020-11-19T21:30:37.027Z] 681ac8c7bb42: Preparing [2020-11-19T21:30:37.027Z] a9e11e646514: Preparing [2020-11-19T21:30:37.027Z] 482a3ebc3e75: Preparing [2020-11-19T21:30:37.027Z] e522dab23c85: Preparing [2020-11-19T21:30:37.027Z] ace0eda3e3be: Preparing [2020-11-19T21:30:37.027Z] a9e11e646514: Waiting [2020-11-19T21:30:37.027Z] e522dab23c85: Waiting [2020-11-19T21:30:37.027Z] ace0eda3e3be: Waiting [2020-11-19T21:30:37.027Z] d674b7ff7277: Waiting [2020-11-19T21:30:37.027Z] 482a3ebc3e75: Waiting [2020-11-19T21:30:37.027Z] 1ef56620234f: Waiting [2020-11-19T21:30:37.239Z] Removing intermediate container c725364d5d41 [2020-11-19T21:30:37.239Z] ---> fbd3654baeb0 [2020-11-19T21:30:37.239Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-19T21:30:37.291Z] 38ad9b66f996: Pushed [2020-11-19T21:30:37.291Z] 132bd8428f0c: Pushed [2020-11-19T21:30:37.291Z] 67ed11643ca0: Pushed [2020-11-19T21:30:37.291Z] 49ade0f298d3: Pushed [2020-11-19T21:30:37.291Z] d674b7ff7277: Pushed [2020-11-19T21:30:37.291Z] a9e11e646514: Pushed [2020-11-19T21:30:37.291Z] 482a3ebc3e75: Pushed [2020-11-19T21:30:37.291Z] 1ef56620234f: Pushed [2020-11-19T21:30:37.516Z] ---> Running in d5db36f010ef [2020-11-19T21:30:37.516Z] Removing intermediate container daa87348d197 [2020-11-19T21:30:37.516Z] ---> 6c2a790726df [2020-11-19T21:30:37.516Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-19T21:30:37.551Z] ace0eda3e3be: Layer already exists [2020-11-19T21:30:37.795Z] ---> Running in 7e2c7a4c8dda [2020-11-19T21:30:37.811Z] e522dab23c85: Pushed [2020-11-19T21:30:37.811Z] 681ac8c7bb42: Pushed [2020-11-19T21:30:38.070Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:9052e6355094d83c55f1595c80c7005b603e74418619da8fd5e0b5523ae75fcb size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:38.369Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:38.660Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.3 [2020-11-19T21:30:38.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-19T21:30:38.660Z] 681ac8c7bb42: Preparing [2020-11-19T21:30:38.660Z] 67ed11643ca0: Preparing [2020-11-19T21:30:38.660Z] 38ad9b66f996: Preparing [2020-11-19T21:30:38.660Z] 132bd8428f0c: Preparing [2020-11-19T21:30:38.660Z] 132bd8428f0c: Preparing [2020-11-19T21:30:38.660Z] 49ade0f298d3: Preparing [2020-11-19T21:30:38.660Z] d674b7ff7277: Preparing [2020-11-19T21:30:38.660Z] 1ef56620234f: Preparing [2020-11-19T21:30:38.660Z] 681ac8c7bb42: Preparing [2020-11-19T21:30:38.660Z] a9e11e646514: Preparing [2020-11-19T21:30:38.660Z] 482a3ebc3e75: Preparing [2020-11-19T21:30:38.660Z] e522dab23c85: Preparing [2020-11-19T21:30:38.660Z] ace0eda3e3be: Preparing [2020-11-19T21:30:38.660Z] 482a3ebc3e75: Waiting [2020-11-19T21:30:38.660Z] a9e11e646514: Waiting [2020-11-19T21:30:38.660Z] d674b7ff7277: Waiting [2020-11-19T21:30:38.660Z] 1ef56620234f: Waiting [2020-11-19T21:30:38.660Z] e522dab23c85: Waiting [2020-11-19T21:30:38.660Z] ace0eda3e3be: Waiting [2020-11-19T21:30:38.660Z] 67ed11643ca0: Layer already exists [2020-11-19T21:30:38.660Z] 132bd8428f0c: Layer already exists [2020-11-19T21:30:38.660Z] 38ad9b66f996: Layer already exists [2020-11-19T21:30:38.660Z] 681ac8c7bb42: Layer already exists [2020-11-19T21:30:38.660Z] 49ade0f298d3: Layer already exists [2020-11-19T21:30:38.660Z] d674b7ff7277: Layer already exists [2020-11-19T21:30:38.660Z] a9e11e646514: Layer already exists [2020-11-19T21:30:38.660Z] 1ef56620234f: Layer already exists [2020-11-19T21:30:38.660Z] 482a3ebc3e75: Layer already exists [2020-11-19T21:30:38.660Z] e522dab23c85: Layer already exists [2020-11-19T21:30:38.660Z] ace0eda3e3be: Layer already exists [2020-11-19T21:30:38.660Z] 1.3.1-dev.3: digest: sha256:9052e6355094d83c55f1595c80c7005b603e74418619da8fd5e0b5523ae75fcb size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:38.794Z] Removing intermediate container d5db36f010ef [2020-11-19T21:30:38.794Z] ---> b0b79186946e [2020-11-19T21:30:38.794Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T21:30:38.794Z] ---> Running in d52f26eef5b1 [2020-11-19T21:30:38.794Z] Removing intermediate container 7e2c7a4c8dda [2020-11-19T21:30:38.794Z] ---> 9abe1d3416d4 [2020-11-19T21:30:38.794Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-19T21:30:38.968Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:39.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:39.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-19T21:30:39.299Z] 681ac8c7bb42: Preparing [2020-11-19T21:30:39.299Z] 67ed11643ca0: Preparing [2020-11-19T21:30:39.299Z] 38ad9b66f996: Preparing [2020-11-19T21:30:39.299Z] 132bd8428f0c: Preparing [2020-11-19T21:30:39.299Z] 132bd8428f0c: Preparing [2020-11-19T21:30:39.299Z] 49ade0f298d3: Preparing [2020-11-19T21:30:39.299Z] d674b7ff7277: Preparing [2020-11-19T21:30:39.299Z] 1ef56620234f: Preparing [2020-11-19T21:30:39.299Z] 681ac8c7bb42: Preparing [2020-11-19T21:30:39.299Z] a9e11e646514: Preparing [2020-11-19T21:30:39.299Z] 482a3ebc3e75: Preparing [2020-11-19T21:30:39.299Z] e522dab23c85: Preparing [2020-11-19T21:30:39.299Z] ace0eda3e3be: Preparing [2020-11-19T21:30:39.299Z] d674b7ff7277: Waiting [2020-11-19T21:30:39.299Z] 1ef56620234f: Waiting [2020-11-19T21:30:39.299Z] a9e11e646514: Waiting [2020-11-19T21:30:39.299Z] 482a3ebc3e75: Waiting [2020-11-19T21:30:39.299Z] e522dab23c85: Waiting [2020-11-19T21:30:39.299Z] ace0eda3e3be: Waiting [2020-11-19T21:30:39.299Z] 49ade0f298d3: Layer already exists [2020-11-19T21:30:39.299Z] 67ed11643ca0: Layer already exists [2020-11-19T21:30:39.299Z] 38ad9b66f996: Layer already exists [2020-11-19T21:30:39.299Z] 132bd8428f0c: Layer already exists [2020-11-19T21:30:39.299Z] 681ac8c7bb42: Layer already exists [2020-11-19T21:30:39.299Z] a9e11e646514: Layer already exists [2020-11-19T21:30:39.299Z] d674b7ff7277: Layer already exists [2020-11-19T21:30:39.299Z] 1ef56620234f: Layer already exists [2020-11-19T21:30:39.299Z] 482a3ebc3e75: Layer already exists [2020-11-19T21:30:39.299Z] e522dab23c85: Layer already exists [2020-11-19T21:30:39.299Z] ace0eda3e3be: Layer already exists [2020-11-19T21:30:39.300Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:9052e6355094d83c55f1595c80c7005b603e74418619da8fd5e0b5523ae75fcb size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:39.598Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:39.791Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:30:39.791Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:30:39.791Z] ---> b0e7a69564b4 [2020-11-19T21:30:39.791Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T21:30:39.791Z] ---> Using cache [2020-11-19T21:30:39.791Z] ---> c726371ad15d [2020-11-19T21:30:39.791Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:30:39.791Z] ---> Using cache [2020-11-19T21:30:39.791Z] ---> cb07eafbd517 [2020-11-19T21:30:39.791Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T21:30:39.791Z] ---> Using cache [2020-11-19T21:30:39.791Z] ---> cc7f6265f33d [2020-11-19T21:30:39.791Z] Step 6/22 : COPY go.mod . [2020-11-19T21:30:39.791Z] ---> Using cache [2020-11-19T21:30:39.791Z] ---> cf2366012841 [2020-11-19T21:30:39.791Z] Step 7/22 : RUN go mod download [2020-11-19T21:30:39.791Z] ---> Using cache [2020-11-19T21:30:39.791Z] ---> 832c74e8f2d0 [2020-11-19T21:30:39.791Z] Step 8/22 : COPY . . [2020-11-19T21:30:39.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-11-19T21:30:39.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-19T21:30:39.895Z] 681ac8c7bb42: Preparing [2020-11-19T21:30:39.895Z] 67ed11643ca0: Preparing [2020-11-19T21:30:39.895Z] 38ad9b66f996: Preparing [2020-11-19T21:30:39.895Z] 132bd8428f0c: Preparing [2020-11-19T21:30:39.895Z] 132bd8428f0c: Preparing [2020-11-19T21:30:39.895Z] 49ade0f298d3: Preparing [2020-11-19T21:30:39.895Z] d674b7ff7277: Preparing [2020-11-19T21:30:39.895Z] 1ef56620234f: Preparing [2020-11-19T21:30:39.895Z] 681ac8c7bb42: Preparing [2020-11-19T21:30:39.895Z] a9e11e646514: Preparing [2020-11-19T21:30:39.895Z] 482a3ebc3e75: Preparing [2020-11-19T21:30:39.895Z] e522dab23c85: Preparing [2020-11-19T21:30:39.895Z] ace0eda3e3be: Preparing [2020-11-19T21:30:39.895Z] a9e11e646514: Waiting [2020-11-19T21:30:39.895Z] 482a3ebc3e75: Waiting [2020-11-19T21:30:39.895Z] e522dab23c85: Waiting [2020-11-19T21:30:39.895Z] ace0eda3e3be: Waiting [2020-11-19T21:30:39.895Z] d674b7ff7277: Waiting [2020-11-19T21:30:39.895Z] 1ef56620234f: Waiting [2020-11-19T21:30:39.895Z] 49ade0f298d3: Layer already exists [2020-11-19T21:30:39.895Z] 38ad9b66f996: Layer already exists [2020-11-19T21:30:39.895Z] 67ed11643ca0: Layer already exists [2020-11-19T21:30:39.895Z] 681ac8c7bb42: Layer already exists [2020-11-19T21:30:39.895Z] 132bd8428f0c: Layer already exists [2020-11-19T21:30:39.895Z] e522dab23c85: Layer already exists [2020-11-19T21:30:39.895Z] 1ef56620234f: Layer already exists [2020-11-19T21:30:39.895Z] 482a3ebc3e75: Layer already exists [2020-11-19T21:30:39.895Z] a9e11e646514: Layer already exists [2020-11-19T21:30:39.895Z] d674b7ff7277: Layer already exists [2020-11-19T21:30:39.895Z] ace0eda3e3be: Layer already exists [2020-11-19T21:30:40.069Z] Removing intermediate container d52f26eef5b1 [2020-11-19T21:30:40.069Z] ---> 953a14860295 [2020-11-19T21:30:40.069Z] Step 14/22 : WORKDIR / [2020-11-19T21:30:40.069Z] ---> Using cache [2020-11-19T21:30:40.069Z] ---> cd8b6f085523 [2020-11-19T21:30:40.069Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-19T21:30:40.157Z] master: digest: sha256:9052e6355094d83c55f1595c80c7005b603e74418619da8fd5e0b5523ae75fcb size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-11-19T21:30:40.345Z] ---> Running in caeb59c7e379 [2020-11-19T21:30:40.345Z] ---> Running in 9637a90ea940 [Pipeline] echo [2020-11-19T21:30:40.406Z] ===================================================== [Pipeline] echo [2020-11-19T21:30:40.467Z] taggedImages: [2020-11-19T21:30:40.467Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:40.467Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.3 [2020-11-19T21:30:40.467Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:40.467Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-11-19T21:30:40.531Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-11-19T21:30:40.531Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:40.531Z] 1.3.1-dev.3 [2020-11-19T21:30:40.531Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:40.531Z] master [2020-11-19T21:30:40.531Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:41.109Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:41.332Z] ---> dda22767cf84 [2020-11-19T21:30:41.332Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-19T21:30:41.332Z] Removing intermediate container caeb59c7e379 [2020-11-19T21:30:41.332Z] ---> 24b6d7f16697 [2020-11-19T21:30:41.332Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-19T21:30:41.402Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:41.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-19T21:30:41.402Z] 6e97971528d3: Preparing [2020-11-19T21:30:41.402Z] fb25911cd055: Preparing [2020-11-19T21:30:41.402Z] 2bdf830462f4: Preparing [2020-11-19T21:30:41.402Z] 4b847d61ed23: Preparing [2020-11-19T21:30:41.402Z] a610596998ea: Preparing [2020-11-19T21:30:41.402Z] 296bbf19532b: Preparing [2020-11-19T21:30:41.402Z] 3d1ead6198b3: Preparing [2020-11-19T21:30:41.402Z] d046fba82494: Preparing [2020-11-19T21:30:41.402Z] 1b3ee35aacca: Preparing [2020-11-19T21:30:41.402Z] 3d1ead6198b3: Waiting [2020-11-19T21:30:41.402Z] 296bbf19532b: Waiting [2020-11-19T21:30:41.402Z] d046fba82494: Waiting [2020-11-19T21:30:41.402Z] 1b3ee35aacca: Waiting [2020-11-19T21:30:41.402Z] a610596998ea: Pushed [2020-11-19T21:30:41.664Z] 6e97971528d3: Pushed [2020-11-19T21:30:41.664Z] fb25911cd055: Pushed [2020-11-19T21:30:41.664Z] d046fba82494: Layer already exists [2020-11-19T21:30:41.664Z] 1b3ee35aacca: Layer already exists [2020-11-19T21:30:41.664Z] 3d1ead6198b3: Pushed [2020-11-19T21:30:41.664Z] 296bbf19532b: Pushed [2020-11-19T21:30:42.235Z] 4b847d61ed23: Pushed [2020-11-19T21:30:42.235Z] 2bdf830462f4: Pushed [2020-11-19T21:30:42.496Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:cf7d8e1ec6e5c24dba7dcc5d2f962105ccb76c2b9b2741c3dec0d81cb5e5ea9c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:42.782Z] ---> 35edf476cc9c [2020-11-19T21:30:42.782Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-19T21:30:42.782Z] ---> cb690265b98b [2020-11-19T21:30:42.782Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-19T21:30:42.796Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:43.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.3 [2020-11-19T21:30:43.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-19T21:30:43.090Z] 6e97971528d3: Preparing [2020-11-19T21:30:43.090Z] fb25911cd055: Preparing [2020-11-19T21:30:43.090Z] 2bdf830462f4: Preparing [2020-11-19T21:30:43.090Z] 4b847d61ed23: Preparing [2020-11-19T21:30:43.090Z] a610596998ea: Preparing [2020-11-19T21:30:43.090Z] 296bbf19532b: Preparing [2020-11-19T21:30:43.090Z] 3d1ead6198b3: Preparing [2020-11-19T21:30:43.090Z] d046fba82494: Preparing [2020-11-19T21:30:43.090Z] 1b3ee35aacca: Preparing [2020-11-19T21:30:43.090Z] 296bbf19532b: Waiting [2020-11-19T21:30:43.090Z] 3d1ead6198b3: Waiting [2020-11-19T21:30:43.090Z] d046fba82494: Waiting [2020-11-19T21:30:43.090Z] 1b3ee35aacca: Waiting [2020-11-19T21:30:43.090Z] a610596998ea: Layer already exists [2020-11-19T21:30:43.090Z] 2bdf830462f4: Layer already exists [2020-11-19T21:30:43.090Z] 6e97971528d3: Layer already exists [2020-11-19T21:30:43.090Z] fb25911cd055: Layer already exists [2020-11-19T21:30:43.090Z] 4b847d61ed23: Layer already exists [2020-11-19T21:30:43.090Z] 3d1ead6198b3: Layer already exists [2020-11-19T21:30:43.090Z] 296bbf19532b: Layer already exists [2020-11-19T21:30:43.090Z] 1b3ee35aacca: Layer already exists [2020-11-19T21:30:43.090Z] d046fba82494: Layer already exists [2020-11-19T21:30:43.090Z] 1.3.1-dev.3: digest: sha256:cf7d8e1ec6e5c24dba7dcc5d2f962105ccb76c2b9b2741c3dec0d81cb5e5ea9c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:43.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-19T21:30:43.410Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:43.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:43.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-19T21:30:43.703Z] 6e97971528d3: Preparing [2020-11-19T21:30:43.703Z] fb25911cd055: Preparing [2020-11-19T21:30:43.703Z] 2bdf830462f4: Preparing [2020-11-19T21:30:43.703Z] 4b847d61ed23: Preparing [2020-11-19T21:30:43.703Z] a610596998ea: Preparing [2020-11-19T21:30:43.703Z] 296bbf19532b: Preparing [2020-11-19T21:30:43.703Z] 3d1ead6198b3: Preparing [2020-11-19T21:30:43.703Z] d046fba82494: Preparing [2020-11-19T21:30:43.703Z] 1b3ee35aacca: Preparing [2020-11-19T21:30:43.703Z] 296bbf19532b: Waiting [2020-11-19T21:30:43.703Z] 3d1ead6198b3: Waiting [2020-11-19T21:30:43.703Z] d046fba82494: Waiting [2020-11-19T21:30:43.703Z] 1b3ee35aacca: Waiting [2020-11-19T21:30:43.703Z] fb25911cd055: Layer already exists [2020-11-19T21:30:43.703Z] a610596998ea: Layer already exists [2020-11-19T21:30:43.703Z] 4b847d61ed23: Layer already exists [2020-11-19T21:30:43.703Z] 6e97971528d3: Layer already exists [2020-11-19T21:30:43.703Z] 2bdf830462f4: Layer already exists [2020-11-19T21:30:43.703Z] 296bbf19532b: Layer already exists [2020-11-19T21:30:43.703Z] 1b3ee35aacca: Layer already exists [2020-11-19T21:30:43.703Z] d046fba82494: Layer already exists [2020-11-19T21:30:43.703Z] 3d1ead6198b3: Layer already exists [2020-11-19T21:30:43.703Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:cf7d8e1ec6e5c24dba7dcc5d2f962105ccb76c2b9b2741c3dec0d81cb5e5ea9c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:44.001Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:44.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-11-19T21:30:44.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-19T21:30:44.295Z] 6e97971528d3: Preparing [2020-11-19T21:30:44.295Z] fb25911cd055: Preparing [2020-11-19T21:30:44.295Z] 2bdf830462f4: Preparing [2020-11-19T21:30:44.295Z] 4b847d61ed23: Preparing [2020-11-19T21:30:44.295Z] a610596998ea: Preparing [2020-11-19T21:30:44.295Z] 296bbf19532b: Preparing [2020-11-19T21:30:44.295Z] 3d1ead6198b3: Preparing [2020-11-19T21:30:44.295Z] d046fba82494: Preparing [2020-11-19T21:30:44.295Z] 1b3ee35aacca: Preparing [2020-11-19T21:30:44.295Z] 296bbf19532b: Waiting [2020-11-19T21:30:44.295Z] 3d1ead6198b3: Waiting [2020-11-19T21:30:44.295Z] d046fba82494: Waiting [2020-11-19T21:30:44.295Z] 1b3ee35aacca: Waiting [2020-11-19T21:30:44.295Z] 6e97971528d3: Layer already exists [2020-11-19T21:30:44.295Z] fb25911cd055: Layer already exists [2020-11-19T21:30:44.295Z] 4b847d61ed23: Layer already exists [2020-11-19T21:30:44.295Z] 2bdf830462f4: Layer already exists [2020-11-19T21:30:44.295Z] a610596998ea: Layer already exists [2020-11-19T21:30:44.295Z] 3d1ead6198b3: Layer already exists [2020-11-19T21:30:44.295Z] d046fba82494: Layer already exists [2020-11-19T21:30:44.295Z] 296bbf19532b: Layer already exists [2020-11-19T21:30:44.295Z] 1b3ee35aacca: Layer already exists [2020-11-19T21:30:44.295Z] master: digest: sha256:cf7d8e1ec6e5c24dba7dcc5d2f962105ccb76c2b9b2741c3dec0d81cb5e5ea9c size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [2020-11-19T21:30:44.387Z] ---> c87af8746db8 [2020-11-19T21:30:44.387Z] Step 20/27 : RUN apk --no-cache add py3-pip [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:30:44.487Z] ===================================================== [Pipeline] echo [2020-11-19T21:30:44.535Z] taggedImages: [2020-11-19T21:30:44.535Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:44.535Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.3 [2020-11-19T21:30:44.535Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:44.535Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-11-19T21:30:44.600Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-11-19T21:30:44.600Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:44.600Z] 1.3.1-dev.3 [2020-11-19T21:30:44.600Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:44.600Z] master [2020-11-19T21:30:44.600Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:44.986Z] ---> ebeab8b22fdf [2020-11-19T21:30:44.986Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-19T21:30:44.986Z] ---> Running in fa77bf40eb22 [2020-11-19T21:30:45.101Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:45.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:45.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-19T21:30:45.396Z] 23c6990c8701: Preparing [2020-11-19T21:30:45.396Z] 78d0f1ed4cc9: Preparing [2020-11-19T21:30:45.396Z] a159b95216a9: Preparing [2020-11-19T21:30:45.396Z] d60bb257549b: Preparing [2020-11-19T21:30:45.396Z] a159b95216a9: Pushed [2020-11-19T21:30:45.396Z] 23c6990c8701: Pushed [2020-11-19T21:30:45.655Z] d60bb257549b: Pushed [2020-11-19T21:30:46.429Z] ---> b2c5a76e0da4 [2020-11-19T21:30:46.429Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-19T21:30:46.429Z] ---> Running in d05a969a0d0b [2020-11-19T21:30:46.596Z] 78d0f1ed4cc9: Pushed [2020-11-19T21:30:46.596Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:a8d397ac415323c569976527576be9c2f14dd6aa8d4391809136d140409377f5 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:46.896Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:47.026Z] Removing intermediate container d05a969a0d0b [2020-11-19T21:30:47.026Z] ---> 63fdd5e22807 [2020-11-19T21:30:47.026Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T21:30:47.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.3 [2020-11-19T21:30:47.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-19T21:30:47.191Z] 23c6990c8701: Preparing [2020-11-19T21:30:47.191Z] 78d0f1ed4cc9: Preparing [2020-11-19T21:30:47.191Z] a159b95216a9: Preparing [2020-11-19T21:30:47.191Z] d60bb257549b: Preparing [2020-11-19T21:30:47.191Z] a159b95216a9: Layer already exists [2020-11-19T21:30:47.191Z] 23c6990c8701: Layer already exists [2020-11-19T21:30:47.191Z] 78d0f1ed4cc9: Layer already exists [2020-11-19T21:30:47.191Z] d60bb257549b: Layer already exists [2020-11-19T21:30:47.191Z] 1.3.1-dev.3: digest: sha256:a8d397ac415323c569976527576be9c2f14dd6aa8d4391809136d140409377f5 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:47.299Z] ---> Running in 5db8ef11a0bb [2020-11-19T21:30:47.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T21:30:47.491Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:47.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T21:30:47.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:47.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-19T21:30:47.784Z] 23c6990c8701: Preparing [2020-11-19T21:30:47.784Z] 78d0f1ed4cc9: Preparing [2020-11-19T21:30:47.784Z] a159b95216a9: Preparing [2020-11-19T21:30:47.784Z] d60bb257549b: Preparing [2020-11-19T21:30:47.784Z] a159b95216a9: Layer already exists [2020-11-19T21:30:47.784Z] d60bb257549b: Layer already exists [2020-11-19T21:30:47.784Z] 23c6990c8701: Layer already exists [2020-11-19T21:30:47.784Z] 78d0f1ed4cc9: Layer already exists [2020-11-19T21:30:47.784Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:a8d397ac415323c569976527576be9c2f14dd6aa8d4391809136d140409377f5 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:47.845Z] Removing intermediate container 5db8ef11a0bb [2020-11-19T21:30:47.845Z] ---> a95d2aec2091 [2020-11-19T21:30:47.845Z] Step 20/22 : LABEL arch=arm64 [2020-11-19T21:30:48.081Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:48.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-11-19T21:30:48.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-19T21:30:48.373Z] 23c6990c8701: Preparing [2020-11-19T21:30:48.373Z] 78d0f1ed4cc9: Preparing [2020-11-19T21:30:48.373Z] a159b95216a9: Preparing [2020-11-19T21:30:48.373Z] d60bb257549b: Preparing [2020-11-19T21:30:48.373Z] 78d0f1ed4cc9: Layer already exists [2020-11-19T21:30:48.373Z] a159b95216a9: Layer already exists [2020-11-19T21:30:48.373Z] d60bb257549b: Layer already exists [2020-11-19T21:30:48.373Z] 23c6990c8701: Layer already exists [2020-11-19T21:30:48.373Z] master: digest: sha256:a8d397ac415323c569976527576be9c2f14dd6aa8d4391809136d140409377f5 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [2020-11-19T21:30:48.441Z] ---> Running in dbbbbc0002bf [2020-11-19T21:30:48.441Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-19T21:30:48.441Z] (2/33) Installing expat (2.2.9-r1) [2020-11-19T21:30:48.441Z] (3/33) Installing libffi (3.3-r2) [2020-11-19T21:30:48.441Z] (4/33) Installing gdbm (1.13-r1) [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:30:48.582Z] ===================================================== [Pipeline] echo [2020-11-19T21:30:48.652Z] taggedImages: [2020-11-19T21:30:48.652Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:48.652Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.3 [2020-11-19T21:30:48.652Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:48.652Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-11-19T21:30:48.716Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-11-19T21:30:48.716Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:48.716Z] 1.3.1-dev.3 [2020-11-19T21:30:48.716Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:48.716Z] master [2020-11-19T21:30:48.716Z] ===================================================== [2020-11-19T21:30:48.719Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-19T21:30:48.719Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-19T21:30:48.719Z] (7/33) Installing python3 (3.8.5-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:48.997Z] Removing intermediate container dbbbbc0002bf [2020-11-19T21:30:48.997Z] ---> aa33c24cd1c4 [2020-11-19T21:30:48.997Z] Step 21/22 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:49.198Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:49.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:49.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-19T21:30:49.496Z] 099ed6dac438: Preparing [2020-11-19T21:30:49.496Z] 4c06b5036530: Preparing [2020-11-19T21:30:49.496Z] 24550b63ed5f: Preparing [2020-11-19T21:30:49.496Z] c1300553a994: Preparing [2020-11-19T21:30:49.496Z] 6d39baa62f27: Preparing [2020-11-19T21:30:49.496Z] f9472dc3d167: Preparing [2020-11-19T21:30:49.496Z] f9472dc3d167: Waiting [2020-11-19T21:30:49.604Z] ---> Running in 5cbb711ad913 [2020-11-19T21:30:49.758Z] 099ed6dac438: Pushed [2020-11-19T21:30:49.758Z] 24550b63ed5f: Pushed [2020-11-19T21:30:49.758Z] c1300553a994: Pushed [2020-11-19T21:30:49.758Z] 6d39baa62f27: Pushed [2020-11-19T21:30:50.020Z] f9472dc3d167: Pushed [2020-11-19T21:30:50.592Z] 4c06b5036530: Pushed [2020-11-19T21:30:50.615Z] Removing intermediate container 5cbb711ad913 [2020-11-19T21:30:50.615Z] ---> e70ab4f7ca03 [2020-11-19T21:30:50.615Z] Step 22/22 : LABEL version=1.3.1-dev.3 [2020-11-19T21:30:50.853Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:fb534921fc0fe758b116f58a5d2e35ece2d704e6e74c7d224964e3098efb0c1a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:50.898Z] ---> Running in f13ef0c3862a [2020-11-19T21:30:50.898Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-19T21:30:51.156Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.3 [Pipeline] isUnix [2020-11-19T21:30:51.174Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-19T21:30:51.174Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-19T21:30:51.174Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-19T21:30:51.174Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-19T21:30:51.174Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-19T21:30:51.174Z] (14/33) Installing py3-chardet (3.0.4-r4) [Pipeline] sh [2020-11-19T21:30:51.451Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-19T21:30:51.451Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-19T21:30:51.451Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-19T21:30:51.451Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-19T21:30:51.451Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-19T21:30:51.457Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.3 [2020-11-19T21:30:51.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-19T21:30:51.457Z] 099ed6dac438: Preparing [2020-11-19T21:30:51.457Z] 4c06b5036530: Preparing [2020-11-19T21:30:51.457Z] 24550b63ed5f: Preparing [2020-11-19T21:30:51.457Z] c1300553a994: Preparing [2020-11-19T21:30:51.457Z] 6d39baa62f27: Preparing [2020-11-19T21:30:51.457Z] f9472dc3d167: Preparing [2020-11-19T21:30:51.457Z] f9472dc3d167: Waiting [2020-11-19T21:30:51.457Z] 4c06b5036530: Layer already exists [2020-11-19T21:30:51.457Z] 24550b63ed5f: Layer already exists [2020-11-19T21:30:51.457Z] 099ed6dac438: Layer already exists [2020-11-19T21:30:51.457Z] 6d39baa62f27: Layer already exists [2020-11-19T21:30:51.457Z] c1300553a994: Layer already exists [2020-11-19T21:30:51.457Z] f9472dc3d167: Layer already exists [2020-11-19T21:30:51.457Z] 1.3.1-dev.3: digest: sha256:fb534921fc0fe758b116f58a5d2e35ece2d704e6e74c7d224964e3098efb0c1a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:51.727Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-19T21:30:51.728Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-19T21:30:51.728Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-19T21:30:51.728Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-19T21:30:51.728Z] Removing intermediate container f13ef0c3862a [2020-11-19T21:30:51.728Z] ---> 5ccbfd919d76 [2020-11-19T21:30:51.728Z] [2020-11-19T21:30:51.728Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-19T21:30:51.728Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-19T21:30:51.728Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-19T21:30:51.762Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:52.004Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-19T21:30:52.004Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-19T21:30:52.004Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-19T21:30:52.004Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-19T21:30:52.004Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-19T21:30:52.004Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-19T21:30:52.004Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-19T21:30:52.062Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:52.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-19T21:30:52.062Z] 099ed6dac438: Preparing [2020-11-19T21:30:52.062Z] 4c06b5036530: Preparing [2020-11-19T21:30:52.062Z] 24550b63ed5f: Preparing [2020-11-19T21:30:52.062Z] c1300553a994: Preparing [2020-11-19T21:30:52.062Z] 6d39baa62f27: Preparing [2020-11-19T21:30:52.062Z] f9472dc3d167: Preparing [2020-11-19T21:30:52.062Z] f9472dc3d167: Waiting [2020-11-19T21:30:52.062Z] 4c06b5036530: Layer already exists [2020-11-19T21:30:52.062Z] 099ed6dac438: Layer already exists [2020-11-19T21:30:52.062Z] 6d39baa62f27: Layer already exists [2020-11-19T21:30:52.062Z] 24550b63ed5f: Layer already exists [2020-11-19T21:30:52.062Z] c1300553a994: Layer already exists [2020-11-19T21:30:52.062Z] f9472dc3d167: Layer already exists [2020-11-19T21:30:52.062Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:fb534921fc0fe758b116f58a5d2e35ece2d704e6e74c7d224964e3098efb0c1a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:52.281Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T21:30:52.281Z] Successfully built 5ccbfd919d76 [2020-11-19T21:30:52.281Z] OK: 71 MiB in 55 packages [2020-11-19T21:30:52.281Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-19T21:30:52.281Z] Building docker-security-secretstore-setup-go [2020-11-19T21:30:52.365Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:52.665Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-11-19T21:30:52.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-19T21:30:52.665Z] 099ed6dac438: Preparing [2020-11-19T21:30:52.665Z] 4c06b5036530: Preparing [2020-11-19T21:30:52.665Z] 24550b63ed5f: Preparing [2020-11-19T21:30:52.665Z] c1300553a994: Preparing [2020-11-19T21:30:52.665Z] 6d39baa62f27: Preparing [2020-11-19T21:30:52.665Z] f9472dc3d167: Preparing [2020-11-19T21:30:52.665Z] f9472dc3d167: Waiting [2020-11-19T21:30:52.665Z] c1300553a994: Layer already exists [2020-11-19T21:30:52.665Z] 099ed6dac438: Layer already exists [2020-11-19T21:30:52.665Z] 24550b63ed5f: Layer already exists [2020-11-19T21:30:52.665Z] 4c06b5036530: Layer already exists [2020-11-19T21:30:52.665Z] 6d39baa62f27: Layer already exists [2020-11-19T21:30:52.665Z] f9472dc3d167: Layer already exists [2020-11-19T21:30:52.665Z] master: digest: sha256:fb534921fc0fe758b116f58a5d2e35ece2d704e6e74c7d224964e3098efb0c1a size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:30:52.864Z] ===================================================== [Pipeline] echo [2020-11-19T21:30:52.912Z] taggedImages: [2020-11-19T21:30:52.912Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:52.913Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.3 [2020-11-19T21:30:52.913Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:52.913Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-11-19T21:30:52.978Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-11-19T21:30:52.978Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:52.978Z] 1.3.1-dev.3 [2020-11-19T21:30:52.978Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:52.978Z] master [2020-11-19T21:30:52.978Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:53.490Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:53.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:53.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-19T21:30:53.783Z] bd56e883c4df: Preparing [2020-11-19T21:30:53.783Z] a82181157135: Preparing [2020-11-19T21:30:53.783Z] 8be763163c54: Preparing [2020-11-19T21:30:53.783Z] bd56e883c4df: Pushed [2020-11-19T21:30:53.783Z] 8be763163c54: Pushed [2020-11-19T21:30:55.169Z] a82181157135: Pushed [2020-11-19T21:30:55.169Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:9942a36a1b0969e39baca798de592be31589d53e4143b096e5a07ccda41b97d2 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:55.473Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:55.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.3 [2020-11-19T21:30:55.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-19T21:30:55.781Z] bd56e883c4df: Preparing [2020-11-19T21:30:55.781Z] a82181157135: Preparing [2020-11-19T21:30:55.781Z] 8be763163c54: Preparing [2020-11-19T21:30:55.781Z] a82181157135: Layer already exists [2020-11-19T21:30:55.781Z] bd56e883c4df: Layer already exists [2020-11-19T21:30:55.781Z] 8be763163c54: Layer already exists [2020-11-19T21:30:55.781Z] 1.3.1-dev.3: digest: sha256:9942a36a1b0969e39baca798de592be31589d53e4143b096e5a07ccda41b97d2 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:56.176Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:56.469Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:56.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-19T21:30:56.469Z] bd56e883c4df: Preparing [2020-11-19T21:30:56.469Z] a82181157135: Preparing [2020-11-19T21:30:56.469Z] 8be763163c54: Preparing [2020-11-19T21:30:56.469Z] 8be763163c54: Layer already exists [2020-11-19T21:30:56.469Z] bd56e883c4df: Layer already exists [2020-11-19T21:30:56.469Z] a82181157135: Layer already exists [2020-11-19T21:30:56.469Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:9942a36a1b0969e39baca798de592be31589d53e4143b096e5a07ccda41b97d2 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:56.601Z]  Building docker-core-command-go ... done Removing intermediate container dfaf9f236470 [2020-11-19T21:30:56.602Z] ---> 5c53082bee14 [2020-11-19T21:30:56.602Z] [2020-11-19T21:30:56.602Z] Step 10/22 : FROM scratch [2020-11-19T21:30:56.602Z] ---> [2020-11-19T21:30:56.602Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T21:30:56.602Z] ---> Using cache [2020-11-19T21:30:56.602Z] ---> fbd3654baeb0 [2020-11-19T21:30:56.602Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-19T21:30:56.766Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:56.873Z] ---> Running in 50e4506607db [2020-11-19T21:30:57.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-11-19T21:30:57.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-19T21:30:57.061Z] bd56e883c4df: Preparing [2020-11-19T21:30:57.061Z] a82181157135: Preparing [2020-11-19T21:30:57.061Z] 8be763163c54: Preparing [2020-11-19T21:30:57.061Z] a82181157135: Layer already exists [2020-11-19T21:30:57.061Z] bd56e883c4df: Layer already exists [2020-11-19T21:30:57.061Z] 8be763163c54: Layer already exists [2020-11-19T21:30:57.061Z] master: digest: sha256:9942a36a1b0969e39baca798de592be31589d53e4143b096e5a07ccda41b97d2 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:30:57.262Z] ===================================================== [Pipeline] echo [2020-11-19T21:30:57.309Z] taggedImages: [2020-11-19T21:30:57.309Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:57.309Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.3 [2020-11-19T21:30:57.309Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:57.309Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-11-19T21:30:57.374Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-11-19T21:30:57.374Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:57.374Z] 1.3.1-dev.3 [2020-11-19T21:30:57.374Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:30:57.374Z] master [2020-11-19T21:30:57.374Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:57.838Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:30:57.863Z] Removing intermediate container 50e4506607db [2020-11-19T21:30:57.863Z] ---> 7cf029eed066 [2020-11-19T21:30:57.863Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T21:30:58.137Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:30:58.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-19T21:30:58.137Z] 693543185407: Preparing [2020-11-19T21:30:58.137Z] 67894b12b2e7: Preparing [2020-11-19T21:30:58.137Z] 87fc92fb17d7: Preparing [2020-11-19T21:30:58.137Z] 0faf0cbc5ff0: Preparing [2020-11-19T21:30:58.137Z] 09457f6d7c40: Preparing [2020-11-19T21:30:58.137Z] adc9a4fe8140: Preparing [2020-11-19T21:30:58.137Z] 76717e817df1: Preparing [2020-11-19T21:30:58.137Z] 1d278c39f50a: Preparing [2020-11-19T21:30:58.137Z] 3730a0890c46: Preparing [2020-11-19T21:30:58.137Z] 383f309b5d37: Preparing [2020-11-19T21:30:58.137Z] e1a73c32da76: Preparing [2020-11-19T21:30:58.137Z] 31b11ec6ff38: Preparing [2020-11-19T21:30:58.137Z] 911954e2fe49: Preparing [2020-11-19T21:30:58.137Z] ace0eda3e3be: Preparing [2020-11-19T21:30:58.137Z] 1d278c39f50a: Waiting [2020-11-19T21:30:58.137Z] 3730a0890c46: Waiting [2020-11-19T21:30:58.137Z] 383f309b5d37: Waiting [2020-11-19T21:30:58.137Z] e1a73c32da76: Waiting [2020-11-19T21:30:58.137Z] 31b11ec6ff38: Waiting [2020-11-19T21:30:58.137Z] ace0eda3e3be: Waiting [2020-11-19T21:30:58.137Z] 911954e2fe49: Waiting [2020-11-19T21:30:58.137Z] adc9a4fe8140: Waiting [2020-11-19T21:30:58.137Z] 76717e817df1: Waiting [2020-11-19T21:30:58.137Z] ---> Running in 7c89b5b742ef [2020-11-19T21:30:58.400Z] 09457f6d7c40: Pushed [2020-11-19T21:30:58.400Z] 693543185407: Pushed [2020-11-19T21:30:58.662Z] 0faf0cbc5ff0: Pushed [2020-11-19T21:30:58.662Z] 1d278c39f50a: Layer already exists [2020-11-19T21:30:58.662Z] 3730a0890c46: Layer already exists [2020-11-19T21:30:58.662Z] 76717e817df1: Pushed [2020-11-19T21:30:58.662Z] 383f309b5d37: Layer already exists [2020-11-19T21:30:58.662Z] 31b11ec6ff38: Layer already exists [2020-11-19T21:30:58.662Z] e1a73c32da76: Layer already exists [2020-11-19T21:30:58.924Z] 911954e2fe49: Layer already exists [2020-11-19T21:30:58.924Z] ace0eda3e3be: Layer already exists [2020-11-19T21:30:59.496Z] adc9a4fe8140: Pushed [2020-11-19T21:30:59.496Z] 67894b12b2e7: Pushed [2020-11-19T21:30:59.593Z] Removing intermediate container 7c89b5b742ef [2020-11-19T21:30:59.593Z] ---> af4a16888c0e [2020-11-19T21:30:59.593Z] Step 14/22 : WORKDIR / [2020-11-19T21:31:00.203Z] ---> Running in a932ec6732c5 [2020-11-19T21:31:01.656Z] Removing intermediate container a932ec6732c5 [2020-11-19T21:31:01.656Z] ---> 41d8659f554b [2020-11-19T21:31:01.656Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-19T21:31:03.663Z] ---> 72522f7d5ca3 [2020-11-19T21:31:03.663Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-19T21:31:06.309Z] Removing intermediate container fa77bf40eb22 [2020-11-19T21:31:06.309Z] ---> e8cb0f5c8e74 [2020-11-19T21:31:06.309Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-19T21:31:07.305Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:31:07.305Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:31:07.305Z] ---> b0e7a69564b4 [2020-11-19T21:31:07.305Z] Step 3/24 : WORKDIR /edgex-go [2020-11-19T21:31:07.305Z] ---> Using cache [2020-11-19T21:31:07.305Z] ---> c726371ad15d [2020-11-19T21:31:07.305Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:31:07.305Z] ---> Using cache [2020-11-19T21:31:07.305Z] ---> cb07eafbd517 [2020-11-19T21:31:07.305Z] Step 5/24 : RUN apk update && apk add make git [2020-11-19T21:31:07.305Z] ---> Using cache [2020-11-19T21:31:07.305Z] ---> cc7f6265f33d [2020-11-19T21:31:07.305Z] Step 6/24 : COPY go.mod . [2020-11-19T21:31:07.305Z] ---> Using cache [2020-11-19T21:31:07.305Z] ---> cf2366012841 [2020-11-19T21:31:07.305Z] Step 7/24 : RUN go mod download [2020-11-19T21:31:07.305Z] ---> Using cache [2020-11-19T21:31:07.305Z] ---> 832c74e8f2d0 [2020-11-19T21:31:07.305Z] Step 8/24 : COPY . . [2020-11-19T21:31:07.583Z] ---> Using cache [2020-11-19T21:31:07.583Z] ---> cd8b6f085523 [2020-11-19T21:31:07.583Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-19T21:31:07.638Z] 87fc92fb17d7: Pushed [2020-11-19T21:31:07.638Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:e9f22ebc295165d7cfc689f0bcbee207cab7d7a08499ca3ec6ca20ef7e4538e9 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:31:07.944Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:31:08.188Z] ---> 118f45959c4e [2020-11-19T21:31:08.188Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-19T21:31:08.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.3 [2020-11-19T21:31:08.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-19T21:31:08.244Z] 693543185407: Preparing [2020-11-19T21:31:08.244Z] 67894b12b2e7: Preparing [2020-11-19T21:31:08.244Z] 87fc92fb17d7: Preparing [2020-11-19T21:31:08.244Z] 0faf0cbc5ff0: Preparing [2020-11-19T21:31:08.244Z] 09457f6d7c40: Preparing [2020-11-19T21:31:08.244Z] adc9a4fe8140: Preparing [2020-11-19T21:31:08.244Z] 76717e817df1: Preparing [2020-11-19T21:31:08.244Z] 1d278c39f50a: Preparing [2020-11-19T21:31:08.244Z] 3730a0890c46: Preparing [2020-11-19T21:31:08.244Z] 383f309b5d37: Preparing [2020-11-19T21:31:08.244Z] e1a73c32da76: Preparing [2020-11-19T21:31:08.244Z] 31b11ec6ff38: Preparing [2020-11-19T21:31:08.244Z] 911954e2fe49: Preparing [2020-11-19T21:31:08.244Z] ace0eda3e3be: Preparing [2020-11-19T21:31:08.244Z] 76717e817df1: Waiting [2020-11-19T21:31:08.244Z] adc9a4fe8140: Waiting [2020-11-19T21:31:08.244Z] 1d278c39f50a: Waiting [2020-11-19T21:31:08.244Z] 3730a0890c46: Waiting [2020-11-19T21:31:08.244Z] 31b11ec6ff38: Waiting [2020-11-19T21:31:08.244Z] e1a73c32da76: Waiting [2020-11-19T21:31:08.244Z] ace0eda3e3be: Waiting [2020-11-19T21:31:08.244Z] 911954e2fe49: Waiting [2020-11-19T21:31:08.244Z] 09457f6d7c40: Layer already exists [2020-11-19T21:31:08.244Z] 67894b12b2e7: Layer already exists [2020-11-19T21:31:08.244Z] 693543185407: Layer already exists [2020-11-19T21:31:08.244Z] 87fc92fb17d7: Layer already exists [2020-11-19T21:31:08.244Z] 0faf0cbc5ff0: Layer already exists [2020-11-19T21:31:08.244Z] 76717e817df1: Layer already exists [2020-11-19T21:31:08.244Z] 1d278c39f50a: Layer already exists [2020-11-19T21:31:08.244Z] adc9a4fe8140: Layer already exists [2020-11-19T21:31:08.244Z] 383f309b5d37: Layer already exists [2020-11-19T21:31:08.244Z] 3730a0890c46: Layer already exists [2020-11-19T21:31:08.244Z] e1a73c32da76: Layer already exists [2020-11-19T21:31:08.244Z] 31b11ec6ff38: Layer already exists [2020-11-19T21:31:08.244Z] ace0eda3e3be: Layer already exists [2020-11-19T21:31:08.244Z] 911954e2fe49: Layer already exists [2020-11-19T21:31:08.244Z] 1.3.1-dev.3: digest: sha256:e9f22ebc295165d7cfc689f0bcbee207cab7d7a08499ca3ec6ca20ef7e4538e9 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:31:08.470Z] ---> Running in 9ad1cefd091d [2020-11-19T21:31:08.470Z] ---> Running in d6b8162a40e0 [2020-11-19T21:31:08.547Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:31:08.847Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:31:08.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-19T21:31:08.847Z] 693543185407: Preparing [2020-11-19T21:31:08.847Z] 67894b12b2e7: Preparing [2020-11-19T21:31:08.847Z] 87fc92fb17d7: Preparing [2020-11-19T21:31:08.847Z] 0faf0cbc5ff0: Preparing [2020-11-19T21:31:08.847Z] 09457f6d7c40: Preparing [2020-11-19T21:31:08.847Z] adc9a4fe8140: Preparing [2020-11-19T21:31:08.847Z] 76717e817df1: Preparing [2020-11-19T21:31:08.847Z] 1d278c39f50a: Preparing [2020-11-19T21:31:08.847Z] 3730a0890c46: Preparing [2020-11-19T21:31:08.847Z] 383f309b5d37: Preparing [2020-11-19T21:31:08.847Z] e1a73c32da76: Preparing [2020-11-19T21:31:08.847Z] 31b11ec6ff38: Preparing [2020-11-19T21:31:08.847Z] 911954e2fe49: Preparing [2020-11-19T21:31:08.847Z] ace0eda3e3be: Preparing [2020-11-19T21:31:08.847Z] adc9a4fe8140: Waiting [2020-11-19T21:31:08.847Z] 76717e817df1: Waiting [2020-11-19T21:31:08.847Z] 1d278c39f50a: Waiting [2020-11-19T21:31:08.847Z] 3730a0890c46: Waiting [2020-11-19T21:31:08.847Z] 383f309b5d37: Waiting [2020-11-19T21:31:08.847Z] e1a73c32da76: Waiting [2020-11-19T21:31:08.847Z] 31b11ec6ff38: Waiting [2020-11-19T21:31:08.847Z] 911954e2fe49: Waiting [2020-11-19T21:31:08.847Z] ace0eda3e3be: Waiting [2020-11-19T21:31:08.847Z] 09457f6d7c40: Layer already exists [2020-11-19T21:31:08.847Z] 693543185407: Layer already exists [2020-11-19T21:31:08.847Z] 0faf0cbc5ff0: Layer already exists [2020-11-19T21:31:08.847Z] 87fc92fb17d7: Layer already exists [2020-11-19T21:31:08.847Z] 67894b12b2e7: Layer already exists [2020-11-19T21:31:08.847Z] adc9a4fe8140: Layer already exists [2020-11-19T21:31:08.847Z] 76717e817df1: Layer already exists [2020-11-19T21:31:08.847Z] 3730a0890c46: Layer already exists [2020-11-19T21:31:08.847Z] 1d278c39f50a: Layer already exists [2020-11-19T21:31:08.847Z] e1a73c32da76: Layer already exists [2020-11-19T21:31:08.847Z] 383f309b5d37: Layer already exists [2020-11-19T21:31:08.847Z] 911954e2fe49: Layer already exists [2020-11-19T21:31:08.847Z] 31b11ec6ff38: Layer already exists [2020-11-19T21:31:08.847Z] ace0eda3e3be: Layer already exists [2020-11-19T21:31:09.108Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:e9f22ebc295165d7cfc689f0bcbee207cab7d7a08499ca3ec6ca20ef7e4538e9 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:31:09.415Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:31:09.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-11-19T21:31:09.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-19T21:31:09.711Z] 693543185407: Preparing [2020-11-19T21:31:09.711Z] 67894b12b2e7: Preparing [2020-11-19T21:31:09.711Z] 87fc92fb17d7: Preparing [2020-11-19T21:31:09.711Z] 0faf0cbc5ff0: Preparing [2020-11-19T21:31:09.711Z] 09457f6d7c40: Preparing [2020-11-19T21:31:09.711Z] adc9a4fe8140: Preparing [2020-11-19T21:31:09.711Z] 76717e817df1: Preparing [2020-11-19T21:31:09.711Z] 1d278c39f50a: Preparing [2020-11-19T21:31:09.711Z] 3730a0890c46: Preparing [2020-11-19T21:31:09.711Z] 383f309b5d37: Preparing [2020-11-19T21:31:09.711Z] e1a73c32da76: Preparing [2020-11-19T21:31:09.711Z] 31b11ec6ff38: Preparing [2020-11-19T21:31:09.711Z] 911954e2fe49: Preparing [2020-11-19T21:31:09.711Z] ace0eda3e3be: Preparing [2020-11-19T21:31:09.711Z] 3730a0890c46: Waiting [2020-11-19T21:31:09.711Z] 383f309b5d37: Waiting [2020-11-19T21:31:09.711Z] e1a73c32da76: Waiting [2020-11-19T21:31:09.711Z] 31b11ec6ff38: Waiting [2020-11-19T21:31:09.711Z] 911954e2fe49: Waiting [2020-11-19T21:31:09.711Z] ace0eda3e3be: Waiting [2020-11-19T21:31:09.711Z] adc9a4fe8140: Waiting [2020-11-19T21:31:09.711Z] 76717e817df1: Waiting [2020-11-19T21:31:09.711Z] 1d278c39f50a: Waiting [2020-11-19T21:31:09.711Z] 87fc92fb17d7: Layer already exists [2020-11-19T21:31:09.711Z] 67894b12b2e7: Layer already exists [2020-11-19T21:31:09.711Z] 0faf0cbc5ff0: Layer already exists [2020-11-19T21:31:09.711Z] 693543185407: Layer already exists [2020-11-19T21:31:09.711Z] 09457f6d7c40: Layer already exists [2020-11-19T21:31:09.711Z] adc9a4fe8140: Layer already exists [2020-11-19T21:31:09.711Z] 3730a0890c46: Layer already exists [2020-11-19T21:31:09.711Z] 76717e817df1: Layer already exists [2020-11-19T21:31:09.711Z] 383f309b5d37: Layer already exists [2020-11-19T21:31:09.711Z] 1d278c39f50a: Layer already exists [2020-11-19T21:31:09.711Z] e1a73c32da76: Layer already exists [2020-11-19T21:31:09.711Z] 911954e2fe49: Layer already exists [2020-11-19T21:31:09.711Z] 31b11ec6ff38: Layer already exists [2020-11-19T21:31:09.711Z] ace0eda3e3be: Layer already exists [2020-11-19T21:31:09.711Z] master: digest: sha256:e9f22ebc295165d7cfc689f0bcbee207cab7d7a08499ca3ec6ca20ef7e4538e9 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:31:09.916Z] ===================================================== [2020-11-19T21:31:09.918Z] Removing intermediate container b81683eba6d5 [2020-11-19T21:31:09.918Z] ---> 801ae5889662 [2020-11-19T21:31:09.918Z] [2020-11-19T21:31:09.918Z] Step 10/23 : FROM alpine [2020-11-19T21:31:09.918Z] ---> 2e77e061c27f [2020-11-19T21:31:09.918Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [Pipeline] echo [2020-11-19T21:31:09.967Z] taggedImages: [2020-11-19T21:31:09.967Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:31:09.967Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.3 [2020-11-19T21:31:09.967Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:31:09.967Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [2020-11-19T21:31:10.193Z] ---> a762c04a924b [2020-11-19T21:31:10.193Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-19T21:31:10.193Z] ---> Running in 7626879c22cb [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2020-11-19T21:31:10.480Z] ---> Running in 9e9e7612cbf5 Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-19T21:31:11.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-19T21:31:11.363Z] Removing intermediate container 9e9e7612cbf5 [2020-11-19T21:31:11.363Z] ---> 9fc4b985f7b0 [2020-11-19T21:31:11.363Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T21:31:11.363Z] Removing intermediate container 7626879c22cb [2020-11-19T21:31:11.363Z] ---> 52a50e0057ec [2020-11-19T21:31:11.363Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-19T21:31:11.363Z] ---> Running in 6f789e5d7d0c [2020-11-19T21:31:11.363Z] ---> Running in b2b22db5a4f4 [2020-11-19T21:31:12.358Z] Removing intermediate container 6f789e5d7d0c [2020-11-19T21:31:12.358Z] ---> 0ff2d9779d8e [2020-11-19T21:31:12.358Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-19T21:31:12.358Z] Removing intermediate container b2b22db5a4f4 [2020-11-19T21:31:12.358Z] ---> ac1465e7eddb [2020-11-19T21:31:12.358Z] Step 20/22 : LABEL arch=arm64 [2020-11-19T21:31:12.631Z] ---> Running in acd14af41d0f [2020-11-19T21:31:12.631Z] ---> Running in 9097c66fee6d [2020-11-19T21:31:13.234Z] Removing intermediate container 9097c66fee6d [2020-11-19T21:31:13.234Z] ---> 0a5389fde8e7 [2020-11-19T21:31:13.234Z] Step 21/22 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:31:13.234Z] Removing intermediate container acd14af41d0f [2020-11-19T21:31:13.234Z] ---> d609ea053189 [2020-11-19T21:31:13.234Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:31:13.508Z] ---> Running in 20d2f024627e [2020-11-19T21:31:13.508Z] ---> Running in 76527807ced7 [2020-11-19T21:31:14.113Z] Removing intermediate container 20d2f024627e [2020-11-19T21:31:14.113Z] ---> 88702858cc31 [2020-11-19T21:31:14.113Z] Step 22/22 : LABEL version=1.3.1-dev.3 [2020-11-19T21:31:14.396Z] ---> Running in 6a86dc071cca [2020-11-19T21:31:15.397Z] Removing intermediate container 6a86dc071cca [2020-11-19T21:31:15.397Z] ---> f1a9d48126df [2020-11-19T21:31:15.397Z] [2020-11-19T21:31:15.397Z] Successfully built f1a9d48126df [2020-11-19T21:31:15.675Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-19T21:31:15.675Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2020-11-19T21:31:17.140Z] Collecting docker-compose==1.23.2 [2020-11-19T21:31:17.140Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-19T21:31:18.643Z] Removing intermediate container 76527807ced7 [2020-11-19T21:31:18.643Z] ---> 0579364fbc65 [2020-11-19T21:31:18.643Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-19T21:31:18.643Z] Collecting cached-property<2,>=1.2.0 [2020-11-19T21:31:18.643Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-19T21:31:18.932Z] ---> Running in f096e2c21076 [2020-11-19T21:31:19.220Z] Collecting docopt<0.7,>=0.6.1 [2020-11-19T21:31:19.220Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-19T21:31:21.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T21:31:21.861Z] Collecting texttable<0.10,>=0.9.0 [2020-11-19T21:31:21.861Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-19T21:31:22.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T21:31:23.477Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-19T21:31:23.477Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-19T21:31:23.477Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-19T21:31:23.754Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-19T21:31:23.754Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-19T21:31:24.031Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T21:31:24.031Z] OK: 8 MiB in 19 packages [2020-11-19T21:31:27.482Z] Removing intermediate container f096e2c21076 [2020-11-19T21:31:27.482Z] ---> a7764834687f [2020-11-19T21:31:27.482Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-19T21:31:27.482Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-19T21:31:27.482Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-19T21:31:28.486Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-19T21:31:28.486Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-19T21:31:29.093Z] ---> 23c36555bbe9 [2020-11-19T21:31:29.093Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-19T21:31:30.082Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:31:30.082Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:31:30.082Z] ---> b0e7a69564b4 [2020-11-19T21:31:30.082Z] Step 3/21 : WORKDIR /edgex-go [2020-11-19T21:31:30.082Z] ---> Using cache [2020-11-19T21:31:30.082Z] ---> c726371ad15d [2020-11-19T21:31:30.082Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:31:30.082Z] ---> Using cache [2020-11-19T21:31:30.082Z] ---> cb07eafbd517 [2020-11-19T21:31:30.082Z] Step 5/21 : RUN apk update && apk add make git [2020-11-19T21:31:30.082Z] ---> Using cache [2020-11-19T21:31:30.082Z] ---> cc7f6265f33d [2020-11-19T21:31:30.082Z] Step 6/21 : COPY go.mod . [2020-11-19T21:31:30.082Z] ---> Using cache [2020-11-19T21:31:30.082Z] ---> cf2366012841 [2020-11-19T21:31:30.082Z] Step 7/21 : RUN go mod download [2020-11-19T21:31:30.082Z] ---> Using cache [2020-11-19T21:31:30.082Z] ---> 832c74e8f2d0 [2020-11-19T21:31:30.082Z] Step 8/21 : COPY . . [2020-11-19T21:31:30.082Z] ---> Using cache [2020-11-19T21:31:30.082Z] ---> cd8b6f085523 [2020-11-19T21:31:30.082Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-19T21:31:30.735Z] ---> Running in a7b91dd38a22 [2020-11-19T21:31:31.794Z] ---> d58d8161d33d [2020-11-19T21:31:31.794Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-19T21:31:32.879Z] Collecting jsonschema<3,>=2.5.1 [2020-11-19T21:31:32.879Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-19T21:31:32.879Z] ---> 9560b736298c [2020-11-19T21:31:32.879Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-19T21:31:33.214Z] ---> Running in 8c3eefae7b0e [2020-11-19T21:31:33.537Z] Removing intermediate container 8c3eefae7b0e [2020-11-19T21:31:33.537Z] ---> 097b471c683d [2020-11-19T21:31:33.537Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T21:31:33.811Z] ---> Running in bfb1575c6e2e [2020-11-19T21:31:33.811Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-19T21:31:34.447Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-19T21:31:34.447Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-19T21:31:34.447Z] Removing intermediate container bfb1575c6e2e [2020-11-19T21:31:34.447Z] ---> 850decbd9951 [2020-11-19T21:31:34.447Z] Step 21/23 : LABEL arch=arm64 [2020-11-19T21:31:34.732Z] ---> Running in acbcc99b36af [2020-11-19T21:31:35.339Z] Removing intermediate container acbcc99b36af [2020-11-19T21:31:35.339Z] ---> f0a233f006b9 [2020-11-19T21:31:35.339Z] Step 22/23 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:31:35.621Z] ---> Running in 2524195fb045 [2020-11-19T21:31:35.621Z] Collecting PyYAML<4,>=3.10 [2020-11-19T21:31:35.621Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-19T21:31:36.228Z] Removing intermediate container 2524195fb045 [2020-11-19T21:31:36.228Z] ---> 7892312ad9f0 [2020-11-19T21:31:36.228Z] Step 23/23 : LABEL version=1.3.1-dev.3 [2020-11-19T21:31:36.228Z] ---> Running in 7da45d7ff09e [2020-11-19T21:31:36.832Z] Removing intermediate container 7da45d7ff09e [2020-11-19T21:31:36.832Z] ---> 03476d1c026c [2020-11-19T21:31:36.832Z] [2020-11-19T21:31:37.450Z] Successfully built 03476d1c026c [2020-11-19T21:31:37.450Z] Successfully tagged docker-core-data-go-arm64:latest [2020-11-19T21:31:37.450Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-11-19T21:31:40.880Z] Collecting docker<4.0,>=3.6.0 [2020-11-19T21:31:40.880Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-19T21:31:41.158Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-19T21:31:41.762Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-19T21:31:41.762Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-19T21:31:42.039Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-11-19T21:31:42.317Z] Collecting idna<2.8,>=2.5 [2020-11-19T21:31:42.317Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-19T21:31:42.593Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-11-19T21:31:42.872Z] Collecting docker-pycreds>=0.4.0 [2020-11-19T21:31:42.872Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-19T21:31:42.872Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-19T21:31:42.872Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-19T21:31:42.872Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-19T21:31:42.872Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-19T21:31:44.877Z] Installing collected packages: cached-property, docopt, texttable, urllib3, idna, requests, dockerpty, jsonschema, websocket-client, PyYAML, docker-pycreds, docker, docker-compose [2020-11-19T21:31:44.877Z] Running setup.py install for docopt: started [2020-11-19T21:31:48.315Z] Running setup.py install for docopt: finished with status 'done' [2020-11-19T21:31:48.315Z] Running setup.py install for texttable: started [2020-11-19T21:31:50.957Z] Running setup.py install for texttable: finished with status 'done' [2020-11-19T21:31:50.957Z] Attempting uninstall: urllib3 [2020-11-19T21:31:50.957Z] Found existing installation: urllib3 1.25.9 [2020-11-19T21:31:50.957Z] Uninstalling urllib3-1.25.9: [2020-11-19T21:31:51.235Z] Successfully uninstalled urllib3-1.25.9 [2020-11-19T21:31:52.234Z] Attempting uninstall: idna [2020-11-19T21:31:52.234Z] Found existing installation: idna 2.9 [2020-11-19T21:31:52.234Z] Uninstalling idna-2.9: [2020-11-19T21:31:52.234Z] Successfully uninstalled idna-2.9 [2020-11-19T21:31:53.243Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:31:53.243Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:31:53.243Z] ---> b0e7a69564b4 [2020-11-19T21:31:53.243Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T21:31:53.243Z] ---> Using cache [2020-11-19T21:31:53.243Z] ---> c726371ad15d [2020-11-19T21:31:53.243Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:31:53.243Z] ---> Using cache [2020-11-19T21:31:53.243Z] ---> cb07eafbd517 [2020-11-19T21:31:53.243Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-19T21:31:54.255Z] Attempting uninstall: requests [2020-11-19T21:31:54.255Z] Found existing installation: requests 2.23.0 [2020-11-19T21:31:54.255Z] Uninstalling requests-2.23.0: [2020-11-19T21:31:54.255Z] Successfully uninstalled requests-2.23.0 [2020-11-19T21:31:55.260Z] Running setup.py install for dockerpty: started [2020-11-19T21:31:55.260Z] ---> Running in 9b16088e017f [2020-11-19T21:31:57.911Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-19T21:31:58.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T21:31:58.523Z] Removing intermediate container 9637a90ea940 [2020-11-19T21:31:58.523Z] ---> 0bbf78a9d387 [2020-11-19T21:31:58.523Z] [2020-11-19T21:31:58.523Z] Step 10/22 : FROM alpine:3.10 [2020-11-19T21:31:58.523Z] 3.10: Pulling from library/alpine [2020-11-19T21:31:58.808Z] Running setup.py install for PyYAML: started [2020-11-19T21:31:59.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T21:32:00.021Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-19T21:32:00.021Z] Status: Downloaded newer image for alpine:3.10 [2020-11-19T21:32:00.021Z] ---> 536a684cf733 [2020-11-19T21:32:00.021Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-19T21:32:00.305Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:32:00.305Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:32:00.305Z] OK: 12623 distinct packages available [2020-11-19T21:32:00.305Z] ---> Running in 29d82a3a320f [2020-11-19T21:32:01.303Z] OK: 217 MiB in 51 packages [2020-11-19T21:32:02.321Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-19T21:32:02.321Z] OK: 217 MiB in 51 packages [2020-11-19T21:32:02.930Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-19T21:32:03.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-19T21:32:04.149Z] Removing intermediate container 9b16088e017f [2020-11-19T21:32:04.149Z] ---> dd74dc946113 [2020-11-19T21:32:04.149Z] Step 6/22 : COPY go.mod . [2020-11-19T21:32:04.149Z] v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-19T21:32:04.149Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-19T21:32:04.149Z] OK: 10167 distinct packages available [2020-11-19T21:32:04.754Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-11-19T21:32:05.060Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-19T21:32:05.060Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-19T21:32:05.060Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-19T21:32:05.343Z] (4/5) Installing curl (7.66.0-r1) [2020-11-19T21:32:05.343Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-19T21:32:05.343Z] Executing busybox-1.30.1-r3.trigger [2020-11-19T21:32:05.343Z] ---> 6ff74c99036e [2020-11-19T21:32:05.343Z] Step 7/22 : RUN go mod download [2020-11-19T21:32:05.343Z] Executing ca-certificates-20191127-r2.trigger [2020-11-19T21:32:05.623Z] ---> Running in 56178bab4e0e [2020-11-19T21:32:05.899Z] OK: 7 MiB in 19 packages [2020-11-19T21:32:08.597Z] Removing intermediate container 29d82a3a320f [2020-11-19T21:32:08.597Z] ---> c467c1c7c615 [2020-11-19T21:32:08.597Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-19T21:32:08.880Z] ---> Running in cfa5189c3ecc [2020-11-19T21:32:09.911Z] Removing intermediate container cfa5189c3ecc [2020-11-19T21:32:09.911Z] ---> 9c54456b82e8 [2020-11-19T21:32:09.911Z] Step 13/22 : WORKDIR / [2020-11-19T21:32:10.192Z] ---> Running in d3b4ed03ecd4 [2020-11-19T21:32:11.198Z] Removing intermediate container 9ad1cefd091d [2020-11-19T21:32:11.198Z] ---> 1dfd438240ab [2020-11-19T21:32:11.198Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-19T21:32:11.515Z] Removing intermediate container d3b4ed03ecd4 [2020-11-19T21:32:11.515Z] ---> 08471849c748 [2020-11-19T21:32:11.515Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-19T21:32:11.515Z] Removing intermediate container 56178bab4e0e [2020-11-19T21:32:11.515Z] ---> 2c72baf1f3e5 [2020-11-19T21:32:11.515Z] Step 8/22 : COPY . . [2020-11-19T21:32:11.515Z] ---> Running in 7152da6647e8 [2020-11-19T21:32:13.518Z] ---> dba9f6263510 [2020-11-19T21:32:13.518Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-19T21:32:14.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T21:32:14.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T21:32:15.003Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-19T21:32:15.003Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-19T21:32:15.003Z] (3/3) Installing curl (7.69.1-r1) [2020-11-19T21:32:15.003Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T21:32:15.003Z] OK: 71 MiB in 58 packages [2020-11-19T21:32:16.479Z] ---> ac89d3da3078 [2020-11-19T21:32:16.479Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-19T21:32:17.921Z] ---> 948c4ba1b6a3 [2020-11-19T21:32:17.921Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-19T21:32:17.921Z] Removing intermediate container 7152da6647e8 [2020-11-19T21:32:17.921Z] ---> d17a9e2529b9 [2020-11-19T21:32:17.921Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-19T21:32:18.194Z] ---> Running in 456137e1a1f7 [2020-11-19T21:32:19.637Z] Removing intermediate container 456137e1a1f7 [2020-11-19T21:32:19.637Z] ---> 16770659dd0a [2020-11-19T21:32:19.637Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T21:32:19.637Z] ---> 214d13af0d6c [2020-11-19T21:32:19.637Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-19T21:32:19.637Z] ---> Running in a4811aa7e9d6 [2020-11-19T21:32:19.918Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-19T21:32:19.918Z] ---> Running in d4d2b76b3cd6 [2020-11-19T21:32:20.906Z] Removing intermediate container a4811aa7e9d6 [2020-11-19T21:32:20.906Z] ---> 5efccc3190b3 [2020-11-19T21:32:20.906Z] Step 25/27 : LABEL arch=arm64 [2020-11-19T21:32:21.186Z] ---> Running in 78c91c82b41b [2020-11-19T21:32:22.176Z] Removing intermediate container 78c91c82b41b [2020-11-19T21:32:22.176Z] ---> 4eea366084d8 [2020-11-19T21:32:22.176Z] Step 26/27 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:32:22.783Z] ---> Running in e92f615e2667 [2020-11-19T21:32:24.245Z] Removing intermediate container e92f615e2667 [2020-11-19T21:32:24.245Z] ---> 1ed9217f65d4 [2020-11-19T21:32:24.245Z] Step 27/27 : LABEL version=1.3.1-dev.3 [2020-11-19T21:32:24.245Z] ---> Running in aa124575c3c1 [2020-11-19T21:32:24.857Z] Removing intermediate container d4d2b76b3cd6 [2020-11-19T21:32:24.857Z] ---> 2b2fe3b427ce [2020-11-19T21:32:24.857Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-19T21:32:25.140Z] ---> Running in f0ffcb2c9523 [2020-11-19T21:32:25.424Z] Removing intermediate container aa124575c3c1 [2020-11-19T21:32:25.424Z] ---> 360e41b67b73 [2020-11-19T21:32:25.424Z] [2020-11-19T21:32:26.029Z] Removing intermediate container f0ffcb2c9523 [2020-11-19T21:32:26.029Z] ---> 8711d3f391e2 [2020-11-19T21:32:26.029Z] Step 20/22 : LABEL arch=arm64 [2020-11-19T21:32:26.311Z] Successfully built 360e41b67b73 [2020-11-19T21:32:26.311Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-19T21:32:26.311Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-notifications-go [2020-11-19T21:32:26.311Z] ---> Running in 11e996a1f3f4 [2020-11-19T21:32:26.913Z] ---> fb4aefef0dff [2020-11-19T21:32:26.913Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-19T21:32:26.913Z] Removing intermediate container 11e996a1f3f4 [2020-11-19T21:32:26.913Z] ---> e43f46ddbffc [2020-11-19T21:32:26.913Z] Step 21/22 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:32:26.913Z] ---> Running in 2d44635bd8b0 [2020-11-19T21:32:27.193Z] ---> Running in bdf17d174ac5 [2020-11-19T21:32:28.650Z] Removing intermediate container bdf17d174ac5 [2020-11-19T21:32:28.650Z] ---> b1c767aeb196 [2020-11-19T21:32:28.650Z] Step 22/22 : LABEL version=1.3.1-dev.3 [2020-11-19T21:32:28.925Z] ---> Running in 83a55e02a049 [2020-11-19T21:32:29.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-19T21:32:29.913Z] Removing intermediate container 83a55e02a049 [2020-11-19T21:32:29.913Z] ---> d47ef21e11db [2020-11-19T21:32:29.913Z] [2020-11-19T21:32:30.527Z] Successfully built d47ef21e11db [2020-11-19T21:32:30.527Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-11-19T21:32:30.527Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secrets-setup-go [2020-11-19T21:32:34.083Z] Removing intermediate container d6b8162a40e0 [2020-11-19T21:32:34.083Z] ---> 991c3bb7d860 [2020-11-19T21:32:34.083Z] [2020-11-19T21:32:34.083Z] Step 10/24 : FROM alpine:3.10 [2020-11-19T21:32:34.083Z] ---> 536a684cf733 [2020-11-19T21:32:34.083Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-19T21:32:34.083Z] ---> Using cache [2020-11-19T21:32:34.083Z] ---> c467c1c7c615 [2020-11-19T21:32:34.083Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-19T21:32:34.083Z] ---> Running in 9fa2569f7c85 [2020-11-19T21:32:34.697Z] Removing intermediate container 9fa2569f7c85 [2020-11-19T21:32:34.697Z] ---> 4a1b3473d3a4 [2020-11-19T21:32:34.697Z] Step 13/24 : WORKDIR / [2020-11-19T21:32:35.293Z] ---> Running in c1f54f7ed4c5 [2020-11-19T21:32:36.292Z] Removing intermediate container c1f54f7ed4c5 [2020-11-19T21:32:36.292Z] ---> 93907e346279 [2020-11-19T21:32:36.292Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-19T21:32:38.327Z] ---> 620901abcde7 [2020-11-19T21:32:38.327Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-19T21:32:39.318Z] ---> 66891583ff18 [2020-11-19T21:32:39.318Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-19T21:32:40.333Z] ---> 2ce2194183a4 [2020-11-19T21:32:40.333Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-19T21:32:42.343Z] ---> 840f90c3afc2 [2020-11-19T21:32:42.344Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-19T21:32:45.001Z] ---> c745748e193c [2020-11-19T21:32:45.001Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-19T21:32:45.282Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:32:45.282Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-19T21:32:45.282Z] ---> b0e7a69564b4 [2020-11-19T21:32:45.282Z] Step 3/24 : WORKDIR /edgex-go [2020-11-19T21:32:45.282Z] ---> Using cache [2020-11-19T21:32:45.282Z] ---> c726371ad15d [2020-11-19T21:32:45.282Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T21:32:45.282Z] ---> Using cache [2020-11-19T21:32:45.282Z] ---> cb07eafbd517 [2020-11-19T21:32:45.282Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-19T21:32:45.282Z] ---> Running in fb3a3f898f22 [2020-11-19T21:32:46.734Z] ---> f2746c17ed09 [2020-11-19T21:32:46.734Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-19T21:32:47.016Z] ---> Running in 8951e75282a9 [2020-11-19T21:32:48.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T21:32:49.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T21:32:49.991Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:32:49.992Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:32:49.992Z] OK: 12623 distinct packages available [2020-11-19T21:32:50.983Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T21:32:50.983Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-19T21:32:50.983Z] ---> b0e7a69564b4 [2020-11-19T21:32:50.983Z] Step 3/29 : WORKDIR /edgex-go [2020-11-19T21:32:50.983Z] ---> Using cache [2020-11-19T21:32:50.983Z] ---> c726371ad15d [2020-11-19T21:32:50.983Z] Step 4/29 : RUN apk update && apk add make git [2020-11-19T21:32:50.983Z] OK: 217 MiB in 51 packages [2020-11-19T21:32:51.992Z] ---> Running in 5709910323e6 [2020-11-19T21:32:53.442Z] Removing intermediate container 8951e75282a9 [2020-11-19T21:32:53.442Z] ---> 0e39825630bd [2020-11-19T21:32:53.442Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-19T21:32:53.718Z] ---> Running in 1e33325254ae [2020-11-19T21:32:53.718Z] Removing intermediate container fb3a3f898f22 [2020-11-19T21:32:53.718Z] ---> 86b958c45fc7 [2020-11-19T21:32:53.718Z] Step 6/24 : COPY go.mod . [2020-11-19T21:32:54.709Z] Removing intermediate container 1e33325254ae [2020-11-19T21:32:54.709Z] ---> a18152d06735 [2020-11-19T21:32:54.709Z] Step 22/24 : LABEL arch=arm64 [2020-11-19T21:32:54.984Z] ---> Running in b0e5ea7cf628 [2020-11-19T21:32:54.984Z] ---> 6bf87aa48e76 [2020-11-19T21:32:54.984Z] Step 7/24 : RUN go mod download [2020-11-19T21:32:55.272Z] ---> Running in 0aa2388aabf9 [2020-11-19T21:32:55.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T21:32:55.847Z] Removing intermediate container b0e5ea7cf628 [2020-11-19T21:32:55.847Z] ---> 2303558bf732 [2020-11-19T21:32:55.847Z] Step 23/24 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:32:56.132Z] ---> Running in 4adc6eb848cd [2020-11-19T21:32:56.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T21:32:56.685Z] Removing intermediate container 4adc6eb848cd [2020-11-19T21:32:56.685Z] ---> a1af96af5920 [2020-11-19T21:32:56.685Z] Step 24/24 : LABEL version=1.3.1-dev.3 [2020-11-19T21:32:56.967Z] ---> Running in 86fb8ea53b63 [2020-11-19T21:32:57.567Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:32:57.567Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:32:57.567Z] OK: 12623 distinct packages available [2020-11-19T21:32:57.567Z] Removing intermediate container 86fb8ea53b63 [2020-11-19T21:32:57.567Z] ---> 4f346db20b06 [2020-11-19T21:32:57.567Z] [2020-11-19T21:32:58.167Z] Successfully built 4f346db20b06 [2020-11-19T21:32:58.167Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-11-19T21:32:58.442Z]  Building docker-security-secretstore-setup-go ... done OK: 217 MiB in 51 packages [2020-11-19T21:33:00.434Z] Removing intermediate container 5709910323e6 [2020-11-19T21:33:00.434Z] ---> 50adbd657925 [2020-11-19T21:33:00.434Z] Step 5/29 : COPY go.mod . [2020-11-19T21:33:00.434Z] Removing intermediate container 0aa2388aabf9 [2020-11-19T21:33:00.434Z] ---> fa2ff443a8e5 [2020-11-19T21:33:00.434Z] Step 8/24 : COPY . . [2020-11-19T21:33:01.042Z] ---> a61e9e95da03 [2020-11-19T21:33:01.042Z] Step 6/29 : RUN go mod download [2020-11-19T21:33:01.319Z] ---> Running in c95644a70190 [2020-11-19T21:33:06.761Z] Removing intermediate container c95644a70190 [2020-11-19T21:33:06.761Z] ---> 990be074379a [2020-11-19T21:33:06.761Z] Step 7/29 : COPY . . [2020-11-19T21:33:10.187Z] Removing intermediate container a7b91dd38a22 [2020-11-19T21:33:10.187Z] ---> 2085b4062ff6 [2020-11-19T21:33:10.187Z] [2020-11-19T21:33:10.187Z] Step 10/21 : FROM scratch [2020-11-19T21:33:10.187Z] ---> [2020-11-19T21:33:10.187Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T21:33:10.469Z] ---> Using cache [2020-11-19T21:33:10.469Z] ---> fbd3654baeb0 [2020-11-19T21:33:10.469Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-19T21:33:11.067Z] ---> Running in e61737d299c0 [2020-11-19T21:33:12.079Z] Removing intermediate container e61737d299c0 [2020-11-19T21:33:12.079Z] ---> d4de17d6709f [2020-11-19T21:33:12.079Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-19T21:33:12.356Z] ---> Running in b6891f84b0e8 [2020-11-19T21:33:13.799Z] Removing intermediate container b6891f84b0e8 [2020-11-19T21:33:13.799Z] ---> 702b557781d4 [2020-11-19T21:33:13.799Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-19T21:33:15.247Z] ---> 66d6ad1846ee [2020-11-19T21:33:15.247Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-19T21:33:15.524Z] ---> ffcba48624a1 [2020-11-19T21:33:15.524Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-19T21:33:15.798Z] ---> Running in 4b872433b557 [2020-11-19T21:33:18.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-19T21:33:18.432Z] ---> 13b5d88d82d2 [2020-11-19T21:33:18.432Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-19T21:33:19.881Z] ---> 36e05846dd07 [2020-11-19T21:33:19.881Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-19T21:33:20.154Z] ---> Running in 7864b7fbe0e0 [2020-11-19T21:33:21.154Z] Removing intermediate container 7864b7fbe0e0 [2020-11-19T21:33:21.154Z] ---> 7a32e55b43d0 [2020-11-19T21:33:21.154Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T21:33:21.430Z] ---> Running in 52c69b1fbaf8 [2020-11-19T21:33:21.705Z] ---> 4ce1a3483bdf [2020-11-19T21:33:21.705Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-19T21:33:21.981Z] ---> Running in 7512202441ac [2020-11-19T21:33:22.268Z] Removing intermediate container 52c69b1fbaf8 [2020-11-19T21:33:22.268Z] ---> 8f781909d037 [2020-11-19T21:33:22.268Z] Step 19/21 : LABEL arch=arm64 [2020-11-19T21:33:22.268Z] ---> Running in 8f16161b4117 [2020-11-19T21:33:23.257Z] Removing intermediate container 8f16161b4117 [2020-11-19T21:33:23.257Z] ---> 415cb8e65808 [2020-11-19T21:33:23.257Z] Step 20/21 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:33:23.257Z] ---> Running in 4234c8a8338b [2020-11-19T21:33:23.863Z] Removing intermediate container 4234c8a8338b [2020-11-19T21:33:23.863Z] ---> 747f5b34fc2d [2020-11-19T21:33:23.863Z] Step 21/21 : LABEL version=1.3.1-dev.3 [2020-11-19T21:33:24.149Z] ---> Running in bfb291e0446f [2020-11-19T21:33:24.149Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.3" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-19T21:33:24.754Z] Removing intermediate container bfb291e0446f [2020-11-19T21:33:24.754Z] ---> 39641473dcee [2020-11-19T21:33:24.754Z] [2020-11-19T21:33:25.361Z] Successfully built 39641473dcee [2020-11-19T21:33:25.361Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-19T21:33:28.771Z]  Building docker-support-scheduler-go ... done Removing intermediate container 2d44635bd8b0 [2020-11-19T21:33:28.771Z] ---> c2850fc2422b [2020-11-19T21:33:28.771Z] [2020-11-19T21:33:28.771Z] Step 10/22 : FROM scratch [2020-11-19T21:33:28.771Z] ---> [2020-11-19T21:33:28.771Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-19T21:33:28.771Z] ---> Running in f3e370394f1f [2020-11-19T21:33:29.377Z] Removing intermediate container f3e370394f1f [2020-11-19T21:33:29.377Z] ---> c9c76ab28561 [2020-11-19T21:33:29.377Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-19T21:33:29.377Z] ---> Running in 2f71f96698e8 [2020-11-19T21:33:29.977Z] Removing intermediate container 2f71f96698e8 [2020-11-19T21:33:29.977Z] ---> 9a3f2930a3a7 [2020-11-19T21:33:29.977Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T21:33:30.254Z] ---> Running in 38e47a4fcc72 [2020-11-19T21:33:30.869Z] Removing intermediate container 38e47a4fcc72 [2020-11-19T21:33:30.869Z] ---> 9d1f9925019e [2020-11-19T21:33:30.869Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-19T21:33:31.858Z] ---> 51a60f55114c [2020-11-19T21:33:31.858Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-19T21:33:32.845Z] ---> bc78db972b7d [2020-11-19T21:33:32.845Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-19T21:33:34.828Z] ---> 5a798c236ef7 [2020-11-19T21:33:34.828Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-19T21:33:35.430Z] ---> d771fa42ab8c [2020-11-19T21:33:35.430Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-19T21:33:35.706Z] ---> Running in 39b4f1d8c208 [2020-11-19T21:33:36.309Z] Removing intermediate container 39b4f1d8c208 [2020-11-19T21:33:36.309Z] ---> 9dbc4bdea1b5 [2020-11-19T21:33:36.309Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T21:33:36.309Z] ---> Running in 748d87b838bd [2020-11-19T21:33:37.295Z] Removing intermediate container 748d87b838bd [2020-11-19T21:33:37.295Z] ---> 3472f6d9229e [2020-11-19T21:33:37.295Z] Step 20/22 : LABEL arch=arm64 [2020-11-19T21:33:37.295Z] ---> Running in ca2a212fd328 [2020-11-19T21:33:37.895Z] Removing intermediate container ca2a212fd328 [2020-11-19T21:33:37.895Z] ---> 0d844ee79180 [2020-11-19T21:33:37.895Z] Step 21/22 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:33:38.172Z] ---> Running in 6da07d96de7b [2020-11-19T21:33:38.775Z] Removing intermediate container 6da07d96de7b [2020-11-19T21:33:38.775Z] ---> 4ad68a814b8b [2020-11-19T21:33:38.775Z] Step 22/22 : LABEL version=1.3.1-dev.3 [2020-11-19T21:33:39.051Z] ---> Running in ec5e2fc0dfe1 [2020-11-19T21:33:39.785Z] Removing intermediate container ec5e2fc0dfe1 [2020-11-19T21:33:39.785Z] ---> fd4d2b0218cf [2020-11-19T21:33:39.785Z] [2020-11-19T21:33:40.055Z] Successfully built fd4d2b0218cf [2020-11-19T21:33:40.055Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-19T21:34:06.960Z]  Building docker-support-logging-go ... done Removing intermediate container 7512202441ac [2020-11-19T21:34:06.960Z] ---> 8b34af23698f [2020-11-19T21:34:06.960Z] [2020-11-19T21:34:06.960Z] Step 9/29 : FROM alpine:latest [2020-11-19T21:34:06.960Z] ---> 2e77e061c27f [2020-11-19T21:34:06.960Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-19T21:34:06.960Z] ---> Running in f9fa3c0e1110 [2020-11-19T21:34:06.960Z] Removing intermediate container f9fa3c0e1110 [2020-11-19T21:34:06.960Z] ---> c3ed4e8103a2 [2020-11-19T21:34:06.960Z] Step 11/29 : USER root [2020-11-19T21:34:06.960Z] ---> Running in 924252347fef [2020-11-19T21:34:06.960Z] Removing intermediate container 924252347fef [2020-11-19T21:34:06.960Z] ---> fbe5d323e9af [2020-11-19T21:34:06.960Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-19T21:34:06.960Z] ---> Running in c1da61f27c0c [2020-11-19T21:34:06.960Z] Removing intermediate container 4b872433b557 [2020-11-19T21:34:06.960Z] ---> 07c8b65488c1 [2020-11-19T21:34:06.960Z] [2020-11-19T21:34:06.960Z] Step 10/24 : FROM scratch [2020-11-19T21:34:06.960Z] ---> [2020-11-19T21:34:06.960Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-19T21:34:07.233Z] ---> Using cache [2020-11-19T21:34:07.233Z] ---> c9c76ab28561 [2020-11-19T21:34:07.233Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-19T21:34:07.505Z] ---> Running in ba5f33c9142e [2020-11-19T21:34:07.779Z] Removing intermediate container ba5f33c9142e [2020-11-19T21:34:07.779Z] ---> 459c2c8b2279 [2020-11-19T21:34:07.779Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-19T21:34:08.054Z] ---> Running in 5cdb96b16374 [2020-11-19T21:34:08.328Z] Removing intermediate container 5cdb96b16374 [2020-11-19T21:34:08.328Z] ---> 3d3330816277 [2020-11-19T21:34:08.328Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-19T21:34:08.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T21:34:08.872Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T21:34:09.149Z] ---> f27c00dd0935 [2020-11-19T21:34:09.149Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-19T21:34:09.743Z] v3.12.1-38-gb8bf3e2fef [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-19T21:34:09.743Z] v3.12.1-37-gb1aa03461c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-19T21:34:09.743Z] OK: 12615 distinct packages available [2020-11-19T21:34:10.339Z] ---> 42d60fdc483a [2020-11-19T21:34:10.339Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-19T21:34:10.339Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-19T21:34:10.615Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-19T21:34:10.615Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T21:34:10.615Z] Executing ca-certificates-20191127-r4.trigger [2020-11-19T21:34:10.615Z] OK: 6 MiB in 16 packages [2020-11-19T21:34:11.606Z] ---> 9ef3d3a64b56 [2020-11-19T21:34:11.606Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-19T21:34:12.581Z] Removing intermediate container c1da61f27c0c [2020-11-19T21:34:12.581Z] ---> 3ec7afe13a18 [2020-11-19T21:34:12.581Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-19T21:34:12.581Z] ---> 9c54b94bbbb9 [2020-11-19T21:34:12.581Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-19T21:34:12.581Z] ---> Running in cf6ca298c935 [2020-11-19T21:34:13.183Z] Removing intermediate container cf6ca298c935 [2020-11-19T21:34:13.183Z] ---> 88346c3543b2 [2020-11-19T21:34:13.183Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-19T21:34:13.459Z] ---> Running in 110cbaafbf11 [2020-11-19T21:34:13.736Z] ---> ddf2f6d276c3 [2020-11-19T21:34:13.736Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-19T21:34:14.019Z] Removing intermediate container 110cbaafbf11 [2020-11-19T21:34:14.019Z] ---> fa508da973ad [2020-11-19T21:34:14.019Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-19T21:34:14.019Z] ---> Running in 68b67c684cf7 [2020-11-19T21:34:15.009Z] ---> aaa2aa6413b2 [2020-11-19T21:34:15.009Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-19T21:34:15.009Z] ---> Running in 923ffd892589 [2020-11-19T21:34:15.621Z] Removing intermediate container 923ffd892589 [2020-11-19T21:34:15.621Z] ---> e544dcb935b4 [2020-11-19T21:34:15.621Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T21:34:15.621Z] ---> Running in 59c4783b393c [2020-11-19T21:34:15.904Z] Removing intermediate container 59c4783b393c [2020-11-19T21:34:15.904Z] ---> e2c611429059 [2020-11-19T21:34:15.904Z] Step 22/24 : LABEL arch=arm64 [2020-11-19T21:34:16.190Z] ---> Running in d1f29fd8f803 [2020-11-19T21:34:16.795Z] Removing intermediate container d1f29fd8f803 [2020-11-19T21:34:16.795Z] ---> d0345c7816de [2020-11-19T21:34:16.795Z] Step 23/24 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:34:16.795Z] Removing intermediate container 68b67c684cf7 [2020-11-19T21:34:16.795Z] ---> 51f0d520ca3b [2020-11-19T21:34:16.795Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-19T21:34:16.795Z] ---> Running in 3a14669fd25d [2020-11-19T21:34:17.396Z] Removing intermediate container 3a14669fd25d [2020-11-19T21:34:17.396Z] ---> 059998802967 [2020-11-19T21:34:17.396Z] Step 24/24 : LABEL version=1.3.1-dev.3 [2020-11-19T21:34:17.671Z] ---> Running in 8ddaf1e1912c [2020-11-19T21:34:17.948Z] ---> 7e1181bd3e46 [2020-11-19T21:34:17.948Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-19T21:34:18.222Z] Removing intermediate container 8ddaf1e1912c [2020-11-19T21:34:18.222Z] ---> eed3bc762764 [2020-11-19T21:34:18.222Z] [2020-11-19T21:34:18.496Z] Successfully built eed3bc762764 [2020-11-19T21:34:18.496Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-19T21:34:18.770Z]  Building docker-support-notifications-go ... done  ---> 8d46c38ed11a [2020-11-19T21:34:18.770Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-19T21:34:19.757Z] ---> 5c5f8a61397a [2020-11-19T21:34:19.757Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-19T21:34:20.357Z] ---> be9b9333c55a [2020-11-19T21:34:20.357Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-19T21:34:20.955Z] ---> f127e8b6461b [2020-11-19T21:34:20.955Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-19T21:34:21.235Z] ---> Running in 580a69e26839 [2020-11-19T21:34:23.873Z] Removing intermediate container 580a69e26839 [2020-11-19T21:34:23.873Z] ---> 0f3e980cc524 [2020-11-19T21:34:23.873Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-19T21:34:24.147Z] ---> 41decd6e05b1 [2020-11-19T21:34:24.147Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-19T21:34:24.426Z] ---> Running in cd274f12161e [2020-11-19T21:34:27.055Z] Removing intermediate container cd274f12161e [2020-11-19T21:34:27.055Z] ---> ec59eec83b64 [2020-11-19T21:34:27.055Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-19T21:34:27.055Z] ---> Running in a13b2ec22306 [2020-11-19T21:34:29.691Z] Removing intermediate container a13b2ec22306 [2020-11-19T21:34:29.691Z] ---> ab4259e2db1c [2020-11-19T21:34:29.691Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-19T21:34:29.691Z] ---> Running in fb15946d434f [2020-11-19T21:34:29.965Z] Removing intermediate container fb15946d434f [2020-11-19T21:34:29.965Z] ---> 8cb8b7a5000e [2020-11-19T21:34:29.965Z] Step 26/29 : CMD [ "generate" ] [2020-11-19T21:34:30.243Z] ---> Running in b2acade4aaab [2020-11-19T21:34:30.517Z] Removing intermediate container b2acade4aaab [2020-11-19T21:34:30.517Z] ---> 751068b7000a [2020-11-19T21:34:30.517Z] Step 27/29 : LABEL arch=arm64 [2020-11-19T21:34:30.794Z] ---> Running in 7eb7b8493826 [2020-11-19T21:34:31.068Z] Removing intermediate container 7eb7b8493826 [2020-11-19T21:34:31.068Z] ---> 722d45785053 [2020-11-19T21:34:31.068Z] Step 28/29 : LABEL git_sha=39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:34:31.345Z] ---> Running in 3af22926d659 [2020-11-19T21:34:31.618Z] Removing intermediate container 3af22926d659 [2020-11-19T21:34:31.618Z] ---> 61e075c449f3 [2020-11-19T21:34:31.618Z] Step 29/29 : LABEL version=1.3.1-dev.3 [2020-11-19T21:34:31.895Z] ---> Running in a0a903b446e9 [2020-11-19T21:34:32.170Z] Removing intermediate container a0a903b446e9 [2020-11-19T21:34:32.170Z] ---> 45ff36bc8378 [2020-11-19T21:34:32.170Z] [2020-11-19T21:34:32.443Z] Successfully built 45ff36bc8378 [2020-11-19T21:34:32.443Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-11-19T21:34:32.735Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-11-19T21:34:32.739Z] $ docker stop --time=1 ed865cfa0d499ca457fc9b5db47800edac55c620460993c0b0ba3ff938701615 [2020-11-19T21:34:34.668Z] $ docker rm -f ed865cfa0d499ca457fc9b5db47800edac55c620460993c0b0ba3ff938701615 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T21:34:35.392Z] + docker images [2020-11-19T21:34:35.392Z] + grep docker [2020-11-19T21:34:35.662Z] docker-security-secrets-setup-go-arm64 latest 45ff36bc8378 3 seconds ago 22.7MB [2020-11-19T21:34:35.662Z] docker-support-notifications-go-arm64 latest eed3bc762764 18 seconds ago 12.9MB [2020-11-19T21:34:35.662Z] docker-support-logging-go-arm64 latest fd4d2b0218cf 56 seconds ago 10.6MB [2020-11-19T21:34:35.662Z] docker-support-scheduler-go-arm64 latest 39641473dcee About a minute ago 11.5MB [2020-11-19T21:34:35.662Z] docker-security-secretstore-setup-go-arm64 latest 4f346db20b06 About a minute ago 23.6MB [2020-11-19T21:34:35.662Z] docker-security-bootstrap-redis-go-arm64 latest d47ef21e11db 2 minutes ago 15.2MB [2020-11-19T21:34:35.662Z] docker-sys-mgmt-agent-go-arm64 latest 360e41b67b73 2 minutes ago 270MB [2020-11-19T21:34:35.662Z] docker-core-data-go-arm64 latest 03476d1c026c 2 minutes ago 22.3MB [2020-11-19T21:34:35.662Z] docker-core-metadata-go-arm64 latest f1a9d48126df 3 minutes ago 13.6MB [2020-11-19T21:34:35.662Z] docker-core-command-go-arm64 latest 5ccbfd919d76 3 minutes ago 11.4MB [2020-11-19T21:34:35.662Z] docker-security-proxy-setup-go-arm64 latest 9863c1651495 4 minutes ago 15.1MB [2020-11-19T21:34:35.662Z] docker latest 5d4db4dc0692 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T21:34:36.365Z] provisioning config files... [2020-11-19T21:34:36.413Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/227@tmp/config2153660982545194533tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:34:36.830Z] ---> docker-login.sh [2020-11-19T21:34:36.830Z] nexus3.edgexfoundry.org:10001 [2020-11-19T21:34:37.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:34:37.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:34:37.373Z] Configure a credential helper to remove this warning. See [2020-11-19T21:34:37.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:34:37.373Z] [2020-11-19T21:34:37.373Z] Login Succeeded [2020-11-19T21:34:37.373Z] nexus3.edgexfoundry.org:10002 [2020-11-19T21:34:37.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:34:37.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:34:37.919Z] Configure a credential helper to remove this warning. See [2020-11-19T21:34:37.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:34:37.919Z] [2020-11-19T21:34:37.919Z] Login Succeeded [2020-11-19T21:34:37.919Z] nexus3.edgexfoundry.org:10003 [2020-11-19T21:34:38.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:34:38.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:34:38.465Z] Configure a credential helper to remove this warning. See [2020-11-19T21:34:38.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:34:38.465Z] [2020-11-19T21:34:38.465Z] Login Succeeded [2020-11-19T21:34:38.465Z] nexus3.edgexfoundry.org:10004 [2020-11-19T21:34:38.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:34:39.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:34:39.009Z] Configure a credential helper to remove this warning. See [2020-11-19T21:34:39.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:34:39.009Z] [2020-11-19T21:34:39.009Z] Login Succeeded [2020-11-19T21:34:39.009Z] docker.io [2020-11-19T21:34:39.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T21:34:39.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T21:34:39.873Z] Configure a credential helper to remove this warning. See [2020-11-19T21:34:39.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T21:34:39.873Z] [2020-11-19T21:34:39.873Z] Login Succeeded [2020-11-19T21:34:39.873Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T21:34:39.890Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:34:40.137Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-11-19T21:34:40.138Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:34:40.138Z] 1.3.1-dev.3 [2020-11-19T21:34:40.138Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:34:40.138Z] master [2020-11-19T21:34:40.138Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:40.687Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:41.018Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:34:41.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-19T21:34:41.018Z] 1da8a6a70452: Preparing [2020-11-19T21:34:41.018Z] ccc52ee3790c: Preparing [2020-11-19T21:34:41.018Z] b6e54de895b8: Preparing [2020-11-19T21:34:41.288Z] b6e54de895b8: Pushed [2020-11-19T21:34:41.288Z] 1da8a6a70452: Pushed [2020-11-19T21:34:43.887Z] ccc52ee3790c: Pushed [2020-11-19T21:34:44.158Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:4eeaa8c32a8d17506105b7a4797d5244cf2c436c454479b711a1b7c4512019f3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:44.497Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:44.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.3 [2020-11-19T21:34:44.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-19T21:34:44.832Z] 1da8a6a70452: Preparing [2020-11-19T21:34:44.832Z] ccc52ee3790c: Preparing [2020-11-19T21:34:44.832Z] b6e54de895b8: Preparing [2020-11-19T21:34:44.832Z] b6e54de895b8: Layer already exists [2020-11-19T21:34:44.832Z] ccc52ee3790c: Layer already exists [2020-11-19T21:34:44.832Z] 1da8a6a70452: Layer already exists [2020-11-19T21:34:45.102Z] 1.3.1-dev.3: digest: sha256:4eeaa8c32a8d17506105b7a4797d5244cf2c436c454479b711a1b7c4512019f3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:45.441Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:45.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:34:45.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-19T21:34:45.798Z] 1da8a6a70452: Preparing [2020-11-19T21:34:45.798Z] ccc52ee3790c: Preparing [2020-11-19T21:34:45.798Z] b6e54de895b8: Preparing [2020-11-19T21:34:46.086Z] 1da8a6a70452: Layer already exists [2020-11-19T21:34:46.086Z] ccc52ee3790c: Layer already exists [2020-11-19T21:34:46.086Z] b6e54de895b8: Layer already exists [2020-11-19T21:34:46.086Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:4eeaa8c32a8d17506105b7a4797d5244cf2c436c454479b711a1b7c4512019f3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:46.448Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:46.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-11-19T21:34:46.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-19T21:34:46.805Z] 1da8a6a70452: Preparing [2020-11-19T21:34:46.805Z] ccc52ee3790c: Preparing [2020-11-19T21:34:46.805Z] b6e54de895b8: Preparing [2020-11-19T21:34:47.081Z] ccc52ee3790c: Layer already exists [2020-11-19T21:34:47.081Z] 1da8a6a70452: Layer already exists [2020-11-19T21:34:47.081Z] b6e54de895b8: Layer already exists [2020-11-19T21:34:47.081Z] master: digest: sha256:4eeaa8c32a8d17506105b7a4797d5244cf2c436c454479b711a1b7c4512019f3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:34:47.332Z] ===================================================== [Pipeline] echo [2020-11-19T21:34:47.475Z] taggedImages: [2020-11-19T21:34:47.475Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:34:47.475Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.3 [2020-11-19T21:34:47.475Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:34:47.475Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-11-19T21:34:47.568Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-11-19T21:34:47.568Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:34:47.568Z] 1.3.1-dev.3 [2020-11-19T21:34:47.568Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:34:47.568Z] master [2020-11-19T21:34:47.568Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:48.169Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:48.508Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:34:48.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-19T21:34:48.508Z] 4add961ce9bd: Preparing [2020-11-19T21:34:48.508Z] c76ffe8f3544: Preparing [2020-11-19T21:34:48.508Z] c33c38ded3dc: Preparing [2020-11-19T21:34:48.508Z] c9bbb37c91c3: Preparing [2020-11-19T21:34:48.508Z] a9f1f6522c85: Preparing [2020-11-19T21:34:48.508Z] cd3761cfa1d9: Preparing [2020-11-19T21:34:48.508Z] cd3761cfa1d9: Waiting [2020-11-19T21:34:48.791Z] a9f1f6522c85: Pushed [2020-11-19T21:34:48.791Z] c33c38ded3dc: Pushed [2020-11-19T21:34:48.791Z] 4add961ce9bd: Pushed [2020-11-19T21:34:48.791Z] cd3761cfa1d9: Layer already exists [2020-11-19T21:34:49.379Z] c9bbb37c91c3: Pushed [2020-11-19T21:34:51.980Z] c76ffe8f3544: Pushed [2020-11-19T21:34:52.250Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:f82f8d5d6c186435e0ea9c8914e43ae4832bdae07ff8dc77c3a48893fef5d13a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:52.591Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:52.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.3 [2020-11-19T21:34:52.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-19T21:34:52.955Z] 4add961ce9bd: Preparing [2020-11-19T21:34:52.955Z] c76ffe8f3544: Preparing [2020-11-19T21:34:52.955Z] c33c38ded3dc: Preparing [2020-11-19T21:34:52.955Z] c9bbb37c91c3: Preparing [2020-11-19T21:34:52.955Z] a9f1f6522c85: Preparing [2020-11-19T21:34:52.955Z] cd3761cfa1d9: Preparing [2020-11-19T21:34:52.955Z] cd3761cfa1d9: Waiting [2020-11-19T21:34:53.225Z] 4add961ce9bd: Layer already exists [2020-11-19T21:34:53.225Z] c9bbb37c91c3: Layer already exists [2020-11-19T21:34:53.225Z] c76ffe8f3544: Layer already exists [2020-11-19T21:34:53.225Z] c33c38ded3dc: Layer already exists [2020-11-19T21:34:53.225Z] a9f1f6522c85: Layer already exists [2020-11-19T21:34:53.225Z] cd3761cfa1d9: Layer already exists [2020-11-19T21:34:53.225Z] 1.3.1-dev.3: digest: sha256:f82f8d5d6c186435e0ea9c8914e43ae4832bdae07ff8dc77c3a48893fef5d13a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:53.562Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:53.899Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:34:53.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-19T21:34:53.899Z] 4add961ce9bd: Preparing [2020-11-19T21:34:53.899Z] c76ffe8f3544: Preparing [2020-11-19T21:34:53.899Z] c33c38ded3dc: Preparing [2020-11-19T21:34:53.899Z] c9bbb37c91c3: Preparing [2020-11-19T21:34:53.899Z] a9f1f6522c85: Preparing [2020-11-19T21:34:53.899Z] cd3761cfa1d9: Preparing [2020-11-19T21:34:53.899Z] cd3761cfa1d9: Waiting [2020-11-19T21:34:54.169Z] c9bbb37c91c3: Layer already exists [2020-11-19T21:34:54.169Z] c76ffe8f3544: Layer already exists [2020-11-19T21:34:54.169Z] 4add961ce9bd: Layer already exists [2020-11-19T21:34:54.169Z] a9f1f6522c85: Layer already exists [2020-11-19T21:34:54.169Z] c33c38ded3dc: Layer already exists [2020-11-19T21:34:54.169Z] cd3761cfa1d9: Layer already exists [2020-11-19T21:34:54.169Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:f82f8d5d6c186435e0ea9c8914e43ae4832bdae07ff8dc77c3a48893fef5d13a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:54.511Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:54.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-11-19T21:34:54.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-19T21:34:54.853Z] 4add961ce9bd: Preparing [2020-11-19T21:34:54.853Z] c76ffe8f3544: Preparing [2020-11-19T21:34:54.853Z] c33c38ded3dc: Preparing [2020-11-19T21:34:54.853Z] c9bbb37c91c3: Preparing [2020-11-19T21:34:54.853Z] a9f1f6522c85: Preparing [2020-11-19T21:34:54.853Z] cd3761cfa1d9: Preparing [2020-11-19T21:34:54.853Z] cd3761cfa1d9: Waiting [2020-11-19T21:34:54.853Z] c9bbb37c91c3: Layer already exists [2020-11-19T21:34:54.853Z] c76ffe8f3544: Layer already exists [2020-11-19T21:34:54.853Z] c33c38ded3dc: Layer already exists [2020-11-19T21:34:55.123Z] 4add961ce9bd: Layer already exists [2020-11-19T21:34:55.123Z] a9f1f6522c85: Layer already exists [2020-11-19T21:34:55.124Z] cd3761cfa1d9: Layer already exists [2020-11-19T21:34:55.124Z] master: digest: sha256:f82f8d5d6c186435e0ea9c8914e43ae4832bdae07ff8dc77c3a48893fef5d13a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:34:55.332Z] ===================================================== [Pipeline] echo [2020-11-19T21:34:55.381Z] taggedImages: [2020-11-19T21:34:55.381Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:34:55.381Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.3 [2020-11-19T21:34:55.381Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:34:55.381Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-11-19T21:34:55.446Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-11-19T21:34:55.447Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:34:55.447Z] 1.3.1-dev.3 [2020-11-19T21:34:55.447Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:34:55.447Z] master [2020-11-19T21:34:55.447Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:55.970Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:34:56.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:34:56.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-19T21:34:56.309Z] fe7f8e31c262: Preparing [2020-11-19T21:34:56.309Z] a00109c3f848: Preparing [2020-11-19T21:34:56.309Z] 815727a0a3ed: Preparing [2020-11-19T21:34:56.580Z] 815727a0a3ed: Pushed [2020-11-19T21:34:56.580Z] fe7f8e31c262: Pushed [2020-11-19T21:34:59.943Z] a00109c3f848: Pushed [2020-11-19T21:34:59.943Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:2694021728ad858663ff5ca745736ea041323cb910d1d68b598a1880407d553e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:00.280Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:00.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.3 [2020-11-19T21:35:00.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-19T21:35:00.613Z] fe7f8e31c262: Preparing [2020-11-19T21:35:00.613Z] a00109c3f848: Preparing [2020-11-19T21:35:00.613Z] 815727a0a3ed: Preparing [2020-11-19T21:35:00.613Z] a00109c3f848: Layer already exists [2020-11-19T21:35:00.613Z] fe7f8e31c262: Layer already exists [2020-11-19T21:35:00.613Z] 815727a0a3ed: Layer already exists [2020-11-19T21:35:00.884Z] 1.3.1-dev.3: digest: sha256:2694021728ad858663ff5ca745736ea041323cb910d1d68b598a1880407d553e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:01.227Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:01.565Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:01.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-19T21:35:01.565Z] fe7f8e31c262: Preparing [2020-11-19T21:35:01.565Z] a00109c3f848: Preparing [2020-11-19T21:35:01.565Z] 815727a0a3ed: Preparing [2020-11-19T21:35:01.839Z] 815727a0a3ed: Layer already exists [2020-11-19T21:35:01.839Z] a00109c3f848: Layer already exists [2020-11-19T21:35:01.839Z] fe7f8e31c262: Layer already exists [2020-11-19T21:35:01.839Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:2694021728ad858663ff5ca745736ea041323cb910d1d68b598a1880407d553e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:02.179Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:02.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-11-19T21:35:02.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-19T21:35:02.515Z] fe7f8e31c262: Preparing [2020-11-19T21:35:02.515Z] a00109c3f848: Preparing [2020-11-19T21:35:02.515Z] 815727a0a3ed: Preparing [2020-11-19T21:35:02.515Z] fe7f8e31c262: Layer already exists [2020-11-19T21:35:02.515Z] a00109c3f848: Layer already exists [2020-11-19T21:35:02.515Z] 815727a0a3ed: Layer already exists [2020-11-19T21:35:02.785Z] master: digest: sha256:2694021728ad858663ff5ca745736ea041323cb910d1d68b598a1880407d553e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:35:02.991Z] ===================================================== [Pipeline] echo [2020-11-19T21:35:03.044Z] taggedImages: [2020-11-19T21:35:03.044Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:03.044Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.3 [2020-11-19T21:35:03.044Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:03.044Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-11-19T21:35:03.109Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-11-19T21:35:03.109Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:03.109Z] 1.3.1-dev.3 [2020-11-19T21:35:03.109Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:03.109Z] master [2020-11-19T21:35:03.109Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:03.626Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:03.964Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:03.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-19T21:35:03.964Z] f9f9c0da47ac: Preparing [2020-11-19T21:35:03.964Z] 49874e1a619d: Preparing [2020-11-19T21:35:03.964Z] 87b37ae54259: Preparing [2020-11-19T21:35:03.964Z] ddd05e8a7556: Preparing [2020-11-19T21:35:03.964Z] 3fea5fefa491: Preparing [2020-11-19T21:35:03.964Z] 42dad901683e: Preparing [2020-11-19T21:35:03.964Z] 66b385cf80cf: Preparing [2020-11-19T21:35:03.964Z] 42dad901683e: Waiting [2020-11-19T21:35:03.964Z] 66b385cf80cf: Waiting [2020-11-19T21:35:04.249Z] 49874e1a619d: Pushed [2020-11-19T21:35:04.249Z] 3fea5fefa491: Pushed [2020-11-19T21:35:04.249Z] f9f9c0da47ac: Pushed [2020-11-19T21:35:04.249Z] 87b37ae54259: Pushed [2020-11-19T21:35:04.521Z] 66b385cf80cf: Layer already exists [2020-11-19T21:35:04.791Z] 42dad901683e: Pushed [2020-11-19T21:35:06.219Z] ddd05e8a7556: Pushed [2020-11-19T21:35:06.489Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:dc6463fba676fc1f63549c02e1750d5061fa5a8fa82d291e27b25c706834e87a size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:06.833Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:07.169Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.3 [2020-11-19T21:35:07.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-19T21:35:07.169Z] f9f9c0da47ac: Preparing [2020-11-19T21:35:07.169Z] 49874e1a619d: Preparing [2020-11-19T21:35:07.169Z] 87b37ae54259: Preparing [2020-11-19T21:35:07.169Z] ddd05e8a7556: Preparing [2020-11-19T21:35:07.169Z] 3fea5fefa491: Preparing [2020-11-19T21:35:07.169Z] 42dad901683e: Preparing [2020-11-19T21:35:07.169Z] 66b385cf80cf: Preparing [2020-11-19T21:35:07.169Z] 42dad901683e: Waiting [2020-11-19T21:35:07.169Z] 66b385cf80cf: Waiting [2020-11-19T21:35:07.169Z] f9f9c0da47ac: Layer already exists [2020-11-19T21:35:07.169Z] 3fea5fefa491: Layer already exists [2020-11-19T21:35:07.169Z] 87b37ae54259: Layer already exists [2020-11-19T21:35:07.169Z] 49874e1a619d: Layer already exists [2020-11-19T21:35:07.169Z] ddd05e8a7556: Layer already exists [2020-11-19T21:35:07.440Z] 66b385cf80cf: Layer already exists [2020-11-19T21:35:07.440Z] 42dad901683e: Layer already exists [2020-11-19T21:35:07.440Z] 1.3.1-dev.3: digest: sha256:dc6463fba676fc1f63549c02e1750d5061fa5a8fa82d291e27b25c706834e87a size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:07.783Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:08.161Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:08.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-19T21:35:08.161Z] f9f9c0da47ac: Preparing [2020-11-19T21:35:08.161Z] 49874e1a619d: Preparing [2020-11-19T21:35:08.161Z] 87b37ae54259: Preparing [2020-11-19T21:35:08.161Z] ddd05e8a7556: Preparing [2020-11-19T21:35:08.161Z] 3fea5fefa491: Preparing [2020-11-19T21:35:08.161Z] 42dad901683e: Preparing [2020-11-19T21:35:08.161Z] 66b385cf80cf: Preparing [2020-11-19T21:35:08.161Z] 42dad901683e: Waiting [2020-11-19T21:35:08.161Z] 66b385cf80cf: Waiting [2020-11-19T21:35:08.447Z] 87b37ae54259: Layer already exists [2020-11-19T21:35:08.447Z] 3fea5fefa491: Layer already exists [2020-11-19T21:35:08.447Z] f9f9c0da47ac: Layer already exists [2020-11-19T21:35:08.447Z] ddd05e8a7556: Layer already exists [2020-11-19T21:35:08.447Z] 49874e1a619d: Layer already exists [2020-11-19T21:35:08.447Z] 42dad901683e: Layer already exists [2020-11-19T21:35:08.447Z] 66b385cf80cf: Layer already exists [2020-11-19T21:35:08.447Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:dc6463fba676fc1f63549c02e1750d5061fa5a8fa82d291e27b25c706834e87a size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:08.805Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:09.167Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-11-19T21:35:09.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-19T21:35:09.167Z] f9f9c0da47ac: Preparing [2020-11-19T21:35:09.167Z] 49874e1a619d: Preparing [2020-11-19T21:35:09.167Z] 87b37ae54259: Preparing [2020-11-19T21:35:09.167Z] ddd05e8a7556: Preparing [2020-11-19T21:35:09.167Z] 3fea5fefa491: Preparing [2020-11-19T21:35:09.167Z] 42dad901683e: Preparing [2020-11-19T21:35:09.167Z] 66b385cf80cf: Preparing [2020-11-19T21:35:09.167Z] 42dad901683e: Waiting [2020-11-19T21:35:09.167Z] 66b385cf80cf: Waiting [2020-11-19T21:35:09.444Z] f9f9c0da47ac: Layer already exists [2020-11-19T21:35:09.444Z] ddd05e8a7556: Layer already exists [2020-11-19T21:35:09.444Z] 3fea5fefa491: Layer already exists [2020-11-19T21:35:09.444Z] 49874e1a619d: Layer already exists [2020-11-19T21:35:09.444Z] 87b37ae54259: Layer already exists [2020-11-19T21:35:09.444Z] 42dad901683e: Layer already exists [2020-11-19T21:35:09.444Z] 66b385cf80cf: Layer already exists [2020-11-19T21:35:09.444Z] master: digest: sha256:dc6463fba676fc1f63549c02e1750d5061fa5a8fa82d291e27b25c706834e87a size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:35:09.680Z] ===================================================== [Pipeline] echo [2020-11-19T21:35:09.728Z] taggedImages: [2020-11-19T21:35:09.728Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:09.728Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.3 [2020-11-19T21:35:09.728Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:09.728Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-11-19T21:35:09.806Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-11-19T21:35:09.806Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:09.806Z] 1.3.1-dev.3 [2020-11-19T21:35:09.806Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:09.806Z] master [2020-11-19T21:35:09.806Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:10.343Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:10.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:10.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-19T21:35:10.680Z] 526d97474a61: Preparing [2020-11-19T21:35:10.680Z] d4d1f4dec5d8: Preparing [2020-11-19T21:35:10.680Z] 84b9433668e6: Preparing [2020-11-19T21:35:10.680Z] 509d003c0c55: Preparing [2020-11-19T21:35:10.680Z] cd3761cfa1d9: Preparing [2020-11-19T21:35:10.956Z] cd3761cfa1d9: Layer already exists [2020-11-19T21:35:10.956Z] 84b9433668e6: Pushed [2020-11-19T21:35:10.956Z] d4d1f4dec5d8: Pushed [2020-11-19T21:35:11.550Z] 509d003c0c55: Pushed [2020-11-19T21:35:12.979Z] 526d97474a61: Pushed [2020-11-19T21:35:13.250Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:a0e067a299de8fc2ea8e44ef537b5070d540441bdc27944870bd014b33b5fed8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:13.588Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:13.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.3 [2020-11-19T21:35:13.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-19T21:35:13.930Z] 526d97474a61: Preparing [2020-11-19T21:35:13.930Z] d4d1f4dec5d8: Preparing [2020-11-19T21:35:13.930Z] 84b9433668e6: Preparing [2020-11-19T21:35:13.930Z] 509d003c0c55: Preparing [2020-11-19T21:35:13.930Z] cd3761cfa1d9: Preparing [2020-11-19T21:35:13.930Z] 509d003c0c55: Layer already exists [2020-11-19T21:35:13.930Z] 84b9433668e6: Layer already exists [2020-11-19T21:35:13.930Z] cd3761cfa1d9: Layer already exists [2020-11-19T21:35:13.930Z] d4d1f4dec5d8: Layer already exists [2020-11-19T21:35:13.930Z] 526d97474a61: Layer already exists [2020-11-19T21:35:14.200Z] 1.3.1-dev.3: digest: sha256:a0e067a299de8fc2ea8e44ef537b5070d540441bdc27944870bd014b33b5fed8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:14.543Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:14.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:14.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-19T21:35:14.879Z] 526d97474a61: Preparing [2020-11-19T21:35:14.879Z] d4d1f4dec5d8: Preparing [2020-11-19T21:35:14.879Z] 84b9433668e6: Preparing [2020-11-19T21:35:14.879Z] 509d003c0c55: Preparing [2020-11-19T21:35:14.879Z] cd3761cfa1d9: Preparing [2020-11-19T21:35:14.879Z] d4d1f4dec5d8: Layer already exists [2020-11-19T21:35:14.879Z] 84b9433668e6: Layer already exists [2020-11-19T21:35:14.879Z] 526d97474a61: Layer already exists [2020-11-19T21:35:14.879Z] 509d003c0c55: Layer already exists [2020-11-19T21:35:14.879Z] cd3761cfa1d9: Layer already exists [2020-11-19T21:35:15.153Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:a0e067a299de8fc2ea8e44ef537b5070d540441bdc27944870bd014b33b5fed8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:15.499Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:15.836Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-11-19T21:35:15.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-19T21:35:15.836Z] 526d97474a61: Preparing [2020-11-19T21:35:15.836Z] d4d1f4dec5d8: Preparing [2020-11-19T21:35:15.836Z] 84b9433668e6: Preparing [2020-11-19T21:35:15.836Z] 509d003c0c55: Preparing [2020-11-19T21:35:15.836Z] cd3761cfa1d9: Preparing [2020-11-19T21:35:15.836Z] cd3761cfa1d9: Layer already exists [2020-11-19T21:35:15.836Z] d4d1f4dec5d8: Layer already exists [2020-11-19T21:35:15.836Z] 509d003c0c55: Layer already exists [2020-11-19T21:35:15.836Z] 84b9433668e6: Layer already exists [2020-11-19T21:35:15.836Z] 526d97474a61: Layer already exists [2020-11-19T21:35:16.107Z] master: digest: sha256:a0e067a299de8fc2ea8e44ef537b5070d540441bdc27944870bd014b33b5fed8 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:35:16.301Z] ===================================================== [Pipeline] echo [2020-11-19T21:35:16.348Z] taggedImages: [2020-11-19T21:35:16.348Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:16.348Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.3 [2020-11-19T21:35:16.348Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:16.348Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-11-19T21:35:16.412Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-11-19T21:35:16.412Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:16.412Z] 1.3.1-dev.3 [2020-11-19T21:35:16.412Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:16.412Z] master [2020-11-19T21:35:16.412Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:16.976Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:17.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:17.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-19T21:35:17.308Z] 847c7ae82d92: Preparing [2020-11-19T21:35:17.308Z] bb1d7b4f0f5b: Preparing [2020-11-19T21:35:17.308Z] 6e7cd3e718a1: Preparing [2020-11-19T21:35:17.308Z] 2943424498c9: Preparing [2020-11-19T21:35:17.308Z] 2943424498c9: Preparing [2020-11-19T21:35:17.308Z] d256f999dec7: Preparing [2020-11-19T21:35:17.308Z] 49d677068461: Preparing [2020-11-19T21:35:17.308Z] 7102fa20e956: Preparing [2020-11-19T21:35:17.308Z] 847c7ae82d92: Preparing [2020-11-19T21:35:17.308Z] 93804d39d898: Preparing [2020-11-19T21:35:17.308Z] 4b7b1576f09e: Preparing [2020-11-19T21:35:17.308Z] e4d558da234b: Preparing [2020-11-19T21:35:17.308Z] cd3761cfa1d9: Preparing [2020-11-19T21:35:17.308Z] 93804d39d898: Waiting [2020-11-19T21:35:17.308Z] 4b7b1576f09e: Waiting [2020-11-19T21:35:17.308Z] e4d558da234b: Waiting [2020-11-19T21:35:17.308Z] 49d677068461: Waiting [2020-11-19T21:35:17.308Z] cd3761cfa1d9: Waiting [2020-11-19T21:35:17.583Z] d256f999dec7: Pushed [2020-11-19T21:35:17.583Z] 2943424498c9: Pushed [2020-11-19T21:35:17.583Z] bb1d7b4f0f5b: Pushed [2020-11-19T21:35:17.583Z] 6e7cd3e718a1: Pushed [2020-11-19T21:35:17.856Z] 93804d39d898: Pushed [2020-11-19T21:35:17.856Z] 7102fa20e956: Pushed [2020-11-19T21:35:17.856Z] 49d677068461: Pushed [2020-11-19T21:35:17.856Z] 4b7b1576f09e: Pushed [2020-11-19T21:35:18.125Z] cd3761cfa1d9: Layer already exists [2020-11-19T21:35:18.396Z] e4d558da234b: Pushed [2020-11-19T21:35:19.823Z] 847c7ae82d92: Pushed [2020-11-19T21:35:19.823Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:3e83841588ddaa60619403fd87ec9ae74d895c2efbdb4a669d03a3a8017f7997 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:20.163Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:20.497Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.3 [2020-11-19T21:35:20.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-19T21:35:20.497Z] 847c7ae82d92: Preparing [2020-11-19T21:35:20.497Z] bb1d7b4f0f5b: Preparing [2020-11-19T21:35:20.497Z] 6e7cd3e718a1: Preparing [2020-11-19T21:35:20.497Z] 2943424498c9: Preparing [2020-11-19T21:35:20.497Z] 2943424498c9: Preparing [2020-11-19T21:35:20.497Z] d256f999dec7: Preparing [2020-11-19T21:35:20.497Z] 49d677068461: Preparing [2020-11-19T21:35:20.497Z] 7102fa20e956: Preparing [2020-11-19T21:35:20.497Z] 847c7ae82d92: Preparing [2020-11-19T21:35:20.497Z] 93804d39d898: Preparing [2020-11-19T21:35:20.497Z] 4b7b1576f09e: Preparing [2020-11-19T21:35:20.497Z] e4d558da234b: Preparing [2020-11-19T21:35:20.497Z] cd3761cfa1d9: Preparing [2020-11-19T21:35:20.497Z] e4d558da234b: Waiting [2020-11-19T21:35:20.497Z] 93804d39d898: Waiting [2020-11-19T21:35:20.497Z] 4b7b1576f09e: Waiting [2020-11-19T21:35:20.497Z] cd3761cfa1d9: Waiting [2020-11-19T21:35:20.497Z] 7102fa20e956: Waiting [2020-11-19T21:35:20.497Z] 49d677068461: Waiting [2020-11-19T21:35:20.497Z] 6e7cd3e718a1: Layer already exists [2020-11-19T21:35:20.497Z] 847c7ae82d92: Layer already exists [2020-11-19T21:35:20.497Z] d256f999dec7: Layer already exists [2020-11-19T21:35:20.497Z] 2943424498c9: Layer already exists [2020-11-19T21:35:20.769Z] bb1d7b4f0f5b: Layer already exists [2020-11-19T21:35:20.769Z] 49d677068461: Layer already exists [2020-11-19T21:35:20.769Z] 93804d39d898: Layer already exists [2020-11-19T21:35:20.769Z] 7102fa20e956: Layer already exists [2020-11-19T21:35:20.769Z] e4d558da234b: Layer already exists [2020-11-19T21:35:20.769Z] 4b7b1576f09e: Layer already exists [2020-11-19T21:35:20.769Z] cd3761cfa1d9: Layer already exists [2020-11-19T21:35:20.769Z] 1.3.1-dev.3: digest: sha256:3e83841588ddaa60619403fd87ec9ae74d895c2efbdb4a669d03a3a8017f7997 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:21.104Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:21.435Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:21.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-19T21:35:21.435Z] 847c7ae82d92: Preparing [2020-11-19T21:35:21.435Z] bb1d7b4f0f5b: Preparing [2020-11-19T21:35:21.435Z] 6e7cd3e718a1: Preparing [2020-11-19T21:35:21.435Z] 2943424498c9: Preparing [2020-11-19T21:35:21.435Z] 2943424498c9: Preparing [2020-11-19T21:35:21.435Z] d256f999dec7: Preparing [2020-11-19T21:35:21.435Z] 49d677068461: Preparing [2020-11-19T21:35:21.435Z] 7102fa20e956: Preparing [2020-11-19T21:35:21.435Z] 847c7ae82d92: Preparing [2020-11-19T21:35:21.435Z] 93804d39d898: Preparing [2020-11-19T21:35:21.435Z] 4b7b1576f09e: Preparing [2020-11-19T21:35:21.435Z] e4d558da234b: Preparing [2020-11-19T21:35:21.435Z] cd3761cfa1d9: Preparing [2020-11-19T21:35:21.435Z] 7102fa20e956: Waiting [2020-11-19T21:35:21.435Z] 93804d39d898: Waiting [2020-11-19T21:35:21.435Z] 4b7b1576f09e: Waiting [2020-11-19T21:35:21.435Z] e4d558da234b: Waiting [2020-11-19T21:35:21.435Z] cd3761cfa1d9: Waiting [2020-11-19T21:35:21.435Z] 6e7cd3e718a1: Layer already exists [2020-11-19T21:35:21.435Z] d256f999dec7: Layer already exists [2020-11-19T21:35:21.435Z] 847c7ae82d92: Layer already exists [2020-11-19T21:35:21.435Z] 2943424498c9: Layer already exists [2020-11-19T21:35:21.435Z] bb1d7b4f0f5b: Layer already exists [2020-11-19T21:35:21.435Z] 49d677068461: Layer already exists [2020-11-19T21:35:21.435Z] 7102fa20e956: Layer already exists [2020-11-19T21:35:21.435Z] 93804d39d898: Layer already exists [2020-11-19T21:35:21.435Z] e4d558da234b: Layer already exists [2020-11-19T21:35:21.435Z] 4b7b1576f09e: Layer already exists [2020-11-19T21:35:21.704Z] cd3761cfa1d9: Layer already exists [2020-11-19T21:35:21.704Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:3e83841588ddaa60619403fd87ec9ae74d895c2efbdb4a669d03a3a8017f7997 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:22.036Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:22.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-11-19T21:35:22.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-19T21:35:22.361Z] 847c7ae82d92: Preparing [2020-11-19T21:35:22.361Z] bb1d7b4f0f5b: Preparing [2020-11-19T21:35:22.361Z] 6e7cd3e718a1: Preparing [2020-11-19T21:35:22.361Z] 2943424498c9: Preparing [2020-11-19T21:35:22.361Z] 2943424498c9: Preparing [2020-11-19T21:35:22.361Z] d256f999dec7: Preparing [2020-11-19T21:35:22.361Z] 49d677068461: Preparing [2020-11-19T21:35:22.361Z] 7102fa20e956: Preparing [2020-11-19T21:35:22.361Z] 847c7ae82d92: Preparing [2020-11-19T21:35:22.361Z] 93804d39d898: Preparing [2020-11-19T21:35:22.361Z] 4b7b1576f09e: Preparing [2020-11-19T21:35:22.361Z] e4d558da234b: Preparing [2020-11-19T21:35:22.361Z] cd3761cfa1d9: Preparing [2020-11-19T21:35:22.361Z] 7102fa20e956: Waiting [2020-11-19T21:35:22.361Z] 93804d39d898: Waiting [2020-11-19T21:35:22.361Z] 4b7b1576f09e: Waiting [2020-11-19T21:35:22.361Z] e4d558da234b: Waiting [2020-11-19T21:35:22.361Z] cd3761cfa1d9: Waiting [2020-11-19T21:35:22.361Z] 49d677068461: Waiting [2020-11-19T21:35:22.361Z] 847c7ae82d92: Layer already exists [2020-11-19T21:35:22.361Z] 6e7cd3e718a1: Layer already exists [2020-11-19T21:35:22.361Z] d256f999dec7: Layer already exists [2020-11-19T21:35:22.361Z] 2943424498c9: Layer already exists [2020-11-19T21:35:22.361Z] bb1d7b4f0f5b: Layer already exists [2020-11-19T21:35:22.361Z] 4b7b1576f09e: Layer already exists [2020-11-19T21:35:22.361Z] 49d677068461: Layer already exists [2020-11-19T21:35:22.361Z] e4d558da234b: Layer already exists [2020-11-19T21:35:22.361Z] 7102fa20e956: Layer already exists [2020-11-19T21:35:22.361Z] 93804d39d898: Layer already exists [2020-11-19T21:35:22.633Z] cd3761cfa1d9: Layer already exists [2020-11-19T21:35:22.633Z] master: digest: sha256:3e83841588ddaa60619403fd87ec9ae74d895c2efbdb4a669d03a3a8017f7997 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:35:22.887Z] ===================================================== [Pipeline] echo [2020-11-19T21:35:22.937Z] taggedImages: [2020-11-19T21:35:22.937Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:22.937Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.3 [2020-11-19T21:35:22.937Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:22.937Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-11-19T21:35:23.005Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-11-19T21:35:23.005Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:23.005Z] 1.3.1-dev.3 [2020-11-19T21:35:23.005Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:23.005Z] master [2020-11-19T21:35:23.005Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:23.523Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:23.855Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:23.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-19T21:35:23.855Z] 1315e9c71734: Preparing [2020-11-19T21:35:23.855Z] 716f7256f753: Preparing [2020-11-19T21:35:23.855Z] 0a899c851200: Preparing [2020-11-19T21:35:23.855Z] 7e13ec231c18: Preparing [2020-11-19T21:35:23.855Z] d18fd2e099ad: Preparing [2020-11-19T21:35:23.855Z] 109003e23cef: Preparing [2020-11-19T21:35:23.855Z] 08e8b022307c: Preparing [2020-11-19T21:35:23.855Z] 42dad901683e: Preparing [2020-11-19T21:35:23.855Z] 66b385cf80cf: Preparing [2020-11-19T21:35:23.855Z] 08e8b022307c: Waiting [2020-11-19T21:35:23.855Z] 42dad901683e: Waiting [2020-11-19T21:35:23.855Z] 109003e23cef: Waiting [2020-11-19T21:35:23.855Z] 66b385cf80cf: Waiting [2020-11-19T21:35:24.134Z] 1315e9c71734: Pushed [2020-11-19T21:35:24.134Z] 716f7256f753: Pushed [2020-11-19T21:35:24.134Z] d18fd2e099ad: Pushed [2020-11-19T21:35:24.408Z] 42dad901683e: Layer already exists [2020-11-19T21:35:24.408Z] 66b385cf80cf: Layer already exists [2020-11-19T21:35:24.408Z] 109003e23cef: Pushed [2020-11-19T21:35:24.408Z] 08e8b022307c: Pushed [2020-11-19T21:35:26.378Z] 7e13ec231c18: Pushed [2020-11-19T21:35:26.378Z] 0a899c851200: Pushed [2020-11-19T21:35:26.648Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:1e0866e69de38d5d683ca27f8c3a47019bfb04d75731c7405d9ad951c9af21ba size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:26.982Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:27.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.3 [2020-11-19T21:35:27.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-19T21:35:27.312Z] 1315e9c71734: Preparing [2020-11-19T21:35:27.312Z] 716f7256f753: Preparing [2020-11-19T21:35:27.312Z] 0a899c851200: Preparing [2020-11-19T21:35:27.312Z] 7e13ec231c18: Preparing [2020-11-19T21:35:27.312Z] d18fd2e099ad: Preparing [2020-11-19T21:35:27.312Z] 109003e23cef: Preparing [2020-11-19T21:35:27.312Z] 08e8b022307c: Preparing [2020-11-19T21:35:27.312Z] 42dad901683e: Preparing [2020-11-19T21:35:27.312Z] 66b385cf80cf: Preparing [2020-11-19T21:35:27.312Z] 109003e23cef: Waiting [2020-11-19T21:35:27.312Z] 42dad901683e: Waiting [2020-11-19T21:35:27.312Z] 66b385cf80cf: Waiting [2020-11-19T21:35:27.312Z] 08e8b022307c: Waiting [2020-11-19T21:35:27.312Z] 1315e9c71734: Layer already exists [2020-11-19T21:35:27.312Z] 716f7256f753: Layer already exists [2020-11-19T21:35:27.312Z] d18fd2e099ad: Layer already exists [2020-11-19T21:35:27.312Z] 0a899c851200: Layer already exists [2020-11-19T21:35:27.312Z] 7e13ec231c18: Layer already exists [2020-11-19T21:35:27.312Z] 08e8b022307c: Layer already exists [2020-11-19T21:35:27.312Z] 109003e23cef: Layer already exists [2020-11-19T21:35:27.312Z] 42dad901683e: Layer already exists [2020-11-19T21:35:27.312Z] 66b385cf80cf: Layer already exists [2020-11-19T21:35:27.583Z] 1.3.1-dev.3: digest: sha256:1e0866e69de38d5d683ca27f8c3a47019bfb04d75731c7405d9ad951c9af21ba size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:27.921Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:28.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:28.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-19T21:35:28.256Z] 1315e9c71734: Preparing [2020-11-19T21:35:28.256Z] 716f7256f753: Preparing [2020-11-19T21:35:28.256Z] 0a899c851200: Preparing [2020-11-19T21:35:28.256Z] 7e13ec231c18: Preparing [2020-11-19T21:35:28.256Z] d18fd2e099ad: Preparing [2020-11-19T21:35:28.256Z] 109003e23cef: Preparing [2020-11-19T21:35:28.256Z] 08e8b022307c: Preparing [2020-11-19T21:35:28.256Z] 42dad901683e: Preparing [2020-11-19T21:35:28.256Z] 66b385cf80cf: Preparing [2020-11-19T21:35:28.256Z] 109003e23cef: Waiting [2020-11-19T21:35:28.256Z] 08e8b022307c: Waiting [2020-11-19T21:35:28.256Z] 42dad901683e: Waiting [2020-11-19T21:35:28.256Z] 66b385cf80cf: Waiting [2020-11-19T21:35:28.526Z] 7e13ec231c18: Layer already exists [2020-11-19T21:35:28.526Z] 0a899c851200: Layer already exists [2020-11-19T21:35:28.526Z] d18fd2e099ad: Layer already exists [2020-11-19T21:35:28.526Z] 1315e9c71734: Layer already exists [2020-11-19T21:35:28.526Z] 716f7256f753: Layer already exists [2020-11-19T21:35:28.526Z] 66b385cf80cf: Layer already exists [2020-11-19T21:35:28.526Z] 42dad901683e: Layer already exists [2020-11-19T21:35:28.526Z] 109003e23cef: Layer already exists [2020-11-19T21:35:28.526Z] 08e8b022307c: Layer already exists [2020-11-19T21:35:28.526Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:1e0866e69de38d5d683ca27f8c3a47019bfb04d75731c7405d9ad951c9af21ba size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:28.861Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:29.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-11-19T21:35:29.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-19T21:35:29.192Z] 1315e9c71734: Preparing [2020-11-19T21:35:29.192Z] 716f7256f753: Preparing [2020-11-19T21:35:29.192Z] 0a899c851200: Preparing [2020-11-19T21:35:29.192Z] 7e13ec231c18: Preparing [2020-11-19T21:35:29.192Z] d18fd2e099ad: Preparing [2020-11-19T21:35:29.192Z] 109003e23cef: Preparing [2020-11-19T21:35:29.192Z] 08e8b022307c: Preparing [2020-11-19T21:35:29.192Z] 42dad901683e: Preparing [2020-11-19T21:35:29.192Z] 66b385cf80cf: Preparing [2020-11-19T21:35:29.192Z] 08e8b022307c: Waiting [2020-11-19T21:35:29.192Z] 42dad901683e: Waiting [2020-11-19T21:35:29.192Z] 66b385cf80cf: Waiting [2020-11-19T21:35:29.192Z] 109003e23cef: Waiting [2020-11-19T21:35:29.464Z] 1315e9c71734: Layer already exists [2020-11-19T21:35:29.464Z] 0a899c851200: Layer already exists [2020-11-19T21:35:29.464Z] 716f7256f753: Layer already exists [2020-11-19T21:35:29.464Z] 7e13ec231c18: Layer already exists [2020-11-19T21:35:29.464Z] d18fd2e099ad: Layer already exists [2020-11-19T21:35:29.464Z] 109003e23cef: Layer already exists [2020-11-19T21:35:29.464Z] 42dad901683e: Layer already exists [2020-11-19T21:35:29.464Z] 08e8b022307c: Layer already exists [2020-11-19T21:35:29.464Z] 66b385cf80cf: Layer already exists [2020-11-19T21:35:29.464Z] master: digest: sha256:1e0866e69de38d5d683ca27f8c3a47019bfb04d75731c7405d9ad951c9af21ba size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:35:29.699Z] ===================================================== [Pipeline] echo [2020-11-19T21:35:29.782Z] taggedImages: [2020-11-19T21:35:29.782Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:29.782Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.3 [2020-11-19T21:35:29.782Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:29.782Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-11-19T21:35:29.868Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-11-19T21:35:29.868Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:29.868Z] 1.3.1-dev.3 [2020-11-19T21:35:29.868Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:29.868Z] master [2020-11-19T21:35:29.868Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:30.455Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:30.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:30.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-19T21:35:30.832Z] 51e6b94148f0: Preparing [2020-11-19T21:35:30.832Z] 82866999b88e: Preparing [2020-11-19T21:35:30.832Z] 441f57eab0f5: Preparing [2020-11-19T21:35:30.832Z] fb77b298ece2: Preparing [2020-11-19T21:35:31.137Z] 51e6b94148f0: Pushed [2020-11-19T21:35:31.138Z] 441f57eab0f5: Pushed [2020-11-19T21:35:31.429Z] fb77b298ece2: Pushed [2020-11-19T21:35:33.399Z] 82866999b88e: Pushed [2020-11-19T21:35:33.668Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:55ec35ab5a1e043e80b375e7907984590f4af90c4d76dc2fa45f7cf0c97ec223 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:34.007Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:34.340Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.3 [2020-11-19T21:35:34.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-19T21:35:34.340Z] 51e6b94148f0: Preparing [2020-11-19T21:35:34.340Z] 82866999b88e: Preparing [2020-11-19T21:35:34.340Z] 441f57eab0f5: Preparing [2020-11-19T21:35:34.340Z] fb77b298ece2: Preparing [2020-11-19T21:35:34.611Z] 82866999b88e: Layer already exists [2020-11-19T21:35:34.611Z] 441f57eab0f5: Layer already exists [2020-11-19T21:35:34.611Z] 51e6b94148f0: Layer already exists [2020-11-19T21:35:34.611Z] fb77b298ece2: Layer already exists [2020-11-19T21:35:34.611Z] 1.3.1-dev.3: digest: sha256:55ec35ab5a1e043e80b375e7907984590f4af90c4d76dc2fa45f7cf0c97ec223 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:34.947Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:35.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:35.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-19T21:35:35.276Z] 51e6b94148f0: Preparing [2020-11-19T21:35:35.276Z] 82866999b88e: Preparing [2020-11-19T21:35:35.276Z] 441f57eab0f5: Preparing [2020-11-19T21:35:35.276Z] fb77b298ece2: Preparing [2020-11-19T21:35:35.276Z] 441f57eab0f5: Layer already exists [2020-11-19T21:35:35.549Z] 82866999b88e: Layer already exists [2020-11-19T21:35:35.549Z] 51e6b94148f0: Layer already exists [2020-11-19T21:35:35.549Z] fb77b298ece2: Layer already exists [2020-11-19T21:35:35.549Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:55ec35ab5a1e043e80b375e7907984590f4af90c4d76dc2fa45f7cf0c97ec223 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:35.886Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:36.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-11-19T21:35:36.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-19T21:35:36.215Z] 51e6b94148f0: Preparing [2020-11-19T21:35:36.215Z] 82866999b88e: Preparing [2020-11-19T21:35:36.215Z] 441f57eab0f5: Preparing [2020-11-19T21:35:36.215Z] fb77b298ece2: Preparing [2020-11-19T21:35:36.215Z] 51e6b94148f0: Layer already exists [2020-11-19T21:35:36.215Z] 441f57eab0f5: Layer already exists [2020-11-19T21:35:36.215Z] 82866999b88e: Layer already exists [2020-11-19T21:35:36.215Z] fb77b298ece2: Layer already exists [2020-11-19T21:35:36.485Z] master: digest: sha256:55ec35ab5a1e043e80b375e7907984590f4af90c4d76dc2fa45f7cf0c97ec223 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:35:36.672Z] ===================================================== [Pipeline] echo [2020-11-19T21:35:36.717Z] taggedImages: [2020-11-19T21:35:36.717Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:36.717Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.3 [2020-11-19T21:35:36.717Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:36.717Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-11-19T21:35:36.780Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-11-19T21:35:36.780Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:36.780Z] 1.3.1-dev.3 [2020-11-19T21:35:36.780Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:36.780Z] master [2020-11-19T21:35:36.780Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:37.285Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:37.615Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:37.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-19T21:35:37.615Z] 9b4037527ab3: Preparing [2020-11-19T21:35:37.615Z] ad6b2dc9e4ec: Preparing [2020-11-19T21:35:37.615Z] c97841f2d352: Preparing [2020-11-19T21:35:37.615Z] e389888b37cd: Preparing [2020-11-19T21:35:37.615Z] 833040477f34: Preparing [2020-11-19T21:35:37.615Z] fde3553faba8: Preparing [2020-11-19T21:35:37.615Z] fde3553faba8: Waiting [2020-11-19T21:35:38.206Z] 833040477f34: Pushed [2020-11-19T21:35:38.206Z] c97841f2d352: Pushed [2020-11-19T21:35:38.206Z] e389888b37cd: Pushed [2020-11-19T21:35:38.206Z] 9b4037527ab3: Pushed [2020-11-19T21:35:38.477Z] fde3553faba8: Pushed [2020-11-19T21:35:41.077Z] ad6b2dc9e4ec: Pushed [2020-11-19T21:35:41.077Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:19dc6e5191aa52085460e741d884f2b5e9fcdf4a9ca9d41462eed9745029786a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:41.440Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:41.791Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.3 [2020-11-19T21:35:41.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-19T21:35:41.791Z] 9b4037527ab3: Preparing [2020-11-19T21:35:41.791Z] ad6b2dc9e4ec: Preparing [2020-11-19T21:35:41.791Z] c97841f2d352: Preparing [2020-11-19T21:35:41.791Z] e389888b37cd: Preparing [2020-11-19T21:35:41.791Z] 833040477f34: Preparing [2020-11-19T21:35:41.791Z] fde3553faba8: Preparing [2020-11-19T21:35:41.791Z] fde3553faba8: Waiting [2020-11-19T21:35:41.791Z] 9b4037527ab3: Layer already exists [2020-11-19T21:35:41.791Z] ad6b2dc9e4ec: Layer already exists [2020-11-19T21:35:42.061Z] e389888b37cd: Layer already exists [2020-11-19T21:35:42.061Z] c97841f2d352: Layer already exists [2020-11-19T21:35:42.061Z] 833040477f34: Layer already exists [2020-11-19T21:35:42.061Z] fde3553faba8: Layer already exists [2020-11-19T21:35:42.061Z] 1.3.1-dev.3: digest: sha256:19dc6e5191aa52085460e741d884f2b5e9fcdf4a9ca9d41462eed9745029786a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:42.395Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:42.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:42.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-19T21:35:42.724Z] 9b4037527ab3: Preparing [2020-11-19T21:35:42.724Z] ad6b2dc9e4ec: Preparing [2020-11-19T21:35:42.724Z] c97841f2d352: Preparing [2020-11-19T21:35:42.724Z] e389888b37cd: Preparing [2020-11-19T21:35:42.724Z] 833040477f34: Preparing [2020-11-19T21:35:42.724Z] fde3553faba8: Preparing [2020-11-19T21:35:42.724Z] fde3553faba8: Waiting [2020-11-19T21:35:42.994Z] e389888b37cd: Layer already exists [2020-11-19T21:35:42.994Z] 9b4037527ab3: Layer already exists [2020-11-19T21:35:42.994Z] ad6b2dc9e4ec: Layer already exists [2020-11-19T21:35:42.994Z] 833040477f34: Layer already exists [2020-11-19T21:35:42.994Z] c97841f2d352: Layer already exists [2020-11-19T21:35:42.994Z] fde3553faba8: Layer already exists [2020-11-19T21:35:42.994Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:19dc6e5191aa52085460e741d884f2b5e9fcdf4a9ca9d41462eed9745029786a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:43.328Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:43.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-11-19T21:35:43.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-19T21:35:43.658Z] 9b4037527ab3: Preparing [2020-11-19T21:35:43.658Z] ad6b2dc9e4ec: Preparing [2020-11-19T21:35:43.658Z] c97841f2d352: Preparing [2020-11-19T21:35:43.658Z] e389888b37cd: Preparing [2020-11-19T21:35:43.658Z] 833040477f34: Preparing [2020-11-19T21:35:43.658Z] fde3553faba8: Preparing [2020-11-19T21:35:43.658Z] fde3553faba8: Waiting [2020-11-19T21:35:43.934Z] c97841f2d352: Layer already exists [2020-11-19T21:35:43.934Z] 9b4037527ab3: Layer already exists [2020-11-19T21:35:43.934Z] 833040477f34: Layer already exists [2020-11-19T21:35:43.934Z] e389888b37cd: Layer already exists [2020-11-19T21:35:43.934Z] ad6b2dc9e4ec: Layer already exists [2020-11-19T21:35:43.934Z] fde3553faba8: Layer already exists [2020-11-19T21:35:43.934Z] master: digest: sha256:19dc6e5191aa52085460e741d884f2b5e9fcdf4a9ca9d41462eed9745029786a size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:35:44.176Z] ===================================================== [Pipeline] echo [2020-11-19T21:35:44.225Z] taggedImages: [2020-11-19T21:35:44.225Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:44.225Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.3 [2020-11-19T21:35:44.225Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:44.225Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-11-19T21:35:44.287Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-11-19T21:35:44.287Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:44.287Z] 1.3.1-dev.3 [2020-11-19T21:35:44.287Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:44.287Z] master [2020-11-19T21:35:44.287Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:44.797Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:45.127Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:45.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-19T21:35:45.127Z] a6404cfd50a9: Preparing [2020-11-19T21:35:45.127Z] 13bf58f1963c: Preparing [2020-11-19T21:35:45.127Z] 31c9b8b9af49: Preparing [2020-11-19T21:35:45.402Z] 31c9b8b9af49: Pushed [2020-11-19T21:35:45.402Z] a6404cfd50a9: Pushed [2020-11-19T21:35:48.001Z] 13bf58f1963c: Pushed [2020-11-19T21:35:48.273Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:ff387f51444ca6179a1d37584385291601fb39b9fc4d9703a2074f162f9b47a5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:48.605Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:48.933Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.3 [2020-11-19T21:35:48.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-19T21:35:48.933Z] a6404cfd50a9: Preparing [2020-11-19T21:35:48.933Z] 13bf58f1963c: Preparing [2020-11-19T21:35:48.933Z] 31c9b8b9af49: Preparing [2020-11-19T21:35:48.933Z] 13bf58f1963c: Layer already exists [2020-11-19T21:35:48.933Z] 31c9b8b9af49: Layer already exists [2020-11-19T21:35:48.933Z] a6404cfd50a9: Layer already exists [2020-11-19T21:35:49.203Z] 1.3.1-dev.3: digest: sha256:ff387f51444ca6179a1d37584385291601fb39b9fc4d9703a2074f162f9b47a5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:49.545Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:49.882Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:49.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-19T21:35:49.882Z] a6404cfd50a9: Preparing [2020-11-19T21:35:49.882Z] 13bf58f1963c: Preparing [2020-11-19T21:35:49.882Z] 31c9b8b9af49: Preparing [2020-11-19T21:35:49.882Z] 31c9b8b9af49: Layer already exists [2020-11-19T21:35:49.882Z] a6404cfd50a9: Layer already exists [2020-11-19T21:35:49.882Z] 13bf58f1963c: Layer already exists [2020-11-19T21:35:50.152Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:ff387f51444ca6179a1d37584385291601fb39b9fc4d9703a2074f162f9b47a5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:50.489Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:50.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-11-19T21:35:50.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-19T21:35:50.817Z] a6404cfd50a9: Preparing [2020-11-19T21:35:50.817Z] 13bf58f1963c: Preparing [2020-11-19T21:35:50.817Z] 31c9b8b9af49: Preparing [2020-11-19T21:35:51.088Z] 13bf58f1963c: Layer already exists [2020-11-19T21:35:51.088Z] a6404cfd50a9: Layer already exists [2020-11-19T21:35:51.088Z] 31c9b8b9af49: Layer already exists [2020-11-19T21:35:51.088Z] master: digest: sha256:ff387f51444ca6179a1d37584385291601fb39b9fc4d9703a2074f162f9b47a5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:35:51.290Z] ===================================================== [Pipeline] echo [2020-11-19T21:35:51.341Z] taggedImages: [2020-11-19T21:35:51.341Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:51.341Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.3 [2020-11-19T21:35:51.341Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:51.341Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-11-19T21:35:51.411Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-11-19T21:35:51.411Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:51.411Z] 1.3.1-dev.3 [2020-11-19T21:35:51.411Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:35:51.411Z] master [2020-11-19T21:35:51.411Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:51.928Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:35:52.262Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:35:52.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-19T21:35:52.262Z] a020f52bd081: Preparing [2020-11-19T21:35:52.262Z] f972d8ccb36c: Preparing [2020-11-19T21:35:52.262Z] ef78a7b7fde3: Preparing [2020-11-19T21:35:52.262Z] 7fd1b4ef6fc3: Preparing [2020-11-19T21:35:52.262Z] f83a7fcda787: Preparing [2020-11-19T21:35:52.262Z] 6a3716bb7067: Preparing [2020-11-19T21:35:52.262Z] 6644cfeb6664: Preparing [2020-11-19T21:35:52.262Z] 52543ddb2901: Preparing [2020-11-19T21:35:52.262Z] 9f553b275599: Preparing [2020-11-19T21:35:52.262Z] 3a47579f0cd1: Preparing [2020-11-19T21:35:52.262Z] cd6d79ebbfb6: Preparing [2020-11-19T21:35:52.262Z] 3e7dc55cab04: Preparing [2020-11-19T21:35:52.262Z] b2e85fd0898f: Preparing [2020-11-19T21:35:52.262Z] cd3761cfa1d9: Preparing [2020-11-19T21:35:52.262Z] 52543ddb2901: Waiting [2020-11-19T21:35:52.262Z] 9f553b275599: Waiting [2020-11-19T21:35:52.262Z] 3a47579f0cd1: Waiting [2020-11-19T21:35:52.262Z] cd6d79ebbfb6: Waiting [2020-11-19T21:35:52.262Z] 3e7dc55cab04: Waiting [2020-11-19T21:35:52.262Z] b2e85fd0898f: Waiting [2020-11-19T21:35:52.262Z] cd3761cfa1d9: Waiting [2020-11-19T21:35:52.262Z] 6a3716bb7067: Waiting [2020-11-19T21:35:52.262Z] 6644cfeb6664: Waiting [2020-11-19T21:35:52.857Z] f83a7fcda787: Pushed [2020-11-19T21:35:53.129Z] a020f52bd081: Pushed [2020-11-19T21:35:53.793Z] 7fd1b4ef6fc3: Pushed [2020-11-19T21:35:53.793Z] 52543ddb2901: Layer already exists [2020-11-19T21:35:53.793Z] 9f553b275599: Layer already exists [2020-11-19T21:35:53.793Z] 3a47579f0cd1: Layer already exists [2020-11-19T21:35:53.793Z] cd6d79ebbfb6: Layer already exists [2020-11-19T21:35:53.793Z] 3e7dc55cab04: Layer already exists [2020-11-19T21:35:53.793Z] 6644cfeb6664: Pushed [2020-11-19T21:35:53.793Z] b2e85fd0898f: Layer already exists [2020-11-19T21:35:53.793Z] cd3761cfa1d9: Layer already exists [2020-11-19T21:35:54.444Z] f972d8ccb36c: Pushed [2020-11-19T21:35:55.436Z] 6a3716bb7067: Pushed [2020-11-19T21:36:05.559Z] ef78a7b7fde3: Pushed [2020-11-19T21:36:05.829Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c: digest: sha256:6891a616eacaee4d2a123183624eab17e8412b3f6fbd2f6d03769af50188cfd6 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:36:06.163Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:36:06.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.3 [2020-11-19T21:36:06.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-19T21:36:06.491Z] a020f52bd081: Preparing [2020-11-19T21:36:06.491Z] f972d8ccb36c: Preparing [2020-11-19T21:36:06.491Z] ef78a7b7fde3: Preparing [2020-11-19T21:36:06.491Z] 7fd1b4ef6fc3: Preparing [2020-11-19T21:36:06.491Z] f83a7fcda787: Preparing [2020-11-19T21:36:06.491Z] 6a3716bb7067: Preparing [2020-11-19T21:36:06.491Z] 6644cfeb6664: Preparing [2020-11-19T21:36:06.491Z] 52543ddb2901: Preparing [2020-11-19T21:36:06.491Z] 9f553b275599: Preparing [2020-11-19T21:36:06.491Z] 3a47579f0cd1: Preparing [2020-11-19T21:36:06.491Z] cd6d79ebbfb6: Preparing [2020-11-19T21:36:06.491Z] 3e7dc55cab04: Preparing [2020-11-19T21:36:06.491Z] b2e85fd0898f: Preparing [2020-11-19T21:36:06.491Z] cd3761cfa1d9: Preparing [2020-11-19T21:36:06.491Z] 6a3716bb7067: Waiting [2020-11-19T21:36:06.491Z] 3a47579f0cd1: Waiting [2020-11-19T21:36:06.491Z] 6644cfeb6664: Waiting [2020-11-19T21:36:06.491Z] cd6d79ebbfb6: Waiting [2020-11-19T21:36:06.491Z] 52543ddb2901: Waiting [2020-11-19T21:36:06.491Z] 3e7dc55cab04: Waiting [2020-11-19T21:36:06.491Z] 9f553b275599: Waiting [2020-11-19T21:36:06.491Z] b2e85fd0898f: Waiting [2020-11-19T21:36:06.491Z] cd3761cfa1d9: Waiting [2020-11-19T21:36:06.761Z] ef78a7b7fde3: Layer already exists [2020-11-19T21:36:06.761Z] 7fd1b4ef6fc3: Layer already exists [2020-11-19T21:36:06.761Z] f972d8ccb36c: Layer already exists [2020-11-19T21:36:06.761Z] a020f52bd081: Layer already exists [2020-11-19T21:36:06.761Z] f83a7fcda787: Layer already exists [2020-11-19T21:36:06.761Z] 6a3716bb7067: Layer already exists [2020-11-19T21:36:06.761Z] 9f553b275599: Layer already exists [2020-11-19T21:36:06.761Z] 3a47579f0cd1: Layer already exists [2020-11-19T21:36:06.761Z] 52543ddb2901: Layer already exists [2020-11-19T21:36:06.761Z] 6644cfeb6664: Layer already exists [2020-11-19T21:36:06.761Z] cd6d79ebbfb6: Layer already exists [2020-11-19T21:36:06.761Z] b2e85fd0898f: Layer already exists [2020-11-19T21:36:06.761Z] cd3761cfa1d9: Layer already exists [2020-11-19T21:36:06.761Z] 3e7dc55cab04: Layer already exists [2020-11-19T21:36:06.761Z] 1.3.1-dev.3: digest: sha256:6891a616eacaee4d2a123183624eab17e8412b3f6fbd2f6d03769af50188cfd6 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:36:07.101Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:36:07.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:36:07.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-19T21:36:07.429Z] a020f52bd081: Preparing [2020-11-19T21:36:07.429Z] f972d8ccb36c: Preparing [2020-11-19T21:36:07.429Z] ef78a7b7fde3: Preparing [2020-11-19T21:36:07.429Z] 7fd1b4ef6fc3: Preparing [2020-11-19T21:36:07.429Z] f83a7fcda787: Preparing [2020-11-19T21:36:07.430Z] 6a3716bb7067: Preparing [2020-11-19T21:36:07.430Z] 6644cfeb6664: Preparing [2020-11-19T21:36:07.430Z] 52543ddb2901: Preparing [2020-11-19T21:36:07.430Z] 9f553b275599: Preparing [2020-11-19T21:36:07.430Z] 3a47579f0cd1: Preparing [2020-11-19T21:36:07.430Z] cd6d79ebbfb6: Preparing [2020-11-19T21:36:07.430Z] 3e7dc55cab04: Preparing [2020-11-19T21:36:07.430Z] b2e85fd0898f: Preparing [2020-11-19T21:36:07.430Z] cd3761cfa1d9: Preparing [2020-11-19T21:36:07.430Z] 6a3716bb7067: Waiting [2020-11-19T21:36:07.430Z] cd6d79ebbfb6: Waiting [2020-11-19T21:36:07.430Z] 3e7dc55cab04: Waiting [2020-11-19T21:36:07.430Z] 6644cfeb6664: Waiting [2020-11-19T21:36:07.430Z] b2e85fd0898f: Waiting [2020-11-19T21:36:07.430Z] 9f553b275599: Waiting [2020-11-19T21:36:07.430Z] 3a47579f0cd1: Waiting [2020-11-19T21:36:07.430Z] cd3761cfa1d9: Waiting [2020-11-19T21:36:07.430Z] 52543ddb2901: Waiting [2020-11-19T21:36:07.700Z] 7fd1b4ef6fc3: Layer already exists [2020-11-19T21:36:07.700Z] f83a7fcda787: Layer already exists [2020-11-19T21:36:07.700Z] f972d8ccb36c: Layer already exists [2020-11-19T21:36:07.700Z] ef78a7b7fde3: Layer already exists [2020-11-19T21:36:07.700Z] a020f52bd081: Layer already exists [2020-11-19T21:36:07.700Z] 6a3716bb7067: Layer already exists [2020-11-19T21:36:07.700Z] 6644cfeb6664: Layer already exists [2020-11-19T21:36:07.700Z] 52543ddb2901: Layer already exists [2020-11-19T21:36:07.700Z] 9f553b275599: Layer already exists [2020-11-19T21:36:07.700Z] 3a47579f0cd1: Layer already exists [2020-11-19T21:36:07.700Z] cd6d79ebbfb6: Layer already exists [2020-11-19T21:36:07.700Z] 3e7dc55cab04: Layer already exists [2020-11-19T21:36:07.700Z] cd3761cfa1d9: Layer already exists [2020-11-19T21:36:07.700Z] b2e85fd0898f: Layer already exists [2020-11-19T21:36:07.700Z] 39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3: digest: sha256:6891a616eacaee4d2a123183624eab17e8412b3f6fbd2f6d03769af50188cfd6 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:36:08.037Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:36:08.374Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-11-19T21:36:08.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-19T21:36:08.374Z] a020f52bd081: Preparing [2020-11-19T21:36:08.374Z] f972d8ccb36c: Preparing [2020-11-19T21:36:08.374Z] ef78a7b7fde3: Preparing [2020-11-19T21:36:08.374Z] 7fd1b4ef6fc3: Preparing [2020-11-19T21:36:08.374Z] f83a7fcda787: Preparing [2020-11-19T21:36:08.374Z] 6a3716bb7067: Preparing [2020-11-19T21:36:08.374Z] 6644cfeb6664: Preparing [2020-11-19T21:36:08.374Z] 52543ddb2901: Preparing [2020-11-19T21:36:08.374Z] 9f553b275599: Preparing [2020-11-19T21:36:08.374Z] 3a47579f0cd1: Preparing [2020-11-19T21:36:08.374Z] cd6d79ebbfb6: Preparing [2020-11-19T21:36:08.374Z] 3e7dc55cab04: Preparing [2020-11-19T21:36:08.374Z] b2e85fd0898f: Preparing [2020-11-19T21:36:08.374Z] cd3761cfa1d9: Preparing [2020-11-19T21:36:08.374Z] 6644cfeb6664: Waiting [2020-11-19T21:36:08.374Z] 6a3716bb7067: Waiting [2020-11-19T21:36:08.374Z] 9f553b275599: Waiting [2020-11-19T21:36:08.374Z] 3a47579f0cd1: Waiting [2020-11-19T21:36:08.374Z] cd6d79ebbfb6: Waiting [2020-11-19T21:36:08.374Z] 3e7dc55cab04: Waiting [2020-11-19T21:36:08.374Z] 52543ddb2901: Waiting [2020-11-19T21:36:08.374Z] b2e85fd0898f: Waiting [2020-11-19T21:36:08.374Z] cd3761cfa1d9: Waiting [2020-11-19T21:36:08.644Z] 7fd1b4ef6fc3: Layer already exists [2020-11-19T21:36:08.644Z] a020f52bd081: Layer already exists [2020-11-19T21:36:08.644Z] f972d8ccb36c: Layer already exists [2020-11-19T21:36:08.644Z] f83a7fcda787: Layer already exists [2020-11-19T21:36:08.644Z] ef78a7b7fde3: Layer already exists [2020-11-19T21:36:08.644Z] 6a3716bb7067: Layer already exists [2020-11-19T21:36:08.644Z] 52543ddb2901: Layer already exists [2020-11-19T21:36:08.644Z] 6644cfeb6664: Layer already exists [2020-11-19T21:36:08.644Z] 9f553b275599: Layer already exists [2020-11-19T21:36:08.644Z] 3a47579f0cd1: Layer already exists [2020-11-19T21:36:08.644Z] cd6d79ebbfb6: Layer already exists [2020-11-19T21:36:08.644Z] 3e7dc55cab04: Layer already exists [2020-11-19T21:36:08.644Z] cd3761cfa1d9: Layer already exists [2020-11-19T21:36:08.644Z] b2e85fd0898f: Layer already exists [2020-11-19T21:36:08.644Z] master: digest: sha256:6891a616eacaee4d2a123183624eab17e8412b3f6fbd2f6d03769af50188cfd6 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T21:36:08.848Z] ===================================================== [Pipeline] echo [2020-11-19T21:36:08.896Z] taggedImages: [2020-11-19T21:36:08.896Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c [2020-11-19T21:36:08.896Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.3 [2020-11-19T21:36:08.896Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:39e6b044bcbfaa6947ff572dd7ed6f608645206c-1.3.1-dev.3 [2020-11-19T21:36:08.896Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-19T21:36:10.314Z] provisioning config files... [2020-11-19T21:36:10.330Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/227@tmp/config5587467300072953104tmp [Pipeline] { [Pipeline] sh [2020-11-19T21:36:10.860Z] + set +x [2020-11-19T21:36:10.860Z] + curl -s https://codecov.io/bash [2020-11-19T21:36:10.860Z] + bash -s -- [2020-11-19T21:36:11.122Z] [2020-11-19T21:36:11.122Z] _____ _ [2020-11-19T21:36:11.122Z] / ____| | | [2020-11-19T21:36:11.122Z] | | ___ __| | ___ ___ _____ __ [2020-11-19T21:36:11.122Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-19T21:36:11.122Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-19T21:36:11.122Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-19T21:36:11.122Z] Bash-20201116-eea08d9 [2020-11-19T21:36:11.122Z] [2020-11-19T21:36:11.122Z] [2020-11-19T21:36:11.122Z] ==> Jenkins CI detected. [2020-11-19T21:36:11.122Z] project root: . [2020-11-19T21:36:11.122Z] --> token set from env [2020-11-19T21:36:11.122Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-19T21:36:11.383Z] ==> Running gcov in . (disable via -X gcov) [2020-11-19T21:36:11.383Z] ==> Python coveragepy not found [2020-11-19T21:36:11.383Z] ==> Searching for coverage reports in: [2020-11-19T21:36:11.383Z] + . [2020-11-19T21:36:11.383Z] -> Found 1 reports [2020-11-19T21:36:11.383Z] ==> Detecting git/mercurial file structure [2020-11-19T21:36:11.383Z] ==> Reading reports [2020-11-19T21:36:11.383Z] + ./coverage.out bytes=547079 [2020-11-19T21:36:11.383Z] ==> Appending adjustments [2020-11-19T21:36:11.383Z] https://docs.codecov.io/docs/fixing-reports [2020-11-19T21:36:14.699Z] + Found adjustments [2020-11-19T21:36:14.699Z] ==> Gzipping contents [2020-11-19T21:36:14.699Z] ==> Uploading reports [2020-11-19T21:36:14.699Z] url: https://codecov.io [2020-11-19T21:36:14.699Z] query: branch=master&commit=39e6b044bcbfaa6947ff572dd7ed6f608645206c&build=227&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F227%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-19T21:36:14.699Z] -> Pinging Codecov [2020-11-19T21:36:14.699Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=39e6b044bcbfaa6947ff572dd7ed6f608645206c&build=227&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F227%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-19T21:36:24.706Z] -> Uploading to [2020-11-19T21:36:24.706Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-19/00271124DB129430A58F1EEE437C3FCB/39e6b044bcbfaa6947ff572dd7ed6f608645206c/4e9d2e4a-fa02-4943-8485-937cb0e36e41.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201119T213623Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a1229d075a821fe8e73960f6b9a75285bb89581bc13cba264defd8b375668534 [2020-11-19T21:36:24.706Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T21:36:24.706Z] Dload Upload Total Spent Left Speed [2020-11-19T21:36:24.706Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85826 0 0 100 85826 0 172k --:--:-- --:--:-- --:--:-- 172k 100 85826 0 0 100 85826 0 172k --:--:-- --:--:-- --:--:-- 172k [2020-11-19T21:36:24.706Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/39e6b044bcbfaa6947ff572dd7ed6f608645206c [Pipeline] } [2020-11-19T21:36:24.715Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-11-19T21:36:25.742Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-19T21:36:25.844Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:36:26.226Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T21:36:26.226Z] [2020-11-19T21:36:26.226Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:36:26.574Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T21:36:26.574Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-19T21:36:26.574Z] 188c0c94c7c5: Already exists [2020-11-19T21:36:26.574Z] 0ef7d3d256c8: Pulling fs layer [2020-11-19T21:36:26.574Z] de9db76c5a1d: Pulling fs layer [2020-11-19T21:36:26.574Z] 0eba1c9be4d2: Pulling fs layer [2020-11-19T21:36:26.574Z] 0d57e429df01: Pulling fs layer [2020-11-19T21:36:26.574Z] 4e4be7b47b0d: Pulling fs layer [2020-11-19T21:36:26.574Z] e1f770b5df2f: Pulling fs layer [2020-11-19T21:36:26.574Z] 85a0685a4137: Pulling fs layer [2020-11-19T21:36:26.574Z] 4e4be7b47b0d: Waiting [2020-11-19T21:36:26.574Z] e1f770b5df2f: Waiting [2020-11-19T21:36:26.574Z] 85a0685a4137: Waiting [2020-11-19T21:36:26.574Z] 0d57e429df01: Waiting [2020-11-19T21:36:26.574Z] de9db76c5a1d: Verifying Checksum [2020-11-19T21:36:26.574Z] de9db76c5a1d: Download complete [2020-11-19T21:36:26.574Z] 0ef7d3d256c8: Verifying Checksum [2020-11-19T21:36:26.574Z] 0ef7d3d256c8: Download complete [2020-11-19T21:36:26.574Z] 0d57e429df01: Verifying Checksum [2020-11-19T21:36:26.574Z] 0d57e429df01: Download complete [2020-11-19T21:36:26.574Z] 4e4be7b47b0d: Verifying Checksum [2020-11-19T21:36:26.574Z] 4e4be7b47b0d: Download complete [2020-11-19T21:36:26.837Z] 0ef7d3d256c8: Pull complete [2020-11-19T21:36:26.837Z] de9db76c5a1d: Pull complete [2020-11-19T21:36:28.751Z] e1f770b5df2f: Verifying Checksum [2020-11-19T21:36:28.752Z] e1f770b5df2f: Download complete [2020-11-19T21:36:30.672Z] 0eba1c9be4d2: Verifying Checksum [2020-11-19T21:36:30.672Z] 0eba1c9be4d2: Download complete [2020-11-19T21:36:30.932Z] 85a0685a4137: Verifying Checksum [2020-11-19T21:36:30.932Z] 85a0685a4137: Download complete [2020-11-19T21:36:36.256Z] 0eba1c9be4d2: Pull complete [2020-11-19T21:36:36.517Z] 0d57e429df01: Pull complete [2020-11-19T21:36:36.517Z] 4e4be7b47b0d: Pull complete [2020-11-19T21:36:40.765Z] e1f770b5df2f: Pull complete [2020-11-19T21:36:50.791Z] 85a0685a4137: Pull complete [2020-11-19T21:36:50.791Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-19T21:36:50.791Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T21:36:50.791Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-19T21:36:50.952Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:36:51.060Z] $ 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/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T21:36:52.007Z] $ docker top 3f7dc22a5712b29743d9506b678f8dde6996f0bf330968644220de81d104e52d -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-19T21:36:52.294Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-19T21:36:52.580Z] + set -o pipefail [2020-11-19T21:36:52.580Z] + snyk monitor '--org=edgex-jenkins' [2020-11-19T21:37:19.164Z] [2020-11-19T21:37:19.164Z] Monitoring /w/workspace/edgex-go/227 (github.com/edgexfoundry/edgex-go)... [2020-11-19T21:37:19.164Z] [2020-11-19T21:37:19.164Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/8081bef2-7408-448b-b51d-a12218cc3eb6 [2020-11-19T21:37:19.164Z] [2020-11-19T21:37:19.164Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-19T21:37:19.164Z] [2020-11-19T21:37:19.164Z] [2020-11-19T21:37:19.164Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-19T21:37:19.164Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-19T21:37:19.181Z] $ docker stop --time=1 3f7dc22a5712b29743d9506b678f8dde6996f0bf330968644220de81d104e52d [2020-11-19T21:37:22.352Z] $ docker rm -f 3f7dc22a5712b29743d9506b678f8dde6996f0bf330968644220de81d104e52d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-19T21:37:23.377Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-11-19T21:37:23.382Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T21:37:23.672Z] + set -o pipefail [2020-11-19T21:37:23.672Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T21:37:23.672Z] + tee .snyk [2020-11-19T21:37:23.934Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T21:37:23.934Z] version: v1.14.1 [2020-11-19T21:37:23.934Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T21:37:23.934Z] ignore: [2020-11-19T21:37:23.934Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T21:37:23.934Z] - '*': [2020-11-19T21:37:23.934Z] reason: does not apply # justification for ignoring [2020-11-19T21:37:23.934Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T21:37:23.934Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T21:37:23.934Z] - '*': [2020-11-19T21:37:23.934Z] reason: false positive [2020-11-19T21:37:23.934Z] expires: 2021-01-01T00:00:00 [2020-11-19T21:37:23.934Z] # patch: {} [Pipeline] withCredentials [2020-11-19T21:37:24.029Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:37:24.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T21:37:24.374Z] . [Pipeline] withDockerContainer [2020-11-19T21:37:24.476Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:37:24.531Z] $ 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/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T21:37:25.181Z] $ docker top 817f724c4a76ad8e28962b45b32342a93111a60f169ad833d7fafe190d2fa8da -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:37:25.669Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T21:37:25.680Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T21:37:25.972Z] + set -o pipefail [2020-11-19T21:37:25.972Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T21:37:25.972Z] + snyk-to-html -o snykReport.html [2020-11-19T21:37:35.998Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T21:37:36.016Z] $ docker stop --time=1 817f724c4a76ad8e28962b45b32342a93111a60f169ad833d7fafe190d2fa8da [2020-11-19T21:37:37.421Z] $ docker rm -f 817f724c4a76ad8e28962b45b32342a93111a60f169ad833d7fafe190d2fa8da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T21:37:37.770Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-11-19T21:37:37.772Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T21:37:38.061Z] + set -o pipefail [2020-11-19T21:37:38.061Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T21:37:38.061Z] + tee .snyk [2020-11-19T21:37:38.062Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T21:37:38.062Z] version: v1.14.1 [2020-11-19T21:37:38.062Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T21:37:38.062Z] ignore: [2020-11-19T21:37:38.062Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T21:37:38.062Z] - '*': [2020-11-19T21:37:38.062Z] reason: does not apply # justification for ignoring [2020-11-19T21:37:38.062Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T21:37:38.062Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T21:37:38.062Z] - '*': [2020-11-19T21:37:38.062Z] reason: false positive [2020-11-19T21:37:38.062Z] expires: 2021-01-01T00:00:00 [2020-11-19T21:37:38.062Z] # patch: {} [Pipeline] withCredentials [2020-11-19T21:37:38.158Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:37:38.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T21:37:38.507Z] . [Pipeline] withDockerContainer [2020-11-19T21:37:38.602Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:37:38.653Z] $ 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/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T21:37:39.245Z] $ docker top 3b67098327adf8982321452ac43722a9e4ab91424da302c660934ef97aee0eb0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:37:39.709Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T21:37:39.720Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T21:37:40.010Z] + set -o pipefail [2020-11-19T21:37:40.010Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T21:37:40.010Z] + snyk-to-html -o snykReport.html [2020-11-19T21:37:45.317Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T21:37:45.335Z] $ docker stop --time=1 3b67098327adf8982321452ac43722a9e4ab91424da302c660934ef97aee0eb0 [2020-11-19T21:37:46.721Z] $ docker rm -f 3b67098327adf8982321452ac43722a9e4ab91424da302c660934ef97aee0eb0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T21:37:47.026Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-11-19T21:37:47.029Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T21:37:47.319Z] + set -o pipefail [2020-11-19T21:37:47.319Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T21:37:47.319Z] + tee .snyk [2020-11-19T21:37:47.319Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T21:37:47.319Z] version: v1.14.1 [2020-11-19T21:37:47.319Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T21:37:47.319Z] ignore: [2020-11-19T21:37:47.319Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T21:37:47.319Z] - '*': [2020-11-19T21:37:47.319Z] reason: does not apply # justification for ignoring [2020-11-19T21:37:47.319Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T21:37:47.319Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T21:37:47.319Z] - '*': [2020-11-19T21:37:47.319Z] reason: false positive [2020-11-19T21:37:47.319Z] expires: 2021-01-01T00:00:00 [2020-11-19T21:37:47.319Z] # patch: {} [Pipeline] withCredentials [2020-11-19T21:37:47.424Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:37:47.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T21:37:47.821Z] . [Pipeline] withDockerContainer [2020-11-19T21:37:49.103Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:37:49.150Z] $ 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/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T21:37:49.734Z] $ docker top 40bda8e97ae9d4bde0fca114baf92de65ec036754d9f00d8abbd2472f6a0cd1a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:37:50.217Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T21:37:50.228Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T21:37:50.517Z] + set -o pipefail [2020-11-19T21:37:50.517Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T21:37:50.517Z] + snyk-to-html -o snykReport.html [2020-11-19T21:37:58.663Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T21:37:58.681Z] $ docker stop --time=1 40bda8e97ae9d4bde0fca114baf92de65ec036754d9f00d8abbd2472f6a0cd1a [2020-11-19T21:38:00.065Z] $ docker rm -f 40bda8e97ae9d4bde0fca114baf92de65ec036754d9f00d8abbd2472f6a0cd1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T21:38:00.456Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-11-19T21:38:00.459Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T21:38:00.747Z] + set -o pipefail [2020-11-19T21:38:00.747Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T21:38:00.747Z] + tee .snyk [2020-11-19T21:38:00.747Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T21:38:00.747Z] version: v1.14.1 [2020-11-19T21:38:00.747Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T21:38:00.747Z] ignore: [2020-11-19T21:38:00.747Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T21:38:00.747Z] - '*': [2020-11-19T21:38:00.747Z] reason: does not apply # justification for ignoring [2020-11-19T21:38:00.747Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T21:38:00.747Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T21:38:00.747Z] - '*': [2020-11-19T21:38:00.747Z] reason: false positive [2020-11-19T21:38:00.747Z] expires: 2021-01-01T00:00:00 [2020-11-19T21:38:00.747Z] # patch: {} [Pipeline] withCredentials [2020-11-19T21:38:00.845Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:38:01.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T21:38:01.188Z] . [Pipeline] withDockerContainer [2020-11-19T21:38:01.294Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:38:01.352Z] $ 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/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T21:38:01.937Z] $ docker top 158f48ea46d78028ecd38d2288b53072496448d7c5c191a6cf101bfe55ca1441 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:38:02.449Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T21:38:02.459Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T21:38:02.750Z] + set -o pipefail [2020-11-19T21:38:02.750Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T21:38:02.750Z] + snyk-to-html -o snykReport.html [2020-11-19T21:38:09.344Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T21:38:09.361Z] $ docker stop --time=1 158f48ea46d78028ecd38d2288b53072496448d7c5c191a6cf101bfe55ca1441 [2020-11-19T21:38:10.715Z] $ docker rm -f 158f48ea46d78028ecd38d2288b53072496448d7c5c191a6cf101bfe55ca1441 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T21:38:11.049Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-11-19T21:38:11.051Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T21:38:11.340Z] + set -o pipefail [2020-11-19T21:38:11.341Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T21:38:11.341Z] + tee .snyk [2020-11-19T21:38:11.341Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T21:38:11.341Z] version: v1.14.1 [2020-11-19T21:38:11.341Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T21:38:11.341Z] ignore: [2020-11-19T21:38:11.341Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T21:38:11.341Z] - '*': [2020-11-19T21:38:11.341Z] reason: does not apply # justification for ignoring [2020-11-19T21:38:11.341Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T21:38:11.341Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T21:38:11.341Z] - '*': [2020-11-19T21:38:11.341Z] reason: false positive [2020-11-19T21:38:11.341Z] expires: 2021-01-01T00:00:00 [2020-11-19T21:38:11.341Z] # patch: {} [Pipeline] withCredentials [2020-11-19T21:38:11.403Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:38:11.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T21:38:11.792Z] . [Pipeline] withDockerContainer [2020-11-19T21:38:11.892Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:38:11.954Z] $ 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/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T21:38:12.504Z] $ docker top 601ecef5a04e9c833332f655ac5a7571b85bfb7998f80e77301ecf58571a2b0d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:38:13.015Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T21:38:13.026Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T21:38:13.313Z] + set -o pipefail [2020-11-19T21:38:13.313Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T21:38:13.313Z] + snyk-to-html -o snykReport.html [2020-11-19T21:38:19.920Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T21:38:19.937Z] $ docker stop --time=1 601ecef5a04e9c833332f655ac5a7571b85bfb7998f80e77301ecf58571a2b0d [2020-11-19T21:38:21.329Z] $ docker rm -f 601ecef5a04e9c833332f655ac5a7571b85bfb7998f80e77301ecf58571a2b0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T21:38:21.695Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-11-19T21:38:21.698Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T21:38:22.062Z] + set -o pipefail [2020-11-19T21:38:22.062Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T21:38:22.062Z] + tee .snyk [2020-11-19T21:38:22.062Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T21:38:22.062Z] version: v1.14.1 [2020-11-19T21:38:22.062Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T21:38:22.062Z] ignore: [2020-11-19T21:38:22.062Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T21:38:22.062Z] - '*': [2020-11-19T21:38:22.062Z] reason: does not apply # justification for ignoring [2020-11-19T21:38:22.062Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T21:38:22.062Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T21:38:22.062Z] - '*': [2020-11-19T21:38:22.062Z] reason: false positive [2020-11-19T21:38:22.062Z] expires: 2021-01-01T00:00:00 [2020-11-19T21:38:22.062Z] # patch: {} [Pipeline] withCredentials [2020-11-19T21:38:22.205Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:38:22.549Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T21:38:22.549Z] . [Pipeline] withDockerContainer [2020-11-19T21:38:22.643Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:38:22.692Z] $ 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/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T21:38:23.242Z] $ docker top 3bf79b2d0d1185f568a43668577cca546b6016204855834484d175730c66ef3a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:38:23.732Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T21:38:23.743Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T21:38:24.027Z] + set -o pipefail [2020-11-19T21:38:24.027Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T21:38:24.027Z] + snyk-to-html -o snykReport.html [2020-11-19T21:38:30.621Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T21:38:30.639Z] $ docker stop --time=1 3bf79b2d0d1185f568a43668577cca546b6016204855834484d175730c66ef3a [2020-11-19T21:38:32.021Z] $ docker rm -f 3bf79b2d0d1185f568a43668577cca546b6016204855834484d175730c66ef3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T21:38:32.423Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-11-19T21:38:32.426Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T21:38:32.713Z] + set -o pipefail [2020-11-19T21:38:32.713Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T21:38:32.713Z] + tee .snyk [2020-11-19T21:38:32.713Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T21:38:32.713Z] version: v1.14.1 [2020-11-19T21:38:32.713Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T21:38:32.713Z] ignore: [2020-11-19T21:38:32.713Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T21:38:32.713Z] - '*': [2020-11-19T21:38:32.713Z] reason: does not apply # justification for ignoring [2020-11-19T21:38:32.713Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T21:38:32.713Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T21:38:32.713Z] - '*': [2020-11-19T21:38:32.713Z] reason: false positive [2020-11-19T21:38:32.713Z] expires: 2021-01-01T00:00:00 [2020-11-19T21:38:32.713Z] # patch: {} [Pipeline] withCredentials [2020-11-19T21:38:32.813Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:38:33.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T21:38:33.156Z] . [Pipeline] withDockerContainer [2020-11-19T21:38:33.254Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:38:33.307Z] $ 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/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T21:38:33.845Z] $ docker top a99c708efb4b988fc001d7efa9b31ed666cf7f978ed86639a433145280a186d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:38:34.316Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T21:38:34.325Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T21:38:34.618Z] + set -o pipefail [2020-11-19T21:38:34.618Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T21:38:34.618Z] + snyk-to-html -o snykReport.html [2020-11-19T21:38:41.231Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T21:38:41.248Z] $ docker stop --time=1 a99c708efb4b988fc001d7efa9b31ed666cf7f978ed86639a433145280a186d5 [2020-11-19T21:38:42.625Z] $ docker rm -f a99c708efb4b988fc001d7efa9b31ed666cf7f978ed86639a433145280a186d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T21:38:43.003Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-logging-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c, dockerFile=cmd/support-logging/Dockerfile [Pipeline] echo [2020-11-19T21:38:43.038Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T21:38:43.344Z] + set -o pipefail [2020-11-19T21:38:43.344Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T21:38:43.344Z] + tee .snyk [2020-11-19T21:38:43.344Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T21:38:43.344Z] version: v1.14.1 [2020-11-19T21:38:43.344Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T21:38:43.344Z] ignore: [2020-11-19T21:38:43.344Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T21:38:43.344Z] - '*': [2020-11-19T21:38:43.344Z] reason: does not apply # justification for ignoring [2020-11-19T21:38:43.344Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T21:38:43.344Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T21:38:43.344Z] - '*': [2020-11-19T21:38:43.344Z] reason: false positive [2020-11-19T21:38:43.344Z] expires: 2021-01-01T00:00:00 [2020-11-19T21:38:43.344Z] # patch: {} [Pipeline] withCredentials [2020-11-19T21:38:43.417Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:38:43.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T21:38:43.794Z] . [Pipeline] withDockerContainer [2020-11-19T21:38:43.895Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:38:43.946Z] $ 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/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T21:38:44.510Z] $ docker top cc621d9fa3aacfa798a2165b48951056436a0308d412cefc52e62b2e8201d13d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:38:45.011Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T21:38:45.022Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c --file=./cmd/support-logging/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T21:38:45.434Z] + set -o pipefail [2020-11-19T21:38:45.434Z] + + snyk-to-htmlsnyk -o test snykReport.html '--org=edgex-jenkins' [2020-11-19T21:38:45.434Z] --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c '--file=./cmd/support-logging/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T21:38:53.581Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T21:38:53.598Z] $ docker stop --time=1 cc621d9fa3aacfa798a2165b48951056436a0308d412cefc52e62b2e8201d13d [2020-11-19T21:38:54.989Z] $ docker rm -f cc621d9fa3aacfa798a2165b48951056436a0308d412cefc52e62b2e8201d13d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T21:38:55.333Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-11-19T21:38:55.336Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T21:38:55.621Z] + set -o pipefail [2020-11-19T21:38:55.621Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T21:38:55.621Z] + tee .snyk [2020-11-19T21:38:55.621Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T21:38:55.621Z] version: v1.14.1 [2020-11-19T21:38:55.621Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T21:38:55.621Z] ignore: [2020-11-19T21:38:55.621Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T21:38:55.621Z] - '*': [2020-11-19T21:38:55.621Z] reason: does not apply # justification for ignoring [2020-11-19T21:38:55.621Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T21:38:55.621Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T21:38:55.621Z] - '*': [2020-11-19T21:38:55.621Z] reason: false positive [2020-11-19T21:38:55.621Z] expires: 2021-01-01T00:00:00 [2020-11-19T21:38:55.621Z] # patch: {} [Pipeline] withCredentials [2020-11-19T21:38:55.721Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:38:56.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T21:38:56.062Z] . [Pipeline] withDockerContainer [2020-11-19T21:38:56.173Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:38:56.218Z] $ 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/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T21:38:56.817Z] $ docker top 6b4a22ac4d221c4440028a42332f97060a4518f776cf609f5f571a4c5d237f24 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:38:57.292Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T21:38:57.302Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T21:38:57.592Z] + set -o pipefail [2020-11-19T21:38:57.592Z] + snyk-to-html -o snykReport.html [2020-11-19T21:38:57.592Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T21:39:05.744Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T21:39:05.762Z] $ docker stop --time=1 6b4a22ac4d221c4440028a42332f97060a4518f776cf609f5f571a4c5d237f24 [2020-11-19T21:39:07.154Z] $ docker rm -f 6b4a22ac4d221c4440028a42332f97060a4518f776cf609f5f571a4c5d237f24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T21:39:07.424Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-11-19T21:39:07.427Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T21:39:07.719Z] + set -o pipefail [2020-11-19T21:39:07.719Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T21:39:07.719Z] + tee .snyk [2020-11-19T21:39:07.719Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T21:39:07.719Z] version: v1.14.1 [2020-11-19T21:39:07.719Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T21:39:07.719Z] ignore: [2020-11-19T21:39:07.719Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T21:39:07.719Z] - '*': [2020-11-19T21:39:07.719Z] reason: does not apply # justification for ignoring [2020-11-19T21:39:07.719Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T21:39:07.719Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T21:39:07.719Z] - '*': [2020-11-19T21:39:07.719Z] reason: false positive [2020-11-19T21:39:07.719Z] expires: 2021-01-01T00:00:00 [2020-11-19T21:39:07.719Z] # patch: {} [Pipeline] withCredentials [2020-11-19T21:39:07.827Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:39:08.176Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T21:39:08.176Z] . [Pipeline] withDockerContainer [2020-11-19T21:39:08.275Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:39:08.324Z] $ 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/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T21:39:08.869Z] $ docker top cdae3eafff9b344052b819e74d08211ab33b54e91524fe67b27f7262edd43321 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:39:09.352Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T21:39:09.363Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T21:39:09.650Z] + set -o pipefail [2020-11-19T21:39:09.650Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T21:39:09.650Z] + snyk-to-html -o snykReport.html [2020-11-19T21:39:17.807Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T21:39:17.823Z] $ docker stop --time=1 cdae3eafff9b344052b819e74d08211ab33b54e91524fe67b27f7262edd43321 [2020-11-19T21:39:19.220Z] $ docker rm -f cdae3eafff9b344052b819e74d08211ab33b54e91524fe67b27f7262edd43321 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T21:39:19.553Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-19T21:39:19.555Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T21:39:19.841Z] + set -o pipefail [2020-11-19T21:39:19.841Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T21:39:19.841Z] + tee .snyk [2020-11-19T21:39:19.841Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T21:39:19.841Z] version: v1.14.1 [2020-11-19T21:39:19.841Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T21:39:19.841Z] ignore: [2020-11-19T21:39:19.841Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T21:39:19.841Z] - '*': [2020-11-19T21:39:19.841Z] reason: does not apply # justification for ignoring [2020-11-19T21:39:19.841Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T21:39:19.841Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T21:39:19.841Z] - '*': [2020-11-19T21:39:19.841Z] reason: false positive [2020-11-19T21:39:19.841Z] expires: 2021-01-01T00:00:00 [2020-11-19T21:39:19.841Z] # patch: {} [Pipeline] withCredentials [2020-11-19T21:39:19.993Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:39:20.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T21:39:20.334Z] . [Pipeline] withDockerContainer [2020-11-19T21:39:20.466Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:39:20.635Z] $ 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/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T21:39:21.244Z] $ docker top 55a94c815d328acb0d6871bc666b9352ec57dba505e5f90d7a70a374508cb45b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:39:21.758Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T21:39:21.768Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T21:39:22.053Z] + set -o pipefail [2020-11-19T21:39:22.053Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:39e6b044bcbfaa6947ff572dd7ed6f608645206c '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T21:39:22.053Z] + snyk-to-html -o snykReport.html [2020-11-19T21:39:28.649Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T21:39:28.664Z] $ docker stop --time=1 55a94c815d328acb0d6871bc666b9352ec57dba505e5f90d7a70a374508cb45b [2020-11-19T21:39:30.012Z] $ docker rm -f 55a94c815d328acb0d6871bc666b9352ec57dba505e5f90d7a70a374508cb45b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-11-19T21:39:30.991Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-19T21:39:31.045Z] provisioning config files... [2020-11-19T21:39:31.059Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/227@tmp/config893236664333763532tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:39:31.432Z] --> edgex-publish-swagger.sh [2020-11-19T21:39:31.432Z] === Publish openapi/v1 API === [2020-11-19T21:39:31.432Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-11-19T21:39:31.432Z] [publishToSwagger] Publishing API Name [core-command] [2020-11-19T21:39:31.432Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T21:39:31.432Z] Dload Upload Total Spent Left Speed [2020-11-19T21:39:32.377Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9731 0:00:01 0:00:01 --:--:-- 9732 100 10521 0 0 100 10521 0 9729 0:00:01 0:00:01 --:--:-- 9732 [2020-11-19T21:39:32.377Z] [2020-11-19T21:39:32.377Z] [2020-11-19T21:39:32.377Z] [publishToSwagger] Publishing API Name [core-data] [2020-11-19T21:39:32.377Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T21:39:32.377Z] Dload Upload Total Spent Left Speed [2020-11-19T21:39:33.322Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 33521 --:--:-- --:--:-- --:--:-- 33493 100 32556 0 0 100 32556 0 33515 --:--:-- --:--:-- --:--:-- 33493 [2020-11-19T21:39:33.322Z] [2020-11-19T21:39:33.322Z] [2020-11-19T21:39:33.322Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-11-19T21:39:33.322Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T21:39:33.322Z] Dload Upload Total Spent Left Speed [2020-11-19T21:39:34.712Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 68925 0:00:01 0:00:01 --:--:-- 68961 100 73720 0 0 100 73720 0 68915 0:00:01 0:00:01 --:--:-- 68961 [2020-11-19T21:39:34.712Z] [2020-11-19T21:39:34.712Z] [2020-11-19T21:39:34.712Z] [publishToSwagger] Publishing API Name [support-logging] [2020-11-19T21:39:34.712Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T21:39:34.712Z] Dload Upload Total Spent Left Speed [2020-11-19T21:39:35.655Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12671 0:00:01 0:00:01 --:--:-- 12679 100 13580 0 0 100 13580 0 12669 0:00:01 0:00:01 --:--:-- 12679 [2020-11-19T21:39:35.655Z] [2020-11-19T21:39:35.655Z] [2020-11-19T21:39:35.655Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-11-19T21:39:35.655Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T21:39:35.655Z] Dload Upload Total Spent Left Speed [2020-11-19T21:39:36.602Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34860 0:00:01 0:00:01 --:--:-- 34878 100 38889 0 0 100 38889 0 34856 0:00:01 0:00:01 --:--:-- 34878 [2020-11-19T21:39:36.602Z] [2020-11-19T21:39:36.602Z] [2020-11-19T21:39:36.602Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-11-19T21:39:36.602Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T21:39:36.602Z] Dload Upload Total Spent Left Speed [2020-11-19T21:39:37.997Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12248 0:00:01 0:00:01 --:--:-- 12251 100 14248 0 0 100 14248 0 12246 0:00:01 0:00:01 --:--:-- 12251 [2020-11-19T21:39:37.997Z] [2020-11-19T21:39:37.998Z] [2020-11-19T21:39:37.998Z] [publishToSwagger] Publishing API Name [system-agent] [2020-11-19T21:39:37.998Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T21:39:37.998Z] Dload Upload Total Spent Left Speed [2020-11-19T21:39:38.940Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3810 0:00:01 0:00:01 --:--:-- 3811 100 4109 0 0 100 4109 0 3810 0:00:01 0:00:01 --:--:-- 3811 [2020-11-19T21:39:38.940Z] [2020-11-19T21:39:38.940Z] [2020-11-19T21:39:38.940Z] === Publish openapi/v2 API === [2020-11-19T21:39:38.940Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-11-19T21:39:38.940Z] [publishToSwagger] Publishing API Name [core-command] [2020-11-19T21:39:38.940Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T21:39:38.940Z] Dload Upload Total Spent Left Speed [2020-11-19T21:39:40.147Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 25401 0:00:01 0:00:01 --:--:-- 25395 100 29535 0 0 100 29535 0 25398 0:00:01 0:00:01 --:--:-- 25395 [2020-11-19T21:39:40.147Z] [2020-11-19T21:39:40.147Z] [2020-11-19T21:39:40.147Z] [publishToSwagger] Publishing API Name [core-data] [2020-11-19T21:39:40.147Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T21:39:40.147Z] Dload Upload Total Spent Left Speed [2020-11-19T21:39:41.091Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65223 0 0 100 65223 0 66741 --:--:-- --:--:-- --:--:-- 66690 100 65223 0 0 100 65223 0 66730 --:--:-- --:--:-- --:--:-- 66690 [2020-11-19T21:39:41.091Z] [2020-11-19T21:39:41.091Z] [2020-11-19T21:39:41.091Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-11-19T21:39:41.091Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T21:39:41.091Z] Dload Upload Total Spent Left Speed [2020-11-19T21:39:42.476Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 116k 0:00:01 0:00:01 --:--:-- 116k 100 119k 0 0 100 119k 0 116k 0:00:01 0:00:01 --:--:-- 116k [2020-11-19T21:39:42.476Z] [2020-11-19T21:39:42.476Z] [2020-11-19T21:39:42.476Z] [publishToSwagger] Publishing API Name [support-logging] [2020-11-19T21:39:42.476Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T21:39:42.476Z] Dload Upload Total Spent Left Speed [2020-11-19T21:39:43.417Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21813 0:00:01 0:00:01 --:--:-- 21835 100 23691 0 0 100 23691 0 21810 0:00:01 0:00:01 --:--:-- 21814 [2020-11-19T21:39:43.417Z] [2020-11-19T21:39:43.417Z] [2020-11-19T21:39:43.417Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-11-19T21:39:43.417Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T21:39:43.417Z] Dload Upload Total Spent Left Speed [2020-11-19T21:39:44.361Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 58368 0:00:01 0:00:01 --:--:-- 58425 100 62691 0 0 100 62691 0 58360 0:00:01 0:00:01 --:--:-- 58371 [2020-11-19T21:39:44.361Z] [2020-11-19T21:39:44.361Z] [2020-11-19T21:39:44.361Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-11-19T21:39:44.361Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T21:39:44.361Z] Dload Upload Total Spent Left Speed [2020-11-19T21:39:45.744Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 39508 0:00:01 0:00:01 --:--:-- 39519 100 46198 0 0 100 46198 0 31569 0:00:01 0:00:01 --:--:-- 31577 [2020-11-19T21:39:45.744Z] [2020-11-19T21:39:45.744Z] [2020-11-19T21:39:45.744Z] [publishToSwagger] Publishing API Name [system-agent] [2020-11-19T21:39:45.744Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T21:39:45.744Z] Dload Upload Total Spent Left Speed [2020-11-19T21:39:47.130Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 23947 --:--:-- --:--:-- --:--:-- 23940 100 23725 0 0 100 23725 0 23944 --:--:-- --:--:-- --:--:-- 23940 [2020-11-19T21:39:47.130Z] [2020-11-19T21:39:47.130Z] [Pipeline] } [2020-11-19T21:39:47.139Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:39:48.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T21:39:48.099Z] . [Pipeline] withDockerContainer [2020-11-19T21:39:48.192Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:39:48.239Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T21:39:48.914Z] $ docker top 8a9e587cd126b4bc5ec1625094c05a22aeaffe67a5e4581c04885de07d459c5f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T21:39:49.213Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T21:39:49.213Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T21:39:49.426Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T21:39:49.432Z] $ docker exec 8a9e587cd126b4bc5ec1625094c05a22aeaffe67a5e4581c04885de07d459c5f ssh-agent [2020-11-19T21:39:49.599Z] SSH_AUTH_SOCK=/tmp/ssh-cREA9NbhDaRr/agent.12 [2020-11-19T21:39:49.599Z] SSH_AGENT_PID=18 [2020-11-19T21:39:49.606Z] Running ssh-add (command line suppressed) [2020-11-19T21:39:49.744Z] Identity added: /w/workspace/edgex-go/227@tmp/private_key_3784895922618030561.key (/w/workspace/edgex-go/227@tmp/private_key_3784895922618030561.key) [2020-11-19T21:39:49.798Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T21:39:50.137Z] + git semver tag [2020-11-19T21:39:50.399Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T21:39:50.399Z] # $GIT_DIR = /w/workspace/edgex-go/227/.git [2020-11-19T21:39:50.399Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/227 [2020-11-19T21:39:50.399Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T21:39:50.399Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T21:39:50.399Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T21:39:50.399Z] # $SEMVER_BRANCH = master [2020-11-19T21:39:50.399Z] # $SEMVER_DIR = /w/workspace/edgex-go/227/.semver [2020-11-19T21:39:50.399Z] # 39e6b044bcbfaa6947ff572dd7ed6f608645206c HEAD [2020-11-19T21:39:50.659Z] # -> Force: false [2020-11-19T21:39:50.659Z] # f90edeb63ef2282102c3694f3c7333c518b2e2c2 refs/tags/v1.3.1-dev.3 [Pipeline] } [2020-11-19T21:39:50.672Z] $ docker exec --env ******** --env ******** 8a9e587cd126b4bc5ec1625094c05a22aeaffe67a5e4581c04885de07d459c5f ssh-agent -k [2020-11-19T21:39:50.790Z] unset SSH_AUTH_SOCK; [2020-11-19T21:39:50.790Z] unset SSH_AGENT_PID; [2020-11-19T21:39:50.790Z] echo Agent pid 18 killed; [2020-11-19T21:39:50.840Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T21:39:51.629Z] + git semver [Pipeline] } [2020-11-19T21:39:51.646Z] $ docker stop --time=1 8a9e587cd126b4bc5ec1625094c05a22aeaffe67a5e4581c04885de07d459c5f [2020-11-19T21:39:52.987Z] $ docker rm -f 8a9e587cd126b4bc5ec1625094c05a22aeaffe67a5e4581c04885de07d459c5f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:39:53.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-19T21:39:53.642Z] [2020-11-19T21:39:53.642Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:39:53.984Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-19T21:39:54.926Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-19T21:39:54.926Z] ab5ef0e58194: Pulling fs layer [2020-11-19T21:39:54.926Z] 9712f1f96733: Pulling fs layer [2020-11-19T21:39:54.926Z] 63f879dbbcfc: Pulling fs layer [2020-11-19T21:39:54.926Z] 0d9ebad4ef96: Pulling fs layer [2020-11-19T21:39:54.926Z] e9a5061849ea: Pulling fs layer [2020-11-19T21:39:54.926Z] d747dcd14b5f: Pulling fs layer [2020-11-19T21:39:54.926Z] 2de7ff778b66: Pulling fs layer [2020-11-19T21:39:54.926Z] 0d9ebad4ef96: Waiting [2020-11-19T21:39:54.926Z] d747dcd14b5f: Waiting [2020-11-19T21:39:54.926Z] e9a5061849ea: Waiting [2020-11-19T21:39:54.926Z] 2de7ff778b66: Waiting [2020-11-19T21:39:54.926Z] 9712f1f96733: Verifying Checksum [2020-11-19T21:39:54.926Z] 9712f1f96733: Download complete [2020-11-19T21:39:56.843Z] 63f879dbbcfc: Verifying Checksum [2020-11-19T21:39:56.843Z] 63f879dbbcfc: Download complete [2020-11-19T21:39:56.843Z] e9a5061849ea: Verifying Checksum [2020-11-19T21:39:56.843Z] e9a5061849ea: Download complete [2020-11-19T21:39:56.843Z] d747dcd14b5f: Verifying Checksum [2020-11-19T21:39:56.843Z] d747dcd14b5f: Download complete [2020-11-19T21:39:57.105Z] 2de7ff778b66: Verifying Checksum [2020-11-19T21:39:57.105Z] 2de7ff778b66: Download complete [2020-11-19T21:39:57.367Z] 0d9ebad4ef96: Verifying Checksum [2020-11-19T21:39:57.367Z] 0d9ebad4ef96: Download complete [2020-11-19T21:39:57.367Z] ab5ef0e58194: Verifying Checksum [2020-11-19T21:39:57.367Z] ab5ef0e58194: Download complete [2020-11-19T21:40:02.728Z] ab5ef0e58194: Pull complete [2020-11-19T21:40:02.728Z] 9712f1f96733: Pull complete [2020-11-19T21:40:04.136Z] 63f879dbbcfc: Pull complete [2020-11-19T21:40:09.436Z] 0d9ebad4ef96: Pull complete [2020-11-19T21:40:12.748Z] e9a5061849ea: Pull complete [2020-11-19T21:40:13.014Z] d747dcd14b5f: Pull complete [2020-11-19T21:40:14.409Z] 2de7ff778b66: Pull complete [2020-11-19T21:40:14.409Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-19T21:40:14.409Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-19T21:40:14.409Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-19T21:40:14.573Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:40:14.626Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-19T21:40:19.356Z] $ docker top 95319ea6eb9813b77a8f35b4565245e71ef0dd70515a696ce41b6e08b128fbd3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-19T21:40:19.641Z] provisioning config files... [2020-11-19T21:40:19.650Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/227@tmp/config905940255048142975tmp [2020-11-19T21:40:19.666Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/227@tmp/config3633365158256300749tmp [2020-11-19T21:40:19.680Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/227@tmp/config2071249958812585098tmp [Pipeline] { [Pipeline] echo [2020-11-19T21:40:19.735Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:40:20.029Z] ---> sigul-configuration.sh [2020-11-19T21:40:20.029Z] gpg: directory `/root/.gnupg' created [2020-11-19T21:40:20.029Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-19T21:40:20.029Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-19T21:40:20.029Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-19T21:40:20.029Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-19T21:40:20.029Z] gpg: CAST5 encrypted data [2020-11-19T21:40:20.291Z] gpg: encrypted with 1 passphrase [2020-11-19T21:40:20.291Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-19T21:40:20.591Z] + mkdir /home/jenkins [2020-11-19T21:40:20.592Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-19T21:40:20.888Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-11-19T21:40:20.899Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:40:21.200Z] ---> sigul-install.sh [2020-11-19T21:40:27.795Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-19T21:40:28.093Z] + git tag --list [2020-11-19T21:40:28.093Z] 0.6.0 [2020-11-19T21:40:28.093Z] 0.6.1 [2020-11-19T21:40:28.093Z] 0.7.0 [2020-11-19T21:40:28.093Z] 0.7.1 [2020-11-19T21:40:28.093Z] v1.0.0 [2020-11-19T21:40:28.093Z] v1.0.1 [2020-11-19T21:40:28.093Z] v1.1.0 [2020-11-19T21:40:28.093Z] v1.2.0 [2020-11-19T21:40:28.093Z] v1.2.1 [2020-11-19T21:40:28.093Z] v1.2.2-dev.1 [2020-11-19T21:40:28.093Z] v1.2.2-dev.10 [2020-11-19T21:40:28.093Z] v1.2.2-dev.100 [2020-11-19T21:40:28.093Z] v1.2.2-dev.101 [2020-11-19T21:40:28.093Z] v1.2.2-dev.102 [2020-11-19T21:40:28.093Z] v1.2.2-dev.103 [2020-11-19T21:40:28.093Z] v1.2.2-dev.104 [2020-11-19T21:40:28.093Z] v1.2.2-dev.105 [2020-11-19T21:40:28.093Z] v1.2.2-dev.106 [2020-11-19T21:40:28.093Z] v1.2.2-dev.107 [2020-11-19T21:40:28.093Z] v1.2.2-dev.11 [2020-11-19T21:40:28.093Z] v1.2.2-dev.12 [2020-11-19T21:40:28.093Z] v1.2.2-dev.13 [2020-11-19T21:40:28.093Z] v1.2.2-dev.14 [2020-11-19T21:40:28.093Z] v1.2.2-dev.15 [2020-11-19T21:40:28.093Z] v1.2.2-dev.16 [2020-11-19T21:40:28.093Z] v1.2.2-dev.17 [2020-11-19T21:40:28.093Z] v1.2.2-dev.18 [2020-11-19T21:40:28.093Z] v1.2.2-dev.19 [2020-11-19T21:40:28.093Z] v1.2.2-dev.2 [2020-11-19T21:40:28.093Z] v1.2.2-dev.20 [2020-11-19T21:40:28.093Z] v1.2.2-dev.21 [2020-11-19T21:40:28.093Z] v1.2.2-dev.22 [2020-11-19T21:40:28.093Z] v1.2.2-dev.23 [2020-11-19T21:40:28.093Z] v1.2.2-dev.24 [2020-11-19T21:40:28.093Z] v1.2.2-dev.25 [2020-11-19T21:40:28.093Z] v1.2.2-dev.26 [2020-11-19T21:40:28.093Z] v1.2.2-dev.27 [2020-11-19T21:40:28.093Z] v1.2.2-dev.28 [2020-11-19T21:40:28.093Z] v1.2.2-dev.29 [2020-11-19T21:40:28.093Z] v1.2.2-dev.3 [2020-11-19T21:40:28.093Z] v1.2.2-dev.30 [2020-11-19T21:40:28.093Z] v1.2.2-dev.31 [2020-11-19T21:40:28.093Z] v1.2.2-dev.32 [2020-11-19T21:40:28.093Z] v1.2.2-dev.33 [2020-11-19T21:40:28.093Z] v1.2.2-dev.34 [2020-11-19T21:40:28.093Z] v1.2.2-dev.35 [2020-11-19T21:40:28.093Z] v1.2.2-dev.36 [2020-11-19T21:40:28.093Z] v1.2.2-dev.37 [2020-11-19T21:40:28.093Z] v1.2.2-dev.38 [2020-11-19T21:40:28.093Z] v1.2.2-dev.39 [2020-11-19T21:40:28.093Z] v1.2.2-dev.4 [2020-11-19T21:40:28.093Z] v1.2.2-dev.40 [2020-11-19T21:40:28.093Z] v1.2.2-dev.41 [2020-11-19T21:40:28.093Z] v1.2.2-dev.42 [2020-11-19T21:40:28.093Z] v1.2.2-dev.43 [2020-11-19T21:40:28.093Z] v1.2.2-dev.44 [2020-11-19T21:40:28.093Z] v1.2.2-dev.45 [2020-11-19T21:40:28.093Z] v1.2.2-dev.46 [2020-11-19T21:40:28.093Z] v1.2.2-dev.47 [2020-11-19T21:40:28.093Z] v1.2.2-dev.48 [2020-11-19T21:40:28.093Z] v1.2.2-dev.49 [2020-11-19T21:40:28.093Z] v1.2.2-dev.5 [2020-11-19T21:40:28.093Z] v1.2.2-dev.50 [2020-11-19T21:40:28.093Z] v1.2.2-dev.51 [2020-11-19T21:40:28.093Z] v1.2.2-dev.52 [2020-11-19T21:40:28.093Z] v1.2.2-dev.53 [2020-11-19T21:40:28.093Z] v1.2.2-dev.54 [2020-11-19T21:40:28.093Z] v1.2.2-dev.55 [2020-11-19T21:40:28.093Z] v1.2.2-dev.56 [2020-11-19T21:40:28.093Z] v1.2.2-dev.57 [2020-11-19T21:40:28.093Z] v1.2.2-dev.58 [2020-11-19T21:40:28.093Z] v1.2.2-dev.59 [2020-11-19T21:40:28.093Z] v1.2.2-dev.6 [2020-11-19T21:40:28.093Z] v1.2.2-dev.60 [2020-11-19T21:40:28.093Z] v1.2.2-dev.61 [2020-11-19T21:40:28.093Z] v1.2.2-dev.62 [2020-11-19T21:40:28.093Z] v1.2.2-dev.63 [2020-11-19T21:40:28.093Z] v1.2.2-dev.64 [2020-11-19T21:40:28.093Z] v1.2.2-dev.65 [2020-11-19T21:40:28.093Z] v1.2.2-dev.66 [2020-11-19T21:40:28.093Z] v1.2.2-dev.67 [2020-11-19T21:40:28.093Z] v1.2.2-dev.68 [2020-11-19T21:40:28.093Z] v1.2.2-dev.69 [2020-11-19T21:40:28.093Z] v1.2.2-dev.7 [2020-11-19T21:40:28.093Z] v1.2.2-dev.70 [2020-11-19T21:40:28.093Z] v1.2.2-dev.71 [2020-11-19T21:40:28.093Z] v1.2.2-dev.72 [2020-11-19T21:40:28.093Z] v1.2.2-dev.73 [2020-11-19T21:40:28.093Z] v1.2.2-dev.74 [2020-11-19T21:40:28.093Z] v1.2.2-dev.75 [2020-11-19T21:40:28.093Z] v1.2.2-dev.76 [2020-11-19T21:40:28.093Z] v1.2.2-dev.77 [2020-11-19T21:40:28.093Z] v1.2.2-dev.78 [2020-11-19T21:40:28.093Z] v1.2.2-dev.79 [2020-11-19T21:40:28.093Z] v1.2.2-dev.8 [2020-11-19T21:40:28.093Z] v1.2.2-dev.80 [2020-11-19T21:40:28.093Z] v1.2.2-dev.81 [2020-11-19T21:40:28.093Z] v1.2.2-dev.82 [2020-11-19T21:40:28.093Z] v1.2.2-dev.83 [2020-11-19T21:40:28.093Z] v1.2.2-dev.84 [2020-11-19T21:40:28.093Z] v1.2.2-dev.85 [2020-11-19T21:40:28.093Z] v1.2.2-dev.86 [2020-11-19T21:40:28.093Z] v1.2.2-dev.87 [2020-11-19T21:40:28.093Z] v1.2.2-dev.88 [2020-11-19T21:40:28.093Z] v1.2.2-dev.89 [2020-11-19T21:40:28.093Z] v1.2.2-dev.9 [2020-11-19T21:40:28.093Z] v1.2.2-dev.90 [2020-11-19T21:40:28.093Z] v1.2.2-dev.91 [2020-11-19T21:40:28.093Z] v1.2.2-dev.92 [2020-11-19T21:40:28.093Z] v1.2.2-dev.93 [2020-11-19T21:40:28.093Z] v1.2.2-dev.94 [2020-11-19T21:40:28.093Z] v1.2.2-dev.95 [2020-11-19T21:40:28.093Z] v1.2.2-dev.96 [2020-11-19T21:40:28.093Z] v1.2.2-dev.97 [2020-11-19T21:40:28.093Z] v1.2.2-dev.98 [2020-11-19T21:40:28.093Z] v1.2.2-dev.99 [2020-11-19T21:40:28.093Z] v1.3.0 [2020-11-19T21:40:28.093Z] v1.3.1-dev.1 [2020-11-19T21:40:28.093Z] v1.3.1-dev.2 [2020-11-19T21:40:28.093Z] v1.3.1-dev.3 [Pipeline] sh [2020-11-19T21:40:28.453Z] + lftools sign git-tag v1.3.1-dev.3 [2020-11-19T21:40:29.452Z] Signing Git tag with Sigul... [2020-11-19T21:40:29.452Z] Signing v1.3.1-dev.3 [Pipeline] echo [2020-11-19T21:40:30.848Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:40:31.143Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-19T21:40:31.151Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-19T21:40:31.260Z] $ docker stop --time=1 95319ea6eb9813b77a8f35b4565245e71ef0dd70515a696ce41b6e08b128fbd3 [2020-11-19T21:40:32.933Z] $ docker rm -f 95319ea6eb9813b77a8f35b4565245e71ef0dd70515a696ce41b6e08b128fbd3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:40:35.946Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T21:40:35.946Z] . [Pipeline] withDockerContainer [2020-11-19T21:40:36.044Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:40:36.117Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T21:40:37.012Z] $ docker top fe5f5c98421248ceb2c3c39daf9cc71f4d5a80c113d54531ffcd2cdc52b04c4a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T21:40:37.301Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T21:40:37.302Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T21:40:37.489Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T21:40:37.495Z] $ docker exec fe5f5c98421248ceb2c3c39daf9cc71f4d5a80c113d54531ffcd2cdc52b04c4a ssh-agent [2020-11-19T21:40:37.669Z] SSH_AUTH_SOCK=/tmp/ssh-H6YBopu7ZI1b/agent.12 [2020-11-19T21:40:37.669Z] SSH_AGENT_PID=17 [2020-11-19T21:40:37.677Z] Running ssh-add (command line suppressed) [2020-11-19T21:40:37.804Z] Identity added: /w/workspace/edgex-go/227@tmp/private_key_386335974732908334.key (/w/workspace/edgex-go/227@tmp/private_key_386335974732908334.key) [2020-11-19T21:40:37.861Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T21:40:38.198Z] + git semver bump pre [2020-11-19T21:40:38.198Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T21:40:38.198Z] # $GIT_DIR = /w/workspace/edgex-go/227/.git [2020-11-19T21:40:38.198Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/227 [2020-11-19T21:40:38.198Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T21:40:38.198Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T21:40:38.198Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T21:40:38.198Z] # $SEMVER_BRANCH = master [2020-11-19T21:40:38.198Z] # $SEMVER_DIR = /w/workspace/edgex-go/227/.semver [2020-11-19T21:40:38.198Z] 1.3.1-dev.4 [Pipeline] } [2020-11-19T21:40:38.211Z] $ docker exec --env ******** --env ******** fe5f5c98421248ceb2c3c39daf9cc71f4d5a80c113d54531ffcd2cdc52b04c4a ssh-agent -k [2020-11-19T21:40:38.337Z] unset SSH_AUTH_SOCK; [2020-11-19T21:40:38.337Z] unset SSH_AGENT_PID; [2020-11-19T21:40:38.337Z] echo Agent pid 17 killed; [2020-11-19T21:40:38.383Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T21:40:38.847Z] + git semver [Pipeline] } [2020-11-19T21:40:38.866Z] $ docker stop --time=1 fe5f5c98421248ceb2c3c39daf9cc71f4d5a80c113d54531ffcd2cdc52b04c4a [2020-11-19T21:40:40.213Z] $ docker rm -f fe5f5c98421248ceb2c3c39daf9cc71f4d5a80c113d54531ffcd2cdc52b04c4a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:40:40.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T21:40:40.848Z] . [Pipeline] withDockerContainer [2020-11-19T21:40:40.948Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:40:40.996Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T21:40:41.586Z] $ docker top ac038c51efb7bb69db7d167578c4720c0e2b36a7172a622a3d9708d6f6cb0ec0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T21:40:41.896Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T21:40:41.896Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T21:40:42.082Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T21:40:42.088Z] $ docker exec ac038c51efb7bb69db7d167578c4720c0e2b36a7172a622a3d9708d6f6cb0ec0 ssh-agent [2020-11-19T21:40:42.264Z] SSH_AUTH_SOCK=/tmp/ssh-jNZErFyn0eCX/agent.13 [2020-11-19T21:40:42.264Z] SSH_AGENT_PID=18 [2020-11-19T21:40:42.271Z] Running ssh-add (command line suppressed) [2020-11-19T21:40:42.400Z] Identity added: /w/workspace/edgex-go/227@tmp/private_key_4114051654373179911.key (/w/workspace/edgex-go/227@tmp/private_key_4114051654373179911.key) [2020-11-19T21:40:42.455Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T21:40:42.810Z] + git semver push [2020-11-19T21:40:42.810Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T21:40:42.810Z] # $GIT_DIR = /w/workspace/edgex-go/227/.git [2020-11-19T21:40:42.810Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/227 [2020-11-19T21:40:42.810Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T21:40:42.810Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T21:40:42.810Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T21:40:42.810Z] # $SEMVER_BRANCH = master [2020-11-19T21:40:42.810Z] # $SEMVER_DIR = /w/workspace/edgex-go/227/.semver [Pipeline] } [2020-11-19T21:40:52.837Z] $ docker exec --env ******** --env ******** ac038c51efb7bb69db7d167578c4720c0e2b36a7172a622a3d9708d6f6cb0ec0 ssh-agent -k [2020-11-19T21:40:52.969Z] unset SSH_AUTH_SOCK; [2020-11-19T21:40:52.969Z] unset SSH_AGENT_PID; [2020-11-19T21:40:52.969Z] echo Agent pid 18 killed; [2020-11-19T21:40:53.019Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T21:40:53.574Z] + git semver [Pipeline] } [2020-11-19T21:40:53.592Z] $ docker stop --time=1 ac038c51efb7bb69db7d167578c4720c0e2b36a7172a622a3d9708d6f6cb0ec0 [2020-11-19T21:40:54.950Z] $ docker rm -f ac038c51efb7bb69db7d167578c4720c0e2b36a7172a622a3d9708d6f6cb0ec0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:40:56.445Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:40:57.321Z] ---> package-listing.sh [2020-11-19T21:40:57.321Z] ++ facter osfamily [2020-11-19T21:40:57.321Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-19T21:40:57.321Z] + OS_FAMILY=redhat [2020-11-19T21:40:57.321Z] + workspace=/w/workspace/edgex-go/227 [2020-11-19T21:40:57.321Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-19T21:40:57.321Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-19T21:40:57.321Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-19T21:40:57.321Z] + PACKAGES=/tmp/packages_start.txt [2020-11-19T21:40:57.321Z] + '[' /w/workspace/edgex-go/227 ']' [2020-11-19T21:40:57.321Z] + PACKAGES=/tmp/packages_end.txt [2020-11-19T21:40:57.321Z] + case "${OS_FAMILY}" in [2020-11-19T21:40:57.321Z] + rpm -qa [2020-11-19T21:40:57.321Z] + sort [2020-11-19T21:41:01.539Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-19T21:41:01.539Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-19T21:41:01.539Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-19T21:41:01.539Z] + '[' /w/workspace/edgex-go/227 ']' [2020-11-19T21:41:01.539Z] + mkdir -p /w/workspace/edgex-go/227/archives/ [2020-11-19T21:41:01.539Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/227/archives/ [Pipeline] echo [2020-11-19T21:41:01.552Z] 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/227/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-19T21:41:01.844Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:41:02.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T21:41:02.150Z] [2020-11-19T21:41:02.150Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:41:02.514Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T21:41:02.514Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-19T21:41:02.514Z] df20fa9351a1: Already exists [2020-11-19T21:41:02.514Z] 36b3adc4ff6f: Pulling fs layer [2020-11-19T21:41:02.514Z] 8ad3a11d3b57: Pulling fs layer [2020-11-19T21:41:02.514Z] 46f8f816bc3b: Pulling fs layer [2020-11-19T21:41:02.514Z] 93b61091891f: Pulling fs layer [2020-11-19T21:41:02.514Z] 93b9cdb0e59b: Pulling fs layer [2020-11-19T21:41:02.514Z] 5e14af77c1be: Pulling fs layer [2020-11-19T21:41:02.514Z] 01666e4c0597: Pulling fs layer [2020-11-19T21:41:02.514Z] aa168da1d23b: Pulling fs layer [2020-11-19T21:41:02.514Z] 5e14af77c1be: Waiting [2020-11-19T21:41:02.514Z] 01666e4c0597: Waiting [2020-11-19T21:41:02.514Z] aa168da1d23b: Waiting [2020-11-19T21:41:02.514Z] 93b61091891f: Waiting [2020-11-19T21:41:02.514Z] 93b9cdb0e59b: Waiting [2020-11-19T21:41:02.514Z] 46f8f816bc3b: Verifying Checksum [2020-11-19T21:41:02.514Z] 46f8f816bc3b: Download complete [2020-11-19T21:41:02.514Z] 36b3adc4ff6f: Verifying Checksum [2020-11-19T21:41:02.514Z] 36b3adc4ff6f: Download complete [2020-11-19T21:41:02.514Z] 93b9cdb0e59b: Verifying Checksum [2020-11-19T21:41:02.514Z] 93b9cdb0e59b: Download complete [2020-11-19T21:41:02.514Z] 5e14af77c1be: Verifying Checksum [2020-11-19T21:41:02.514Z] 5e14af77c1be: Download complete [2020-11-19T21:41:02.775Z] 01666e4c0597: Verifying Checksum [2020-11-19T21:41:02.775Z] 01666e4c0597: Download complete [2020-11-19T21:41:02.775Z] 93b61091891f: Verifying Checksum [2020-11-19T21:41:02.775Z] 93b61091891f: Download complete [2020-11-19T21:41:02.775Z] 36b3adc4ff6f: Pull complete [2020-11-19T21:41:02.775Z] 8ad3a11d3b57: Verifying Checksum [2020-11-19T21:41:02.775Z] 8ad3a11d3b57: Download complete [2020-11-19T21:41:03.348Z] 8ad3a11d3b57: Pull complete [2020-11-19T21:41:03.613Z] 46f8f816bc3b: Pull complete [2020-11-19T21:41:03.878Z] 93b61091891f: Pull complete [2020-11-19T21:41:04.138Z] 93b9cdb0e59b: Pull complete [2020-11-19T21:41:04.721Z] 5e14af77c1be: Pull complete [2020-11-19T21:41:04.721Z] 01666e4c0597: Pull complete [2020-11-19T21:41:04.983Z] aa168da1d23b: Verifying Checksum [2020-11-19T21:41:04.983Z] aa168da1d23b: Download complete [2020-11-19T21:41:11.587Z] aa168da1d23b: Pull complete [2020-11-19T21:41:11.587Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-19T21:41:11.587Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T21:41:11.587Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-19T21:41:11.744Z] prd-centos7-docker-4c-2g-12834 does not seem to be running inside a container [2020-11-19T21:41:11.792Z] $ 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/227/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/227 -v /w/workspace/edgex-go/227:/w/workspace/edgex-go/227:rw,z -v /w/workspace/edgex-go/227@tmp:/w/workspace/edgex-go/227@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-19T21:41:15.023Z] $ docker top 91e37ca2491d405aa28788319bfecefe1b2a8d7703e8a9496f126a16ddfee17c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:41:15.548Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-19T21:41:15.847Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-19T21:41:16.146Z] + ls /var/log/sa-host [2020-11-19T21:41:16.146Z] + sadf -c /var/log/sa-host/sa05 [2020-11-19T21:41:16.146Z] file_magic: OK [2020-11-19T21:41:16.146Z] HZ: Using current value: 100 [2020-11-19T21:41:16.146Z] file_header: OK [2020-11-19T21:41:16.146Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-19T21:41:16.146Z] Statistics: [2020-11-19T21:41:16.146Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-19T21:41:16.146Z] File successfully converted to sysstat format version 12.2.1 [2020-11-19T21:41:16.146Z] + sadf -c /var/log/sa-host/sa19 [2020-11-19T21:41:16.146Z] file_magic: OK [2020-11-19T21:41:16.146Z] HZ: Using current value: 100 [2020-11-19T21:41:16.146Z] file_header: OK [2020-11-19T21:41:16.146Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-19T21:41:16.146Z] Statistics: [2020-11-19T21:41:16.146Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-19T21:41:16.146Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-19T21:41:16.807Z] provisioning config files... [2020-11-19T21:41:16.824Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/227@tmp/config8194919773657192436tmp [Pipeline] { [Pipeline] echo [2020-11-19T21:41:16.904Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:41:17.202Z] ---> create-netrc.sh [Pipeline] } [2020-11-19T21:41:17.211Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-19T21:41:17.300Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:41:17.596Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-19T21:41:17.606Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:41:17.986Z] ---> sudo-logs.sh [2020-11-19T21:41:17.987Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-19T21:41:18.013Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:41:18.308Z] ---> job-cost.sh [2020-11-19T21:41:18.308Z] lf-activate-venv: SKIPPING [2020-11-19T21:41:18.308Z] INFO: No Stack... [2020-11-19T21:41:20.221Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-19T21:41:20.482Z] INFO: Archiving Costs [Pipeline] echo [2020-11-19T21:41:20.495Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:41:20.785Z] ---> logs-deploy.sh [2020-11-19T21:41:20.786Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/227 [2020-11-19T21:41:20.786Z] INFO: archiving workspace using pattern(s): [2020-11-19T21:41:22.698Z] Archives upload complete. [2020-11-19T21:41:22.698Z] INFO: archiving logs to Nexus [2020-11-19T21:41:23.644Z] ---> uname -a: [2020-11-19T21:41:23.644Z] Linux prd-centos7-docker-4c-2g-12834.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-11-19T21:41:23.644Z] [2020-11-19T21:41:23.644Z] [2020-11-19T21:41:23.644Z] ---> lscpu: [2020-11-19T21:41:23.644Z] Architecture: x86_64 [2020-11-19T21:41:23.644Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-19T21:41:23.644Z] Byte Order: Little Endian [2020-11-19T21:41:23.644Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-19T21:41:23.644Z] CPU(s): 4 [2020-11-19T21:41:23.644Z] On-line CPU(s) list: 0-3 [2020-11-19T21:41:23.644Z] Thread(s) per core: 1 [2020-11-19T21:41:23.644Z] Core(s) per socket: 1 [2020-11-19T21:41:23.644Z] Socket(s): 4 [2020-11-19T21:41:23.644Z] NUMA node(s): 1 [2020-11-19T21:41:23.644Z] Vendor ID: GenuineIntel [2020-11-19T21:41:23.644Z] CPU family: 6 [2020-11-19T21:41:23.644Z] Model: 44 [2020-11-19T21:41:23.644Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-19T21:41:23.644Z] Stepping: 1 [2020-11-19T21:41:23.644Z] CPU MHz: 2933.438 [2020-11-19T21:41:23.644Z] BogoMIPS: 5866.87 [2020-11-19T21:41:23.644Z] Virtualization: VT-x [2020-11-19T21:41:23.644Z] Hypervisor vendor: KVM [2020-11-19T21:41:23.644Z] Virtualization type: full [2020-11-19T21:41:23.644Z] L1d cache: 128 KiB [2020-11-19T21:41:23.644Z] L1i cache: 128 KiB [2020-11-19T21:41:23.644Z] L2 cache: 16 MiB [2020-11-19T21:41:23.644Z] L3 cache: 64 MiB [2020-11-19T21:41:23.644Z] NUMA node0 CPU(s): 0-3 [2020-11-19T21:41:23.644Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-19T21:41:23.644Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-19T21:41:23.644Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-19T21:41:23.644Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-19T21:41:23.644Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-19T21:41:23.644Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-19T21:41:23.644Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-19T21:41:23.644Z] Vulnerability Tsx async abort: Not affected [2020-11-19T21:41:23.644Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-11-19T21:41:23.644Z] [2020-11-19T21:41:23.644Z] [2020-11-19T21:41:23.644Z] ---> nproc: [2020-11-19T21:41:23.644Z] 4 [2020-11-19T21:41:23.644Z] [2020-11-19T21:41:23.644Z] [2020-11-19T21:41:23.644Z] ---> df -h: [2020-11-19T21:41:23.644Z] Filesystem Size Used Available Use% Mounted on [2020-11-19T21:41:23.644Z] overlay 50.0G 13.6G 36.4G 27% / [2020-11-19T21:41:23.644Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-11-19T21:41:23.644Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-11-19T21:41:23.644Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-11-19T21:41:23.644Z] /dev/vda1 50.0G 13.6G 36.4G 27% /facter-os [2020-11-19T21:41:23.644Z] /dev/vda1 50.0G 13.6G 36.4G 27% /etc/resolv.conf [2020-11-19T21:41:23.644Z] /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hostname [2020-11-19T21:41:23.644Z] /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hosts [2020-11-19T21:41:23.644Z] /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/auth.log [2020-11-19T21:41:23.644Z] /dev/vda1 50.0G 13.6G 36.4G 27% /run/cloud-init/result.json [2020-11-19T21:41:23.644Z] /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/sa-host [2020-11-19T21:41:23.644Z] /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/secure [2020-11-19T21:41:23.644Z] /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/227@tmp [2020-11-19T21:41:23.644Z] /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/227 [2020-11-19T21:41:23.644Z] [2020-11-19T21:41:23.644Z] [2020-11-19T21:41:23.644Z] ---> free -m: [2020-11-19T21:41:23.644Z] total used free shared buff/cache available [2020-11-19T21:41:23.644Z] Mem: 1837 764 224 0 849 1036 [2020-11-19T21:41:23.644Z] Swap: 1023 80 943 [2020-11-19T21:41:23.644Z] [2020-11-19T21:41:23.644Z] [2020-11-19T21:41:23.644Z] ---> ip addr: [2020-11-19T21:41:23.644Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-11-19T21:41:23.644Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-11-19T21:41:23.644Z] inet 127.0.0.1/8 scope host lo [2020-11-19T21:41:23.644Z] valid_lft forever preferred_lft forever [2020-11-19T21:41:23.644Z] inet6 ::1/128 scope host [2020-11-19T21:41:23.644Z] valid_lft forever preferred_lft forever [2020-11-19T21:41:23.644Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-11-19T21:41:23.644Z] link/ether fa:16:3e:bb:06:04 brd ff:ff:ff:ff:ff:ff [2020-11-19T21:41:23.644Z] inet 10.30.123.18/23 brd 10.30.123.255 scope global dynamic eth0 [2020-11-19T21:41:23.644Z] valid_lft 85173sec preferred_lft 85173sec [2020-11-19T21:41:23.644Z] inet6 fe80::f816:3eff:febb:604/64 scope link [2020-11-19T21:41:23.644Z] valid_lft forever preferred_lft forever [2020-11-19T21:41:23.644Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-11-19T21:41:23.644Z] link/ether 02:42:ed:c1:3b:86 brd ff:ff:ff:ff:ff:ff [2020-11-19T21:41:23.644Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-11-19T21:41:23.644Z] valid_lft forever preferred_lft forever [2020-11-19T21:41:23.644Z] inet6 fe80::42:edff:fec1:3b86/64 scope link [2020-11-19T21:41:23.644Z] valid_lft forever preferred_lft forever [2020-11-19T21:41:23.644Z] [2020-11-19T21:41:23.644Z] [2020-11-19T21:41:23.644Z] ---> sar -b -r -n DEV: [2020-11-19T21:41:23.644Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/19/20 _x86_64_ (4 CPU) [2020-11-19T21:41:23.644Z] [2020-11-19T21:41:23.644Z] 21:20:33 LINUX RESTART (4 CPU) [2020-11-19T21:41:23.644Z] [2020-11-19T21:41:23.644Z] 21:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-11-19T21:41:23.644Z] 21:22:01 176.76 81.57 95.19 0.00 9873.00 45632.54 0.00 [2020-11-19T21:41:23.644Z] 21:23:01 243.91 105.79 138.11 0.00 7162.55 60271.90 0.00 [2020-11-19T21:41:23.644Z] 21:24:02 281.13 124.87 156.26 0.00 5900.85 21277.64 0.00 [2020-11-19T21:41:23.644Z] 21:25:01 169.44 81.82 87.61 0.00 3591.81 10305.91 0.00 [2020-11-19T21:41:23.644Z] 21:26:01 1063.26 793.14 270.12 0.00 95655.62 171476.91 0.00 [2020-11-19T21:41:23.644Z] 21:27:02 2345.98 2008.86 337.12 0.00 152087.12 157248.86 0.00 [2020-11-19T21:41:23.644Z] 21:28:02 1901.02 1541.95 359.07 0.00 103560.30 123553.38 0.00 [2020-11-19T21:41:23.644Z] 21:29:01 2071.60 1740.85 330.76 0.00 88863.44 102329.48 0.00 [2020-11-19T21:41:23.644Z] 21:30:01 1642.92 1309.79 333.12 0.00 76084.20 85409.69 0.00 [2020-11-19T21:41:23.644Z] 21:31:01 123.39 83.25 40.14 0.00 8200.07 2567.75 0.00 [2020-11-19T21:41:23.644Z] 21:32:01 37.92 33.88 4.05 0.00 977.22 98.97 0.00 [2020-11-19T21:41:23.644Z] 21:33:01 0.52 0.02 0.50 0.00 0.27 8.26 0.00 [2020-11-19T21:41:23.644Z] 21:34:01 0.38 0.00 0.38 0.00 0.00 5.73 0.00 [2020-11-19T21:41:23.644Z] 21:35:01 0.32 0.02 0.30 0.00 0.53 4.86 0.00 [2020-11-19T21:41:23.644Z] 21:36:01 2.07 1.83 0.23 0.00 60.23 3.96 0.00 [2020-11-19T21:41:23.644Z] 21:37:01 208.61 91.74 116.86 0.00 6383.35 33204.41 0.00 [2020-11-19T21:41:23.644Z] 21:38:01 160.87 58.01 102.86 0.00 2858.46 4190.25 0.00 [2020-11-19T21:41:23.644Z] 21:39:02 118.92 5.33 113.60 0.00 220.24 1278.96 0.00 [2020-11-19T21:41:23.644Z] 21:40:01 104.96 13.80 91.16 0.00 2035.14 12144.40 0.00 [2020-11-19T21:41:23.644Z] 21:41:01 236.30 135.35 100.95 0.00 10208.99 21126.67 0.00 [2020-11-19T21:41:23.644Z] Average: 545.27 411.26 134.01 0.00 28766.68 42705.42 0.00 [2020-11-19T21:41:23.644Z] [2020-11-19T21:41:23.644Z] 21:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-11-19T21:41:23.644Z] 21:22:01 74932 0 673700 35.81 2620 1130304 1937712 66.13 534084 1105684 16 [2020-11-19T21:41:23.644Z] 21:23:01 111752 0 649928 34.54 1492 1118384 1318332 44.99 660232 911840 14668 [2020-11-19T21:41:23.644Z] 21:24:02 130456 0 798500 42.44 540 952060 1689724 57.67 765152 742968 82656 [2020-11-19T21:41:23.644Z] 21:25:01 270016 0 729824 38.79 264 881452 1369084 46.72 659880 701032 70088 [2020-11-19T21:41:23.644Z] 21:26:01 368156 0 694992 36.94 0 818408 1994700 68.08 587992 756616 432 [2020-11-19T21:41:23.644Z] 21:27:02 486280 0 778312 41.37 0 616964 2395088 81.74 509200 684312 49012 [2020-11-19T21:41:23.644Z] 21:28:02 71792 0 778292 41.36 0 1031472 2187604 74.66 742844 875376 19980 [2020-11-19T21:41:23.644Z] 21:29:01 324412 0 695644 36.97 0 861500 1826292 62.33 527164 831352 2604 [2020-11-19T21:41:23.644Z] 21:30:01 492136 0 657720 34.96 0 731700 1538496 52.51 463640 727752 4088 [2020-11-19T21:41:23.644Z] 21:31:01 598340 0 602048 32.00 0 681168 1386364 47.31 446044 649196 28 [2020-11-19T21:41:23.644Z] 21:32:01 602780 0 569032 30.24 0 709744 1175464 40.12 415496 677352 20 [2020-11-19T21:41:23.644Z] 21:33:01 605688 0 566120 30.09 0 709748 1154892 39.41 413948 677028 8 [2020-11-19T21:41:23.645Z] 21:34:01 606128 0 565660 30.06 0 709768 1151808 39.31 413556 677036 8 [2020-11-19T21:41:23.645Z] 21:35:01 606480 0 565320 30.05 0 709756 1151808 39.31 413552 677036 8 [2020-11-19T21:41:23.645Z] 21:36:01 604588 0 566040 30.08 0 710928 1151872 39.31 414508 677464 32 [2020-11-19T21:41:23.645Z] 21:37:01 89492 0 690348 36.69 0 1101716 1411372 48.17 590620 959968 48 [2020-11-19T21:41:23.645Z] 21:38:01 386436 0 667580 35.48 0 827540 1442252 49.22 627832 610136 28 [2020-11-19T21:41:23.645Z] 21:39:02 240596 0 807224 42.90 0 833736 2263908 77.26 737832 610184 0 [2020-11-19T21:41:23.645Z] 21:40:01 188360 0 719396 38.23 0 973800 1373548 46.88 608500 770996 72868 [2020-11-19T21:41:23.645Z] 21:41:01 105380 0 725348 38.55 0 1050828 1164040 39.73 611340 812160 180 [2020-11-19T21:41:23.645Z] Average: 348210 0 675051 35.88 246 858049 1554218 53.04 557171 756774 15839 [2020-11-19T21:41:23.645Z] [2020-11-19T21:41:23.645Z] 21:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-11-19T21:41:23.645Z] 21:22:01 veth0274ec7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:22:01 eth0 1008.92 763.33 3666.70 116.21 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:22:01 veth1e7ac48 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:23:01 eth0 1187.52 1315.21 7029.12 129.02 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:23:01 docker0 848.51 644.82 68.64 3006.78 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:24:02 eth0 169.56 137.32 502.80 85.23 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:24:02 veth3bff84c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:24:02 docker0 108.60 128.10 8.03 470.95 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:25:01 eth0 32.48 16.99 27.40 14.79 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:25:01 veth3bff84c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:26:01 veth07a0423 0.25 0.28 0.02 0.70 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:26:01 veth0d84364 1.26 1.71 0.08 10.42 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:26:01 eth0 217.29 187.66 1740.93 79.91 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:27:02 veth0209e4c 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:27:02 veth36a4c47 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:27:02 veth0c1c2d5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:27:02 eth0 47.61 27.50 129.78 14.33 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:28:02 veth768d6f5 12.56 34.45 0.83 259.48 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:28:02 eth0 126.81 75.46 480.00 85.17 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:28:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:28:02 veth16588b1 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:29:01 veth49df363 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:29:01 eth0 71.72 48.14 127.59 82.11 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:29:01 veth39277f5 3.07 3.64 0.39 14.58 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:30:01 eth0 89.64 61.41 125.84 81.75 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:30:01 vethe5588fa 0.00 0.75 0.00 0.04 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:30:01 docker0 1015.65 878.50 80.18 4196.68 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:31:01 eth0 458.52 437.23 249.92 1570.56 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:31:01 docker0 4.33 4.86 0.23 38.28 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:32:01 eth0 32.94 34.58 18.30 139.18 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:33:01 eth0 0.20 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:34:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:35:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:36:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:37:01 vetha8b202f 5.99 5.51 0.98 3.36 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:37:01 eth0 446.21 407.67 4048.03 80.74 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:37:01 docker0 5.99 5.38 0.90 3.35 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:38:01 veth20dfd30 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:38:01 eth0 84.60 70.59 274.66 49.82 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:38:01 docker0 24.23 24.90 2.03 218.80 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:39:02 eth0 97.09 75.27 81.27 80.46 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:39:02 veth67cf8a9 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:39:02 docker0 2.23 2.11 0.47 0.92 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:40:01 eth0 449.28 403.40 3305.52 115.31 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:40:01 docker0 1.39 1.29 0.29 0.56 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:41:01 eth0 148.72 105.23 258.43 75.09 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] 21:41:01 docker0 43.07 62.94 2.74 188.05 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] Average: eth0 233.61 208.54 1103.45 140.06 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] Average: docker0 54.99 49.12 4.35 232.93 0.00 0.00 0.00 0.00 [2020-11-19T21:41:23.645Z] [2020-11-19T21:41:23.645Z] [2020-11-19T21:41:23.645Z] ---> sar -P ALL: [2020-11-19T21:41:23.645Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/19/20 _x86_64_ (4 CPU) [2020-11-19T21:41:23.645Z] [2020-11-19T21:41:23.645Z] 21:20:33 LINUX RESTART (4 CPU) [2020-11-19T21:41:23.645Z] [2020-11-19T21:41:23.645Z] 21:21:01 CPU %user %nice %system %iowait %steal %idle [2020-11-19T21:41:23.645Z] 21:22:01 all 16.83 0.00 6.84 6.79 0.03 69.50 [2020-11-19T21:41:23.645Z] 21:22:01 0 16.07 0.00 7.59 4.89 0.02 71.43 [2020-11-19T21:41:23.645Z] 21:22:01 1 15.18 0.00 7.40 7.17 0.07 70.18 [2020-11-19T21:41:23.645Z] 21:22:01 2 19.33 0.00 6.09 6.78 0.02 67.79 [2020-11-19T21:41:23.645Z] 21:22:01 3 16.73 0.00 6.29 8.32 0.03 68.61 [2020-11-19T21:41:23.645Z] 21:23:01 all 16.36 0.00 6.82 2.41 0.06 74.35 [2020-11-19T21:41:23.645Z] 21:23:01 0 21.60 0.00 8.09 0.93 0.07 69.31 [2020-11-19T21:41:23.645Z] 21:23:01 1 12.22 0.00 6.26 2.81 0.09 78.62 [2020-11-19T21:41:23.645Z] 21:23:01 2 18.39 0.00 6.94 3.51 0.07 71.09 [2020-11-19T21:41:23.645Z] 21:23:01 3 13.26 0.00 6.01 2.37 0.03 78.32 [2020-11-19T21:41:23.645Z] 21:24:02 all 37.16 0.00 8.88 7.51 0.03 46.41 [2020-11-19T21:41:23.645Z] 21:24:02 0 36.40 0.00 9.14 9.03 0.03 45.40 [2020-11-19T21:41:23.645Z] 21:24:02 1 38.14 0.00 9.09 5.03 0.03 47.70 [2020-11-19T21:41:23.645Z] 21:24:02 2 37.53 0.00 8.65 8.65 0.03 45.13 [2020-11-19T21:41:23.645Z] 21:24:02 3 36.57 0.00 8.65 7.32 0.03 47.43 [2020-11-19T21:41:23.645Z] 21:25:01 all 57.54 0.00 12.03 4.87 0.04 25.52 [2020-11-19T21:41:23.645Z] 21:25:01 0 56.99 0.00 11.78 5.83 0.03 25.37 [2020-11-19T21:41:23.645Z] 21:25:01 1 57.67 0.00 12.78 3.85 0.04 25.67 [2020-11-19T21:41:23.645Z] 21:25:01 2 57.39 0.00 12.12 3.59 0.07 26.83 [2020-11-19T21:41:23.645Z] 21:25:01 3 58.11 0.00 11.43 6.22 0.04 24.20 [2020-11-19T21:41:23.645Z] 21:26:01 all 22.99 0.00 15.23 9.86 0.10 51.83 [2020-11-19T21:41:23.645Z] 21:26:01 0 20.81 0.00 14.17 9.58 0.14 55.30 [2020-11-19T21:41:23.645Z] 21:26:01 1 23.87 0.00 15.82 8.69 0.10 51.51 [2020-11-19T21:41:23.645Z] 21:26:01 2 24.22 0.00 15.35 10.38 0.07 49.97 [2020-11-19T21:41:23.645Z] 21:26:01 3 23.05 0.00 15.55 10.79 0.09 50.53 [2020-11-19T21:41:23.645Z] 21:27:02 all 35.26 0.00 16.25 27.64 0.12 20.74 [2020-11-19T21:41:23.645Z] 21:27:02 0 34.80 0.00 15.64 31.42 0.12 18.03 [2020-11-19T21:41:23.645Z] 21:27:02 1 34.64 0.00 17.15 26.92 0.10 21.18 [2020-11-19T21:41:23.645Z] 21:27:02 2 36.30 0.00 15.59 27.84 0.15 20.12 [2020-11-19T21:41:23.645Z] 21:27:02 3 35.31 0.00 16.61 24.33 0.09 23.66 [2020-11-19T21:41:23.645Z] 21:28:02 all 37.12 0.00 15.63 27.78 0.09 19.38 [2020-11-19T21:41:23.645Z] 21:28:02 0 35.63 0.00 15.85 28.11 0.10 20.30 [2020-11-19T21:41:23.645Z] 21:28:02 1 37.86 0.00 15.64 28.50 0.07 17.93 [2020-11-19T21:41:23.645Z] 21:28:02 2 36.68 0.00 15.77 28.37 0.09 19.10 [2020-11-19T21:41:23.645Z] 21:28:02 3 38.34 0.00 15.27 26.10 0.09 20.20 [2020-11-19T21:41:23.645Z] 21:29:01 all 32.03 0.00 14.19 40.74 0.10 12.93 [2020-11-19T21:41:23.645Z] 21:29:01 0 33.41 0.00 13.84 39.75 0.07 12.94 [2020-11-19T21:41:23.645Z] 21:29:01 1 31.25 0.00 14.08 40.26 0.12 14.28 [2020-11-19T21:41:23.645Z] 21:29:01 2 31.75 0.00 14.04 42.12 0.12 11.96 [2020-11-19T21:41:23.645Z] 21:29:01 3 31.69 0.00 14.82 40.85 0.09 12.56 [2020-11-19T21:41:23.645Z] 21:30:01 all 40.16 0.00 14.55 30.48 0.07 14.73 [2020-11-19T21:41:23.645Z] 21:30:01 0 39.59 0.00 14.21 33.83 0.05 12.33 [2020-11-19T21:41:23.645Z] 21:30:01 1 39.86 0.00 14.72 29.45 0.09 15.89 [2020-11-19T21:41:23.645Z] 21:30:01 2 39.89 0.00 14.91 29.93 0.09 15.19 [2020-11-19T21:41:23.645Z] 21:30:01 3 41.31 0.00 14.36 28.72 0.07 15.54 [2020-11-19T21:41:23.645Z] 21:31:01 all 9.55 0.00 3.79 2.78 0.03 83.85 [2020-11-19T21:41:23.645Z] 21:31:01 0 9.18 0.00 3.80 1.62 0.03 85.36 [2020-11-19T21:41:23.645Z] 21:31:01 1 9.92 0.00 3.91 3.99 0.03 82.14 [2020-11-19T21:41:23.645Z] 21:31:01 2 9.81 0.00 4.08 2.55 0.03 83.53 [2020-11-19T21:41:23.645Z] 21:31:01 3 9.27 0.00 3.38 2.96 0.02 84.38 [2020-11-19T21:41:23.645Z] 21:32:01 all 1.20 0.00 0.40 0.95 0.00 97.44 [2020-11-19T21:41:23.645Z] 21:32:01 0 1.17 0.00 0.50 0.89 0.02 97.43 [2020-11-19T21:41:23.645Z] 21:32:01 1 1.42 0.00 0.37 0.95 0.00 97.26 [2020-11-19T21:41:23.645Z] 21:32:01 2 1.12 0.00 0.50 1.02 0.00 97.36 [2020-11-19T21:41:23.645Z] 21:32:01 3 1.09 0.00 0.23 0.95 0.00 97.73 [2020-11-19T21:41:23.645Z] [2020-11-19T21:41:23.645Z] 21:32:01 CPU %user %nice %system %iowait %steal %idle [2020-11-19T21:41:23.645Z] 21:33:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-11-19T21:41:23.645Z] 21:33:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-11-19T21:41:23.645Z] 21:33:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2020-11-19T21:41:23.645Z] 21:33:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-11-19T21:41:23.645Z] 21:33:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-11-19T21:41:23.645Z] 21:34:01 all 0.16 0.00 0.01 0.00 0.00 99.83 [2020-11-19T21:41:23.645Z] 21:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-11-19T21:41:23.645Z] 21:34:01 1 0.17 0.00 0.00 0.00 0.00 99.83 [2020-11-19T21:41:23.645Z] 21:34:01 2 0.42 0.00 0.03 0.00 0.00 99.55 [2020-11-19T21:41:23.645Z] 21:34:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2020-11-19T21:41:23.645Z] 21:35:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-11-19T21:41:23.645Z] 21:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2020-11-19T21:41:23.645Z] 21:35:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-11-19T21:41:23.645Z] 21:35:01 2 0.52 0.00 0.02 0.00 0.02 99.45 [2020-11-19T21:41:23.645Z] 21:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-11-19T21:41:23.645Z] 21:36:01 all 0.18 0.00 0.04 0.02 0.00 99.75 [2020-11-19T21:41:23.645Z] 21:36:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-11-19T21:41:23.646Z] 21:36:01 1 0.08 0.00 0.02 0.02 0.00 99.88 [2020-11-19T21:41:23.646Z] 21:36:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2020-11-19T21:41:23.646Z] 21:36:01 3 0.13 0.00 0.10 0.07 0.02 99.68 [2020-11-19T21:41:23.646Z] 21:37:01 all 8.48 0.00 4.42 3.27 0.04 83.79 [2020-11-19T21:41:23.646Z] 21:37:01 0 8.30 0.00 4.56 1.46 0.03 85.64 [2020-11-19T21:41:23.646Z] 21:37:01 1 8.94 0.00 4.34 3.75 0.03 82.93 [2020-11-19T21:41:23.646Z] 21:37:01 2 8.71 0.00 4.51 6.13 0.03 80.62 [2020-11-19T21:41:23.646Z] 21:37:01 3 7.96 0.00 4.28 1.73 0.05 85.99 [2020-11-19T21:41:23.646Z] 21:38:01 all 7.51 0.00 5.33 4.31 0.02 82.83 [2020-11-19T21:41:23.646Z] 21:38:01 0 8.96 0.00 6.03 5.58 0.02 79.42 [2020-11-19T21:41:23.646Z] 21:38:01 1 7.66 0.00 4.85 4.37 0.02 83.10 [2020-11-19T21:41:23.646Z] 21:38:01 2 6.85 0.00 5.33 3.09 0.02 84.71 [2020-11-19T21:41:23.646Z] 21:38:01 3 6.58 0.00 5.10 4.20 0.02 84.10 [2020-11-19T21:41:23.646Z] 21:39:02 all 9.90 0.00 6.79 3.29 0.05 79.97 [2020-11-19T21:41:23.646Z] 21:39:02 0 9.71 0.00 6.94 3.42 0.05 79.88 [2020-11-19T21:41:23.646Z] 21:39:02 1 9.31 0.00 6.27 3.53 0.05 80.84 [2020-11-19T21:41:23.646Z] 21:39:02 2 9.82 0.00 6.46 2.87 0.05 80.79 [2020-11-19T21:41:23.646Z] 21:39:02 3 10.78 0.00 7.50 3.32 0.03 78.36 [2020-11-19T21:41:23.646Z] 21:40:01 all 8.18 0.00 5.81 1.98 0.03 84.01 [2020-11-19T21:41:23.646Z] 21:40:01 0 7.47 0.00 6.53 1.76 0.03 84.21 [2020-11-19T21:41:23.646Z] 21:40:01 1 7.73 0.00 5.33 2.13 0.03 84.77 [2020-11-19T21:41:23.646Z] 21:40:01 2 9.10 0.00 5.39 1.95 0.03 83.53 [2020-11-19T21:41:23.646Z] 21:40:01 3 8.42 0.00 5.98 2.06 0.03 83.51 [2020-11-19T21:41:23.646Z] 21:41:01 all 8.78 0.00 5.45 3.56 0.03 82.17 [2020-11-19T21:41:23.646Z] 21:41:01 0 7.43 0.00 4.99 1.29 0.02 86.28 [2020-11-19T21:41:23.646Z] 21:41:01 1 7.98 0.00 6.38 2.33 0.05 83.27 [2020-11-19T21:41:23.646Z] 21:41:01 2 6.87 0.00 4.91 5.60 0.03 82.58 [2020-11-19T21:41:23.646Z] 21:41:01 3 12.87 0.00 5.53 5.04 0.03 76.52 [2020-11-19T21:41:23.646Z] Average: all 17.26 0.00 7.05 8.79 0.04 66.85 [2020-11-19T21:41:23.646Z] Average: 0 17.17 0.00 7.12 8.86 0.04 66.81 [2020-11-19T21:41:23.646Z] Average: 1 17.01 0.00 7.15 8.59 0.05 67.20 [2020-11-19T21:41:23.646Z] Average: 2 17.54 0.00 6.96 9.11 0.05 66.34 [2020-11-19T21:41:23.646Z] Average: 3 17.32 0.00 6.97 8.61 0.04 67.06 [2020-11-19T21:41:23.646Z] [2020-11-19T21:41:23.646Z] [2020-11-19T21:41:23.646Z]