Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ea7b503a9546216dd81c953d672cd622a91671c4 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a5c854593eac886f27ddeefb8920871132e8ed78 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a5c854593eac886f27ddeefb8920871132e8ed78 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-14519’ is offline Running on prd-centos7-docker-4c-2g-14522 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/243 [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/243 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision ea7b503a9546216dd81c953d672cd622a91671c4 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea7b503a9546216dd81c953d672cd622a91671c4 # timeout=10 Commit message: "fix: Revert log level change for commit ff93af4 (#2923)" > git rev-list --no-walk 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-04T19:41:08.308Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-04T19:41:08.596Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-04T19:41:08.700Z] ========================================================= [2020-12-04T19:41:08.700Z] EdgeX Global Pipelines Version Info [2020-12-04T19:41:08.700Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-04T19:41:10.169Z] ------------------- [2020-12-04T19:41:10.169Z] stable info: [2020-12-04T19:41:10.169Z] ------------------- [2020-12-04T19:41:10.169Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-04T19:41:10.169Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-04T19:41:10.169Z] Message: update stable to v1.0.169 [2020-12-04T19:41:11.120Z] ------------------- [2020-12-04T19:41:11.120Z] experimental info: [2020-12-04T19:41:11.120Z] ------------------- [2020-12-04T19:41:11.120Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-04T19:41:11.120Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-04T19:41:11.120Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T19:41:11.391Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-04T19:41:11.557Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-04T19:41:11.644Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-04T19:41:11.743Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-04T19:41:11.836Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-04T19:41:11.955Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-04T19:41:12.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-04T19:41:12.137Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-04T19:41:12.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-04T19:41:12.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-04T19:41:12.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-04T19:41:12.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-04T19:41:12.660Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-04T19:41:12.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-04T19:41:12.834Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-04T19:41:12.917Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-04T19:41:13.002Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-04T19:41:13.106Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-04T19:41:13.203Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-04T19:41:13.293Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-04T19:41:13.387Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-04T19:41:13.478Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-04T19:41:13.634Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-04T19:41:13.747Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-04T19:41:13.841Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-04T19:41:13.984Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] echo [2020-12-04T19:41:14.078Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ea7b503 [Pipeline] echo [2020-12-04T19:41:14.177Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T19:41:14.359Z] provisioning config files... [2020-12-04T19:41:14.388Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/243@tmp/config9218085039598070287tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T19:41:14.746Z] ---> docker-login.sh [2020-12-04T19:41:14.746Z] nexus3.edgexfoundry.org:10001 [2020-12-04T19:41:15.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:41:15.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:41:15.278Z] Configure a credential helper to remove this warning. See [2020-12-04T19:41:15.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:41:15.278Z] [2020-12-04T19:41:15.278Z] Login Succeeded [2020-12-04T19:41:15.278Z] nexus3.edgexfoundry.org:10002 [2020-12-04T19:41:15.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:41:15.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:41:15.544Z] Configure a credential helper to remove this warning. See [2020-12-04T19:41:15.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:41:15.544Z] [2020-12-04T19:41:15.544Z] Login Succeeded [2020-12-04T19:41:15.544Z] nexus3.edgexfoundry.org:10003 [2020-12-04T19:41:15.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:41:15.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:41:15.544Z] Configure a credential helper to remove this warning. See [2020-12-04T19:41:15.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:41:15.544Z] [2020-12-04T19:41:15.544Z] Login Succeeded [2020-12-04T19:41:15.544Z] nexus3.edgexfoundry.org:10004 [2020-12-04T19:41:15.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:41:15.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:41:15.807Z] Configure a credential helper to remove this warning. See [2020-12-04T19:41:15.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:41:15.807Z] [2020-12-04T19:41:15.807Z] Login Succeeded [2020-12-04T19:41:15.807Z] docker.io [2020-12-04T19:41:16.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:41:16.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:41:16.333Z] Configure a credential helper to remove this warning. See [2020-12-04T19:41:16.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:41:16.333Z] [2020-12-04T19:41:16.333Z] Login Succeeded [2020-12-04T19:41:16.333Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T19:41:16.343Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T19:41:16.834Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-04T19:41:16.834Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T19:41:16.834Z] ++ dirname cmd/core-command/Dockerfile [2020-12-04T19:41:16.834Z] ++ cut -d/ -f2 [2020-12-04T19:41:16.834Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-04T19:41:16.834Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T19:41:16.834Z] ++ dirname cmd/core-data/Dockerfile [2020-12-04T19:41:16.834Z] ++ cut -d/ -f2 [2020-12-04T19:41:16.834Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-04T19:41:16.834Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T19:41:16.834Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-04T19:41:16.834Z] ++ cut -d/ -f2 [2020-12-04T19:41:16.834Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-04T19:41:16.834Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T19:41:16.834Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-04T19:41:16.834Z] ++ cut -d/ -f2 [2020-12-04T19:41:16.834Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-04T19:41:16.834Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T19:41:16.834Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-04T19:41:16.834Z] ++ cut -d/ -f2 [2020-12-04T19:41:16.834Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-04T19:41:16.834Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T19:41:16.834Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-04T19:41:16.834Z] ++ cut -d/ -f2 [2020-12-04T19:41:16.834Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-04T19:41:16.834Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T19:41:16.834Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-04T19:41:16.834Z] ++ cut -d/ -f2 [2020-12-04T19:41:16.834Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-04T19:41:16.834Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T19:41:16.834Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-04T19:41:16.834Z] ++ cut -d/ -f2 [2020-12-04T19:41:16.834Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-04T19:41:16.834Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T19:41:16.834Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-04T19:41:16.834Z] ++ cut -d/ -f2 [2020-12-04T19:41:16.834Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-04T19:41:16.834Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T19:41:16.834Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-04T19:41:16.834Z] ++ cut -d/ -f2 [2020-12-04T19:41:16.834Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-04T19:41:16.910Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:41:18.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T19:41:18.653Z] [2020-12-04T19:41:18.653Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:41:19.005Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T19:41:19.005Z] latest: Pulling from edgex-devops/git-semver [2020-12-04T19:41:19.005Z] 31603596830f: Pulling fs layer [2020-12-04T19:41:19.005Z] 2a8b12db71e7: Pulling fs layer [2020-12-04T19:41:19.005Z] 6ca5941a6612: Pulling fs layer [2020-12-04T19:41:19.005Z] ecc8261a40a4: Pulling fs layer [2020-12-04T19:41:19.005Z] ecc8261a40a4: Waiting [2020-12-04T19:41:19.005Z] 2a8b12db71e7: Verifying Checksum [2020-12-04T19:41:19.005Z] 2a8b12db71e7: Download complete [2020-12-04T19:41:19.268Z] 31603596830f: Download complete [2020-12-04T19:41:19.269Z] ecc8261a40a4: Verifying Checksum [2020-12-04T19:41:19.269Z] ecc8261a40a4: Download complete [2020-12-04T19:41:19.269Z] 6ca5941a6612: Verifying Checksum [2020-12-04T19:41:19.269Z] 6ca5941a6612: Download complete [2020-12-04T19:41:19.533Z] 31603596830f: Pull complete [2020-12-04T19:41:19.797Z] 2a8b12db71e7: Pull complete [2020-12-04T19:41:20.759Z] 6ca5941a6612: Pull complete [2020-12-04T19:41:21.021Z] ecc8261a40a4: Pull complete [2020-12-04T19:41:21.021Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-04T19:41:21.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T19:41:21.021Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-04T19:41:21.128Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:41:21.186Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-04T19:41:23.790Z] $ docker top 0f91dbb98779abbbcf21945f24f6c90047844abd54fa1ac09abee1ccc85589ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T19:41:24.076Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T19:41:24.076Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T19:41:24.295Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T19:41:24.300Z] $ docker exec 0f91dbb98779abbbcf21945f24f6c90047844abd54fa1ac09abee1ccc85589ee ssh-agent [2020-12-04T19:41:24.471Z] SSH_AUTH_SOCK=/tmp/ssh-I9bCI9P7wUwO/agent.11 [2020-12-04T19:41:24.471Z] SSH_AGENT_PID=16 [2020-12-04T19:41:24.483Z] Running ssh-add (command line suppressed) [2020-12-04T19:41:24.604Z] Identity added: /w/workspace/edgex-go/243@tmp/private_key_5024284378675351798.key (/w/workspace/edgex-go/243@tmp/private_key_5024284378675351798.key) [2020-12-04T19:41:24.655Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T19:41:24.996Z] + git tag --points-at HEAD [Pipeline] } [2020-12-04T19:41:25.021Z] $ docker exec --env ******** --env ******** 0f91dbb98779abbbcf21945f24f6c90047844abd54fa1ac09abee1ccc85589ee ssh-agent -k [2020-12-04T19:41:25.137Z] unset SSH_AUTH_SOCK; [2020-12-04T19:41:25.137Z] unset SSH_AGENT_PID; [2020-12-04T19:41:25.137Z] echo Agent pid 16 killed; [2020-12-04T19:41:25.188Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-04T19:41:25.435Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T19:41:25.435Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T19:41:25.603Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T19:41:25.608Z] $ docker exec 0f91dbb98779abbbcf21945f24f6c90047844abd54fa1ac09abee1ccc85589ee ssh-agent [2020-12-04T19:41:25.782Z] SSH_AUTH_SOCK=/tmp/ssh-Sn1EogxLaN3e/agent.45 [2020-12-04T19:41:25.782Z] SSH_AGENT_PID=50 [2020-12-04T19:41:25.789Z] Running ssh-add (command line suppressed) [2020-12-04T19:41:25.919Z] Identity added: /w/workspace/edgex-go/243@tmp/private_key_1951552433734847361.key (/w/workspace/edgex-go/243@tmp/private_key_1951552433734847361.key) [2020-12-04T19:41:25.978Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T19:41:26.310Z] + git semver init [2020-12-04T19:41:26.310Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T19:41:26.310Z] # $GIT_DIR = /w/workspace/edgex-go/243/.git [2020-12-04T19:41:26.310Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/243 [2020-12-04T19:41:26.310Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T19:41:26.310Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T19:41:26.310Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T19:41:26.310Z] # $SEMVER_BRANCH = master [2020-12-04T19:41:26.310Z] # $SEMVER_TEMP = /tmp/semver-847244990 [2020-12-04T19:41:26.310Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-04T19:41:44.482Z] # '/tmp/semver-847244990' -> '/w/workspace/edgex-go/243/.semver' [2020-12-04T19:41:44.482Z] # -> Force: false [2020-12-04T19:41:44.482Z] # $SEMVER_DIR = /w/workspace/edgex-go/243/.semver [Pipeline] } [2020-12-04T19:41:44.496Z] $ docker exec --env ******** --env ******** 0f91dbb98779abbbcf21945f24f6c90047844abd54fa1ac09abee1ccc85589ee ssh-agent -k [2020-12-04T19:41:44.800Z] unset SSH_AUTH_SOCK; [2020-12-04T19:41:44.801Z] unset SSH_AGENT_PID; [2020-12-04T19:41:44.801Z] echo Agent pid 50 killed; [2020-12-04T19:41:44.877Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T19:41:45.390Z] + git semver [Pipeline] } [2020-12-04T19:41:45.410Z] $ docker stop --time=1 0f91dbb98779abbbcf21945f24f6c90047844abd54fa1ac09abee1ccc85589ee [2020-12-04T19:41:47.049Z] $ docker rm -f 0f91dbb98779abbbcf21945f24f6c90047844abd54fa1ac09abee1ccc85589ee [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T19:41:47.609Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-04T19:41:48.133Z] Stashed 1 file(s) [Pipeline] echo [2020-12-04T19:41:48.135Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-04T19:41:49.014Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-04T19:41:49.315Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-04T19:41:49.614Z] + sudo service docker restart [2020-12-04T19:41:49.614Z] + true [2020-12-04T19:41:49.614Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-04T19:41:50.206Z] ========================================================= [2020-12-04T19:41:50.206Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-04T19:41:50.206Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:41:50.556Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-04T19:41:54.796Z] Sending build context to Docker daemon 326.1MB [2020-12-04T19:41:54.796Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-04T19:41:54.796Z] Step 2/7 : FROM ${BASE} [2020-12-04T19:41:54.796Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-04T19:41:54.796Z] 188c0c94c7c5: Pulling fs layer [2020-12-04T19:41:54.796Z] 0ef7d3d256c8: Pulling fs layer [2020-12-04T19:41:54.796Z] de9db76c5a1d: Pulling fs layer [2020-12-04T19:41:54.796Z] bca2f99d35d6: Pulling fs layer [2020-12-04T19:41:54.797Z] 93359f2a8cfa: Pulling fs layer [2020-12-04T19:41:54.797Z] 7c6f9722023f: Pulling fs layer [2020-12-04T19:41:54.797Z] a35cf1a2eb13: Pulling fs layer [2020-12-04T19:41:54.797Z] 93359f2a8cfa: Waiting [2020-12-04T19:41:54.797Z] 7c6f9722023f: Waiting [2020-12-04T19:41:54.797Z] a35cf1a2eb13: Waiting [2020-12-04T19:41:54.797Z] bca2f99d35d6: Waiting [2020-12-04T19:41:54.797Z] de9db76c5a1d: Verifying Checksum [2020-12-04T19:41:54.797Z] de9db76c5a1d: Download complete [2020-12-04T19:41:54.797Z] 0ef7d3d256c8: Verifying Checksum [2020-12-04T19:41:54.797Z] 0ef7d3d256c8: Download complete [2020-12-04T19:41:54.797Z] 93359f2a8cfa: Verifying Checksum [2020-12-04T19:41:54.797Z] 93359f2a8cfa: Download complete [2020-12-04T19:41:55.060Z] 7c6f9722023f: Verifying Checksum [2020-12-04T19:41:55.060Z] 7c6f9722023f: Download complete [2020-12-04T19:41:55.060Z] 188c0c94c7c5: Verifying Checksum [2020-12-04T19:41:55.060Z] 188c0c94c7c5: Download complete [2020-12-04T19:41:55.325Z] 188c0c94c7c5: Pull complete [2020-12-04T19:41:55.587Z] 0ef7d3d256c8: Pull complete [2020-12-04T19:41:55.850Z] de9db76c5a1d: Pull complete [2020-12-04T19:41:57.259Z] a35cf1a2eb13: Verifying Checksum [2020-12-04T19:41:57.259Z] a35cf1a2eb13: Download complete [2020-12-04T19:41:58.210Z] bca2f99d35d6: Verifying Checksum [2020-12-04T19:41:58.210Z] bca2f99d35d6: Download complete [2020-12-04T19:42:03.519Z] Still waiting to schedule task [2020-12-04T19:42:03.519Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-04T19:42:04.860Z] bca2f99d35d6: Pull complete [2020-12-04T19:42:04.860Z] 93359f2a8cfa: Pull complete [2020-12-04T19:42:04.860Z] 7c6f9722023f: Pull complete [2020-12-04T19:42:10.171Z] a35cf1a2eb13: Pull complete [2020-12-04T19:42:10.171Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-04T19:42:10.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-04T19:42:10.171Z] ---> a62c8e92a672 [2020-12-04T19:42:10.171Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-04T19:42:10.171Z] ---> Running in 928e5c23abe0 [2020-12-04T19:42:10.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T19:42:11.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T19:42:11.693Z] (1/12) Installing libmagic (5.38-r0) [2020-12-04T19:42:11.693Z] (2/12) Installing file (5.38-r0) [2020-12-04T19:42:11.693Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-04T19:42:11.955Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-04T19:42:16.172Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-04T19:42:16.434Z] (6/12) Installing patch (2.7.6-r6) [2020-12-04T19:42:16.434Z] (7/12) Installing build-base (0.5-r2) [2020-12-04T19:42:16.434Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-04T19:42:16.697Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-04T19:42:16.697Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-04T19:42:16.697Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-04T19:42:16.959Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-04T19:42:16.959Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T19:42:16.959Z] OK: 233 MiB in 51 packages [2020-12-04T19:42:20.280Z] Removing intermediate container 928e5c23abe0 [2020-12-04T19:42:20.280Z] ---> a6fdaa4ea3af [2020-12-04T19:42:20.280Z] Step 4/7 : WORKDIR /edgex-go [2020-12-04T19:42:20.280Z] ---> Running in 27f9f62c7026 [2020-12-04T19:42:20.544Z] Removing intermediate container 27f9f62c7026 [2020-12-04T19:42:20.544Z] ---> 9bb087c3dc1e [2020-12-04T19:42:20.544Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-04T19:42:21.501Z] latest: Pulling from library/docker [2020-12-04T19:42:21.501Z] 188c0c94c7c5: Already exists [2020-12-04T19:42:21.501Z] 0c7c675703d6: Pulling fs layer [2020-12-04T19:42:21.501Z] cc8c12a437cb: Pulling fs layer [2020-12-04T19:42:21.501Z] f092543453df: Pulling fs layer [2020-12-04T19:42:21.501Z] 65b6bc45957d: Pulling fs layer [2020-12-04T19:42:21.501Z] 4de832df471b: Pulling fs layer [2020-12-04T19:42:21.501Z] 79aa7fa92271: Pulling fs layer [2020-12-04T19:42:21.501Z] 65b6bc45957d: Waiting [2020-12-04T19:42:21.501Z] 4de832df471b: Waiting [2020-12-04T19:42:21.501Z] 79aa7fa92271: Waiting [2020-12-04T19:42:21.764Z] cc8c12a437cb: Verifying Checksum [2020-12-04T19:42:21.764Z] cc8c12a437cb: Download complete [2020-12-04T19:42:21.764Z] 0c7c675703d6: Verifying Checksum [2020-12-04T19:42:21.764Z] 0c7c675703d6: Download complete [2020-12-04T19:42:21.764Z] 65b6bc45957d: Verifying Checksum [2020-12-04T19:42:21.764Z] 65b6bc45957d: Download complete [2020-12-04T19:42:21.764Z] 4de832df471b: Verifying Checksum [2020-12-04T19:42:21.764Z] 4de832df471b: Download complete [2020-12-04T19:42:21.764Z] 79aa7fa92271: Verifying Checksum [2020-12-04T19:42:21.764Z] 79aa7fa92271: Download complete [2020-12-04T19:42:22.035Z] 0c7c675703d6: Pull complete [2020-12-04T19:42:22.314Z] cc8c12a437cb: Pull complete [2020-12-04T19:42:22.576Z] f092543453df: Verifying Checksum [2020-12-04T19:42:22.576Z] f092543453df: Download complete [2020-12-04T19:42:25.145Z] f092543453df: Pull complete [2020-12-04T19:42:25.145Z] 65b6bc45957d: Pull complete [2020-12-04T19:42:25.407Z] 4de832df471b: Pull complete [2020-12-04T19:42:25.407Z] 79aa7fa92271: Pull complete [2020-12-04T19:42:25.407Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-04T19:42:25.407Z] Status: Downloaded newer image for docker:latest [2020-12-04T19:42:27.341Z] ---> 6ba11d351fbd [2020-12-04T19:42:27.341Z] Step 6/7 : COPY go.mod . [2020-12-04T19:42:27.341Z] ---> 45239648133a [2020-12-04T19:42:27.341Z] Step 7/7 : RUN go mod download [2020-12-04T19:42:27.341Z] ---> Running in f4e0df6ffa7b [2020-12-04T19:42:49.367Z] Removing intermediate container f4e0df6ffa7b [2020-12-04T19:42:49.367Z] ---> ee84974531fd [2020-12-04T19:42:49.367Z] Successfully built ee84974531fd [2020-12-04T19:42:49.367Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:42:49.738Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T19:42:49.738Z] . [Pipeline] withDockerContainer [2020-12-04T19:42:49.847Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:42:49.932Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-04T19:42:50.736Z] $ docker top 19aff04cdb6c4633f8a21786980cb65824ea5b647a79221e1f5a0cd27845e4a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T19:42:51.362Z] + go version [2020-12-04T19:42:51.362Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-04T19:42:51.408Z] $ docker stop --time=1 19aff04cdb6c4633f8a21786980cb65824ea5b647a79221e1f5a0cd27845e4a9 [2020-12-04T19:42:52.809Z] $ docker rm -f 19aff04cdb6c4633f8a21786980cb65824ea5b647a79221e1f5a0cd27845e4a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:42:53.687Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T19:42:53.687Z] . [Pipeline] withDockerContainer [2020-12-04T19:42:53.783Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:42:53.835Z] $ 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/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-04T19:42:54.624Z] $ docker top 4921810c42b0631fc38dd6d15352fc20bee4c56429e39d593cc789537b676924 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-04T19:42:54.827Z] ========================================================= [2020-12-04T19:42:54.827Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-04T19:42:54.827Z] ========================================================= [Pipeline] sh [2020-12-04T19:42:55.119Z] + make test [2020-12-04T19:42:55.119Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-04T19:43:05.169Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-04T19:43:23.434Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-04T19:43:25.388Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-04T19:43:26.807Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-04T19:43:26.807Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-04T19:43:26.807Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-04T19:43:26.807Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-04T19:43:27.385Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-04T19:43:29.974Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.038s [2020-12-04T19:43:29.974Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-04T19:43:29.974Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-04T19:43:30.237Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-04T19:43:30.237Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-04T19:43:30.237Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-04T19:43:30.237Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-04T19:43:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.129s coverage: 46.6% of statements [2020-12-04T19:43:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-04T19:43:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-04T19:43:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-04T19:43:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-04T19:43:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-04T19:43:37.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.181s coverage: 27.1% of statements [2020-12-04T19:43:37.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-04T19:43:37.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-04T19:43:37.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-04T19:43:37.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-04T19:43:37.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-04T19:43:37.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-04T19:43:37.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2020-12-04T19:43:37.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-04T19:43:37.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2020-12-04T19:43:37.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-04T19:43:37.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-04T19:43:37.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.080s coverage: 65.5% of statements [2020-12-04T19:43:37.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-04T19:43:37.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-04T19:43:37.680Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.431s coverage: 82.7% of statements [2020-12-04T19:43:37.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-04T19:43:37.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-04T19:43:37.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-04T19:43:37.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-04T19:43:39.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.373s coverage: 28.6% of statements [2020-12-04T19:43:39.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-04T19:43:39.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-04T19:43:39.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-04T19:43:39.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-04T19:43:39.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-04T19:43:39.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements [2020-12-04T19:43:39.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-04T19:43:39.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2020-12-04T19:43:39.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-04T19:43:39.638Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 86.7% of statements [2020-12-04T19:43:39.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-04T19:43:39.638Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.121s coverage: 97.5% of statements [2020-12-04T19:43:39.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-04T19:43:39.903Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2020-12-04T19:43:39.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-04T19:43:39.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-04T19:43:39.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-04T19:43:39.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-04T19:43:41.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.353s coverage: 94.7% of statements [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-04T19:43:41.869Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-04T19:43:41.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-04T19:43:41.870Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.0% of statements [no tests to run] [2020-12-04T19:43:41.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-04T19:43:41.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-04T19:43:41.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-04T19:43:41.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-04T19:43:41.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.062s coverage: 100.0% of statements [2020-12-04T19:43:41.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-04T19:43:41.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.039s coverage: 75.5% of statements [2020-12-04T19:43:41.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements [2020-12-04T19:43:42.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2020-12-04T19:43:42.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 84.2% of statements [2020-12-04T19:43:42.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.050s coverage: 100.0% of statements [2020-12-04T19:43:42.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-04T19:43:43.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.215s coverage: 63.5% of statements [2020-12-04T19:43:43.694Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-04T19:43:43.694Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-04T19:43:43.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2020-12-04T19:43:43.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.063s coverage: 91.3% of statements [2020-12-04T19:43:43.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2020-12-04T19:43:43.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2020-12-04T19:43:43.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2020-12-04T19:43:45.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.363s coverage: 55.9% of statements [2020-12-04T19:43:45.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-04T19:43:45.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-04T19:43:45.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-04T19:43:45.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-04T19:43:45.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-04T19:43:45.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-04T19:43:52.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.257s coverage: 86.3% of statements [2020-12-04T19:43:52.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-04T19:43:52.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.204s coverage: 72.2% of statements [2020-12-04T19:43:52.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.452s coverage: 72.1% of statements [2020-12-04T19:43:52.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.043s coverage: 82.4% of statements [2020-12-04T19:43:52.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.048s coverage: 48.4% of statements [2020-12-04T19:43:52.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-04T19:43:52.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-04T19:43:52.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-04T19:43:52.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.037s coverage: 28.8% of statements [2020-12-04T19:43:52.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-04T19:43:52.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.068s coverage: 96.8% of statements [2020-12-04T19:43:52.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-04T19:43:52.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.2% of statements [2020-12-04T19:43:52.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-04T19:43:52.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-04T19:43:52.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.305s coverage: 84.1% of statements [2020-12-04T19:43:52.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements [2020-12-04T19:43:52.087Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.107s coverage: 47.1% of statements [2020-12-04T19:43:52.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-04T19:43:52.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-04T19:43:52.087Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.030s coverage: 100.0% of statements [2020-12-04T19:43:52.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-04T19:43:52.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-04T19:43:52.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-04T19:43:52.087Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2020-12-04T19:43:52.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-04T19:43:52.087Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2020-12-04T19:43:52.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-04T19:43:52.619Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14523 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-04T19:43:52.690Z] Running in /w/workspace/edgex-go/243 [Pipeline] { [Pipeline] checkout [2020-12-04T19:43:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.744s coverage: 29.1% of statements [2020-12-04T19:43:53.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-04T19:43:53.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-04T19:43:53.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-04T19:43:53.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-04T19:43:53.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-04T19:43:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2020-12-04T19:43:53.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-04T19:43:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.061s coverage: 100.0% of statements [2020-12-04T19:43:53.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-04T19:43:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2020-12-04T19:43:53.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-04T19:43:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2020-12-04T19:43:53.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-04T19:43:53.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-04T19:43:53.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-04T19:43:53.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-04T19:43:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2020-12-04T19:43:53.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-04T19:43:53.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-04T19:43:53.327Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2020-12-04T19:43:53.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-12-04T19:43:53.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-04T19:43:53.859Z] GO111MODULE=on go vet ./... [2020-12-04T19:43:57.260Z] using credential edgex-jenkins-ssh [2020-12-04T19:43:57.320Z] Cloning the remote Git repository [2020-12-04T19:43:57.380Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-04T19:43:57.482Z] > git init /w/workspace/edgex-go/243 # timeout=10 [2020-12-04T19:43:57.542Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-04T19:43:57.542Z] > git --version # timeout=10 [2020-12-04T19:43:57.559Z] > git --version # 'git version 2.17.1' [2020-12-04T19:43:57.560Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T19:43:57.634Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T19:44:14.180Z] Checking out Revision ea7b503a9546216dd81c953d672cd622a91671c4 (master) [2020-12-04T19:44:13.505Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-04T19:44:13.526Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T19:44:13.548Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-04T19:44:13.576Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-04T19:44:13.576Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T19:44:13.588Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-04T19:44:14.203Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T19:44:14.216Z] > git checkout -f ea7b503a9546216dd81c953d672cd622a91671c4 # timeout=10 [2020-12-04T19:44:18.745Z] Commit message: "fix: Revert log level change for commit ff93af4 (#2923)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-04T19:44:20.414Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-04T19:44:20.576Z] gofmt -l . [2020-12-04T19:44:20.576Z] [ "`gofmt -l .`" = "" ] [2020-12-04T19:44:20.576Z] ./bin/test-go-mod-tidy.sh [2020-12-04T19:44:20.576Z] ./bin/test-attribution-txt.sh [2020-12-04T19:44:20.829Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-04T19:44:21.175Z] + sudo service docker restart+ [2020-12-04T19:44:21.175Z] true [Pipeline] sh [2020-12-04T19:44:21.838Z] + ls -al . [2020-12-04T19:44:21.838Z] total 648 [2020-12-04T19:44:21.838Z] drwxrwxr-x 10 1001 1001 4096 Dec 4 19:44 . [2020-12-04T19:44:21.838Z] drwxr-xr-x 4 root root 32 Dec 4 19:42 .. [2020-12-04T19:44:21.838Z] -rw-rw-r-- 1 1001 1001 11 Dec 4 19:41 .dockerignore [2020-12-04T19:44:21.838Z] drwxrwxr-x 8 1001 1001 162 Dec 4 19:41 .git [2020-12-04T19:44:21.838Z] drwxrwxr-x 3 1001 1001 125 Dec 4 19:41 .github [2020-12-04T19:44:21.838Z] -rw-rw-r-- 1 1001 1001 971 Dec 4 19:41 .gitignore [2020-12-04T19:44:21.838Z] drwx------ 3 1001 1001 32 Dec 4 19:41 .semver [2020-12-04T19:44:21.838Z] -rw-rw-r-- 1 1001 1001 166 Dec 4 19:41 .sonarcloud.properties [2020-12-04T19:44:21.838Z] -rw-rw-r-- 1 1001 1001 3804 Dec 4 19:41 CONTRIBUTING.md [2020-12-04T19:44:21.838Z] -rw-rw-r-- 1 1001 1001 1035 Dec 4 19:41 Dockerfile.build [2020-12-04T19:44:21.838Z] -rw-rw-r-- 1 1001 1001 863 Dec 4 19:41 Jenkinsfile [2020-12-04T19:44:21.838Z] -rw-rw-r-- 1 1001 1001 10775 Dec 4 19:41 LICENSE [2020-12-04T19:44:21.838Z] -rw-rw-r-- 1 1001 1001 6318 Dec 4 19:41 Makefile [2020-12-04T19:44:21.838Z] -rw-rw-r-- 1 1001 1001 6447 Dec 4 19:41 README.md [2020-12-04T19:44:21.838Z] -rw-rw-r-- 1 1001 1001 259 Dec 4 19:41 SECURITY.md [2020-12-04T19:44:21.839Z] -rw-rw-r-- 1 1001 1001 11 Dec 4 19:41 VERSION [2020-12-04T19:44:21.839Z] -rw-rw-r-- 1 1001 1001 4131 Dec 4 19:41 ZMQWindows.md [2020-12-04T19:44:21.839Z] drwxrwxr-x 2 1001 1001 117 Dec 4 19:41 bin [2020-12-04T19:44:21.839Z] drwxrwxr-x 15 1001 1001 4096 Dec 4 19:41 cmd [2020-12-04T19:44:21.839Z] -rw-r--r-- 1 root root 555123 Dec 4 19:43 coverage.out [2020-12-04T19:44:21.839Z] -rw-r--r-- 1 root root 1041 Dec 4 19:44 go.mod [2020-12-04T19:44:21.839Z] -rw-r--r-- 1 root root 18856 Dec 4 19:44 go.sum [2020-12-04T19:44:21.839Z] drwxrwxr-x 8 1001 1001 127 Dec 4 19:41 internal [2020-12-04T19:44:21.839Z] drwxrwxr-x 4 1001 1001 26 Dec 4 19:41 openapi [2020-12-04T19:44:21.839Z] drwxrwxr-x 4 1001 1001 71 Dec 4 19:41 snap [2020-12-04T19:44:21.839Z] -rw-rw-r-- 1 1001 1001 168 Dec 4 19:41 version.go [Pipeline] sh [2020-12-04T19:44:22.158Z] + '[' -e coverage.out ] [2020-12-04T19:44:22.158Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-04T19:44:22.361Z] Stashed 1 file(s) [Pipeline] sh [2020-12-04T19:44:22.666Z] + make build [2020-12-04T19:44:22.666Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T19:44:23.251Z] provisioning config files... [2020-12-04T19:44:23.333Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/243@tmp/config1725124965583851962tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T19:44:23.759Z] ---> docker-login.sh [2020-12-04T19:44:23.759Z] nexus3.edgexfoundry.org:10001 [2020-12-04T19:44:24.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:44:25.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:44:25.070Z] Configure a credential helper to remove this warning. See [2020-12-04T19:44:25.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:44:25.070Z] [2020-12-04T19:44:25.070Z] Login Succeeded [2020-12-04T19:44:25.070Z] nexus3.edgexfoundry.org:10002 [2020-12-04T19:44:25.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:44:25.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:44:25.347Z] Configure a credential helper to remove this warning. See [2020-12-04T19:44:25.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:44:25.347Z] [2020-12-04T19:44:25.347Z] Login Succeeded [2020-12-04T19:44:25.347Z] nexus3.edgexfoundry.org:10003 [2020-12-04T19:44:25.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:44:25.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:44:25.946Z] Configure a credential helper to remove this warning. See [2020-12-04T19:44:25.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:44:25.947Z] [2020-12-04T19:44:25.947Z] Login Succeeded [2020-12-04T19:44:25.947Z] nexus3.edgexfoundry.org:10004 [2020-12-04T19:44:26.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:44:26.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:44:26.548Z] Configure a credential helper to remove this warning. See [2020-12-04T19:44:26.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:44:26.548Z] [2020-12-04T19:44:26.548Z] Login Succeeded [2020-12-04T19:44:26.548Z] docker.io [2020-12-04T19:44:26.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:44:27.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:44:27.414Z] Configure a credential helper to remove this warning. See [2020-12-04T19:44:27.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:44:27.414Z] [2020-12-04T19:44:27.414Z] Login Succeeded [2020-12-04T19:44:27.414Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T19:44:27.431Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-04T19:44:28.013Z] ========================================================= [2020-12-04T19:44:28.013Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-04T19:44:28.013Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:44:28.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-04T19:44:28.432Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-04T19:44:31.068Z] Sending build context to Docker daemon 165.5MB [2020-12-04T19:44:31.068Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-04T19:44:31.068Z] Step 2/7 : FROM ${BASE} [2020-12-04T19:44:31.068Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-04T19:44:31.068Z] 5f621e34cdf4: Pulling fs layer [2020-12-04T19:44:31.068Z] a4357932f1b6: Pulling fs layer [2020-12-04T19:44:31.068Z] 18c013af1878: Pulling fs layer [2020-12-04T19:44:31.068Z] 00ac8860ef70: Pulling fs layer [2020-12-04T19:44:31.069Z] 63d7cb157983: Pulling fs layer [2020-12-04T19:44:31.069Z] b116817d02f9: Pulling fs layer [2020-12-04T19:44:31.069Z] 745a02a5169b: Pulling fs layer [2020-12-04T19:44:31.069Z] 00ac8860ef70: Waiting [2020-12-04T19:44:31.069Z] 63d7cb157983: Waiting [2020-12-04T19:44:31.069Z] b116817d02f9: Waiting [2020-12-04T19:44:31.069Z] 745a02a5169b: Waiting [2020-12-04T19:44:31.069Z] 18c013af1878: Verifying Checksum [2020-12-04T19:44:31.069Z] 18c013af1878: Download complete [2020-12-04T19:44:31.069Z] a4357932f1b6: Verifying Checksum [2020-12-04T19:44:31.069Z] a4357932f1b6: Download complete [2020-12-04T19:44:31.069Z] 63d7cb157983: Verifying Checksum [2020-12-04T19:44:31.069Z] 63d7cb157983: Download complete [2020-12-04T19:44:31.069Z] b116817d02f9: Download complete [2020-12-04T19:44:31.069Z] 5f621e34cdf4: Verifying Checksum [2020-12-04T19:44:31.069Z] 5f621e34cdf4: Download complete [2020-12-04T19:44:31.674Z] 5f621e34cdf4: Pull complete [2020-12-04T19:44:31.961Z] a4357932f1b6: Pull complete [2020-12-04T19:44:32.562Z] 18c013af1878: Pull complete [2020-12-04T19:44:33.162Z] 745a02a5169b: Verifying Checksum [2020-12-04T19:44:33.162Z] 745a02a5169b: Download complete [2020-12-04T19:44:34.595Z] 00ac8860ef70: Verifying Checksum [2020-12-04T19:44:34.595Z] 00ac8860ef70: Download complete [2020-12-04T19:44:36.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2020-12-04T19:44:37.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-04T19:44:38.950Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-04T19:44:39.217Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-04T19:44:41.144Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-04T19:44:42.107Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-04T19:44:43.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-04T19:44:44.460Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-04T19:44:44.739Z] 00ac8860ef70: Pull complete [2020-12-04T19:44:44.739Z] 63d7cb157983: Pull complete [2020-12-04T19:44:45.337Z] b116817d02f9: Pull complete [2020-12-04T19:44:45.870Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-04T19:44:46.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-04T19:44:47.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-04T19:44:48.741Z] $ docker stop --time=1 4921810c42b0631fc38dd6d15352fc20bee4c56429e39d593cc789537b676924 [2020-12-04T19:44:49.663Z] 745a02a5169b: Pull complete [2020-12-04T19:44:49.663Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-04T19:44:49.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-04T19:44:49.663Z] ---> b7e6874047d6 [2020-12-04T19:44:49.663Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-04T19:44:50.359Z] $ docker rm -f 4921810c42b0631fc38dd6d15352fc20bee4c56429e39d593cc789537b676924 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-12-04T19:44:53.048Z] ---> Running in 52d1c73babf5 [2020-12-04T19:44:53.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:44:54.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T19:44:54.195Z] [2020-12-04T19:44:54.195Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:44:54.552Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T19:44:54.552Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-04T19:44:54.552Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-04T19:44:54.552Z] ca9280d653b3: Pulling fs layer [2020-12-04T19:44:54.552Z] 7e9c9ca2126c: Pulling fs layer [2020-12-04T19:44:54.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T19:44:54.820Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-04T19:44:54.820Z] cbdbe7a5bc2a: Download complete [2020-12-04T19:44:55.208Z] (1/12) Installing libmagic (5.38-r0) [2020-12-04T19:44:55.402Z] ca9280d653b3: Verifying Checksum [2020-12-04T19:44:55.403Z] ca9280d653b3: Download complete [2020-12-04T19:44:55.403Z] cbdbe7a5bc2a: Pull complete [2020-12-04T19:44:55.477Z] (2/12) Installing file (5.38-r0) [2020-12-04T19:44:55.747Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-04T19:44:55.747Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-04T19:44:56.356Z] 7e9c9ca2126c: Verifying Checksum [2020-12-04T19:44:56.356Z] 7e9c9ca2126c: Download complete [2020-12-04T19:44:56.618Z] ca9280d653b3: Pull complete [2020-12-04T19:45:03.250Z] 7e9c9ca2126c: Pull complete [2020-12-04T19:45:03.250Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-04T19:45:03.250Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T19:45:03.250Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-04T19:45:03.426Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:45:03.476Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-04T19:45:06.370Z] $ docker top 1bf864dd188a69cb11deaba02e38c270253799a00e3352fb837fe25dd1c2edd2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T19:45:06.870Z] + docker-compose build --help [2020-12-04T19:45:06.870Z] + grep parallel [2020-12-04T19:45:07.819Z] --parallel Build images in parallel. [Pipeline] } [2020-12-04T19:45:07.836Z] $ docker stop --time=1 1bf864dd188a69cb11deaba02e38c270253799a00e3352fb837fe25dd1c2edd2 [2020-12-04T19:45:08.146Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-04T19:45:08.146Z] (6/12) Installing patch (2.7.6-r6) [2020-12-04T19:45:08.146Z] (7/12) Installing build-base (0.5-r2) [2020-12-04T19:45:08.146Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-04T19:45:08.146Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-04T19:45:08.146Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-04T19:45:08.146Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-04T19:45:08.146Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-04T19:45:08.146Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T19:45:08.146Z] OK: 217 MiB in 51 packages [2020-12-04T19:45:09.180Z] $ docker rm -f 1bf864dd188a69cb11deaba02e38c270253799a00e3352fb837fe25dd1c2edd2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:45:09.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T19:45:09.795Z] . [Pipeline] withDockerContainer [2020-12-04T19:45:09.891Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:45:09.941Z] $ 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/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-04T19:45:10.506Z] $ docker top 1dd840e5d4d7558537cee8bb5d48480f778aa6310d00f0e8318691c018cd56c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T19:45:10.968Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-04T19:45:11.530Z] Removing intermediate container 52d1c73babf5 [2020-12-04T19:45:11.531Z] ---> 673dbacd2108 [2020-12-04T19:45:11.531Z] Step 4/7 : WORKDIR /edgex-go [2020-12-04T19:45:11.531Z] ---> Running in 5c8785907270 [2020-12-04T19:45:11.803Z] Removing intermediate container 5c8785907270 [2020-12-04T19:45:11.803Z] ---> 6469968205c8 [2020-12-04T19:45:11.803Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-04T19:45:12.359Z] Building docker-core-command-go ... [2020-12-04T19:45:12.359Z] Building docker-core-data-go ... [2020-12-04T19:45:12.359Z] Building docker-core-metadata-go ... [2020-12-04T19:45:12.359Z] Building docker-security-bootstrap-redis-go ... [2020-12-04T19:45:12.359Z] Building docker-security-proxy-setup-go ... [2020-12-04T19:45:12.359Z] Building docker-security-secrets-setup-go ... [2020-12-04T19:45:12.359Z] Building docker-security-secretstore-setup-go ... [2020-12-04T19:45:12.359Z] Building docker-support-notifications-go ... [2020-12-04T19:45:12.359Z] Building docker-support-scheduler-go ... [2020-12-04T19:45:12.359Z] Building docker-sys-mgmt-agent-go ... [2020-12-04T19:45:12.359Z] Building docker-support-scheduler-go [2020-12-04T19:45:12.359Z] Building docker-core-metadata-go [2020-12-04T19:45:12.359Z] Building docker-security-bootstrap-redis-go [2020-12-04T19:45:12.359Z] Building docker-support-notifications-go [2020-12-04T19:45:12.359Z] Building docker-sys-mgmt-agent-go [2020-12-04T19:45:12.778Z] latest: Pulling from library/docker [2020-12-04T19:45:12.778Z] 5f621e34cdf4: Already exists [2020-12-04T19:45:12.778Z] 85db56a05063: Pulling fs layer [2020-12-04T19:45:12.778Z] ccb67d6aeaaa: Pulling fs layer [2020-12-04T19:45:12.778Z] de930078acea: Pulling fs layer [2020-12-04T19:45:12.778Z] d5a9d88a4785: Pulling fs layer [2020-12-04T19:45:12.778Z] e7f15c1544d5: Pulling fs layer [2020-12-04T19:45:12.778Z] 877c515997d3: Pulling fs layer [2020-12-04T19:45:12.778Z] d5a9d88a4785: Waiting [2020-12-04T19:45:12.778Z] e7f15c1544d5: Waiting [2020-12-04T19:45:12.778Z] 877c515997d3: Waiting [2020-12-04T19:45:13.054Z] ccb67d6aeaaa: Download complete [2020-12-04T19:45:13.054Z] 85db56a05063: Verifying Checksum [2020-12-04T19:45:13.054Z] 85db56a05063: Download complete [2020-12-04T19:45:13.054Z] d5a9d88a4785: Verifying Checksum [2020-12-04T19:45:13.054Z] d5a9d88a4785: Download complete [2020-12-04T19:45:13.328Z] e7f15c1544d5: Verifying Checksum [2020-12-04T19:45:13.328Z] e7f15c1544d5: Download complete [2020-12-04T19:45:13.328Z] 877c515997d3: Download complete [2020-12-04T19:45:13.940Z] 85db56a05063: Pull complete [2020-12-04T19:45:14.210Z] ccb67d6aeaaa: Pull complete [2020-12-04T19:45:14.487Z] de930078acea: Verifying Checksum [2020-12-04T19:45:14.487Z] de930078acea: Download complete [2020-12-04T19:45:17.872Z] de930078acea: Pull complete [2020-12-04T19:45:18.142Z] d5a9d88a4785: Pull complete [2020-12-04T19:45:18.414Z] e7f15c1544d5: Pull complete [2020-12-04T19:45:18.687Z] 877c515997d3: Pull complete [2020-12-04T19:45:18.687Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-04T19:45:18.687Z] Status: Downloaded newer image for docker:latest [2020-12-04T19:45:22.076Z] ---> 3678bd4f9ee3 [2020-12-04T19:45:22.076Z] Step 6/7 : COPY go.mod . [2020-12-04T19:45:22.674Z] ---> 45b83610c77a [2020-12-04T19:45:22.674Z] Step 7/7 : RUN go mod download [2020-12-04T19:45:22.674Z] ---> Running in 4dd3c3bc66ff [2020-12-04T19:45:44.603Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:45:44.603Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:45:44.603Z] ---> ee84974531fd [2020-12-04T19:45:44.603Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T19:45:44.603Z] ---> Running in ff8ed713c8f8 [2020-12-04T19:45:44.603Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:45:44.603Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:45:44.603Z] ---> ee84974531fd [2020-12-04T19:45:44.603Z] Step 3/27 : WORKDIR /edgex-go [2020-12-04T19:45:44.603Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:45:44.603Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:45:44.603Z] ---> ee84974531fd [2020-12-04T19:45:44.603Z] Step 3/24 : WORKDIR /edgex-go [2020-12-04T19:45:44.603Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:45:44.603Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:45:44.603Z] ---> ee84974531fd [2020-12-04T19:45:44.603Z] Step 3/21 : WORKDIR /edgex-go [2020-12-04T19:45:44.603Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:45:44.603Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:45:44.603Z] ---> ee84974531fd [2020-12-04T19:45:44.603Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T19:45:44.603Z] ---> Running in b52082482705 [2020-12-04T19:45:44.603Z] ---> Running in d7147317e751 [2020-12-04T19:45:44.603Z] ---> Running in 615a27b84718 [2020-12-04T19:45:44.603Z] ---> Running in bc71f773475e [2020-12-04T19:45:44.603Z] Removing intermediate container bc71f773475e [2020-12-04T19:45:44.603Z] ---> 99768d4aa5c4 [2020-12-04T19:45:44.603Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:45:44.603Z] Removing intermediate container ff8ed713c8f8 [2020-12-04T19:45:44.603Z] ---> f6b77b9e1583 [2020-12-04T19:45:44.603Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:45:44.603Z] Removing intermediate container d7147317e751 [2020-12-04T19:45:44.603Z] ---> 5fde9300e44e [2020-12-04T19:45:44.603Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:45:44.603Z] Removing intermediate container b52082482705 [2020-12-04T19:45:44.603Z] ---> 4effed0dedd2 [2020-12-04T19:45:44.603Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:45:44.603Z] Removing intermediate container 615a27b84718 [2020-12-04T19:45:44.603Z] ---> 38631c2f8e71 [2020-12-04T19:45:44.603Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:45:44.603Z] ---> Running in 7873f35f81a6 [2020-12-04T19:45:44.603Z] ---> Running in d20f22267633 [2020-12-04T19:45:44.603Z] ---> Running in f3d7a8157154 [2020-12-04T19:45:44.603Z] ---> Running in 558cd07e6e0e [2020-12-04T19:45:44.603Z] ---> Running in 842c2702876d [2020-12-04T19:45:46.016Z] Removing intermediate container 7873f35f81a6 [2020-12-04T19:45:46.016Z] ---> e5b5756db9af [2020-12-04T19:45:46.016Z] Step 5/21 : RUN apk update && apk add make git [2020-12-04T19:45:46.285Z] Removing intermediate container d20f22267633 [2020-12-04T19:45:46.285Z] ---> 244db88419d1 [2020-12-04T19:45:46.285Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-04T19:45:46.285Z] ---> Running in 4a6f97649d8c [2020-12-04T19:45:46.285Z] ---> Running in 477bde4dbfb2 [2020-12-04T19:45:46.285Z] Removing intermediate container f3d7a8157154 [2020-12-04T19:45:46.285Z] ---> 7b89c935d7a6 [2020-12-04T19:45:46.285Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T19:45:46.862Z] ---> Running in b3adec26a68c [2020-12-04T19:45:46.862Z] Removing intermediate container 558cd07e6e0e [2020-12-04T19:45:46.862Z] ---> fdb4c9323e6c [2020-12-04T19:45:46.862Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T19:45:46.862Z] Removing intermediate container 842c2702876d [2020-12-04T19:45:46.862Z] ---> a1cddd41e537 [2020-12-04T19:45:46.862Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-04T19:45:47.129Z] ---> Running in 5968c0b72674 [2020-12-04T19:45:47.130Z] ---> Running in badc28892ea2 [2020-12-04T19:45:47.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T19:45:47.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T19:45:47.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T19:45:47.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T19:45:47.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T19:45:48.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T19:45:48.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T19:45:48.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T19:45:48.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T19:45:48.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T19:45:49.135Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:45:49.135Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:45:49.135Z] OK: 12745 distinct packages available [2020-12-04T19:45:49.135Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:45:49.135Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:45:49.135Z] OK: 12745 distinct packages available [2020-12-04T19:45:49.135Z] OK: 233 MiB in 51 packages [2020-12-04T19:45:49.398Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:45:49.398Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:45:49.398Z] OK: 12745 distinct packages available [2020-12-04T19:45:49.398Z] OK: 233 MiB in 51 packages [2020-12-04T19:45:49.466Z] Removing intermediate container 4dd3c3bc66ff [2020-12-04T19:45:49.466Z] ---> 54444cdde5a9 [2020-12-04T19:45:49.466Z] Successfully built 54444cdde5a9 [2020-12-04T19:45:49.466Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:45:49.664Z] OK: 233 MiB in 51 packages [2020-12-04T19:45:49.664Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:45:49.665Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:45:49.665Z] OK: 12745 distinct packages available [2020-12-04T19:45:49.806Z] + docker inspect -f . ci-base-image-arm64 [2020-12-04T19:45:49.806Z] . [Pipeline] withDockerContainer [2020-12-04T19:45:49.943Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:45:49.943Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:45:49.943Z] OK: 12745 distinct packages available [2020-12-04T19:45:49.943Z] Removing intermediate container 477bde4dbfb2 [2020-12-04T19:45:49.943Z] ---> 1f2e3f5ed5f0 [2020-12-04T19:45:49.943Z] Step 6/27 : COPY go.mod . [2020-12-04T19:45:49.943Z] OK: 233 MiB in 51 packages [2020-12-04T19:45:50.048Z] prd-ubuntu18.04-docker-arm64-4c-16g-14523 does not seem to be running inside a container [2020-12-04T19:45:50.137Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-04T19:45:50.213Z] Removing intermediate container 5968c0b72674 [2020-12-04T19:45:50.213Z] ---> aecd6d8254cf [2020-12-04T19:45:50.213Z] Step 6/22 : COPY go.mod . [2020-12-04T19:45:50.213Z] OK: 233 MiB in 51 packages [2020-12-04T19:45:50.213Z] ---> 64c32ec7f4ae [2020-12-04T19:45:50.213Z] Step 7/27 : RUN go mod download [2020-12-04T19:45:50.476Z] Removing intermediate container badc28892ea2 [2020-12-04T19:45:50.476Z] ---> 8f8ae0ace361 [2020-12-04T19:45:50.476Z] Step 6/24 : COPY go.mod . [2020-12-04T19:45:50.476Z] ---> Running in 1bea42be968c [2020-12-04T19:45:50.476Z] ---> ae65a5f9a222 [2020-12-04T19:45:50.476Z] Step 7/22 : RUN go mod download [2020-12-04T19:45:51.050Z] ---> d8602264e86c [2020-12-04T19:45:51.050Z] Step 7/24 : RUN go mod download [2020-12-04T19:45:51.050Z] ---> Running in cf50dbff48fa [2020-12-04T19:45:51.050Z] ---> Running in 8788d694b467 [2020-12-04T19:45:51.312Z] Removing intermediate container 4a6f97649d8c [2020-12-04T19:45:51.312Z] ---> b5338b44cdea [2020-12-04T19:45:51.312Z] Step 6/21 : COPY go.mod . [2020-12-04T19:45:51.312Z] Removing intermediate container b3adec26a68c [2020-12-04T19:45:51.312Z] ---> 61c42bde34b7 [2020-12-04T19:45:51.312Z] Step 6/22 : COPY go.mod . [2020-12-04T19:45:51.512Z] $ docker top 5c17642ffcea92712fec43d1481bf346db331df97d162213251c8a03dfc0d374 -eo pid,comm [2020-12-04T19:45:51.767Z] ---> a77435f69c38 [2020-12-04T19:45:51.767Z] Step 7/21 : RUN go mod download [Pipeline] { [Pipeline] sh [2020-12-04T19:45:52.046Z] ---> 493e6ede30da [2020-12-04T19:45:52.046Z] Step 7/22 : RUN go mod download [2020-12-04T19:45:52.046Z] ---> Running in 758dcb878639 [2020-12-04T19:45:52.046Z] ---> Running in aaa21d8d2614 [2020-12-04T19:45:52.535Z] + go version [2020-12-04T19:45:52.535Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-04T19:45:52.561Z] $ docker stop --time=1 5c17642ffcea92712fec43d1481bf346db331df97d162213251c8a03dfc0d374 [2020-12-04T19:45:53.212Z] Removing intermediate container 8788d694b467 [2020-12-04T19:45:53.212Z] ---> 81744132e1aa [2020-12-04T19:45:53.212Z] Step 8/24 : COPY . . [2020-12-04T19:45:53.491Z] Removing intermediate container 1bea42be968c [2020-12-04T19:45:53.491Z] ---> c284cff26523 [2020-12-04T19:45:53.491Z] Step 8/27 : COPY . . [2020-12-04T19:45:53.491Z] Removing intermediate container cf50dbff48fa [2020-12-04T19:45:53.491Z] ---> 0bc1fad34278 [2020-12-04T19:45:53.491Z] Step 8/22 : COPY . . [2020-12-04T19:45:54.478Z] $ docker rm -f 5c17642ffcea92712fec43d1481bf346db331df97d162213251c8a03dfc0d374 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:45:55.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-04T19:45:55.716Z] [2020-12-04T19:45:55.716Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:45:56.102Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-04T19:45:56.102Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-04T19:45:56.102Z] 29e5d40040c1: Pulling fs layer [2020-12-04T19:45:56.102Z] 1ce36da41761: Pulling fs layer [2020-12-04T19:45:56.102Z] 25b303627fd3: Pulling fs layer [2020-12-04T19:45:56.696Z] 29e5d40040c1: Verifying Checksum [2020-12-04T19:45:56.696Z] 29e5d40040c1: Download complete [2020-12-04T19:45:56.967Z] 1ce36da41761: Verifying Checksum [2020-12-04T19:45:56.967Z] 1ce36da41761: Download complete [2020-12-04T19:45:57.240Z] 29e5d40040c1: Pull complete [2020-12-04T19:45:58.690Z] 1ce36da41761: Pull complete [2020-12-04T19:45:58.690Z] 25b303627fd3: Download complete [2020-12-04T19:45:58.836Z] Removing intermediate container aaa21d8d2614 [2020-12-04T19:45:58.836Z] ---> ce1f064af5c3 [2020-12-04T19:45:58.836Z] Step 8/22 : COPY . . [2020-12-04T19:45:58.836Z] Removing intermediate container 758dcb878639 [2020-12-04T19:45:58.836Z] ---> 4d36d648c6e8 [2020-12-04T19:45:58.836Z] Step 8/21 : COPY . . [2020-12-04T19:46:08.842Z] 25b303627fd3: Pull complete [2020-12-04T19:46:08.842Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-04T19:46:08.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-04T19:46:08.842Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-04T19:46:09.066Z] prd-ubuntu18.04-docker-arm64-4c-16g-14523 does not seem to be running inside a container [2020-12-04T19:46:09.151Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-04T19:46:12.279Z] $ docker top ab7d486f06e8a44f5ff34e9e657d1abbd6bcdf96b400c802e48c2eb283c09cf4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T19:46:13.241Z] + docker-compose build --help [2020-12-04T19:46:13.241Z] + grep parallel [2020-12-04T19:46:16.602Z] --parallel Build images in parallel. [Pipeline] } [2020-12-04T19:46:16.628Z] $ docker stop --time=1 ab7d486f06e8a44f5ff34e9e657d1abbd6bcdf96b400c802e48c2eb283c09cf4 [2020-12-04T19:46:18.627Z] $ docker rm -f ab7d486f06e8a44f5ff34e9e657d1abbd6bcdf96b400c802e48c2eb283c09cf4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:46:19.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-04T19:46:19.515Z] . [Pipeline] withDockerContainer [2020-12-04T19:46:19.734Z] prd-ubuntu18.04-docker-arm64-4c-16g-14523 does not seem to be running inside a container [2020-12-04T19:46:19.824Z] $ 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/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-04T19:46:21.208Z] $ docker top 02591a12d044d62196c6ed0caa6683566f5ee934feee3ce978c81ac9bfa85d07 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T19:46:22.222Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-04T19:46:25.600Z] Building docker-core-command-go ... [2020-12-04T19:46:25.600Z] Building docker-core-data-go ... [2020-12-04T19:46:25.600Z] Building docker-core-metadata-go ... [2020-12-04T19:46:25.600Z] Building docker-security-bootstrap-redis-go ... [2020-12-04T19:46:25.600Z] Building docker-security-proxy-setup-go ... [2020-12-04T19:46:25.600Z] Building docker-security-secrets-setup-go ... [2020-12-04T19:46:25.600Z] Building docker-security-secretstore-setup-go ... [2020-12-04T19:46:25.600Z] Building docker-support-notifications-go ... [2020-12-04T19:46:25.600Z] Building docker-support-scheduler-go ... [2020-12-04T19:46:25.600Z] Building docker-sys-mgmt-agent-go ... [2020-12-04T19:46:25.600Z] Building docker-security-secretstore-setup-go [2020-12-04T19:46:25.600Z] Building docker-security-proxy-setup-go [2020-12-04T19:46:25.600Z] Building docker-core-command-go [2020-12-04T19:46:25.600Z] Building docker-support-notifications-go [2020-12-04T19:46:25.600Z] Building docker-core-data-go [2020-12-04T19:46:31.139Z] ---> 0d33b1a394a8 [2020-12-04T19:46:31.139Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-04T19:46:31.139Z] ---> 9907378efdb7 [2020-12-04T19:46:31.139Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-04T19:46:31.139Z] ---> Running in 58dc439f63fc [2020-12-04T19:46:31.139Z] ---> Running in 5d8a028549a0 [2020-12-04T19:46:31.139Z] ---> f336db79901f [2020-12-04T19:46:31.139Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-04T19:46:31.139Z] ---> 8932560a4d66 [2020-12-04T19:46:31.139Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-04T19:46:31.139Z] ---> ebab9d440dfe [2020-12-04T19:46:31.139Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-04T19:46:31.401Z] ---> Running in 5cfa046e3c65 [2020-12-04T19:46:31.401Z] ---> Running in 74563995725e [2020-12-04T19:46:31.401Z] ---> Running in 881b358227a8 [2020-12-04T19:46:32.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-04T19:46:32.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-04T19:46:32.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-04T19:46:32.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-04T19:46:32.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-04T19:47:04.662Z] Removing intermediate container 58dc439f63fc [2020-12-04T19:47:04.662Z] ---> 60f73fc38b8e [2020-12-04T19:47:04.662Z] [2020-12-04T19:47:04.662Z] Step 10/22 : FROM alpine:3.10 [2020-12-04T19:47:04.662Z] 3.10: Pulling from library/alpine [2020-12-04T19:47:04.939Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-04T19:47:04.939Z] Status: Downloaded newer image for alpine:3.10 [2020-12-04T19:47:04.939Z] ---> be4e4bea2c2e [2020-12-04T19:47:04.939Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-04T19:47:06.894Z] ---> Running in 1dc702a3bcb9 [2020-12-04T19:47:06.894Z] Removing intermediate container 5cfa046e3c65 [2020-12-04T19:47:06.894Z] ---> 296fdb2ba822 [2020-12-04T19:47:06.894Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-04T19:47:07.163Z] ---> Running in 91526df9e3f5 [2020-12-04T19:47:08.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-04T19:47:08.612Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-04T19:47:08.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-04T19:47:08.612Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-04T19:47:08.612Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-04T19:47:08.612Z] OK: 10348 distinct packages available [2020-12-04T19:47:08.882Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-04T19:47:08.882Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-04T19:47:08.882Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-04T19:47:08.882Z] (4/5) Installing curl (7.66.0-r1) [2020-12-04T19:47:08.882Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-04T19:47:08.882Z] Executing busybox-1.30.1-r3.trigger [2020-12-04T19:47:08.882Z] Executing ca-certificates-20191127-r2.trigger [2020-12-04T19:47:08.882Z] OK: 7 MiB in 19 packages [2020-12-04T19:47:12.221Z] Removing intermediate container 5d8a028549a0 [2020-12-04T19:47:12.221Z] ---> 9c2f1f3b424e [2020-12-04T19:47:12.221Z] [2020-12-04T19:47:12.221Z] Step 10/24 : FROM scratch [2020-12-04T19:47:12.221Z] ---> [2020-12-04T19:47:12.221Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-04T19:47:12.221Z] Removing intermediate container 74563995725e [2020-12-04T19:47:12.221Z] ---> 76480247d831 [2020-12-04T19:47:12.221Z] [2020-12-04T19:47:12.221Z] Step 10/21 : FROM scratch [2020-12-04T19:47:12.221Z] ---> [2020-12-04T19:47:12.221Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T19:47:12.568Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:47:12.568Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:47:12.568Z] ---> 54444cdde5a9 [2020-12-04T19:47:12.568Z] Step 3/21 : WORKDIR /edgex-go [2020-12-04T19:47:12.568Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:47:12.568Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:47:12.568Z] ---> 54444cdde5a9 [2020-12-04T19:47:12.568Z] Step 3/24 : WORKDIR /edgex-go [2020-12-04T19:47:12.568Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:47:12.568Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:47:12.568Z] ---> 54444cdde5a9 [2020-12-04T19:47:12.568Z] Step 3/24 : WORKDIR /edgex-go [2020-12-04T19:47:12.568Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:47:12.568Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:47:12.568Z] ---> 54444cdde5a9 [2020-12-04T19:47:12.568Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T19:47:12.568Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:47:12.568Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:47:12.568Z] ---> 54444cdde5a9 [2020-12-04T19:47:12.568Z] Step 3/23 : WORKDIR /edgex-go [2020-12-04T19:47:12.799Z] ---> Running in 8155ab598e1a [2020-12-04T19:47:12.799Z] ---> Running in 42a5db470512 [2020-12-04T19:47:14.537Z] ---> Running in d884be3f9f62 [2020-12-04T19:47:14.537Z] ---> Running in c2cbc1b9c8cc [2020-12-04T19:47:14.537Z] ---> Running in e3015a8c70af [2020-12-04T19:47:14.537Z] ---> Running in ff3c2ce82ff8 [2020-12-04T19:47:14.537Z] ---> Running in 8c6045355903 [2020-12-04T19:47:15.134Z] Removing intermediate container e3015a8c70af [2020-12-04T19:47:15.134Z] Removing intermediate container d884be3f9f62 [2020-12-04T19:47:15.134Z] ---> 3a31e16d6a7f [2020-12-04T19:47:15.134Z] ---> 43a9449fcc37 [2020-12-04T19:47:15.134Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:47:15.134Z] [2020-12-04T19:47:15.134Z] Removing intermediate container 8c6045355903 [2020-12-04T19:47:15.134Z] ---> 1964eb04696a [2020-12-04T19:47:15.134Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:47:15.410Z] Removing intermediate container ff3c2ce82ff8 [2020-12-04T19:47:15.410Z] ---> ae3e9af75154 [2020-12-04T19:47:15.410Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:47:15.410Z] Removing intermediate container c2cbc1b9c8cc [2020-12-04T19:47:15.410Z] ---> 3f3e3489df67 [2020-12-04T19:47:15.410Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:47:15.410Z] ---> Running in 45c24619f78d [2020-12-04T19:47:15.410Z] ---> Running in 393f9127aa8e [2020-12-04T19:47:15.410Z] ---> Running in bacbf22f92db [2020-12-04T19:47:15.690Z] ---> Running in d28648a52f0e [2020-12-04T19:47:15.690Z] ---> Running in 0f6d2016e353 [2020-12-04T19:47:16.115Z] Removing intermediate container 1dc702a3bcb9 [2020-12-04T19:47:16.115Z] ---> be2612050f38 [2020-12-04T19:47:16.115Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-04T19:47:16.115Z] Removing intermediate container 91526df9e3f5 [2020-12-04T19:47:16.115Z] ---> 9a7fc16b8711 [2020-12-04T19:47:16.115Z] [2020-12-04T19:47:16.115Z] Step 11/27 : FROM docker:latest [2020-12-04T19:47:16.115Z] ---> b0757c55a1fd [2020-12-04T19:47:16.115Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-04T19:47:16.115Z] Removing intermediate container 42a5db470512 [2020-12-04T19:47:16.115Z] ---> e126feccd82f [2020-12-04T19:47:16.115Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-04T19:47:16.115Z] Removing intermediate container 8155ab598e1a [2020-12-04T19:47:16.115Z] ---> 866d6f7f4aa7 [2020-12-04T19:47:16.115Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-04T19:47:16.115Z] ---> Running in 9a5dcf49a751 [2020-12-04T19:47:16.115Z] ---> Running in 083dafa49674 [2020-12-04T19:47:16.115Z] ---> Running in b8be180c5206 [2020-12-04T19:47:16.115Z] Removing intermediate container 881b358227a8 [2020-12-04T19:47:16.115Z] ---> 46d8c1e70472 [2020-12-04T19:47:16.115Z] [2020-12-04T19:47:16.115Z] Step 10/22 : FROM scratch [2020-12-04T19:47:16.115Z] ---> [2020-12-04T19:47:16.115Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T19:47:16.115Z] ---> Using cache [2020-12-04T19:47:16.115Z] ---> 866d6f7f4aa7 [2020-12-04T19:47:16.115Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-04T19:47:16.115Z] ---> Running in ff86efb4ba55 [2020-12-04T19:47:16.379Z] ---> Running in 20ad5f1e8de1 [2020-12-04T19:47:16.643Z] Removing intermediate container 9a5dcf49a751 [2020-12-04T19:47:16.643Z] ---> 15e3d735e806 [2020-12-04T19:47:16.643Z] Step 13/22 : WORKDIR / [2020-12-04T19:47:16.643Z] Removing intermediate container b8be180c5206 [2020-12-04T19:47:16.643Z] ---> a79eefb3f0d1 [2020-12-04T19:47:16.643Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-04T19:47:16.643Z] Removing intermediate container ff86efb4ba55 [2020-12-04T19:47:16.643Z] ---> a2886447af1a [2020-12-04T19:47:16.643Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-04T19:47:16.643Z] ---> Running in f49d65854b3e [2020-12-04T19:47:16.643Z] ---> Running in ad2e925ba6c9 [2020-12-04T19:47:16.906Z] ---> Running in 0685076d4d66 [2020-12-04T19:47:16.906Z] Removing intermediate container 20ad5f1e8de1 [2020-12-04T19:47:16.906Z] ---> b8764e9ffb02 [2020-12-04T19:47:16.906Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-04T19:47:16.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T19:47:16.906Z] ---> Running in 1b366eed41df [2020-12-04T19:47:16.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T19:47:16.906Z] Removing intermediate container f49d65854b3e [2020-12-04T19:47:16.906Z] ---> ddaeff878cd5 [2020-12-04T19:47:16.906Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-04T19:47:17.193Z] Removing intermediate container 0685076d4d66 [2020-12-04T19:47:17.193Z] ---> 56b88dc8403f [2020-12-04T19:47:17.193Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-04T19:47:17.193Z] Removing intermediate container ad2e925ba6c9 [2020-12-04T19:47:17.193Z] ---> 25ee48bb7a2f [2020-12-04T19:47:17.193Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-04T19:47:17.193Z] Removing intermediate container 1b366eed41df [2020-12-04T19:47:17.193Z] ---> 0d286d017ca0 [2020-12-04T19:47:17.193Z] Step 14/22 : WORKDIR / [2020-12-04T19:47:17.193Z] (1/2) Installing readline (8.0.4-r0) [2020-12-04T19:47:17.193Z] (2/2) Installing bash (5.0.17-r0) [2020-12-04T19:47:17.193Z] Executing bash-5.0.17-r0.post-install [2020-12-04T19:47:17.193Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T19:47:17.466Z] OK: 12 MiB in 22 packages [2020-12-04T19:47:17.466Z] ---> Running in 29946b4c55f5 [2020-12-04T19:47:17.466Z] ---> 928f67e43d4f [2020-12-04T19:47:17.466Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-04T19:47:17.742Z] ---> 0be3a9532a41 [2020-12-04T19:47:17.742Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-04T19:47:17.742Z] ---> a49444e6d002 [2020-12-04T19:47:17.742Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-04T19:47:17.742Z] Removing intermediate container 29946b4c55f5 [2020-12-04T19:47:17.742Z] ---> a0eb0b3899c6 [2020-12-04T19:47:17.742Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-04T19:47:19.115Z] Removing intermediate container 45c24619f78d [2020-12-04T19:47:19.115Z] ---> 373302b48fd3 [2020-12-04T19:47:19.115Z] Step 5/21 : RUN apk update && apk add make git [2020-12-04T19:47:19.155Z] ---> 8fbb0aafedf3 [2020-12-04T19:47:19.156Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-04T19:47:19.156Z] Removing intermediate container 083dafa49674 [2020-12-04T19:47:19.156Z] ---> 2255081044e5 [2020-12-04T19:47:19.156Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-04T19:47:19.156Z] ---> cabeed266d56 [2020-12-04T19:47:19.156Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-04T19:47:19.156Z] ---> d522518d7024 [2020-12-04T19:47:19.156Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-04T19:47:19.156Z] ---> Running in 75edd842f6d8 [2020-12-04T19:47:19.156Z] ---> 47b8ef7411c8 [2020-12-04T19:47:19.156Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-04T19:47:19.391Z] ---> Running in 620a7a8ee840 [2020-12-04T19:47:19.674Z] Removing intermediate container 393f9127aa8e [2020-12-04T19:47:19.674Z] ---> 11ee72f7277d [2020-12-04T19:47:19.674Z] Step 5/24 : RUN apk update && apk add make git [2020-12-04T19:47:19.738Z] ---> bf5bc5f0c91d [2020-12-04T19:47:19.738Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-04T19:47:19.738Z] ---> a7413d7726dd [2020-12-04T19:47:19.738Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-04T19:47:19.738Z] ---> 1f33fccd48e8 [2020-12-04T19:47:19.738Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-04T19:47:19.946Z] Removing intermediate container 0f6d2016e353 [2020-12-04T19:47:19.947Z] ---> ddfef07ada90 [2020-12-04T19:47:19.947Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-04T19:47:19.947Z] Removing intermediate container bacbf22f92db [2020-12-04T19:47:19.947Z] ---> e4f4070077a7 [2020-12-04T19:47:19.947Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-04T19:47:19.947Z] ---> Running in 63a506a8adc7 [2020-12-04T19:47:20.002Z] ---> 6f8d9a3ebcd1 [2020-12-04T19:47:20.002Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-04T19:47:20.002Z] ---> Running in 235ca36bcbb3 [2020-12-04T19:47:20.219Z] Removing intermediate container d28648a52f0e [2020-12-04T19:47:20.219Z] ---> 18b16200b6cc [2020-12-04T19:47:20.219Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T19:47:20.219Z] ---> Running in 8f0661336170 [2020-12-04T19:47:20.219Z] ---> Running in f73bc99e0cb6 [2020-12-04T19:47:20.264Z] ---> 950e19519138 [2020-12-04T19:47:20.264Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-04T19:47:20.492Z] ---> Running in b9b667b45622 [2020-12-04T19:47:20.839Z] ---> Running in 08e2321540ad [2020-12-04T19:47:20.839Z] ---> 77132bcaf6f4 [2020-12-04T19:47:20.839Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-04T19:47:21.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T19:47:21.100Z] Removing intermediate container 235ca36bcbb3 [2020-12-04T19:47:21.100Z] ---> 4e9372f433be [2020-12-04T19:47:21.101Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T19:47:21.101Z] ---> 7adcddc76997 [2020-12-04T19:47:21.101Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-04T19:47:21.369Z] ---> Running in 94084ae90593 [2020-12-04T19:47:21.369Z] ---> Running in 59b726af1e5d [2020-12-04T19:47:21.369Z] Removing intermediate container 75edd842f6d8 [2020-12-04T19:47:21.369Z] ---> c0414bc900a6 [2020-12-04T19:47:21.369Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-04T19:47:21.633Z] ---> 75d66f4ba8f3 [2020-12-04T19:47:21.633Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-04T19:47:21.633Z] ---> Running in 5c4bc1ab18c8 [2020-12-04T19:47:21.633Z] Removing intermediate container 59b726af1e5d [2020-12-04T19:47:21.633Z] ---> bf60a681a48e [2020-12-04T19:47:21.633Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T19:47:21.633Z] Removing intermediate container 94084ae90593 [2020-12-04T19:47:21.633Z] ---> df8bc8fe248c [2020-12-04T19:47:21.633Z] Step 19/21 : LABEL arch=x86_64 [2020-12-04T19:47:21.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T19:47:21.908Z] ---> Running in 1716e5e36384 [2020-12-04T19:47:21.908Z] ---> Running in 655210775a7e [2020-12-04T19:47:21.908Z] Removing intermediate container 5c4bc1ab18c8 [2020-12-04T19:47:21.908Z] ---> 8962451717ee [2020-12-04T19:47:21.908Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-04T19:47:21.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T19:47:21.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T19:47:22.172Z] ---> 2710414850e5 [2020-12-04T19:47:22.172Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-04T19:47:22.172Z] ---> Running in f37dbfad2668 [2020-12-04T19:47:22.172Z] ---> Running in df4332b4792d [2020-12-04T19:47:22.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T19:47:22.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T19:47:22.437Z] Removing intermediate container 1716e5e36384 [2020-12-04T19:47:22.437Z] ---> 5322ff806fed [2020-12-04T19:47:22.437Z] Step 20/22 : LABEL arch=x86_64 [2020-12-04T19:47:22.437Z] Removing intermediate container 655210775a7e [2020-12-04T19:47:22.437Z] ---> dfb755a28c2b [2020-12-04T19:47:22.437Z] Step 20/21 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:47:22.701Z] ---> Running in c75d500a9b64 [2020-12-04T19:47:22.701Z] ---> Running in e1cfc811d4e9 [2020-12-04T19:47:22.701Z] Removing intermediate container f37dbfad2668 [2020-12-04T19:47:22.701Z] ---> 34cfcab6a31c [2020-12-04T19:47:22.701Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-04T19:47:22.701Z] Removing intermediate container df4332b4792d [2020-12-04T19:47:22.701Z] ---> 65a3a6e89254 [2020-12-04T19:47:22.701Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T19:47:22.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T19:47:22.965Z] Removing intermediate container 08e2321540ad [2020-12-04T19:47:22.965Z] ---> f4339daee3c7 [2020-12-04T19:47:22.965Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-04T19:47:22.965Z] ---> Running in 24e11037b56e [2020-12-04T19:47:22.965Z] Removing intermediate container c75d500a9b64 [2020-12-04T19:47:22.965Z] ---> 2b8b683777b5 [2020-12-04T19:47:22.965Z] Step 21/22 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:47:23.133Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:47:23.133Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:47:23.133Z] OK: 12616 distinct packages available [2020-12-04T19:47:23.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T19:47:23.233Z] ---> Running in 893b3f4dab8a [2020-12-04T19:47:23.233Z] Removing intermediate container e1cfc811d4e9 [2020-12-04T19:47:23.233Z] ---> 72d41ab980ee [2020-12-04T19:47:23.233Z] Step 21/21 : LABEL version=2.0.0-dev.1 [2020-12-04T19:47:23.233Z] ---> Running in 2fc371519378 [2020-12-04T19:47:23.233Z] ---> Running in 31fbb6f417c5 [2020-12-04T19:47:23.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T19:47:23.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T19:47:23.500Z] ---> Running in 4c61f801ff3f [2020-12-04T19:47:23.500Z] Removing intermediate container 24e11037b56e [2020-12-04T19:47:23.500Z] ---> 2158880ddbd0 [2020-12-04T19:47:23.500Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-04T19:47:23.500Z] Removing intermediate container 893b3f4dab8a [2020-12-04T19:47:23.500Z] ---> f57d1b3b4bea [2020-12-04T19:47:23.500Z] Step 22/24 : LABEL arch=x86_64 [2020-12-04T19:47:23.689Z] OK: 217 MiB in 51 packages [2020-12-04T19:47:23.766Z] ---> Running in cc2541442240 [2020-12-04T19:47:23.766Z] Removing intermediate container 2fc371519378 [2020-12-04T19:47:23.766Z] ---> 94e86d76b10d [2020-12-04T19:47:23.766Z] Step 22/22 : LABEL version=2.0.0-dev.1 [2020-12-04T19:47:23.766Z] Removing intermediate container 31fbb6f417c5 [2020-12-04T19:47:23.766Z] ---> a0603393166d [2020-12-04T19:47:23.766Z] Step 20/22 : LABEL arch=x86_64 [2020-12-04T19:47:23.766Z] Removing intermediate container 4c61f801ff3f [2020-12-04T19:47:23.766Z] ---> 8a0aa16477bc [2020-12-04T19:47:23.766Z] [2020-12-04T19:47:23.968Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:47:23.968Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:47:23.968Z] OK: 12616 distinct packages available [2020-12-04T19:47:24.045Z] ---> Running in 6c57d5656434 [2020-12-04T19:47:24.045Z] ---> Running in 0fb89dfdd6b5 [2020-12-04T19:47:24.243Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:47:24.243Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:47:24.243Z] OK: 12616 distinct packages available [2020-12-04T19:47:24.308Z] Removing intermediate container cc2541442240 [2020-12-04T19:47:24.309Z] ---> c812f6a56b1d [2020-12-04T19:47:24.309Z] Step 23/24 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:47:24.309Z] Successfully built 8a0aa16477bc [2020-12-04T19:47:24.309Z] ---> bd1871ebd1be [2020-12-04T19:47:24.309Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-04T19:47:24.309Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-04T19:47:24.309Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-12-04T19:47:24.309Z] ---> Running in d2e18a939924 [2020-12-04T19:47:24.516Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:47:24.516Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:47:24.516Z] OK: 12616 distinct packages available [2020-12-04T19:47:24.573Z] Removing intermediate container 0fb89dfdd6b5 [2020-12-04T19:47:24.573Z] ---> e8dcf8e2bd45 [2020-12-04T19:47:24.573Z] Step 21/22 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:47:24.573Z] Removing intermediate container 6c57d5656434 [2020-12-04T19:47:24.573Z] ---> ee1be765a293 [2020-12-04T19:47:24.573Z] [2020-12-04T19:47:24.573Z] Successfully built ee1be765a293 [2020-12-04T19:47:24.573Z] ---> Running in 472bb3834c15 [2020-12-04T19:47:24.789Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:47:24.789Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:47:24.789Z] OK: 12616 distinct packages available [2020-12-04T19:47:24.789Z] OK: 217 MiB in 51 packages [2020-12-04T19:47:24.839Z] ---> 165a70cdc448 [2020-12-04T19:47:24.840Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-04T19:47:24.840Z] Successfully tagged docker-core-metadata-go:latest [2020-12-04T19:47:24.840Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-12-04T19:47:24.840Z] Removing intermediate container d2e18a939924 [2020-12-04T19:47:24.840Z] ---> 9580a0c6ed20 [2020-12-04T19:47:24.840Z] Step 24/24 : LABEL version=2.0.0-dev.1 [2020-12-04T19:47:24.840Z] ---> Running in a7d890defa91 [2020-12-04T19:47:25.104Z] Removing intermediate container 472bb3834c15 [2020-12-04T19:47:25.104Z] ---> 10642aeb284a [2020-12-04T19:47:25.104Z] Step 22/22 : LABEL version=2.0.0-dev.1 [2020-12-04T19:47:25.370Z] ---> Running in f366e7f310b6 [2020-12-04T19:47:25.370Z] ---> 46713de2f092 [2020-12-04T19:47:25.370Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-04T19:47:25.389Z] OK: 217 MiB in 51 packages [2020-12-04T19:47:25.389Z] OK: 217 MiB in 51 packages [2020-12-04T19:47:25.676Z] Removing intermediate container 620a7a8ee840 [2020-12-04T19:47:25.676Z] ---> fd797215f9a0 [2020-12-04T19:47:25.676Z] Step 6/21 : COPY go.mod . [2020-12-04T19:47:25.676Z] OK: 217 MiB in 51 packages [2020-12-04T19:47:26.665Z] ---> aaff6edf1054 [2020-12-04T19:47:26.665Z] Step 7/21 : RUN go mod download [2020-12-04T19:47:26.938Z] Removing intermediate container 63a506a8adc7 [2020-12-04T19:47:26.938Z] ---> 64135ef06f5e [2020-12-04T19:47:26.938Z] Step 6/24 : COPY go.mod . [2020-12-04T19:47:26.938Z] ---> Running in aa51a8589f17 [2020-12-04T19:47:27.220Z] Removing intermediate container 8f0661336170 [2020-12-04T19:47:27.220Z] ---> 67052271cdc7 [2020-12-04T19:47:27.220Z] Step 6/23 : COPY go.mod . [2020-12-04T19:47:27.220Z] Removing intermediate container f73bc99e0cb6 [2020-12-04T19:47:27.220Z] ---> ad75d2e6761e [2020-12-04T19:47:27.220Z] Step 6/24 : COPY go.mod . [2020-12-04T19:47:27.495Z] Removing intermediate container b9b667b45622 [2020-12-04T19:47:27.495Z] ---> 2882b7532709 [2020-12-04T19:47:27.495Z] Step 6/22 : COPY go.mod . [2020-12-04T19:47:27.927Z] Removing intermediate container a7d890defa91 [2020-12-04T19:47:27.927Z] ---> 97ec3bc5c683 [2020-12-04T19:47:27.927Z] [2020-12-04T19:47:28.094Z] ---> c5988b7b66d8 [2020-12-04T19:47:28.094Z] Step 7/24 : RUN go mod download [2020-12-04T19:47:28.366Z] ---> Running in bab202327772 [2020-12-04T19:47:28.366Z] ---> f5d6a7e7ff54 [2020-12-04T19:47:28.366Z] Step 7/24 : RUN go mod download [2020-12-04T19:47:28.366Z] ---> ace1d23d9181 [2020-12-04T19:47:28.366Z] Step 7/23 : RUN go mod download [2020-12-04T19:47:28.501Z] Successfully built 97ec3bc5c683 [2020-12-04T19:47:28.639Z] ---> Running in 21a828102bbf [2020-12-04T19:47:28.640Z] ---> Running in 4bac224f7132 [2020-12-04T19:47:28.917Z] ---> 5d9c32e1f608 [2020-12-04T19:47:28.917Z] Step 7/22 : RUN go mod download [2020-12-04T19:47:29.191Z] ---> Running in 4fa7d7ebdb0d [2020-12-04T19:47:31.066Z] Successfully tagged docker-support-notifications-go:latest [2020-12-04T19:47:31.067Z] Building docker-core-data-go [2020-12-04T19:47:31.186Z] Removing intermediate container aa51a8589f17 [2020-12-04T19:47:31.186Z] ---> 29566a3aeb57 [2020-12-04T19:47:31.186Z] Step 8/21 : COPY . . [2020-12-04T19:47:31.645Z]  Building docker-support-notifications-go ... done  ---> Running in a78d3f42d22a [2020-12-04T19:47:31.908Z] Removing intermediate container f366e7f310b6 [2020-12-04T19:47:31.908Z] ---> 93846c47f96a [2020-12-04T19:47:31.908Z] [2020-12-04T19:47:32.643Z] Removing intermediate container bab202327772 [2020-12-04T19:47:32.643Z] ---> 336d3bd07f33 [2020-12-04T19:47:32.643Z] Step 8/24 : COPY . . [2020-12-04T19:47:32.854Z] Successfully built 93846c47f96a [2020-12-04T19:47:34.100Z] Removing intermediate container 4bac224f7132 [2020-12-04T19:47:34.101Z] ---> dbe379d33469 [2020-12-04T19:47:34.101Z] Step 8/24 : COPY . . [2020-12-04T19:47:34.373Z] Removing intermediate container 4fa7d7ebdb0d [2020-12-04T19:47:34.373Z] ---> 3ddcf21a5923 [2020-12-04T19:47:34.373Z] Step 8/22 : COPY . . [2020-12-04T19:47:34.650Z] Removing intermediate container 21a828102bbf [2020-12-04T19:47:34.650Z] ---> 74b749d51768 [2020-12-04T19:47:34.650Z] Step 8/23 : COPY . . [2020-12-04T19:47:34.781Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-04T19:47:34.781Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go [2020-12-04T19:47:36.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T19:47:36.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T19:47:37.272Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-04T19:47:37.272Z] (2/33) Installing expat (2.2.9-r1) [2020-12-04T19:47:37.272Z] (3/33) Installing libffi (3.3-r2) [2020-12-04T19:47:37.272Z] (4/33) Installing gdbm (1.13-r1) [2020-12-04T19:47:37.554Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-04T19:47:37.554Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-04T19:47:37.554Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-04T19:47:45.764Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-04T19:47:45.764Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-04T19:47:45.764Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-04T19:47:45.764Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-04T19:47:45.764Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-04T19:47:46.350Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-04T19:47:46.350Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-04T19:47:47.323Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-04T19:47:47.586Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-04T19:47:47.852Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:47:47.852Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:47:47.852Z] ---> ee84974531fd [2020-12-04T19:47:47.852Z] Step 3/21 : WORKDIR /edgex-go [2020-12-04T19:47:47.852Z] ---> Using cache [2020-12-04T19:47:47.852Z] ---> 38631c2f8e71 [2020-12-04T19:47:47.852Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:47:47.852Z] ---> Using cache [2020-12-04T19:47:47.852Z] ---> a1cddd41e537 [2020-12-04T19:47:47.852Z] Step 5/21 : RUN apk update && apk add make git [2020-12-04T19:47:48.127Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-04T19:47:48.391Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:47:48.391Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-04T19:47:48.391Z] ---> ee84974531fd [2020-12-04T19:47:48.391Z] Step 3/29 : WORKDIR /edgex-go [2020-12-04T19:47:48.391Z] ---> Using cache [2020-12-04T19:47:48.391Z] ---> 38631c2f8e71 [2020-12-04T19:47:48.391Z] Step 4/29 : RUN apk update && apk add make git [2020-12-04T19:47:49.376Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-04T19:47:49.376Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-04T19:47:49.811Z] ---> 8bb0d8d48344 [2020-12-04T19:47:49.811Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-04T19:47:49.811Z] ---> 95e7d1384127 [2020-12-04T19:47:49.811Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-04T19:47:49.811Z] ---> ccdc07a544b2 [2020-12-04T19:47:49.811Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-04T19:47:49.811Z] ---> Running in 6b1957174639 [2020-12-04T19:47:49.811Z] ---> Running in ac5a658e3085 [2020-12-04T19:47:49.811Z] ---> 2cd666d16ded [2020-12-04T19:47:49.811Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-04T19:47:49.811Z] ---> aaa998af1d84 [2020-12-04T19:47:49.811Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-04T19:47:49.811Z] ---> Running in eb9d8ad6d9e8 [2020-12-04T19:47:50.085Z] ---> Running in 3a1497c40a62 [2020-12-04T19:47:50.085Z] ---> Running in 24652c15b872 [2020-12-04T19:47:50.332Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-04T19:47:50.332Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-04T19:47:50.332Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-04T19:47:50.332Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-04T19:47:50.598Z] ---> Running in c05d03a1ccb0 [2020-12-04T19:47:50.598Z] ---> Running in 1e455c1c8085 [2020-12-04T19:47:50.598Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-04T19:47:50.598Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-04T19:47:50.598Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-04T19:47:50.598Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-04T19:47:50.598Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-04T19:47:50.598Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-04T19:47:50.598Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-04T19:47:50.598Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-04T19:47:50.598Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-04T19:47:50.598Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-04T19:47:50.865Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T19:47:51.134Z] OK: 71 MiB in 55 packages [2020-12-04T19:47:52.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-04T19:47:52.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-04T19:47:52.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2020-12-04T19:47:52.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-04T19:47:52.344Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2020-12-04T19:47:53.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T19:47:53.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T19:47:53.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T19:47:53.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T19:47:54.777Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:47:54.777Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:47:54.777Z] OK: 12745 distinct packages available [2020-12-04T19:47:55.128Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:47:55.128Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:47:55.128Z] OK: 12745 distinct packages available [2020-12-04T19:47:55.128Z] OK: 233 MiB in 51 packages [2020-12-04T19:47:55.128Z] OK: 233 MiB in 51 packages [2020-12-04T19:47:56.783Z] Removing intermediate container 1e455c1c8085 [2020-12-04T19:47:56.783Z] ---> c0275b2c70dd [2020-12-04T19:47:56.783Z] Step 6/21 : COPY go.mod . [2020-12-04T19:47:57.362Z] Removing intermediate container c05d03a1ccb0 [2020-12-04T19:47:57.362Z] ---> 841e92b63c81 [2020-12-04T19:47:57.362Z] Step 5/29 : COPY go.mod . [2020-12-04T19:47:57.627Z] ---> 2aba4a9486f9 [2020-12-04T19:47:57.627Z] Step 7/21 : RUN go mod download [2020-12-04T19:47:57.889Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:47:57.889Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:47:57.889Z] ---> ee84974531fd [2020-12-04T19:47:57.889Z] Step 3/23 : WORKDIR /edgex-go [2020-12-04T19:47:57.889Z] ---> Using cache [2020-12-04T19:47:57.889Z] ---> 38631c2f8e71 [2020-12-04T19:47:57.889Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:47:57.889Z] ---> Using cache [2020-12-04T19:47:57.889Z] ---> a1cddd41e537 [2020-12-04T19:47:57.889Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-04T19:47:58.844Z] ---> e218631f0980 [2020-12-04T19:47:58.844Z] Step 6/29 : RUN go mod download [2020-12-04T19:47:58.844Z] ---> Running in a2d00b0f4404 [2020-12-04T19:47:58.844Z] ---> Running in 183aea36990c [2020-12-04T19:47:59.110Z] ---> Running in 4f26f76c6b41 [2020-12-04T19:48:00.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T19:48:01.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T19:48:02.080Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:48:02.081Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:48:02.081Z] ---> ee84974531fd [2020-12-04T19:48:02.081Z] Step 3/24 : WORKDIR /edgex-go [2020-12-04T19:48:02.081Z] ---> Using cache [2020-12-04T19:48:02.081Z] ---> 38631c2f8e71 [2020-12-04T19:48:02.081Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:48:02.081Z] ---> Using cache [2020-12-04T19:48:02.081Z] ---> a1cddd41e537 [2020-12-04T19:48:02.081Z] Step 5/24 : RUN apk update && apk add make git [2020-12-04T19:48:02.081Z] ---> Using cache [2020-12-04T19:48:02.081Z] ---> c0275b2c70dd [2020-12-04T19:48:02.081Z] Step 6/24 : COPY go.mod . [2020-12-04T19:48:02.081Z] ---> Using cache [2020-12-04T19:48:02.081Z] ---> 2aba4a9486f9 [2020-12-04T19:48:02.081Z] Step 7/24 : RUN go mod download [2020-12-04T19:48:02.081Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:48:02.081Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:48:02.081Z] OK: 12745 distinct packages available [2020-12-04T19:48:02.343Z] OK: 233 MiB in 51 packages [2020-12-04T19:48:04.266Z] ---> Running in a6405ecae065 [2020-12-04T19:48:05.218Z] Removing intermediate container 4f26f76c6b41 [2020-12-04T19:48:05.218Z] ---> d01ef0cb33b2 [2020-12-04T19:48:05.218Z] Step 7/29 : COPY . . [2020-12-04T19:48:06.175Z] Removing intermediate container a2d00b0f4404 [2020-12-04T19:48:06.175Z] ---> 05e5898595e9 [2020-12-04T19:48:06.175Z] Step 8/21 : COPY . . [2020-12-04T19:48:06.175Z] Removing intermediate container 183aea36990c [2020-12-04T19:48:06.176Z] ---> af2a619d7c92 [2020-12-04T19:48:06.176Z] Step 6/23 : COPY go.mod . [2020-12-04T19:48:06.176Z] Removing intermediate container a78d3f42d22a [2020-12-04T19:48:06.176Z] ---> c99eed791a0a [2020-12-04T19:48:06.176Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-04T19:48:09.506Z] ---> 845dd3f7c717 [2020-12-04T19:48:09.506Z] Step 7/23 : RUN go mod download [2020-12-04T19:48:10.086Z] ---> Running in 59f073c7451b [2020-12-04T19:48:12.732Z] ---> Running in de9a1dddcbc1 [2020-12-04T19:48:16.073Z] Removing intermediate container a6405ecae065 [2020-12-04T19:48:16.073Z] ---> 04b58e819187 [2020-12-04T19:48:16.073Z] Step 8/24 : COPY . . [2020-12-04T19:48:28.393Z] Removing intermediate container de9a1dddcbc1 [2020-12-04T19:48:28.393Z] ---> cda730ec3034 [2020-12-04T19:48:28.393Z] Step 8/23 : COPY . . [2020-12-04T19:48:28.658Z] Collecting docker-compose==1.23.2 [2020-12-04T19:48:28.658Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-04T19:48:31.992Z] Collecting docker<4.0,>=3.6.0 [2020-12-04T19:48:31.992Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-04T19:48:34.561Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-04T19:48:34.561Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-04T19:48:37.897Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-04T19:48:37.897Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-04T19:48:39.306Z] Collecting jsonschema<3,>=2.5.1 [2020-12-04T19:48:39.306Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-04T19:48:41.245Z] Collecting PyYAML<4,>=3.10 [2020-12-04T19:48:41.245Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-04T19:48:42.656Z] ---> 8a072250385d [2020-12-04T19:48:42.656Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-04T19:48:42.925Z] ---> 51fb1a32742e [2020-12-04T19:48:42.925Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-04T19:48:43.872Z] ---> Running in 6d858560a24b [2020-12-04T19:48:44.140Z] ---> Running in 82bd2786a891 [2020-12-04T19:48:46.077Z] Collecting docopt<0.7,>=0.6.1 [2020-12-04T19:48:46.077Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-04T19:48:46.658Z] ---> bc2f680782c2 [2020-12-04T19:48:46.658Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-04T19:48:47.639Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-04T19:48:47.639Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-04T19:48:47.639Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-04T19:48:47.639Z] Collecting texttable<0.10,>=0.9.0 [2020-12-04T19:48:47.639Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-04T19:48:47.639Z] ---> Running in e476d48770b9 [2020-12-04T19:48:49.094Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-04T19:48:49.094Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-04T19:48:49.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-04T19:48:49.686Z] Collecting cached-property<2,>=1.2.0 [2020-12-04T19:48:49.686Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-04T19:48:50.315Z] Collecting docker-pycreds>=0.4.0 [2020-12-04T19:48:50.316Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-04T19:48:50.585Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-04T19:48:50.852Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-04T19:48:50.852Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-04T19:48:50.852Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-04T19:48:51.119Z] Collecting idna<2.8,>=2.5 [2020-12-04T19:48:51.119Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-04T19:48:51.119Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-04T19:48:51.119Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-04T19:48:51.119Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-04T19:48:51.119Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-04T19:48:51.385Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, PyYAML, docopt, texttable, dockerpty, cached-property, docker-compose [2020-12-04T19:48:51.385Z] Attempting uninstall: urllib3 [2020-12-04T19:48:51.385Z] Found existing installation: urllib3 1.25.9 [2020-12-04T19:48:51.385Z] Uninstalling urllib3-1.25.9: [2020-12-04T19:48:51.671Z] Successfully uninstalled urllib3-1.25.9 [2020-12-04T19:48:51.952Z] Attempting uninstall: idna [2020-12-04T19:48:51.953Z] Found existing installation: idna 2.9 [2020-12-04T19:48:51.953Z] Uninstalling idna-2.9: [2020-12-04T19:48:51.953Z] Successfully uninstalled idna-2.9 [2020-12-04T19:48:53.752Z] Attempting uninstall: requests [2020-12-04T19:48:53.752Z] Found existing installation: requests 2.23.0 [2020-12-04T19:48:53.752Z] Uninstalling requests-2.23.0: [2020-12-04T19:48:53.752Z] ---> daadd5a4e786 [2020-12-04T19:48:53.752Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-04T19:48:54.021Z] Successfully uninstalled requests-2.23.0 [2020-12-04T19:48:54.607Z] ---> Running in 945d8b2491f7 [2020-12-04T19:48:55.566Z] Running setup.py install for PyYAML: started [2020-12-04T19:48:55.566Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2020-12-04T19:48:56.968Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-04T19:48:56.968Z] Running setup.py install for docopt: started [2020-12-04T19:48:57.773Z] Running setup.py install for docopt: finished with status 'done' [2020-12-04T19:48:57.773Z] Running setup.py install for texttable: started [2020-12-04T19:48:58.408Z] Running setup.py install for texttable: finished with status 'done' [2020-12-04T19:48:58.408Z] Running setup.py install for dockerpty: started [2020-12-04T19:48:59.121Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-04T19:48:59.710Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-04T19:49:04.004Z] Removing intermediate container 59f073c7451b [2020-12-04T19:49:04.005Z] ---> ed9a0abae914 [2020-12-04T19:49:04.005Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-04T19:49:04.275Z] ---> Running in 6e3d110a0412 [2020-12-04T19:49:05.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T19:49:05.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T19:49:05.524Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-04T19:49:05.524Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-04T19:49:05.524Z] (3/3) Installing curl (7.69.1-r1) [2020-12-04T19:49:05.524Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T19:49:05.524Z] OK: 72 MiB in 58 packages [2020-12-04T19:49:07.496Z] Removing intermediate container 6e3d110a0412 [2020-12-04T19:49:07.496Z] ---> b43e7a0cb678 [2020-12-04T19:49:07.496Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-04T19:49:08.096Z] ---> Running in 7e6f09ed18fa [2020-12-04T19:49:08.684Z] Removing intermediate container 7e6f09ed18fa [2020-12-04T19:49:08.684Z] ---> 3f63526775b9 [2020-12-04T19:49:08.684Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T19:49:08.684Z] ---> Running in a2e605e2e123 [2020-12-04T19:49:08.962Z] Removing intermediate container a2e605e2e123 [2020-12-04T19:49:08.962Z] ---> 18aaf2b373cf [2020-12-04T19:49:08.962Z] Step 25/27 : LABEL arch=x86_64 [2020-12-04T19:49:09.238Z] ---> Running in 03da7fcb90c7 [2020-12-04T19:49:09.508Z] Removing intermediate container 03da7fcb90c7 [2020-12-04T19:49:09.508Z] ---> e7599ef50001 [2020-12-04T19:49:09.508Z] Step 26/27 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:49:09.508Z] ---> Running in ffe6d84864c5 [2020-12-04T19:49:10.921Z] Removing intermediate container ffe6d84864c5 [2020-12-04T19:49:10.922Z] ---> 33f79926c5d1 [2020-12-04T19:49:10.922Z] Step 27/27 : LABEL version=2.0.0-dev.1 [2020-12-04T19:49:11.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-04T19:49:11.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-04T19:49:11.194Z] ---> Running in 9650c92a57fb [2020-12-04T19:49:11.467Z] Removing intermediate container 9650c92a57fb [2020-12-04T19:49:11.467Z] ---> 7493c75e88f0 [2020-12-04T19:49:11.467Z] [2020-12-04T19:49:11.734Z] Successfully built 7493c75e88f0 [2020-12-04T19:49:11.734Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-04T19:49:11.734Z] Building docker-core-command-go [2020-12-04T19:49:14.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-04T19:49:14.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-04T19:49:19.951Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 6d858560a24b [2020-12-04T19:49:19.951Z] ---> 5dd93c37b1fe [2020-12-04T19:49:19.951Z] [2020-12-04T19:49:19.951Z] Step 9/29 : FROM alpine:latest [2020-12-04T19:49:19.951Z] latest: Pulling from library/alpine [2020-12-04T19:49:19.951Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-04T19:49:19.951Z] Status: Downloaded newer image for alpine:latest [2020-12-04T19:49:19.951Z] ---> d6e46aa2470d [2020-12-04T19:49:19.951Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-04T19:49:21.142Z] Removing intermediate container 6b1957174639 [2020-12-04T19:49:21.142Z] ---> d38269d80958 [2020-12-04T19:49:21.142Z] [2020-12-04T19:49:21.142Z] Step 10/24 : FROM alpine:3.10 [2020-12-04T19:49:21.142Z] 3.10: Pulling from library/alpine [2020-12-04T19:49:21.398Z] ---> Running in 64d77ac2fe95 [2020-12-04T19:49:22.631Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-04T19:49:22.631Z] Status: Downloaded newer image for alpine:3.10 [2020-12-04T19:49:22.631Z] ---> 536a684cf733 [2020-12-04T19:49:22.631Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-04T19:49:23.231Z] ---> Running in 67016cc30062 [2020-12-04T19:49:24.785Z] Removing intermediate container 64d77ac2fe95 [2020-12-04T19:49:24.785Z] ---> 14c76d448d50 [2020-12-04T19:49:24.785Z] Step 11/29 : USER root [2020-12-04T19:49:25.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-04T19:49:26.154Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-04T19:49:26.761Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-04T19:49:26.761Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-04T19:49:26.761Z] OK: 10169 distinct packages available [2020-12-04T19:49:26.761Z] Removing intermediate container ac5a658e3085 [2020-12-04T19:49:26.761Z] ---> 451e0daae5a4 [2020-12-04T19:49:26.761Z] [2020-12-04T19:49:26.761Z] Step 10/21 : FROM alpine [2020-12-04T19:49:27.040Z] latest: Pulling from library/alpine [2020-12-04T19:49:27.040Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-04T19:49:27.040Z] Status: Downloaded newer image for alpine:latest [2020-12-04T19:49:27.040Z] ---> 2e77e061c27f [2020-12-04T19:49:27.040Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-04T19:49:27.327Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-04T19:49:27.327Z] ---> Running in 281d6f861377 [2020-12-04T19:49:27.605Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-04T19:49:27.605Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-04T19:49:27.605Z] (4/5) Installing curl (7.66.0-r1) [2020-12-04T19:49:27.605Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-04T19:49:27.605Z] Executing busybox-1.30.1-r3.trigger [2020-12-04T19:49:27.605Z] Executing ca-certificates-20191127-r2.trigger [2020-12-04T19:49:27.899Z] OK: 7 MiB in 19 packages [2020-12-04T19:49:28.134Z] ---> Running in 79585f2886ef [2020-12-04T19:49:29.096Z] Removing intermediate container e476d48770b9 [2020-12-04T19:49:29.096Z] ---> 4149960ab6b5 [2020-12-04T19:49:29.096Z] [2020-12-04T19:49:29.096Z] Step 10/24 : FROM alpine:3.10 [2020-12-04T19:49:29.096Z] ---> be4e4bea2c2e [2020-12-04T19:49:29.096Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-04T19:49:29.096Z] ---> Using cache [2020-12-04T19:49:29.096Z] ---> be2612050f38 [2020-12-04T19:49:29.096Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-04T19:49:29.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T19:49:29.681Z] Removing intermediate container 79585f2886ef [2020-12-04T19:49:29.681Z] ---> 1c6b901f7d33 [2020-12-04T19:49:29.681Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-04T19:49:29.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T19:49:30.963Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:49:30.963Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:49:30.963Z] OK: 12617 distinct packages available [2020-12-04T19:49:30.963Z] Removing intermediate container 67016cc30062 [2020-12-04T19:49:30.963Z] ---> cd3e621c3ab7 [2020-12-04T19:49:30.963Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-04T19:49:31.079Z] ---> Running in 0679fb57cf88 [2020-12-04T19:49:31.247Z] ---> Running in d83ea3e4fbe5 [2020-12-04T19:49:31.345Z] ---> Running in 34ceb6d118df [2020-12-04T19:49:31.345Z] Removing intermediate container 82bd2786a891 [2020-12-04T19:49:31.345Z] ---> 7e3d57226e3a [2020-12-04T19:49:31.345Z] [2020-12-04T19:49:31.345Z] Step 10/21 : FROM alpine [2020-12-04T19:49:31.345Z] ---> d6e46aa2470d [2020-12-04T19:49:31.345Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-04T19:49:31.530Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-04T19:49:31.530Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-04T19:49:31.530Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-04T19:49:31.530Z] (4/4) Installing curl (7.69.1-r1) [2020-12-04T19:49:31.530Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T19:49:31.828Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T19:49:31.828Z] OK: 7 MiB in 18 packages [2020-12-04T19:49:31.923Z] ---> Running in 348ed48b1b43 [2020-12-04T19:49:32.458Z] Removing intermediate container d83ea3e4fbe5 [2020-12-04T19:49:32.458Z] ---> fba2e3a321f8 [2020-12-04T19:49:32.458Z] Step 13/24 : WORKDIR / [2020-12-04T19:49:32.740Z] ---> Running in bfc7230baa08 [2020-12-04T19:49:32.879Z] Removing intermediate container 0679fb57cf88 [2020-12-04T19:49:32.879Z] ---> 92f3e22c8832 [2020-12-04T19:49:32.879Z] Step 13/24 : WORKDIR / [2020-12-04T19:49:33.160Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:49:33.160Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:49:33.160Z] ---> ee84974531fd [2020-12-04T19:49:33.160Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T19:49:33.160Z] ---> Using cache [2020-12-04T19:49:33.160Z] ---> 38631c2f8e71 [2020-12-04T19:49:33.160Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:49:33.160Z] ---> Using cache [2020-12-04T19:49:33.160Z] ---> a1cddd41e537 [2020-12-04T19:49:33.160Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T19:49:33.160Z] ---> Using cache [2020-12-04T19:49:33.160Z] ---> c0275b2c70dd [2020-12-04T19:49:33.160Z] Step 6/22 : COPY go.mod . [2020-12-04T19:49:33.160Z] ---> Using cache [2020-12-04T19:49:33.160Z] ---> 2aba4a9486f9 [2020-12-04T19:49:33.160Z] Step 7/22 : RUN go mod download [2020-12-04T19:49:33.160Z] ---> Using cache [2020-12-04T19:49:33.160Z] ---> 04b58e819187 [2020-12-04T19:49:33.160Z] Step 8/22 : COPY . . [2020-12-04T19:49:33.424Z] ---> Using cache [2020-12-04T19:49:33.424Z] ---> bc2f680782c2 [2020-12-04T19:49:33.424Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-04T19:49:34.183Z] Removing intermediate container bfc7230baa08 [2020-12-04T19:49:34.183Z] ---> e3ba822a0dda [2020-12-04T19:49:34.183Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-04T19:49:34.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T19:49:34.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T19:49:34.461Z] Removing intermediate container 281d6f861377 [2020-12-04T19:49:34.461Z] ---> 0f2d30493ec7 [2020-12-04T19:49:34.462Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-04T19:49:34.653Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:49:34.653Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:49:34.653Z] OK: 12746 distinct packages available [2020-12-04T19:49:34.740Z] ---> Running in 6089ae890276 [2020-12-04T19:49:34.922Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-04T19:49:34.922Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-04T19:49:34.922Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T19:49:34.922Z] ---> Running in b98b93413561 [2020-12-04T19:49:34.922Z] ---> Running in 2c599ebacee2 [2020-12-04T19:49:34.922Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T19:49:35.191Z] OK: 6 MiB in 16 packages [2020-12-04T19:49:35.342Z] ---> 578447a2e839 [2020-12-04T19:49:35.342Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-04T19:49:35.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T19:49:35.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T19:49:35.627Z] Removing intermediate container 6089ae890276 [2020-12-04T19:49:35.628Z] ---> 3a3471094eff [2020-12-04T19:49:35.628Z] Step 13/21 : WORKDIR /edgex [2020-12-04T19:49:35.720Z] Removing intermediate container b98b93413561 [2020-12-04T19:49:35.721Z] ---> e99838e635cd [2020-12-04T19:49:35.721Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-04T19:49:35.721Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:49:35.721Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:49:35.721Z] OK: 12746 distinct packages available [2020-12-04T19:49:35.909Z] ---> Running in f36e7be97739 [2020-12-04T19:49:35.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2020-12-04T19:49:35.986Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-04T19:49:35.986Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-04T19:49:35.986Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-04T19:49:35.986Z] (4/4) Installing curl (7.69.1-r1) [2020-12-04T19:49:35.986Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T19:49:36.247Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T19:49:36.247Z] OK: 7 MiB in 18 packages [2020-12-04T19:49:36.524Z] ---> 06e4ffc5bcd3 [2020-12-04T19:49:36.524Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-04T19:49:36.524Z] Removing intermediate container f36e7be97739 [2020-12-04T19:49:36.524Z] ---> 7534d1442ecb [2020-12-04T19:49:36.524Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-04T19:49:36.834Z] ---> 338f3a24b190 [2020-12-04T19:49:36.834Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-04T19:49:37.419Z] Removing intermediate container 34ceb6d118df [2020-12-04T19:49:37.419Z] ---> 9a1855b375eb [2020-12-04T19:49:37.419Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-04T19:49:37.419Z] ---> c1669019421a [2020-12-04T19:49:37.419Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-04T19:49:37.419Z] ---> Running in 8443620c573f [2020-12-04T19:49:37.981Z] ---> cc82b7898509 [2020-12-04T19:49:37.981Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-04T19:49:37.981Z] ---> 417c5994470b [2020-12-04T19:49:37.981Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-04T19:49:38.431Z] Removing intermediate container 348ed48b1b43 [2020-12-04T19:49:38.431Z] ---> b2b901ec882b [2020-12-04T19:49:38.431Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-04T19:49:40.421Z] Removing intermediate container 8443620c573f [2020-12-04T19:49:40.421Z] ---> aca1ede944f4 [2020-12-04T19:49:40.421Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-04T19:49:40.628Z] ---> e5b52dbea440 [2020-12-04T19:49:40.628Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-04T19:49:40.628Z] ---> 4412dd57b2bf [2020-12-04T19:49:40.628Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-04T19:49:40.702Z] ---> c35cf3261597 [2020-12-04T19:49:40.703Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-04T19:49:40.703Z] ---> Running in af6597ae66ba [2020-12-04T19:49:40.979Z] ---> Running in 983fd1176cb0 [2020-12-04T19:49:41.257Z] Removing intermediate container af6597ae66ba [2020-12-04T19:49:41.257Z] ---> c9a28409b190 [2020-12-04T19:49:41.257Z] Step 13/21 : WORKDIR /edgex [2020-12-04T19:49:41.257Z] Removing intermediate container 945d8b2491f7 [2020-12-04T19:49:41.257Z] ---> d9f386d2a947 [2020-12-04T19:49:41.257Z] [2020-12-04T19:49:41.257Z] Step 10/23 : FROM alpine [2020-12-04T19:49:41.257Z] ---> d6e46aa2470d [2020-12-04T19:49:41.257Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T19:49:42.260Z] ---> Running in c719648fc6ba [2020-12-04T19:49:42.260Z] ---> Running in 925fa02b2377 [2020-12-04T19:49:42.260Z] Removing intermediate container 983fd1176cb0 [2020-12-04T19:49:42.260Z] ---> 10033ad7e153 [2020-12-04T19:49:42.260Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-04T19:49:42.260Z] ---> a53ff6caeed9 [2020-12-04T19:49:42.260Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-04T19:49:42.260Z] ---> Running in 876009f4ca2d [2020-12-04T19:49:42.851Z] Removing intermediate container 925fa02b2377 [2020-12-04T19:49:42.851Z] ---> f0626cf70a70 [2020-12-04T19:49:42.851Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-04T19:49:42.851Z] Removing intermediate container c719648fc6ba [2020-12-04T19:49:42.851Z] ---> 4179c811ac70 [2020-12-04T19:49:42.851Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-04T19:49:43.121Z] ---> Running in ac42251be85a [2020-12-04T19:49:43.278Z] ---> 927c44035cd3 [2020-12-04T19:49:43.278Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-04T19:49:43.389Z] ---> dcbac3959ae6 [2020-12-04T19:49:43.389Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-04T19:49:43.389Z] Removing intermediate container ac42251be85a [2020-12-04T19:49:43.389Z] ---> cbe6d616557c [2020-12-04T19:49:43.390Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-04T19:49:43.551Z] ---> 68a03e68a4e2 [2020-12-04T19:49:43.551Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-04T19:49:43.676Z] ---> 9747614eb086 [2020-12-04T19:49:43.676Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-04T19:49:43.676Z] ---> Running in 13b7175a568f [2020-12-04T19:49:43.823Z] ---> Running in c318a731fca5 [2020-12-04T19:49:43.954Z] ---> d157098552b1 [2020-12-04T19:49:43.954Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-04T19:49:44.232Z] ---> Running in ffa643e5d4f6 [2020-12-04T19:49:45.626Z] Removing intermediate container 13b7175a568f [2020-12-04T19:49:45.626Z] ---> 09ec447ebdd8 [2020-12-04T19:49:45.626Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:49:45.820Z] Removing intermediate container c318a731fca5 [2020-12-04T19:49:45.820Z] ---> 0be137be2917 [2020-12-04T19:49:45.820Z] Step 18/21 : CMD ["--init=true"] [2020-12-04T19:49:45.820Z] ---> 90edfa15cff4 [2020-12-04T19:49:45.820Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-04T19:49:45.890Z] ---> b10e67e70048 [2020-12-04T19:49:45.890Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-04T19:49:46.099Z] ---> Running in 951b142b1d4c [2020-12-04T19:49:46.162Z] ---> Running in fd1f0a7f575e [2020-12-04T19:49:46.163Z] Removing intermediate container 876009f4ca2d [2020-12-04T19:49:46.163Z] ---> 67bfe745f5ad [2020-12-04T19:49:46.163Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-04T19:49:46.372Z] ---> Running in 3eea9bd86da1 [2020-12-04T19:49:46.761Z] ---> 52758827a91f [2020-12-04T19:49:46.761Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-04T19:49:47.040Z] ---> Running in 3dbd74387cc0 [2020-12-04T19:49:47.040Z] ---> 6269a4673129 [2020-12-04T19:49:47.040Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-04T19:49:47.317Z] Removing intermediate container 3dbd74387cc0 [2020-12-04T19:49:47.317Z] ---> 2bf2a9a2bf85 [2020-12-04T19:49:47.317Z] Step 18/21 : CMD ["--init=true"] [2020-12-04T19:49:47.317Z] ---> Running in a2f21f66a20b [2020-12-04T19:49:47.911Z] Removing intermediate container a2f21f66a20b [2020-12-04T19:49:47.911Z] ---> 1baf1768fa09 [2020-12-04T19:49:47.911Z] Step 19/21 : LABEL arch=x86_64 [2020-12-04T19:49:48.174Z] ---> 0f8e0829d0c0 [2020-12-04T19:49:48.175Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-04T19:49:48.175Z] ---> Running in 50f75af319e5 [2020-12-04T19:49:48.395Z] Removing intermediate container 951b142b1d4c [2020-12-04T19:49:48.395Z] ---> 4c8efe5e28c7 [2020-12-04T19:49:48.395Z] Step 19/21 : LABEL arch=arm64 [2020-12-04T19:49:48.437Z] Removing intermediate container ffa643e5d4f6 [2020-12-04T19:49:48.437Z] ---> 90111647761f [2020-12-04T19:49:48.437Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-04T19:49:48.437Z] ---> f6c1d8c39e64 [2020-12-04T19:49:48.437Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-04T19:49:48.437Z] ---> Running in 17e69585398e [2020-12-04T19:49:48.700Z] Removing intermediate container 50f75af319e5 [2020-12-04T19:49:48.700Z] ---> 0d1ef408d6a0 [2020-12-04T19:49:48.700Z] Step 20/21 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:49:48.700Z] Removing intermediate container fd1f0a7f575e [2020-12-04T19:49:48.700Z] ---> a7244a9cc0ee [2020-12-04T19:49:48.700Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-04T19:49:48.700Z] ---> Running in dc2853b86e11 [2020-12-04T19:49:48.969Z] ---> Running in 637ecdb8c045 [2020-12-04T19:49:48.969Z] Removing intermediate container 17e69585398e [2020-12-04T19:49:48.969Z] ---> 70ba3dc9794b [2020-12-04T19:49:48.969Z] Step 22/24 : LABEL arch=x86_64 [2020-12-04T19:49:48.969Z] ---> f28cf3990db2 [2020-12-04T19:49:48.969Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-04T19:49:48.991Z] ---> Running in 974839ef96a9 [2020-12-04T19:49:48.991Z] Removing intermediate container 3a1497c40a62 [2020-12-04T19:49:48.991Z] ---> f4538efff406 [2020-12-04T19:49:48.991Z] [2020-12-04T19:49:48.991Z] Step 10/22 : FROM scratch [2020-12-04T19:49:48.991Z] ---> [2020-12-04T19:49:48.991Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T19:49:49.239Z] ---> Running in 5fbef1e96179 [2020-12-04T19:49:49.270Z] ---> Running in b978e19bac02 [2020-12-04T19:49:49.502Z] Removing intermediate container dc2853b86e11 [2020-12-04T19:49:49.502Z] ---> e4acecb9f112 [2020-12-04T19:49:49.502Z] Step 21/21 : LABEL version=2.0.0-dev.1 [2020-12-04T19:49:49.502Z] ---> 5bdd44b13724 [2020-12-04T19:49:49.502Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-04T19:49:49.502Z] Removing intermediate container 5fbef1e96179 [2020-12-04T19:49:49.502Z] ---> 16c048eed321 [2020-12-04T19:49:49.502Z] Step 23/24 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:49:49.502Z] ---> Running in 87a4f2abc8f6 [2020-12-04T19:49:49.502Z] ---> Running in 246138aa9916 [2020-12-04T19:49:49.502Z] ---> Running in f62ab5b51e63 [2020-12-04T19:49:49.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T19:49:49.764Z] Removing intermediate container 87a4f2abc8f6 [2020-12-04T19:49:49.765Z] ---> d4af5be84d3b [2020-12-04T19:49:49.765Z] [2020-12-04T19:49:49.874Z] Removing intermediate container 974839ef96a9 [2020-12-04T19:49:49.874Z] ---> 4c819dbdc3bd [2020-12-04T19:49:49.874Z] Step 20/21 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:49:49.874Z] Removing intermediate container eb9d8ad6d9e8 [2020-12-04T19:49:49.874Z] ---> dafcd57e8fe7 [2020-12-04T19:49:49.874Z] [2020-12-04T19:49:49.874Z] Step 10/24 : FROM scratch [2020-12-04T19:49:49.874Z] ---> [2020-12-04T19:49:49.874Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-04T19:49:50.027Z] Successfully built d4af5be84d3b [2020-12-04T19:49:50.027Z] Removing intermediate container f62ab5b51e63 [2020-12-04T19:49:50.027Z] ---> ae3a093a2e47 [2020-12-04T19:49:50.027Z] Step 24/24 : LABEL version=2.0.0-dev.1 [2020-12-04T19:49:50.027Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-04T19:49:50.148Z] ---> Running in 2f4fdbf26dee [2020-12-04T19:49:50.148Z] ---> Running in 151500c02af3 [2020-12-04T19:49:50.148Z] Removing intermediate container b978e19bac02 [2020-12-04T19:49:50.148Z] ---> ade4ade93168 [2020-12-04T19:49:50.148Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-04T19:49:50.148Z] Removing intermediate container 3eea9bd86da1 [2020-12-04T19:49:50.148Z] ---> 7da3e081cc18 [2020-12-04T19:49:50.148Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-04T19:49:50.290Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 6f2b9fa2c367 [2020-12-04T19:49:50.426Z] ---> Running in 593d4db517b2 [2020-12-04T19:49:50.572Z] Removing intermediate container 6f2b9fa2c367 [2020-12-04T19:49:50.572Z] ---> b6ad989b319d [2020-12-04T19:49:50.572Z] [2020-12-04T19:49:50.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T19:49:50.572Z] Successfully built b6ad989b319d [2020-12-04T19:49:50.709Z] ---> Running in 1626ba5811d3 [2020-12-04T19:49:50.842Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-04T19:49:50.986Z] Removing intermediate container 2f4fdbf26dee [2020-12-04T19:49:50.986Z] ---> 065cf3c9900e [2020-12-04T19:49:50.986Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-04T19:49:50.986Z] ---> Running in c9eec5c201a7 [2020-12-04T19:49:50.986Z] Removing intermediate container 151500c02af3 [2020-12-04T19:49:50.986Z] ---> 9fc442b7f527 [2020-12-04T19:49:50.986Z] Step 21/21 : LABEL version=2.0.0-dev.1 [2020-12-04T19:49:51.105Z]  Building docker-security-secretstore-setup-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-12-04T19:49:51.105Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-04T19:49:51.259Z] Removing intermediate container 593d4db517b2 [2020-12-04T19:49:51.259Z] ---> 46b85832fa1a [2020-12-04T19:49:51.259Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-04T19:49:51.259Z] Removing intermediate container 1626ba5811d3 [2020-12-04T19:49:51.259Z] ---> 86cd223e891c [2020-12-04T19:49:51.259Z] Step 22/24 : LABEL arch=arm64 [2020-12-04T19:49:51.367Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-04T19:49:51.535Z] ---> Running in e7f5d856e146 [2020-12-04T19:49:51.535Z] ---> Running in cf3a29f0cab0 [2020-12-04T19:49:51.535Z] ---> Running in 4255616a145f [2020-12-04T19:49:51.630Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-04T19:49:51.813Z] Removing intermediate container c9eec5c201a7 [2020-12-04T19:49:51.813Z] ---> 63eef996d6cd [2020-12-04T19:49:51.813Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-04T19:49:51.813Z] ---> Running in d73270516280 [2020-12-04T19:49:52.204Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-04T19:49:52.204Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T19:49:52.204Z] OK: 8 MiB in 19 packages [2020-12-04T19:49:52.428Z] Removing intermediate container e7f5d856e146 [2020-12-04T19:49:52.428Z] ---> 980851eeb526 [2020-12-04T19:49:52.428Z] [2020-12-04T19:49:52.706Z] Removing intermediate container 4255616a145f [2020-12-04T19:49:52.706Z] ---> 7a7320239157 [2020-12-04T19:49:52.706Z] Step 23/24 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:49:52.706Z] Removing intermediate container cf3a29f0cab0 [2020-12-04T19:49:52.706Z] ---> c45f72b57285 [2020-12-04T19:49:52.706Z] Step 14/22 : WORKDIR / [2020-12-04T19:49:52.706Z] Successfully built 980851eeb526 [2020-12-04T19:49:52.706Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-04T19:49:52.706Z] Removing intermediate container d73270516280 [2020-12-04T19:49:52.706Z] ---> 0309ea56176d [2020-12-04T19:49:52.706Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-04T19:49:52.706Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2020-12-04T19:49:52.779Z] Removing intermediate container 2c599ebacee2 [2020-12-04T19:49:52.779Z] ---> a7429c0d0ae9 [2020-12-04T19:49:52.779Z] [2020-12-04T19:49:52.779Z] Step 10/22 : FROM scratch [2020-12-04T19:49:52.779Z] ---> [2020-12-04T19:49:52.779Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T19:49:52.976Z] ---> Running in ab53c077c31e [2020-12-04T19:49:52.977Z] ---> Running in c100ed27b580 [2020-12-04T19:49:53.042Z] ---> Using cache [2020-12-04T19:49:53.042Z] ---> 866d6f7f4aa7 [2020-12-04T19:49:53.042Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-04T19:49:53.042Z] Removing intermediate container 246138aa9916 [2020-12-04T19:49:53.042Z] ---> 83629f0ea827 [2020-12-04T19:49:53.042Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-04T19:49:53.042Z] Removing intermediate container 637ecdb8c045 [2020-12-04T19:49:53.042Z] ---> 9fbe883f1192 [2020-12-04T19:49:53.042Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-04T19:49:53.303Z] ---> Running in 8a4e98884beb [2020-12-04T19:49:53.304Z] Removing intermediate container 8a4e98884beb [2020-12-04T19:49:53.304Z] ---> d8ff7fd4c480 [2020-12-04T19:49:53.304Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-04T19:49:53.567Z] ---> Running in f84024b57808 [2020-12-04T19:49:53.567Z] ---> 5234fefb632d [2020-12-04T19:49:53.567Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-04T19:49:53.567Z] ---> 4980f780f745 [2020-12-04T19:49:53.567Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-04T19:49:53.567Z] ---> Running in 285219f0127a [2020-12-04T19:49:53.579Z] Removing intermediate container ab53c077c31e [2020-12-04T19:49:53.579Z] ---> 4a4698460f77 [2020-12-04T19:49:53.579Z] Step 24/24 : LABEL version=2.0.0-dev.1 [2020-12-04T19:49:53.830Z] Removing intermediate container f84024b57808 [2020-12-04T19:49:53.830Z] ---> e09b8396fc9c [2020-12-04T19:49:53.830Z] Step 14/22 : WORKDIR / [2020-12-04T19:49:53.830Z] ---> Running in 2adbbd7d8700 [2020-12-04T19:49:53.861Z] Removing intermediate container c100ed27b580 [2020-12-04T19:49:53.861Z] ---> 024bf19457cb [2020-12-04T19:49:53.861Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-04T19:49:53.861Z] ---> 875e8b171382 [2020-12-04T19:49:53.861Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-04T19:49:54.096Z] ---> dc292787ef58 [2020-12-04T19:49:54.096Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-04T19:49:54.136Z] ---> Running in d6e1edfe8a9d [2020-12-04T19:49:54.358Z] Removing intermediate container 2adbbd7d8700 [2020-12-04T19:49:54.358Z] ---> 22ed14b726bd [2020-12-04T19:49:54.358Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-04T19:49:54.638Z] ---> 5bbb686be5cf [2020-12-04T19:49:54.638Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-04T19:49:54.638Z] ---> ee3ffec3d1af [2020-12-04T19:49:54.638Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-04T19:49:54.638Z] ---> Running in 5a85413823ed [2020-12-04T19:49:54.902Z] Removing intermediate container 5a85413823ed [2020-12-04T19:49:54.902Z] ---> 27f71d054944 [2020-12-04T19:49:54.902Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T19:49:55.486Z] ---> Running in 5001c0db84da [2020-12-04T19:49:55.486Z] Removing intermediate container 285219f0127a [2020-12-04T19:49:55.486Z] ---> 2b2dfb2fd614 [2020-12-04T19:49:55.486Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-04T19:49:55.486Z] ---> 9a432ba9e793 [2020-12-04T19:49:55.486Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-04T19:49:55.486Z] ---> Running in cfad4fba4be4 [2020-12-04T19:49:55.591Z] Removing intermediate container d6e1edfe8a9d [2020-12-04T19:49:55.591Z] ---> ce0afa50b9cb [2020-12-04T19:49:55.591Z] [2020-12-04T19:49:55.591Z] ---> ae7c8bfe6c6b [2020-12-04T19:49:55.591Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-04T19:49:55.591Z] Successfully built ce0afa50b9cb [2020-12-04T19:49:55.748Z] Removing intermediate container 5001c0db84da [2020-12-04T19:49:55.748Z] ---> 55c624265627 [2020-12-04T19:49:55.748Z] Step 21/23 : LABEL arch=x86_64 [2020-12-04T19:49:55.871Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-04T19:49:55.871Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrap-redis-go [2020-12-04T19:49:55.871Z] ---> 09e4d5bb9a59 [2020-12-04T19:49:55.871Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-04T19:49:56.014Z] ---> Running in 0cbfa9a3041c [2020-12-04T19:49:56.014Z] ---> 48f28f717e9c [2020-12-04T19:49:56.014Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-04T19:49:56.014Z] ---> Running in 535fabe76f83 [2020-12-04T19:49:56.014Z] Removing intermediate container 0cbfa9a3041c [2020-12-04T19:49:56.014Z] ---> 371735d5a580 [2020-12-04T19:49:56.014Z] Step 22/23 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:49:56.296Z] ---> Running in 5a6ac6d42a47 [2020-12-04T19:49:56.296Z] Removing intermediate container 535fabe76f83 [2020-12-04T19:49:56.296Z] ---> 9a65e922f542 [2020-12-04T19:49:56.296Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T19:49:56.576Z] ---> Running in 9b5cb5ab712e [2020-12-04T19:49:56.576Z] Removing intermediate container 5a6ac6d42a47 [2020-12-04T19:49:56.576Z] ---> 9f101f2a28b3 [2020-12-04T19:49:56.576Z] Step 23/23 : LABEL version=2.0.0-dev.1 [2020-12-04T19:49:56.576Z] ---> Running in aa2d8497a24f [2020-12-04T19:49:56.868Z] Removing intermediate container 9b5cb5ab712e [2020-12-04T19:49:56.868Z] ---> 2591961b9988 [2020-12-04T19:49:56.868Z] Step 20/22 : LABEL arch=x86_64 [2020-12-04T19:49:56.868Z] ---> Running in d16b5c038b00 [2020-12-04T19:49:56.868Z] Removing intermediate container aa2d8497a24f [2020-12-04T19:49:56.868Z] ---> 8e284d2a11ab [2020-12-04T19:49:56.868Z] [2020-12-04T19:49:57.843Z] Removing intermediate container d16b5c038b00 [2020-12-04T19:49:57.843Z] ---> 73b41b50d005 [2020-12-04T19:49:57.843Z] Step 21/22 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:49:57.843Z] Successfully built 8e284d2a11ab [2020-12-04T19:49:57.864Z] ---> c08dccef1735 [2020-12-04T19:49:57.864Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-04T19:49:58.107Z] Successfully tagged docker-core-data-go:latest [2020-12-04T19:49:58.108Z]  Building docker-core-data-go ... done Removing intermediate container cfad4fba4be4 [2020-12-04T19:49:58.108Z] ---> e30f968d8029 [2020-12-04T19:49:58.108Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-04T19:49:58.108Z] ---> Running in 5251a669341a [2020-12-04T19:49:58.108Z] ---> Running in 25b6d9097e2e [2020-12-04T19:49:58.142Z] ---> 82bfb45cca47 [2020-12-04T19:49:58.143Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-04T19:49:58.370Z] Removing intermediate container 5251a669341a [2020-12-04T19:49:58.370Z] ---> d76602efb967 [2020-12-04T19:49:58.370Z] Step 22/22 : LABEL version=2.0.0-dev.1 [2020-12-04T19:49:58.370Z] Removing intermediate container 25b6d9097e2e [2020-12-04T19:49:58.370Z] ---> 34d82e22803c [2020-12-04T19:49:58.370Z] Step 26/29 : CMD [ "generate" ] [2020-12-04T19:49:58.370Z] ---> Running in 3cd1a5157477 [2020-12-04T19:49:58.370Z] ---> Running in a47c7e491813 [2020-12-04T19:49:58.632Z] Removing intermediate container 3cd1a5157477 [2020-12-04T19:49:58.632Z] ---> f640af46af82 [2020-12-04T19:49:58.632Z] [2020-12-04T19:49:58.632Z] Removing intermediate container a47c7e491813 [2020-12-04T19:49:58.632Z] ---> 538b47a5b3e1 [2020-12-04T19:49:58.632Z] Step 27/29 : LABEL arch=x86_64 [2020-12-04T19:49:58.632Z] Successfully built f640af46af82 [2020-12-04T19:49:58.632Z] ---> Running in d264419af6f5 [2020-12-04T19:49:58.632Z] Successfully tagged docker-core-command-go:latest [2020-12-04T19:49:58.895Z]  Building docker-core-command-go ... done Removing intermediate container d264419af6f5 [2020-12-04T19:49:58.895Z] ---> 1af2597f92f3 [2020-12-04T19:49:58.895Z] Step 28/29 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:49:58.895Z] ---> Running in 425b7699d456 [2020-12-04T19:49:59.141Z] ---> 35537ec8d7e6 [2020-12-04T19:49:59.141Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-04T19:49:59.156Z] Removing intermediate container 425b7699d456 [2020-12-04T19:49:59.156Z] ---> 93743a980682 [2020-12-04T19:49:59.156Z] Step 29/29 : LABEL version=2.0.0-dev.1 [2020-12-04T19:49:59.156Z] ---> Running in cd8ebd27f197 [2020-12-04T19:49:59.416Z] ---> 6fa7ddc3ef30 [2020-12-04T19:49:59.416Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-04T19:49:59.416Z] ---> Running in 47bccea1b638 [2020-12-04T19:49:59.418Z] Removing intermediate container cd8ebd27f197 [2020-12-04T19:49:59.418Z] ---> ee282e034251 [2020-12-04T19:49:59.418Z] [2020-12-04T19:49:59.681Z] Successfully built ee282e034251 [2020-12-04T19:49:59.681Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-04T19:49:59.956Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-12-04T19:49:59.981Z] $ docker stop --time=1 1dd840e5d4d7558537cee8bb5d48480f778aa6310d00f0e8318691c018cd56c9 [2020-12-04T19:50:00.409Z] Removing intermediate container 47bccea1b638 [2020-12-04T19:50:00.409Z] ---> 5eab9416335f [2020-12-04T19:50:00.409Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T19:50:01.001Z] ---> Running in 39ebd4ed4f6d [2020-12-04T19:50:01.001Z] ---> 64acd1af6a16 [2020-12-04T19:50:01.001Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-04T19:50:01.603Z] Removing intermediate container 39ebd4ed4f6d [2020-12-04T19:50:01.680Z] $ docker rm -f 1dd840e5d4d7558537cee8bb5d48480f778aa6310d00f0e8318691c018cd56c9 [2020-12-04T19:50:01.878Z] ---> 998c81dd5729 [2020-12-04T19:50:01.878Z] Step 20/22 : LABEL arch=arm64 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T19:50:02.170Z] ---> Running in 5f9863bd80de [2020-12-04T19:50:02.312Z] + docker images [2020-12-04T19:50:02.312Z] + grep docker [2020-12-04T19:50:02.312Z] docker-security-secrets-setup-go latest ee282e034251 3 seconds ago 23.9MB [2020-12-04T19:50:02.312Z] docker-core-command-go latest f640af46af82 4 seconds ago 12.2MB [2020-12-04T19:50:02.312Z] docker-core-data-go latest 8e284d2a11ab 6 seconds ago 23.7MB [2020-12-04T19:50:02.312Z] docker-security-secretstore-setup-go latest b6ad989b319d 12 seconds ago 24.7MB [2020-12-04T19:50:02.312Z] docker-security-proxy-setup-go latest d4af5be84d3b 13 seconds ago 24.6MB [2020-12-04T19:50:02.312Z] docker-sys-mgmt-agent-go latest 7493c75e88f0 51 seconds ago 293MB [2020-12-04T19:50:02.312Z] docker-security-bootstrap-redis-go latest 93846c47f96a 2 minutes ago 15.8MB [2020-12-04T19:50:02.312Z] docker-support-notifications-go latest 97ec3bc5c683 2 minutes ago 13.6MB [2020-12-04T19:50:02.312Z] docker-core-metadata-go latest ee1be765a293 2 minutes ago 14.5MB [2020-12-04T19:50:02.312Z] docker-support-scheduler-go latest 8a0aa16477bc 2 minutes ago 12.3MB [2020-12-04T19:50:02.312Z] docker latest b0757c55a1fd 2 days ago 220MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-12-04T19:50:02.452Z] ---> ab04065b39af [2020-12-04T19:50:02.453Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [Pipeline] // script [Pipeline] } [2020-12-04T19:50:02.728Z] ---> Running in 03d984340fd7 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-12-04T19:50:03.002Z] Removing intermediate container 5f9863bd80de [2020-12-04T19:50:03.002Z] ---> d1b005a1ba6c [2020-12-04T19:50:03.002Z] Step 21/22 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] wrap [2020-12-04T19:50:03.049Z] provisioning config files... [2020-12-04T19:50:03.083Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/243@tmp/config2567510194286714527tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T19:50:03.277Z] ---> Running in 45fdf774b9e0 [2020-12-04T19:50:03.277Z] Removing intermediate container 03d984340fd7 [2020-12-04T19:50:03.277Z] ---> 5e6db24e8a16 [2020-12-04T19:50:03.277Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T19:50:03.565Z] ---> docker-login.sh [2020-12-04T19:50:03.565Z] nexus3.edgexfoundry.org:10001 [2020-12-04T19:50:03.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:50:03.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:50:03.565Z] Configure a credential helper to remove this warning. See [2020-12-04T19:50:03.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:50:03.565Z] [2020-12-04T19:50:03.831Z] Login Succeeded [2020-12-04T19:50:03.831Z] nexus3.edgexfoundry.org:10002 [2020-12-04T19:50:03.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:50:03.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:50:03.831Z] Configure a credential helper to remove this warning. See [2020-12-04T19:50:03.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:50:03.831Z] [2020-12-04T19:50:03.831Z] Login Succeeded [2020-12-04T19:50:03.831Z] nexus3.edgexfoundry.org:10003 [2020-12-04T19:50:03.870Z] ---> Running in 00a221adc843 [2020-12-04T19:50:03.870Z] Removing intermediate container 45fdf774b9e0 [2020-12-04T19:50:03.870Z] ---> 8b12208efd55 [2020-12-04T19:50:04.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:50:04.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:50:04.094Z] Configure a credential helper to remove this warning. See [2020-12-04T19:50:04.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:50:04.094Z] [2020-12-04T19:50:04.094Z] Login Succeeded [2020-12-04T19:50:04.094Z] nexus3.edgexfoundry.org:10004 [2020-12-04T19:50:04.147Z] Step 22/22 : LABEL version=2.0.0-dev.1 [2020-12-04T19:50:04.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:50:04.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:50:04.356Z] Configure a credential helper to remove this warning. See [2020-12-04T19:50:04.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:50:04.356Z] [2020-12-04T19:50:04.356Z] Login Succeeded [2020-12-04T19:50:04.356Z] docker.io [2020-12-04T19:50:04.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:50:04.421Z] ---> Running in 590ce82e77fc [2020-12-04T19:50:04.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:50:04.619Z] Configure a credential helper to remove this warning. See [2020-12-04T19:50:04.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:50:04.619Z] [2020-12-04T19:50:04.619Z] Login Succeeded [2020-12-04T19:50:04.619Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T19:50:04.630Z] Deleting 1 temporary files [Pipeline] // wrap [2020-12-04T19:50:04.697Z] Removing intermediate container 00a221adc843 [2020-12-04T19:50:04.697Z] ---> fbc5ad63252b [2020-12-04T19:50:04.697Z] Step 22/24 : LABEL arch=arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:50:04.896Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-04T19:50:04.897Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:04.897Z] 2.0.0-dev.1 [2020-12-04T19:50:04.897Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:04.897Z] master [2020-12-04T19:50:04.897Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-12-04T19:50:04.977Z] ---> Running in 2e7280de84d7 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:05.252Z] Removing intermediate container 590ce82e77fc [2020-12-04T19:50:05.252Z] ---> 7bea477a714e [2020-12-04T19:50:05.252Z] [2020-12-04T19:50:05.410Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:05.715Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:05.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-04T19:50:05.715Z] 4d6489fc651b: Preparing [2020-12-04T19:50:05.715Z] dd12e2e5caba: Preparing [2020-12-04T19:50:05.715Z] d15e7e038067: Preparing [2020-12-04T19:50:05.848Z] Removing intermediate container 2e7280de84d7 [2020-12-04T19:50:05.848Z] ---> 3112d6e51ddb [2020-12-04T19:50:05.848Z] Step 23/24 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:05.848Z] Successfully built 7bea477a714e [2020-12-04T19:50:05.848Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-04T19:50:05.848Z]  Building docker-core-command-go ... done Building docker-security-secrets-setup-go [2020-12-04T19:50:05.978Z] d15e7e038067: Pushed [2020-12-04T19:50:05.979Z] 4d6489fc651b: Pushed [2020-12-04T19:50:06.444Z] ---> Running in edfb86389a1f [2020-12-04T19:50:06.924Z] dd12e2e5caba: Pushed [2020-12-04T19:50:07.185Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:5d422fb9acc40aa48fbfc5120810f0a9750608a36b93a8cd9a043bef6daffe54 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:07.422Z] Removing intermediate container edfb86389a1f [2020-12-04T19:50:07.423Z] ---> b2ea2b2752e5 [2020-12-04T19:50:07.423Z] Step 24/24 : LABEL version=2.0.0-dev.1 [2020-12-04T19:50:07.495Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:07.695Z] ---> Running in 47c64b4c184c [2020-12-04T19:50:07.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.1 [2020-12-04T19:50:07.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-04T19:50:07.797Z] 4d6489fc651b: Preparing [2020-12-04T19:50:07.797Z] dd12e2e5caba: Preparing [2020-12-04T19:50:07.797Z] d15e7e038067: Preparing [2020-12-04T19:50:07.797Z] d15e7e038067: Layer already exists [2020-12-04T19:50:07.797Z] dd12e2e5caba: Layer already exists [2020-12-04T19:50:07.797Z] 4d6489fc651b: Layer already exists [2020-12-04T19:50:07.797Z] 2.0.0-dev.1: digest: sha256:5d422fb9acc40aa48fbfc5120810f0a9750608a36b93a8cd9a043bef6daffe54 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:07.970Z] Removing intermediate container 24652c15b872 [2020-12-04T19:50:07.970Z] ---> dc0515e7f9e8 [2020-12-04T19:50:07.970Z] [2020-12-04T19:50:07.970Z] Step 10/23 : FROM alpine [2020-12-04T19:50:07.970Z] ---> 2e77e061c27f [2020-12-04T19:50:07.970Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T19:50:08.104Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:08.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:08.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-04T19:50:08.410Z] 4d6489fc651b: Preparing [2020-12-04T19:50:08.410Z] dd12e2e5caba: Preparing [2020-12-04T19:50:08.410Z] d15e7e038067: Preparing [2020-12-04T19:50:08.410Z] 4d6489fc651b: Layer already exists [2020-12-04T19:50:08.410Z] dd12e2e5caba: Layer already exists [2020-12-04T19:50:08.410Z] d15e7e038067: Layer already exists [2020-12-04T19:50:08.410Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:5d422fb9acc40aa48fbfc5120810f0a9750608a36b93a8cd9a043bef6daffe54 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:08.573Z] ---> Running in 8b5aec788683 [2020-12-04T19:50:08.573Z] Removing intermediate container 47c64b4c184c [2020-12-04T19:50:08.573Z] ---> 365ec731e8a3 [2020-12-04T19:50:08.573Z] [2020-12-04T19:50:08.717Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:09.018Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-04T19:50:09.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-04T19:50:09.018Z] 4d6489fc651b: Preparing [2020-12-04T19:50:09.018Z] dd12e2e5caba: Preparing [2020-12-04T19:50:09.018Z] d15e7e038067: Preparing [2020-12-04T19:50:09.018Z] dd12e2e5caba: Layer already exists [2020-12-04T19:50:09.018Z] 4d6489fc651b: Layer already exists [2020-12-04T19:50:09.018Z] d15e7e038067: Layer already exists [2020-12-04T19:50:09.018Z] master: digest: sha256:5d422fb9acc40aa48fbfc5120810f0a9750608a36b93a8cd9a043bef6daffe54 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-12-04T19:50:09.171Z] Successfully built 365ec731e8a3 [2020-12-04T19:50:09.172Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-04T19:50:09.172Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2020-12-04T19:50:09.172Z] Removing intermediate container 8b5aec788683 [2020-12-04T19:50:09.172Z] ---> 983e97f07199 [2020-12-04T19:50:09.172Z] Step 12/23 : ENV APP_PORT=48080 [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:50:09.234Z] ===================================================== [Pipeline] echo [2020-12-04T19:50:09.289Z] taggedImages: [2020-12-04T19:50:09.289Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:09.289Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.1 [2020-12-04T19:50:09.289Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:09.289Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-04T19:50:09.359Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-04T19:50:09.359Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:09.359Z] 2.0.0-dev.1 [2020-12-04T19:50:09.359Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:09.359Z] master [2020-12-04T19:50:09.359Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-12-04T19:50:09.445Z] ---> Running in b5be519ba6ef [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:09.883Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:10.039Z] Removing intermediate container b5be519ba6ef [2020-12-04T19:50:10.039Z] ---> ac7d1e5d5f77 [2020-12-04T19:50:10.039Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-04T19:50:10.186Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:10.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-04T19:50:10.186Z] 6ad6015cbe6d: Preparing [2020-12-04T19:50:10.186Z] 29a0d081905f: Preparing [2020-12-04T19:50:10.186Z] 7d8b33ae2669: Preparing [2020-12-04T19:50:10.186Z] d0b0726db71c: Preparing [2020-12-04T19:50:10.186Z] b94c616977c4: Preparing [2020-12-04T19:50:10.186Z] ace0eda3e3be: Preparing [2020-12-04T19:50:10.186Z] ace0eda3e3be: Waiting [2020-12-04T19:50:10.314Z] ---> Running in 18ebd3cdc1ad [2020-12-04T19:50:10.449Z] b94c616977c4: Pushed [2020-12-04T19:50:10.449Z] 6ad6015cbe6d: Pushed [2020-12-04T19:50:10.449Z] 7d8b33ae2669: Pushed [2020-12-04T19:50:10.449Z] ace0eda3e3be: Layer already exists [2020-12-04T19:50:10.449Z] d0b0726db71c: Pushed [2020-12-04T19:50:11.300Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:50:11.300Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:50:11.300Z] ---> 54444cdde5a9 [2020-12-04T19:50:11.300Z] Step 3/21 : WORKDIR /edgex-go [2020-12-04T19:50:11.300Z] ---> Using cache [2020-12-04T19:50:11.300Z] ---> 3f3e3489df67 [2020-12-04T19:50:11.300Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:50:11.300Z] ---> Using cache [2020-12-04T19:50:11.300Z] ---> ddfef07ada90 [2020-12-04T19:50:11.300Z] Step 5/21 : RUN apk update && apk add make git [2020-12-04T19:50:11.300Z] Removing intermediate container 18ebd3cdc1ad [2020-12-04T19:50:11.300Z] ---> 13f096c5ee29 [2020-12-04T19:50:11.300Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:50:11.574Z] ---> Running in 405edd6f3df8 [2020-12-04T19:50:11.839Z] 29a0d081905f: Pushed [2020-12-04T19:50:11.839Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:a4e125d65378d30ead49a6f897b98fb8187b67e724c7ad4879c4b74a0ce7cd56 size: 1572 [2020-12-04T19:50:11.846Z] ---> Running in 1ec4469d3c0d [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:12.149Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:12.452Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.1 [2020-12-04T19:50:12.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-04T19:50:12.452Z] 6ad6015cbe6d: Preparing [2020-12-04T19:50:12.452Z] 29a0d081905f: Preparing [2020-12-04T19:50:12.452Z] 7d8b33ae2669: Preparing [2020-12-04T19:50:12.452Z] d0b0726db71c: Preparing [2020-12-04T19:50:12.452Z] b94c616977c4: Preparing [2020-12-04T19:50:12.452Z] ace0eda3e3be: Preparing [2020-12-04T19:50:12.452Z] ace0eda3e3be: Waiting [2020-12-04T19:50:12.452Z] d0b0726db71c: Layer already exists [2020-12-04T19:50:12.452Z] b94c616977c4: Layer already exists [2020-12-04T19:50:12.452Z] 6ad6015cbe6d: Layer already exists [2020-12-04T19:50:12.452Z] 29a0d081905f: Layer already exists [2020-12-04T19:50:12.452Z] 7d8b33ae2669: Layer already exists [2020-12-04T19:50:12.452Z] ace0eda3e3be: Layer already exists [2020-12-04T19:50:12.452Z] 2.0.0-dev.1: digest: sha256:a4e125d65378d30ead49a6f897b98fb8187b67e724c7ad4879c4b74a0ce7cd56 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:12.766Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:13.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:13.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-04T19:50:13.069Z] 6ad6015cbe6d: Preparing [2020-12-04T19:50:13.069Z] 29a0d081905f: Preparing [2020-12-04T19:50:13.069Z] 7d8b33ae2669: Preparing [2020-12-04T19:50:13.069Z] d0b0726db71c: Preparing [2020-12-04T19:50:13.069Z] b94c616977c4: Preparing [2020-12-04T19:50:13.069Z] ace0eda3e3be: Preparing [2020-12-04T19:50:13.069Z] ace0eda3e3be: Waiting [2020-12-04T19:50:13.069Z] d0b0726db71c: Layer already exists [2020-12-04T19:50:13.069Z] 6ad6015cbe6d: Layer already exists [2020-12-04T19:50:13.069Z] b94c616977c4: Layer already exists [2020-12-04T19:50:13.069Z] 29a0d081905f: Layer already exists [2020-12-04T19:50:13.069Z] 7d8b33ae2669: Layer already exists [2020-12-04T19:50:13.069Z] ace0eda3e3be: Layer already exists [2020-12-04T19:50:13.069Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:a4e125d65378d30ead49a6f897b98fb8187b67e724c7ad4879c4b74a0ce7cd56 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:13.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T19:50:13.382Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:13.682Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-04T19:50:13.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-04T19:50:13.682Z] 6ad6015cbe6d: Preparing [2020-12-04T19:50:13.682Z] 29a0d081905f: Preparing [2020-12-04T19:50:13.682Z] 7d8b33ae2669: Preparing [2020-12-04T19:50:13.682Z] d0b0726db71c: Preparing [2020-12-04T19:50:13.682Z] b94c616977c4: Preparing [2020-12-04T19:50:13.682Z] ace0eda3e3be: Preparing [2020-12-04T19:50:13.682Z] ace0eda3e3be: Waiting [2020-12-04T19:50:13.682Z] d0b0726db71c: Layer already exists [2020-12-04T19:50:13.682Z] 7d8b33ae2669: Layer already exists [2020-12-04T19:50:13.682Z] 29a0d081905f: Layer already exists [2020-12-04T19:50:13.682Z] 6ad6015cbe6d: Layer already exists [2020-12-04T19:50:13.682Z] b94c616977c4: Layer already exists [2020-12-04T19:50:13.682Z] ace0eda3e3be: Layer already exists [2020-12-04T19:50:13.682Z] master: digest: sha256:a4e125d65378d30ead49a6f897b98fb8187b67e724c7ad4879c4b74a0ce7cd56 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:50:13.886Z] ===================================================== [Pipeline] echo [2020-12-04T19:50:13.947Z] taggedImages: [2020-12-04T19:50:13.947Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:13.947Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.1 [2020-12-04T19:50:13.947Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:13.947Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-12-04T19:50:14.015Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-04T19:50:14.015Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:14.015Z] 2.0.0-dev.1 [2020-12-04T19:50:14.015Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:14.015Z] master [2020-12-04T19:50:14.015Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:14.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T19:50:14.529Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:15.265Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:50:15.265Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:50:15.265Z] OK: 12616 distinct packages available [2020-12-04T19:50:15.327Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:15.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-04T19:50:15.328Z] 511db869891d: Preparing [2020-12-04T19:50:15.328Z] 28e9f4c5061d: Preparing [2020-12-04T19:50:15.328Z] f40e3c9a76a9: Preparing [2020-12-04T19:50:15.863Z] Removing intermediate container 1ec4469d3c0d [2020-12-04T19:50:15.863Z] ---> e7051c2515d7 [2020-12-04T19:50:15.863Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-04T19:50:15.863Z] OK: 217 MiB in 51 packages [2020-12-04T19:50:16.051Z] f40e3c9a76a9: Pushed [2020-12-04T19:50:16.051Z] 511db869891d: Pushed [2020-12-04T19:50:16.137Z] ---> Running in 4a70f04680a9 [2020-12-04T19:50:17.112Z] 28e9f4c5061d: Pushed [2020-12-04T19:50:17.112Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:2cffc0a97395f71c1fa85ea7cb8b726fcd67ec780c1d684490c2785800502830 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:17.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T19:50:17.584Z] Removing intermediate container 405edd6f3df8 [2020-12-04T19:50:17.584Z] ---> 5ad32f155553 [2020-12-04T19:50:17.584Z] Step 6/21 : COPY go.mod . [2020-12-04T19:50:17.699Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:18.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.1 [2020-12-04T19:50:18.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-04T19:50:18.004Z] 511db869891d: Preparing [2020-12-04T19:50:18.004Z] 28e9f4c5061d: Preparing [2020-12-04T19:50:18.004Z] f40e3c9a76a9: Preparing [2020-12-04T19:50:18.004Z] f40e3c9a76a9: Layer already exists [2020-12-04T19:50:18.004Z] 511db869891d: Layer already exists [2020-12-04T19:50:18.004Z] 28e9f4c5061d: Layer already exists [2020-12-04T19:50:18.004Z] 2.0.0-dev.1: digest: sha256:2cffc0a97395f71c1fa85ea7cb8b726fcd67ec780c1d684490c2785800502830 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:18.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T19:50:18.318Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:18.516Z] ---> dfeb1f1c5a1f [2020-12-04T19:50:18.516Z] Step 7/21 : RUN go mod download [2020-12-04T19:50:18.618Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:18.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-04T19:50:18.618Z] 511db869891d: Preparing [2020-12-04T19:50:18.618Z] 28e9f4c5061d: Preparing [2020-12-04T19:50:18.618Z] f40e3c9a76a9: Preparing [2020-12-04T19:50:18.618Z] f40e3c9a76a9: Layer already exists [2020-12-04T19:50:18.618Z] 28e9f4c5061d: Layer already exists [2020-12-04T19:50:18.618Z] 511db869891d: Layer already exists [2020-12-04T19:50:18.618Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:2cffc0a97395f71c1fa85ea7cb8b726fcd67ec780c1d684490c2785800502830 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:18.794Z] ---> Running in c174cb9d0cb5 [2020-12-04T19:50:18.927Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:19.070Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-04T19:50:19.070Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-04T19:50:19.070Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-04T19:50:19.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-04T19:50:19.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-04T19:50:19.236Z] 511db869891d: Preparing [2020-12-04T19:50:19.236Z] 28e9f4c5061d: Preparing [2020-12-04T19:50:19.236Z] f40e3c9a76a9: Preparing [2020-12-04T19:50:19.236Z] 511db869891d: Layer already exists [2020-12-04T19:50:19.236Z] 28e9f4c5061d: Layer already exists [2020-12-04T19:50:19.236Z] f40e3c9a76a9: Layer already exists [2020-12-04T19:50:19.236Z] master: digest: sha256:2cffc0a97395f71c1fa85ea7cb8b726fcd67ec780c1d684490c2785800502830 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2020-12-04T19:50:19.343Z] (4/5) Installing libzmq (4.3.3-r0) [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:50:19.441Z] ===================================================== [Pipeline] echo [2020-12-04T19:50:19.498Z] taggedImages: [2020-12-04T19:50:19.499Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:19.499Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.1 [2020-12-04T19:50:19.499Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:19.499Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-04T19:50:19.613Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-04T19:50:19.613Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:19.613Z] 2.0.0-dev.1 [2020-12-04T19:50:19.613Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:19.613Z] master [2020-12-04T19:50:19.613Z] ===================================================== [2020-12-04T19:50:19.619Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:50:19.619Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:50:19.619Z] ---> 54444cdde5a9 [2020-12-04T19:50:19.619Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T19:50:19.619Z] ---> Using cache [2020-12-04T19:50:19.619Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-04T19:50:19.619Z] ---> 3f3e3489df67 [2020-12-04T19:50:19.619Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:50:19.619Z] ---> Using cache [2020-12-04T19:50:19.619Z] ---> ddfef07ada90 [2020-12-04T19:50:19.619Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T19:50:19.619Z] ---> Using cache [2020-12-04T19:50:19.619Z] ---> 5ad32f155553 [2020-12-04T19:50:19.619Z] Step 6/22 : COPY go.mod . [2020-12-04T19:50:19.619Z] ---> Using cache [2020-12-04T19:50:19.619Z] ---> dfeb1f1c5a1f [2020-12-04T19:50:19.619Z] Step 7/22 : RUN go mod download [2020-12-04T19:50:19.619Z] Executing busybox-1.31.1-r19.trigger [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:19.895Z] OK: 8 MiB in 19 packages [2020-12-04T19:50:19.895Z] ---> Running in 61dec55e4d93 [2020-12-04T19:50:20.184Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:20.487Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:20.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-04T19:50:20.487Z] c113806ef9f2: Preparing [2020-12-04T19:50:20.487Z] a6ac53abea52: Preparing [2020-12-04T19:50:20.487Z] 519121d941ef: Preparing [2020-12-04T19:50:20.487Z] bcfb5c7658de: Preparing [2020-12-04T19:50:20.487Z] 35eddbb979d9: Preparing [2020-12-04T19:50:20.487Z] dacb8f68566a: Preparing [2020-12-04T19:50:20.487Z] 1b3ee35aacca: Preparing [2020-12-04T19:50:20.487Z] dacb8f68566a: Waiting [2020-12-04T19:50:20.487Z] 1b3ee35aacca: Waiting [2020-12-04T19:50:20.750Z] 519121d941ef: Pushed [2020-12-04T19:50:20.750Z] c113806ef9f2: Pushed [2020-12-04T19:50:20.750Z] 35eddbb979d9: Pushed [2020-12-04T19:50:20.750Z] a6ac53abea52: Pushed [2020-12-04T19:50:20.750Z] 1b3ee35aacca: Layer already exists [2020-12-04T19:50:21.323Z] dacb8f68566a: Pushed [2020-12-04T19:50:21.323Z] bcfb5c7658de: Pushed [2020-12-04T19:50:21.585Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:ee4733a43dfa9ad3be493626471207cd036b91df5062c55ec63d2d8149830474 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:21.897Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.1 [2020-12-04T19:50:21.903Z] Removing intermediate container 4a70f04680a9 [2020-12-04T19:50:21.903Z] ---> e958ae43b80e [2020-12-04T19:50:21.903Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:22.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.1 [2020-12-04T19:50:22.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-04T19:50:22.201Z] c113806ef9f2: Preparing [2020-12-04T19:50:22.201Z] a6ac53abea52: Preparing [2020-12-04T19:50:22.201Z] 519121d941ef: Preparing [2020-12-04T19:50:22.201Z] bcfb5c7658de: Preparing [2020-12-04T19:50:22.201Z] 35eddbb979d9: Preparing [2020-12-04T19:50:22.201Z] dacb8f68566a: Preparing [2020-12-04T19:50:22.201Z] 1b3ee35aacca: Preparing [2020-12-04T19:50:22.201Z] dacb8f68566a: Waiting [2020-12-04T19:50:22.201Z] 1b3ee35aacca: Waiting [2020-12-04T19:50:22.201Z] a6ac53abea52: Layer already exists [2020-12-04T19:50:22.201Z] 519121d941ef: Layer already exists [2020-12-04T19:50:22.201Z] c113806ef9f2: Layer already exists [2020-12-04T19:50:22.201Z] 35eddbb979d9: Layer already exists [2020-12-04T19:50:22.201Z] bcfb5c7658de: Layer already exists [2020-12-04T19:50:22.201Z] 1b3ee35aacca: Layer already exists [2020-12-04T19:50:22.201Z] dacb8f68566a: Layer already exists [2020-12-04T19:50:22.201Z] 2.0.0-dev.1: digest: sha256:ee4733a43dfa9ad3be493626471207cd036b91df5062c55ec63d2d8149830474 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:22.515Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:22.520Z] Removing intermediate container c174cb9d0cb5 [2020-12-04T19:50:22.520Z] ---> 46d63371545a [2020-12-04T19:50:22.520Z] Step 8/21 : COPY . . [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:22.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:22.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-04T19:50:22.813Z] c113806ef9f2: Preparing [2020-12-04T19:50:22.813Z] a6ac53abea52: Preparing [2020-12-04T19:50:22.813Z] 519121d941ef: Preparing [2020-12-04T19:50:22.813Z] bcfb5c7658de: Preparing [2020-12-04T19:50:22.813Z] 35eddbb979d9: Preparing [2020-12-04T19:50:22.813Z] dacb8f68566a: Preparing [2020-12-04T19:50:22.813Z] 1b3ee35aacca: Preparing [2020-12-04T19:50:22.813Z] dacb8f68566a: Waiting [2020-12-04T19:50:22.813Z] 1b3ee35aacca: Waiting [2020-12-04T19:50:22.813Z] a6ac53abea52: Layer already exists [2020-12-04T19:50:22.813Z] 519121d941ef: Layer already exists [2020-12-04T19:50:22.813Z] bcfb5c7658de: Layer already exists [2020-12-04T19:50:22.813Z] 35eddbb979d9: Layer already exists [2020-12-04T19:50:22.813Z] c113806ef9f2: Layer already exists [2020-12-04T19:50:22.813Z] dacb8f68566a: Layer already exists [2020-12-04T19:50:22.813Z] 1b3ee35aacca: Layer already exists [2020-12-04T19:50:22.813Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:ee4733a43dfa9ad3be493626471207cd036b91df5062c55ec63d2d8149830474 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:23.123Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:23.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-04T19:50:23.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-04T19:50:23.426Z] c113806ef9f2: Preparing [2020-12-04T19:50:23.426Z] a6ac53abea52: Preparing [2020-12-04T19:50:23.426Z] 519121d941ef: Preparing [2020-12-04T19:50:23.426Z] bcfb5c7658de: Preparing [2020-12-04T19:50:23.426Z] 35eddbb979d9: Preparing [2020-12-04T19:50:23.426Z] dacb8f68566a: Preparing [2020-12-04T19:50:23.426Z] 1b3ee35aacca: Preparing [2020-12-04T19:50:23.426Z] dacb8f68566a: Waiting [2020-12-04T19:50:23.426Z] 1b3ee35aacca: Waiting [2020-12-04T19:50:23.426Z] bcfb5c7658de: Layer already exists [2020-12-04T19:50:23.426Z] 519121d941ef: Layer already exists [2020-12-04T19:50:23.426Z] a6ac53abea52: Layer already exists [2020-12-04T19:50:23.426Z] c113806ef9f2: Layer already exists [2020-12-04T19:50:23.426Z] 35eddbb979d9: Layer already exists [2020-12-04T19:50:23.426Z] 1b3ee35aacca: Layer already exists [2020-12-04T19:50:23.426Z] dacb8f68566a: Layer already exists [2020-12-04T19:50:23.426Z] master: digest: sha256:ee4733a43dfa9ad3be493626471207cd036b91df5062c55ec63d2d8149830474 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [2020-12-04T19:50:23.507Z] ---> b77012f3f153 [2020-12-04T19:50:23.507Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:50:23.655Z] ===================================================== [Pipeline] echo [2020-12-04T19:50:23.715Z] taggedImages: [2020-12-04T19:50:23.716Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:23.716Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.1 [2020-12-04T19:50:23.716Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:23.716Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-12-04T19:50:23.803Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-04T19:50:23.803Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:23.803Z] 2.0.0-dev.1 [2020-12-04T19:50:23.803Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:23.803Z] master [2020-12-04T19:50:23.803Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:24.310Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:24.513Z] Removing intermediate container 61dec55e4d93 [2020-12-04T19:50:24.513Z] ---> ad411741be8e [2020-12-04T19:50:24.513Z] Step 8/22 : COPY . . [2020-12-04T19:50:24.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:24.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-04T19:50:24.611Z] 75704d8b8489: Preparing [2020-12-04T19:50:24.611Z] a5eb0dc99093: Preparing [2020-12-04T19:50:24.611Z] 64a6cf72c276: Preparing [2020-12-04T19:50:24.611Z] 2d58998cf27c: Preparing [2020-12-04T19:50:24.611Z] 4f2e9e94e796: Preparing [2020-12-04T19:50:24.611Z] ace0eda3e3be: Preparing [2020-12-04T19:50:24.611Z] ace0eda3e3be: Waiting [2020-12-04T19:50:24.879Z] 64a6cf72c276: Pushed [2020-12-04T19:50:24.879Z] 2d58998cf27c: Pushed [2020-12-04T19:50:24.879Z] ace0eda3e3be: Layer already exists [2020-12-04T19:50:24.879Z] 4f2e9e94e796: Pushed [2020-12-04T19:50:25.453Z] 75704d8b8489: Pushed [2020-12-04T19:50:25.453Z] a5eb0dc99093: Pushed [2020-12-04T19:50:25.714Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:cbc045add221a20abf82f03b58387794da475e20988fd67bf9459e00e77eaa85 size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:26.023Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:26.349Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.1 [2020-12-04T19:50:26.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-04T19:50:26.350Z] 75704d8b8489: Preparing [2020-12-04T19:50:26.350Z] a5eb0dc99093: Preparing [2020-12-04T19:50:26.350Z] 64a6cf72c276: Preparing [2020-12-04T19:50:26.350Z] 2d58998cf27c: Preparing [2020-12-04T19:50:26.350Z] 4f2e9e94e796: Preparing [2020-12-04T19:50:26.350Z] ace0eda3e3be: Preparing [2020-12-04T19:50:26.350Z] ace0eda3e3be: Waiting [2020-12-04T19:50:26.350Z] 4f2e9e94e796: Layer already exists [2020-12-04T19:50:26.350Z] 64a6cf72c276: Layer already exists [2020-12-04T19:50:26.350Z] 75704d8b8489: Layer already exists [2020-12-04T19:50:26.350Z] 2d58998cf27c: Layer already exists [2020-12-04T19:50:26.350Z] a5eb0dc99093: Layer already exists [2020-12-04T19:50:26.350Z] ace0eda3e3be: Layer already exists [2020-12-04T19:50:26.350Z] 2.0.0-dev.1: digest: sha256:cbc045add221a20abf82f03b58387794da475e20988fd67bf9459e00e77eaa85 size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:26.653Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:26.948Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:26.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-04T19:50:26.948Z] 75704d8b8489: Preparing [2020-12-04T19:50:26.948Z] a5eb0dc99093: Preparing [2020-12-04T19:50:26.948Z] 64a6cf72c276: Preparing [2020-12-04T19:50:26.948Z] 2d58998cf27c: Preparing [2020-12-04T19:50:26.948Z] 4f2e9e94e796: Preparing [2020-12-04T19:50:26.948Z] ace0eda3e3be: Preparing [2020-12-04T19:50:26.948Z] ace0eda3e3be: Waiting [2020-12-04T19:50:26.948Z] 4f2e9e94e796: Layer already exists [2020-12-04T19:50:26.948Z] 64a6cf72c276: Layer already exists [2020-12-04T19:50:26.948Z] 2d58998cf27c: Layer already exists [2020-12-04T19:50:26.948Z] a5eb0dc99093: Layer already exists [2020-12-04T19:50:26.948Z] 75704d8b8489: Layer already exists [2020-12-04T19:50:26.948Z] ace0eda3e3be: Layer already exists [2020-12-04T19:50:26.948Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:cbc045add221a20abf82f03b58387794da475e20988fd67bf9459e00e77eaa85 size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:27.254Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:27.554Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-04T19:50:27.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-04T19:50:27.554Z] 75704d8b8489: Preparing [2020-12-04T19:50:27.554Z] a5eb0dc99093: Preparing [2020-12-04T19:50:27.554Z] 64a6cf72c276: Preparing [2020-12-04T19:50:27.554Z] 2d58998cf27c: Preparing [2020-12-04T19:50:27.554Z] 4f2e9e94e796: Preparing [2020-12-04T19:50:27.554Z] ace0eda3e3be: Preparing [2020-12-04T19:50:27.554Z] ace0eda3e3be: Waiting [2020-12-04T19:50:27.554Z] 64a6cf72c276: Layer already exists [2020-12-04T19:50:27.554Z] 4f2e9e94e796: Layer already exists [2020-12-04T19:50:27.554Z] a5eb0dc99093: Layer already exists [2020-12-04T19:50:27.554Z] 75704d8b8489: Layer already exists [2020-12-04T19:50:27.554Z] 2d58998cf27c: Layer already exists [2020-12-04T19:50:27.554Z] ace0eda3e3be: Layer already exists [2020-12-04T19:50:27.554Z] master: digest: sha256:cbc045add221a20abf82f03b58387794da475e20988fd67bf9459e00e77eaa85 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:50:27.758Z] ===================================================== [Pipeline] echo [2020-12-04T19:50:27.813Z] taggedImages: [2020-12-04T19:50:27.813Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:27.813Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.1 [2020-12-04T19:50:27.813Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:27.813Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-12-04T19:50:27.894Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-12-04T19:50:27.894Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:27.894Z] 2.0.0-dev.1 [2020-12-04T19:50:27.894Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:27.894Z] master [2020-12-04T19:50:27.894Z] ===================================================== [2020-12-04T19:50:27.983Z] ---> 86d2c52ca745 [2020-12-04T19:50:27.984Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:28.481Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:28.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:28.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-04T19:50:28.779Z] da82a07b983a: Preparing [2020-12-04T19:50:28.779Z] 982b93f4453a: Preparing [2020-12-04T19:50:28.779Z] 6bb2b1fb3ee7: Preparing [2020-12-04T19:50:28.779Z] 220802744205: Preparing [2020-12-04T19:50:28.779Z] 220802744205: Preparing [2020-12-04T19:50:28.779Z] b0d9308a6796: Preparing [2020-12-04T19:50:28.779Z] 19539c6160a0: Preparing [2020-12-04T19:50:28.779Z] baa2332781dd: Preparing [2020-12-04T19:50:28.779Z] da82a07b983a: Preparing [2020-12-04T19:50:28.779Z] 4de4f74f92ae: Preparing [2020-12-04T19:50:28.779Z] 4012ae19a2eb: Preparing [2020-12-04T19:50:28.779Z] c3583e2129e0: Preparing [2020-12-04T19:50:28.779Z] ace0eda3e3be: Preparing [2020-12-04T19:50:28.779Z] 19539c6160a0: Waiting [2020-12-04T19:50:28.779Z] baa2332781dd: Waiting [2020-12-04T19:50:28.779Z] 4de4f74f92ae: Waiting [2020-12-04T19:50:28.779Z] 4012ae19a2eb: Waiting [2020-12-04T19:50:28.779Z] c3583e2129e0: Waiting [2020-12-04T19:50:28.779Z] ace0eda3e3be: Waiting [2020-12-04T19:50:29.039Z] 6bb2b1fb3ee7: Pushed [2020-12-04T19:50:29.039Z] b0d9308a6796: Pushed [2020-12-04T19:50:29.039Z] 220802744205: Pushed [2020-12-04T19:50:29.039Z] 982b93f4453a: Pushed [2020-12-04T19:50:29.039Z] 19539c6160a0: Pushed [2020-12-04T19:50:29.299Z] baa2332781dd: Pushed [2020-12-04T19:50:29.299Z] 4de4f74f92ae: Pushed [2020-12-04T19:50:29.299Z] 4012ae19a2eb: Pushed [2020-12-04T19:50:29.299Z] ace0eda3e3be: Layer already exists [2020-12-04T19:50:29.299Z] c3583e2129e0: Pushed [2020-12-04T19:50:29.503Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:50:29.503Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-04T19:50:29.503Z] ---> 54444cdde5a9 [2020-12-04T19:50:29.503Z] Step 3/29 : WORKDIR /edgex-go [2020-12-04T19:50:29.503Z] ---> Using cache [2020-12-04T19:50:29.503Z] ---> 3f3e3489df67 [2020-12-04T19:50:29.503Z] Step 4/29 : RUN apk update && apk add make git [2020-12-04T19:50:29.560Z] da82a07b983a: Pushed [2020-12-04T19:50:29.821Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:a83963a5e4c8914d41f31653f7ef37833a7a53669e85d8011e4c84b8a175858b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:30.118Z] ---> 601a47600547 [2020-12-04T19:50:30.118Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-04T19:50:30.127Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:30.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.1 [2020-12-04T19:50:30.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-04T19:50:30.498Z] da82a07b983a: Preparing [2020-12-04T19:50:30.498Z] 982b93f4453a: Preparing [2020-12-04T19:50:30.498Z] 6bb2b1fb3ee7: Preparing [2020-12-04T19:50:30.498Z] 220802744205: Preparing [2020-12-04T19:50:30.498Z] 220802744205: Preparing [2020-12-04T19:50:30.498Z] b0d9308a6796: Preparing [2020-12-04T19:50:30.498Z] 19539c6160a0: Preparing [2020-12-04T19:50:30.498Z] baa2332781dd: Preparing [2020-12-04T19:50:30.498Z] da82a07b983a: Preparing [2020-12-04T19:50:30.498Z] 4de4f74f92ae: Preparing [2020-12-04T19:50:30.498Z] 4012ae19a2eb: Preparing [2020-12-04T19:50:30.498Z] c3583e2129e0: Preparing [2020-12-04T19:50:30.498Z] ace0eda3e3be: Preparing [2020-12-04T19:50:30.498Z] 4de4f74f92ae: Waiting [2020-12-04T19:50:30.498Z] 4012ae19a2eb: Waiting [2020-12-04T19:50:30.498Z] c3583e2129e0: Waiting [2020-12-04T19:50:30.498Z] ace0eda3e3be: Waiting [2020-12-04T19:50:30.498Z] 19539c6160a0: Waiting [2020-12-04T19:50:30.498Z] baa2332781dd: Waiting [2020-12-04T19:50:30.498Z] da82a07b983a: Layer already exists [2020-12-04T19:50:30.498Z] 6bb2b1fb3ee7: Layer already exists [2020-12-04T19:50:30.498Z] 982b93f4453a: Layer already exists [2020-12-04T19:50:30.498Z] 220802744205: Layer already exists [2020-12-04T19:50:30.498Z] b0d9308a6796: Layer already exists [2020-12-04T19:50:30.498Z] 19539c6160a0: Layer already exists [2020-12-04T19:50:30.498Z] baa2332781dd: Layer already exists [2020-12-04T19:50:30.498Z] 4de4f74f92ae: Layer already exists [2020-12-04T19:50:30.498Z] c3583e2129e0: Layer already exists [2020-12-04T19:50:30.498Z] 4012ae19a2eb: Layer already exists [2020-12-04T19:50:30.498Z] ace0eda3e3be: Layer already exists [2020-12-04T19:50:30.498Z] 2.0.0-dev.1: digest: sha256:a83963a5e4c8914d41f31653f7ef37833a7a53669e85d8011e4c84b8a175858b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:30.758Z] ---> Running in e39d48374a28 [2020-12-04T19:50:30.902Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:31.033Z] ---> Running in 5a3245ec27be [2020-12-04T19:50:31.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:31.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-04T19:50:31.201Z] da82a07b983a: Preparing [2020-12-04T19:50:31.201Z] 982b93f4453a: Preparing [2020-12-04T19:50:31.201Z] 6bb2b1fb3ee7: Preparing [2020-12-04T19:50:31.201Z] 220802744205: Preparing [2020-12-04T19:50:31.201Z] 220802744205: Preparing [2020-12-04T19:50:31.201Z] b0d9308a6796: Preparing [2020-12-04T19:50:31.201Z] 19539c6160a0: Preparing [2020-12-04T19:50:31.201Z] baa2332781dd: Preparing [2020-12-04T19:50:31.201Z] da82a07b983a: Preparing [2020-12-04T19:50:31.201Z] 4de4f74f92ae: Preparing [2020-12-04T19:50:31.201Z] 4012ae19a2eb: Preparing [2020-12-04T19:50:31.201Z] c3583e2129e0: Preparing [2020-12-04T19:50:31.201Z] ace0eda3e3be: Preparing [2020-12-04T19:50:31.201Z] baa2332781dd: Waiting [2020-12-04T19:50:31.201Z] 4de4f74f92ae: Waiting [2020-12-04T19:50:31.201Z] 4012ae19a2eb: Waiting [2020-12-04T19:50:31.201Z] c3583e2129e0: Waiting [2020-12-04T19:50:31.201Z] ace0eda3e3be: Waiting [2020-12-04T19:50:31.201Z] 19539c6160a0: Waiting [2020-12-04T19:50:31.201Z] 220802744205: Layer already exists [2020-12-04T19:50:31.201Z] b0d9308a6796: Layer already exists [2020-12-04T19:50:31.201Z] 982b93f4453a: Layer already exists [2020-12-04T19:50:31.201Z] 6bb2b1fb3ee7: Layer already exists [2020-12-04T19:50:31.201Z] da82a07b983a: Layer already exists [2020-12-04T19:50:31.201Z] 19539c6160a0: Layer already exists [2020-12-04T19:50:31.201Z] baa2332781dd: Layer already exists [2020-12-04T19:50:31.201Z] 4de4f74f92ae: Layer already exists [2020-12-04T19:50:31.201Z] c3583e2129e0: Layer already exists [2020-12-04T19:50:31.201Z] 4012ae19a2eb: Layer already exists [2020-12-04T19:50:31.201Z] ace0eda3e3be: Layer already exists [2020-12-04T19:50:31.201Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:a83963a5e4c8914d41f31653f7ef37833a7a53669e85d8011e4c84b8a175858b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:31.510Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:31.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-04T19:50:31.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-04T19:50:31.809Z] da82a07b983a: Preparing [2020-12-04T19:50:31.809Z] 982b93f4453a: Preparing [2020-12-04T19:50:31.809Z] 6bb2b1fb3ee7: Preparing [2020-12-04T19:50:31.809Z] 220802744205: Preparing [2020-12-04T19:50:31.809Z] 220802744205: Preparing [2020-12-04T19:50:31.809Z] b0d9308a6796: Preparing [2020-12-04T19:50:31.809Z] 19539c6160a0: Preparing [2020-12-04T19:50:31.809Z] baa2332781dd: Preparing [2020-12-04T19:50:31.809Z] da82a07b983a: Preparing [2020-12-04T19:50:31.809Z] 4de4f74f92ae: Preparing [2020-12-04T19:50:31.809Z] 4012ae19a2eb: Preparing [2020-12-04T19:50:31.809Z] c3583e2129e0: Preparing [2020-12-04T19:50:31.809Z] ace0eda3e3be: Preparing [2020-12-04T19:50:31.809Z] 19539c6160a0: Waiting [2020-12-04T19:50:31.809Z] baa2332781dd: Waiting [2020-12-04T19:50:31.809Z] 4de4f74f92ae: Waiting [2020-12-04T19:50:31.809Z] 4012ae19a2eb: Waiting [2020-12-04T19:50:31.809Z] ace0eda3e3be: Waiting [2020-12-04T19:50:31.809Z] c3583e2129e0: Waiting [2020-12-04T19:50:31.809Z] 220802744205: Layer already exists [2020-12-04T19:50:31.809Z] 982b93f4453a: Layer already exists [2020-12-04T19:50:31.809Z] da82a07b983a: Layer already exists [2020-12-04T19:50:31.809Z] 6bb2b1fb3ee7: Layer already exists [2020-12-04T19:50:31.809Z] b0d9308a6796: Layer already exists [2020-12-04T19:50:31.809Z] 19539c6160a0: Layer already exists [2020-12-04T19:50:31.809Z] 4de4f74f92ae: Layer already exists [2020-12-04T19:50:31.809Z] baa2332781dd: Layer already exists [2020-12-04T19:50:31.809Z] c3583e2129e0: Layer already exists [2020-12-04T19:50:31.809Z] 4012ae19a2eb: Layer already exists [2020-12-04T19:50:31.809Z] ace0eda3e3be: Layer already exists [2020-12-04T19:50:31.809Z] master: digest: sha256:a83963a5e4c8914d41f31653f7ef37833a7a53669e85d8011e4c84b8a175858b size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:50:32.005Z] ===================================================== [2020-12-04T19:50:32.022Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:50:32.023Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:50:32.023Z] ---> 54444cdde5a9 [2020-12-04T19:50:32.023Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T19:50:32.023Z] ---> Using cache [2020-12-04T19:50:32.023Z] ---> 3f3e3489df67 [2020-12-04T19:50:32.023Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:50:32.023Z] ---> Using cache [2020-12-04T19:50:32.023Z] ---> ddfef07ada90 [2020-12-04T19:50:32.023Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T19:50:32.023Z] ---> Using cache [2020-12-04T19:50:32.023Z] ---> 5ad32f155553 [2020-12-04T19:50:32.023Z] Step 6/22 : COPY go.mod . [2020-12-04T19:50:32.023Z] ---> Using cache [2020-12-04T19:50:32.023Z] ---> dfeb1f1c5a1f [2020-12-04T19:50:32.023Z] Step 7/22 : RUN go mod download [2020-12-04T19:50:32.023Z] ---> Using cache [2020-12-04T19:50:32.023Z] ---> ad411741be8e [2020-12-04T19:50:32.023Z] Step 8/22 : COPY . . [Pipeline] echo [2020-12-04T19:50:32.059Z] taggedImages: [2020-12-04T19:50:32.059Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:32.059Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.1 [2020-12-04T19:50:32.059Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:32.059Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-12-04T19:50:32.133Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-04T19:50:32.133Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:32.133Z] 2.0.0-dev.1 [2020-12-04T19:50:32.133Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:32.133Z] master [2020-12-04T19:50:32.133Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-04T19:50:32.299Z] Removing intermediate container 5a3245ec27be [2020-12-04T19:50:32.299Z] ---> bd5698d6bf9d [2020-12-04T19:50:32.299Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:32.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T19:50:32.631Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:32.868Z] ---> Running in 7286dfb8e6fe [2020-12-04T19:50:32.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:32.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-04T19:50:32.928Z] 0dc8ac65b010: Preparing [2020-12-04T19:50:32.928Z] 55f663b1e1f7: Preparing [2020-12-04T19:50:32.928Z] 624ecb335112: Preparing [2020-12-04T19:50:32.928Z] db49766998f7: Preparing [2020-12-04T19:50:32.928Z] cff0ee17d790: Preparing [2020-12-04T19:50:32.928Z] 06e67793e5c4: Preparing [2020-12-04T19:50:32.928Z] e7b76f3bbb6f: Preparing [2020-12-04T19:50:32.928Z] dacb8f68566a: Preparing [2020-12-04T19:50:32.928Z] 1b3ee35aacca: Preparing [2020-12-04T19:50:32.928Z] e7b76f3bbb6f: Waiting [2020-12-04T19:50:32.928Z] 06e67793e5c4: Waiting [2020-12-04T19:50:32.928Z] 1b3ee35aacca: Waiting [2020-12-04T19:50:32.928Z] dacb8f68566a: Waiting [2020-12-04T19:50:33.191Z] 0dc8ac65b010: Pushed [2020-12-04T19:50:33.191Z] cff0ee17d790: Pushed [2020-12-04T19:50:33.191Z] 55f663b1e1f7: Pushed [2020-12-04T19:50:33.191Z] dacb8f68566a: Layer already exists [2020-12-04T19:50:33.191Z] 1b3ee35aacca: Layer already exists [2020-12-04T19:50:33.191Z] 06e67793e5c4: Pushed [2020-12-04T19:50:33.191Z] e7b76f3bbb6f: Pushed [2020-12-04T19:50:33.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T19:50:33.763Z] db49766998f7: Pushed [2020-12-04T19:50:33.763Z] 624ecb335112: Pushed [2020-12-04T19:50:34.024Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:5b324a1a9ed13da4d775128294727cacdb71b71a12089f9189732c510ea542fe size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:34.326Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:34.493Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:50:34.493Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:50:34.493Z] OK: 12616 distinct packages available [2020-12-04T19:50:34.493Z] Removing intermediate container 7286dfb8e6fe [2020-12-04T19:50:34.493Z] ---> 6eca36e237e9 [2020-12-04T19:50:34.493Z] Step 21/23 : LABEL arch=arm64 [2020-12-04T19:50:34.624Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.1 [2020-12-04T19:50:34.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-04T19:50:34.624Z] 0dc8ac65b010: Preparing [2020-12-04T19:50:34.624Z] 55f663b1e1f7: Preparing [2020-12-04T19:50:34.624Z] 624ecb335112: Preparing [2020-12-04T19:50:34.624Z] db49766998f7: Preparing [2020-12-04T19:50:34.624Z] cff0ee17d790: Preparing [2020-12-04T19:50:34.624Z] 06e67793e5c4: Preparing [2020-12-04T19:50:34.624Z] e7b76f3bbb6f: Preparing [2020-12-04T19:50:34.624Z] dacb8f68566a: Preparing [2020-12-04T19:50:34.624Z] 1b3ee35aacca: Preparing [2020-12-04T19:50:34.624Z] 06e67793e5c4: Waiting [2020-12-04T19:50:34.624Z] e7b76f3bbb6f: Waiting [2020-12-04T19:50:34.624Z] dacb8f68566a: Waiting [2020-12-04T19:50:34.624Z] 1b3ee35aacca: Waiting [2020-12-04T19:50:34.624Z] 624ecb335112: Layer already exists [2020-12-04T19:50:34.624Z] 55f663b1e1f7: Layer already exists [2020-12-04T19:50:34.624Z] cff0ee17d790: Layer already exists [2020-12-04T19:50:34.624Z] 0dc8ac65b010: Layer already exists [2020-12-04T19:50:34.624Z] db49766998f7: Layer already exists [2020-12-04T19:50:34.624Z] 1b3ee35aacca: Layer already exists [2020-12-04T19:50:34.624Z] e7b76f3bbb6f: Layer already exists [2020-12-04T19:50:34.624Z] 06e67793e5c4: Layer already exists [2020-12-04T19:50:34.624Z] dacb8f68566a: Layer already exists [2020-12-04T19:50:34.624Z] 2.0.0-dev.1: digest: sha256:5b324a1a9ed13da4d775128294727cacdb71b71a12089f9189732c510ea542fe size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:34.926Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:35.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:35.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-04T19:50:35.225Z] 0dc8ac65b010: Preparing [2020-12-04T19:50:35.225Z] 55f663b1e1f7: Preparing [2020-12-04T19:50:35.225Z] 624ecb335112: Preparing [2020-12-04T19:50:35.225Z] db49766998f7: Preparing [2020-12-04T19:50:35.225Z] cff0ee17d790: Preparing [2020-12-04T19:50:35.225Z] 06e67793e5c4: Preparing [2020-12-04T19:50:35.225Z] e7b76f3bbb6f: Preparing [2020-12-04T19:50:35.225Z] dacb8f68566a: Preparing [2020-12-04T19:50:35.225Z] 1b3ee35aacca: Preparing [2020-12-04T19:50:35.225Z] 06e67793e5c4: Waiting [2020-12-04T19:50:35.225Z] e7b76f3bbb6f: Waiting [2020-12-04T19:50:35.225Z] dacb8f68566a: Waiting [2020-12-04T19:50:35.225Z] 1b3ee35aacca: Waiting [2020-12-04T19:50:35.225Z] db49766998f7: Layer already exists [2020-12-04T19:50:35.225Z] 0dc8ac65b010: Layer already exists [2020-12-04T19:50:35.225Z] 55f663b1e1f7: Layer already exists [2020-12-04T19:50:35.225Z] 624ecb335112: Layer already exists [2020-12-04T19:50:35.225Z] cff0ee17d790: Layer already exists [2020-12-04T19:50:35.225Z] dacb8f68566a: Layer already exists [2020-12-04T19:50:35.225Z] 06e67793e5c4: Layer already exists [2020-12-04T19:50:35.225Z] 1b3ee35aacca: Layer already exists [2020-12-04T19:50:35.225Z] e7b76f3bbb6f: Layer already exists [2020-12-04T19:50:35.225Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:5b324a1a9ed13da4d775128294727cacdb71b71a12089f9189732c510ea542fe size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:35.489Z] OK: 217 MiB in 51 packages [2020-12-04T19:50:35.529Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:35.782Z] ---> Running in e61c3fa816e9 [2020-12-04T19:50:35.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-04T19:50:35.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-04T19:50:35.825Z] 0dc8ac65b010: Preparing [2020-12-04T19:50:35.825Z] 55f663b1e1f7: Preparing [2020-12-04T19:50:35.825Z] 624ecb335112: Preparing [2020-12-04T19:50:35.825Z] db49766998f7: Preparing [2020-12-04T19:50:35.825Z] cff0ee17d790: Preparing [2020-12-04T19:50:35.825Z] 06e67793e5c4: Preparing [2020-12-04T19:50:35.825Z] e7b76f3bbb6f: Preparing [2020-12-04T19:50:35.825Z] dacb8f68566a: Preparing [2020-12-04T19:50:35.825Z] 1b3ee35aacca: Preparing [2020-12-04T19:50:35.825Z] 06e67793e5c4: Waiting [2020-12-04T19:50:35.825Z] e7b76f3bbb6f: Waiting [2020-12-04T19:50:35.825Z] dacb8f68566a: Waiting [2020-12-04T19:50:35.825Z] 1b3ee35aacca: Waiting [2020-12-04T19:50:35.825Z] cff0ee17d790: Layer already exists [2020-12-04T19:50:35.825Z] db49766998f7: Layer already exists [2020-12-04T19:50:35.825Z] 0dc8ac65b010: Layer already exists [2020-12-04T19:50:35.825Z] 624ecb335112: Layer already exists [2020-12-04T19:50:35.825Z] 55f663b1e1f7: Layer already exists [2020-12-04T19:50:35.825Z] 06e67793e5c4: Layer already exists [2020-12-04T19:50:35.825Z] 1b3ee35aacca: Layer already exists [2020-12-04T19:50:35.825Z] dacb8f68566a: Layer already exists [2020-12-04T19:50:35.825Z] e7b76f3bbb6f: Layer already exists [2020-12-04T19:50:35.825Z] master: digest: sha256:5b324a1a9ed13da4d775128294727cacdb71b71a12089f9189732c510ea542fe size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:50:36.083Z] ===================================================== [Pipeline] echo [2020-12-04T19:50:36.144Z] taggedImages: [2020-12-04T19:50:36.144Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:36.144Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.1 [2020-12-04T19:50:36.144Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:36.144Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-04T19:50:36.222Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-04T19:50:36.222Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:36.222Z] 2.0.0-dev.1 [2020-12-04T19:50:36.222Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:36.222Z] master [2020-12-04T19:50:36.222Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:36.710Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:37.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:37.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-04T19:50:37.009Z] 5c1f71e071f9: Preparing [2020-12-04T19:50:37.009Z] 09a6ed287381: Preparing [2020-12-04T19:50:37.009Z] c4c6af286a40: Preparing [2020-12-04T19:50:37.009Z] 361b9a72db56: Preparing [2020-12-04T19:50:37.009Z] 16d8008a89d7: Preparing [2020-12-04T19:50:37.009Z] a3ba45576b8e: Preparing [2020-12-04T19:50:37.009Z] a3ba45576b8e: Waiting [2020-12-04T19:50:37.009Z] c4c6af286a40: Pushed [2020-12-04T19:50:37.241Z] Removing intermediate container e61c3fa816e9 [2020-12-04T19:50:37.241Z] ---> da318a2d22c7 [2020-12-04T19:50:37.241Z] Step 22/23 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:37.269Z] 5c1f71e071f9: Pushed [2020-12-04T19:50:37.269Z] 361b9a72db56: Pushed [2020-12-04T19:50:37.269Z] a3ba45576b8e: Pushed [2020-12-04T19:50:37.269Z] 16d8008a89d7: Pushed [2020-12-04T19:50:37.520Z] Removing intermediate container e39d48374a28 [2020-12-04T19:50:37.520Z] ---> 3c77eb3d8f81 [2020-12-04T19:50:37.520Z] Step 5/29 : COPY go.mod . [2020-12-04T19:50:37.520Z] ---> Running in e34b51a59de6 [2020-12-04T19:50:38.211Z] 09a6ed287381: Pushed [2020-12-04T19:50:38.472Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:f5d2a14be512a4b73f189bd12903b6adaa2403f349251c752b3abd889a2ec2e7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:38.529Z] Removing intermediate container e34b51a59de6 [2020-12-04T19:50:38.529Z] ---> e0150f467c0f [2020-12-04T19:50:38.529Z] Step 23/23 : LABEL version=2.0.0-dev.1 [2020-12-04T19:50:38.529Z] ---> 9090344026a2 [2020-12-04T19:50:38.529Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-04T19:50:38.785Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:39.083Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.1 [2020-12-04T19:50:39.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-04T19:50:39.083Z] 5c1f71e071f9: Preparing [2020-12-04T19:50:39.083Z] 09a6ed287381: Preparing [2020-12-04T19:50:39.083Z] c4c6af286a40: Preparing [2020-12-04T19:50:39.083Z] 361b9a72db56: Preparing [2020-12-04T19:50:39.083Z] 16d8008a89d7: Preparing [2020-12-04T19:50:39.083Z] a3ba45576b8e: Preparing [2020-12-04T19:50:39.083Z] a3ba45576b8e: Waiting [2020-12-04T19:50:39.083Z] 16d8008a89d7: Layer already exists [2020-12-04T19:50:39.083Z] 5c1f71e071f9: Layer already exists [2020-12-04T19:50:39.083Z] c4c6af286a40: Layer already exists [2020-12-04T19:50:39.083Z] 09a6ed287381: Layer already exists [2020-12-04T19:50:39.083Z] 361b9a72db56: Layer already exists [2020-12-04T19:50:39.083Z] a3ba45576b8e: Layer already exists [2020-12-04T19:50:39.083Z] 2.0.0-dev.1: digest: sha256:f5d2a14be512a4b73f189bd12903b6adaa2403f349251c752b3abd889a2ec2e7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:39.385Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:39.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:39.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-04T19:50:39.681Z] 5c1f71e071f9: Preparing [2020-12-04T19:50:39.681Z] 09a6ed287381: Preparing [2020-12-04T19:50:39.681Z] c4c6af286a40: Preparing [2020-12-04T19:50:39.681Z] 361b9a72db56: Preparing [2020-12-04T19:50:39.681Z] 16d8008a89d7: Preparing [2020-12-04T19:50:39.681Z] a3ba45576b8e: Preparing [2020-12-04T19:50:39.681Z] a3ba45576b8e: Waiting [2020-12-04T19:50:39.681Z] 5c1f71e071f9: Layer already exists [2020-12-04T19:50:39.681Z] 16d8008a89d7: Layer already exists [2020-12-04T19:50:39.681Z] 09a6ed287381: Layer already exists [2020-12-04T19:50:39.681Z] 361b9a72db56: Layer already exists [2020-12-04T19:50:39.681Z] c4c6af286a40: Layer already exists [2020-12-04T19:50:39.681Z] a3ba45576b8e: Layer already exists [2020-12-04T19:50:39.681Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:f5d2a14be512a4b73f189bd12903b6adaa2403f349251c752b3abd889a2ec2e7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:39.984Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-04T19:50:39.987Z] ---> Running in 7434281ed28c [2020-12-04T19:50:39.987Z] ---> 4dce77420ed4 [2020-12-04T19:50:39.987Z] Step 6/29 : RUN go mod download [2020-12-04T19:50:39.987Z] ---> Running in c2568482fd1a [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:40.282Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-04T19:50:40.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-04T19:50:40.282Z] 5c1f71e071f9: Preparing [2020-12-04T19:50:40.282Z] 09a6ed287381: Preparing [2020-12-04T19:50:40.282Z] c4c6af286a40: Preparing [2020-12-04T19:50:40.282Z] 361b9a72db56: Preparing [2020-12-04T19:50:40.282Z] 16d8008a89d7: Preparing [2020-12-04T19:50:40.282Z] a3ba45576b8e: Preparing [2020-12-04T19:50:40.282Z] a3ba45576b8e: Waiting [2020-12-04T19:50:40.282Z] c4c6af286a40: Layer already exists [2020-12-04T19:50:40.282Z] 5c1f71e071f9: Layer already exists [2020-12-04T19:50:40.282Z] 16d8008a89d7: Layer already exists [2020-12-04T19:50:40.282Z] 09a6ed287381: Layer already exists [2020-12-04T19:50:40.282Z] 361b9a72db56: Layer already exists [2020-12-04T19:50:40.282Z] a3ba45576b8e: Layer already exists [2020-12-04T19:50:40.282Z] master: digest: sha256:f5d2a14be512a4b73f189bd12903b6adaa2403f349251c752b3abd889a2ec2e7 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:50:40.542Z] ===================================================== [Pipeline] echo [2020-12-04T19:50:40.592Z] taggedImages: [2020-12-04T19:50:40.592Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:40.592Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.1 [2020-12-04T19:50:40.592Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:40.592Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-04T19:50:40.597Z] ---> e64ba2d86dc4 [2020-12-04T19:50:40.597Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-04T19:50:40.597Z] ---> Running in 864a7ba26717 [Pipeline] echo [2020-12-04T19:50:40.721Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-04T19:50:40.721Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:40.721Z] 2.0.0-dev.1 [2020-12-04T19:50:40.721Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:40.721Z] master [2020-12-04T19:50:40.721Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-12-04T19:50:40.871Z] Removing intermediate container 7434281ed28c [2020-12-04T19:50:40.871Z] ---> f12a37cfb301 [2020-12-04T19:50:40.872Z] [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:41.145Z] ---> Running in 722195fed5d7 [2020-12-04T19:50:41.313Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:41.423Z] Successfully built f12a37cfb301 [2020-12-04T19:50:41.423Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-04T19:50:41.423Z]  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go [2020-12-04T19:50:41.609Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:41.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-04T19:50:41.609Z] 7f78dbe98a3a: Preparing [2020-12-04T19:50:41.609Z] 8534bb25763d: Preparing [2020-12-04T19:50:41.609Z] 03230fb10e27: Preparing [2020-12-04T19:50:41.609Z] 03230fb10e27: Pushed [2020-12-04T19:50:41.609Z] 7f78dbe98a3a: Pushed [2020-12-04T19:50:41.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-04T19:50:42.997Z] 8534bb25763d: Pushed [2020-12-04T19:50:42.997Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:eb2dfcb0b6ae7bb4e8647fa3ae5311c6b1427548a1796d4897924943e7eb8166 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:43.300Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:43.599Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.1 [2020-12-04T19:50:43.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-04T19:50:43.600Z] 7f78dbe98a3a: Preparing [2020-12-04T19:50:43.600Z] 8534bb25763d: Preparing [2020-12-04T19:50:43.600Z] 03230fb10e27: Preparing [2020-12-04T19:50:43.600Z] 7f78dbe98a3a: Layer already exists [2020-12-04T19:50:43.600Z] 03230fb10e27: Layer already exists [2020-12-04T19:50:43.600Z] 8534bb25763d: Layer already exists [2020-12-04T19:50:43.600Z] 2.0.0-dev.1: digest: sha256:eb2dfcb0b6ae7bb4e8647fa3ae5311c6b1427548a1796d4897924943e7eb8166 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:43.716Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-04T19:50:43.903Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:44.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:44.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-04T19:50:44.207Z] 7f78dbe98a3a: Preparing [2020-12-04T19:50:44.207Z] 8534bb25763d: Preparing [2020-12-04T19:50:44.207Z] 03230fb10e27: Preparing [2020-12-04T19:50:44.207Z] 03230fb10e27: Layer already exists [2020-12-04T19:50:44.207Z] 8534bb25763d: Layer already exists [2020-12-04T19:50:44.207Z] 7f78dbe98a3a: Layer already exists [2020-12-04T19:50:44.207Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:eb2dfcb0b6ae7bb4e8647fa3ae5311c6b1427548a1796d4897924943e7eb8166 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:44.666Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:45.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-04T19:50:45.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-04T19:50:45.032Z] 7f78dbe98a3a: Preparing [2020-12-04T19:50:45.032Z] 8534bb25763d: Preparing [2020-12-04T19:50:45.032Z] 03230fb10e27: Preparing [2020-12-04T19:50:45.032Z] 8534bb25763d: Layer already exists [2020-12-04T19:50:45.032Z] 7f78dbe98a3a: Layer already exists [2020-12-04T19:50:45.032Z] 03230fb10e27: Layer already exists [2020-12-04T19:50:45.032Z] master: digest: sha256:eb2dfcb0b6ae7bb4e8647fa3ae5311c6b1427548a1796d4897924943e7eb8166 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:50:45.212Z] ===================================================== [Pipeline] echo [2020-12-04T19:50:45.258Z] taggedImages: [2020-12-04T19:50:45.259Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:45.259Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.1 [2020-12-04T19:50:45.259Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:45.259Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-04T19:50:45.396Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-04T19:50:45.396Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:45.396Z] 2.0.0-dev.1 [2020-12-04T19:50:45.396Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:45.396Z] master [2020-12-04T19:50:45.396Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:45.733Z] ---> fb1e3dd7178a [2020-12-04T19:50:45.733Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-04T19:50:45.894Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:46.202Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:46.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-04T19:50:46.202Z] 5a0b1995ecd3: Preparing [2020-12-04T19:50:46.202Z] 55cffa802ff2: Preparing [2020-12-04T19:50:46.202Z] 6ef0e8880de1: Preparing [2020-12-04T19:50:46.202Z] ea0eb1d19128: Preparing [2020-12-04T19:50:46.202Z] 367874434d97: Preparing [2020-12-04T19:50:46.202Z] 8fdf232e2b6c: Preparing [2020-12-04T19:50:46.202Z] 197560b94463: Preparing [2020-12-04T19:50:46.202Z] 3d9ce3ccee13: Preparing [2020-12-04T19:50:46.202Z] 84631c253a1d: Preparing [2020-12-04T19:50:46.202Z] 336623de938e: Preparing [2020-12-04T19:50:46.202Z] 63533b406c5a: Preparing [2020-12-04T19:50:46.202Z] 31b11ec6ff38: Preparing [2020-12-04T19:50:46.202Z] 911954e2fe49: Preparing [2020-12-04T19:50:46.202Z] ace0eda3e3be: Preparing [2020-12-04T19:50:46.202Z] 8fdf232e2b6c: Waiting [2020-12-04T19:50:46.202Z] 336623de938e: Waiting [2020-12-04T19:50:46.202Z] 63533b406c5a: Waiting [2020-12-04T19:50:46.202Z] 31b11ec6ff38: Waiting [2020-12-04T19:50:46.202Z] 197560b94463: Waiting [2020-12-04T19:50:46.202Z] 3d9ce3ccee13: Waiting [2020-12-04T19:50:46.202Z] 84631c253a1d: Waiting [2020-12-04T19:50:46.202Z] ace0eda3e3be: Waiting [2020-12-04T19:50:46.331Z] ---> Running in da49aac54bbe [2020-12-04T19:50:46.473Z] 367874434d97: Pushed [2020-12-04T19:50:46.473Z] 5a0b1995ecd3: Pushed [2020-12-04T19:50:46.606Z] Removing intermediate container 864a7ba26717 [2020-12-04T19:50:46.606Z] ---> 13d2d2ccadb3 [2020-12-04T19:50:46.606Z] Step 7/29 : COPY . . [2020-12-04T19:50:46.739Z] ea0eb1d19128: Pushed [2020-12-04T19:50:46.739Z] 3d9ce3ccee13: Layer already exists [2020-12-04T19:50:46.739Z] 84631c253a1d: Layer already exists [2020-12-04T19:50:46.739Z] 336623de938e: Layer already exists [2020-12-04T19:50:46.739Z] 63533b406c5a: Layer already exists [2020-12-04T19:50:46.739Z] 31b11ec6ff38: Layer already exists [2020-12-04T19:50:47.025Z] 197560b94463: Pushed [2020-12-04T19:50:47.025Z] 911954e2fe49: Layer already exists [2020-12-04T19:50:47.025Z] ace0eda3e3be: Layer already exists [2020-12-04T19:50:47.601Z] 8fdf232e2b6c: Pushed [2020-12-04T19:50:47.862Z] 55cffa802ff2: Pushed [2020-12-04T19:50:48.595Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-04T19:50:56.025Z] 6ef0e8880de1: Pushed [2020-12-04T19:50:56.025Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:3cad6fd51d1bb75def310103cb4efbc37b9acce5c01f7e725771bac4af1960a8 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:56.347Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:56.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.1 [2020-12-04T19:50:56.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-04T19:50:56.647Z] 5a0b1995ecd3: Preparing [2020-12-04T19:50:56.647Z] 55cffa802ff2: Preparing [2020-12-04T19:50:56.647Z] 6ef0e8880de1: Preparing [2020-12-04T19:50:56.647Z] ea0eb1d19128: Preparing [2020-12-04T19:50:56.647Z] 367874434d97: Preparing [2020-12-04T19:50:56.647Z] 8fdf232e2b6c: Preparing [2020-12-04T19:50:56.647Z] 197560b94463: Preparing [2020-12-04T19:50:56.647Z] 3d9ce3ccee13: Preparing [2020-12-04T19:50:56.647Z] 84631c253a1d: Preparing [2020-12-04T19:50:56.647Z] 336623de938e: Preparing [2020-12-04T19:50:56.647Z] 63533b406c5a: Preparing [2020-12-04T19:50:56.647Z] 31b11ec6ff38: Preparing [2020-12-04T19:50:56.647Z] 911954e2fe49: Preparing [2020-12-04T19:50:56.647Z] ace0eda3e3be: Preparing [2020-12-04T19:50:56.647Z] 8fdf232e2b6c: Waiting [2020-12-04T19:50:56.647Z] 197560b94463: Waiting [2020-12-04T19:50:56.647Z] 3d9ce3ccee13: Waiting [2020-12-04T19:50:56.647Z] 84631c253a1d: Waiting [2020-12-04T19:50:56.647Z] 336623de938e: Waiting [2020-12-04T19:50:56.647Z] 63533b406c5a: Waiting [2020-12-04T19:50:56.647Z] 31b11ec6ff38: Waiting [2020-12-04T19:50:56.647Z] 911954e2fe49: Waiting [2020-12-04T19:50:56.647Z] ace0eda3e3be: Waiting [2020-12-04T19:50:56.647Z] 367874434d97: Layer already exists [2020-12-04T19:50:56.647Z] 55cffa802ff2: Layer already exists [2020-12-04T19:50:56.647Z] 6ef0e8880de1: Layer already exists [2020-12-04T19:50:56.647Z] ea0eb1d19128: Layer already exists [2020-12-04T19:50:56.647Z] 5a0b1995ecd3: Layer already exists [2020-12-04T19:50:56.647Z] 8fdf232e2b6c: Layer already exists [2020-12-04T19:50:56.647Z] 84631c253a1d: Layer already exists [2020-12-04T19:50:56.647Z] 3d9ce3ccee13: Layer already exists [2020-12-04T19:50:56.647Z] 336623de938e: Layer already exists [2020-12-04T19:50:56.647Z] 197560b94463: Layer already exists [2020-12-04T19:50:56.647Z] 63533b406c5a: Layer already exists [2020-12-04T19:50:56.647Z] 31b11ec6ff38: Layer already exists [2020-12-04T19:50:56.647Z] ace0eda3e3be: Layer already exists [2020-12-04T19:50:56.647Z] 911954e2fe49: Layer already exists [2020-12-04T19:50:56.908Z] 2.0.0-dev.1: digest: sha256:3cad6fd51d1bb75def310103cb4efbc37b9acce5c01f7e725771bac4af1960a8 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:57.216Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:57.517Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:57.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-04T19:50:57.517Z] 5a0b1995ecd3: Preparing [2020-12-04T19:50:57.517Z] 55cffa802ff2: Preparing [2020-12-04T19:50:57.517Z] 6ef0e8880de1: Preparing [2020-12-04T19:50:57.517Z] ea0eb1d19128: Preparing [2020-12-04T19:50:57.517Z] 367874434d97: Preparing [2020-12-04T19:50:57.517Z] 8fdf232e2b6c: Preparing [2020-12-04T19:50:57.517Z] 197560b94463: Preparing [2020-12-04T19:50:57.517Z] 3d9ce3ccee13: Preparing [2020-12-04T19:50:57.517Z] 84631c253a1d: Preparing [2020-12-04T19:50:57.517Z] 336623de938e: Preparing [2020-12-04T19:50:57.517Z] 63533b406c5a: Preparing [2020-12-04T19:50:57.517Z] 31b11ec6ff38: Preparing [2020-12-04T19:50:57.517Z] 911954e2fe49: Preparing [2020-12-04T19:50:57.517Z] ace0eda3e3be: Preparing [2020-12-04T19:50:57.517Z] 8fdf232e2b6c: Waiting [2020-12-04T19:50:57.517Z] 197560b94463: Waiting [2020-12-04T19:50:57.517Z] 3d9ce3ccee13: Waiting [2020-12-04T19:50:57.517Z] 84631c253a1d: Waiting [2020-12-04T19:50:57.517Z] 336623de938e: Waiting [2020-12-04T19:50:57.517Z] 63533b406c5a: Waiting [2020-12-04T19:50:57.517Z] ace0eda3e3be: Waiting [2020-12-04T19:50:57.517Z] 31b11ec6ff38: Waiting [2020-12-04T19:50:57.517Z] 911954e2fe49: Waiting [2020-12-04T19:50:57.517Z] 367874434d97: Layer already exists [2020-12-04T19:50:57.517Z] ea0eb1d19128: Layer already exists [2020-12-04T19:50:57.517Z] 6ef0e8880de1: Layer already exists [2020-12-04T19:50:57.517Z] 5a0b1995ecd3: Layer already exists [2020-12-04T19:50:57.517Z] 55cffa802ff2: Layer already exists [2020-12-04T19:50:57.517Z] 197560b94463: Layer already exists [2020-12-04T19:50:57.517Z] 8fdf232e2b6c: Layer already exists [2020-12-04T19:50:57.517Z] 3d9ce3ccee13: Layer already exists [2020-12-04T19:50:57.517Z] 84631c253a1d: Layer already exists [2020-12-04T19:50:57.517Z] 336623de938e: Layer already exists [2020-12-04T19:50:57.517Z] 31b11ec6ff38: Layer already exists [2020-12-04T19:50:57.517Z] 63533b406c5a: Layer already exists [2020-12-04T19:50:57.517Z] 911954e2fe49: Layer already exists [2020-12-04T19:50:57.517Z] ace0eda3e3be: Layer already exists [2020-12-04T19:50:57.517Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:3cad6fd51d1bb75def310103cb4efbc37b9acce5c01f7e725771bac4af1960a8 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:57.823Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:50:58.127Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-04T19:50:58.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-04T19:50:58.128Z] 5a0b1995ecd3: Preparing [2020-12-04T19:50:58.128Z] 55cffa802ff2: Preparing [2020-12-04T19:50:58.128Z] 6ef0e8880de1: Preparing [2020-12-04T19:50:58.128Z] ea0eb1d19128: Preparing [2020-12-04T19:50:58.128Z] 367874434d97: Preparing [2020-12-04T19:50:58.128Z] 8fdf232e2b6c: Preparing [2020-12-04T19:50:58.128Z] 197560b94463: Preparing [2020-12-04T19:50:58.128Z] 3d9ce3ccee13: Preparing [2020-12-04T19:50:58.128Z] 84631c253a1d: Preparing [2020-12-04T19:50:58.128Z] 336623de938e: Preparing [2020-12-04T19:50:58.128Z] 63533b406c5a: Preparing [2020-12-04T19:50:58.128Z] 31b11ec6ff38: Preparing [2020-12-04T19:50:58.128Z] 911954e2fe49: Preparing [2020-12-04T19:50:58.128Z] ace0eda3e3be: Preparing [2020-12-04T19:50:58.128Z] 8fdf232e2b6c: Waiting [2020-12-04T19:50:58.128Z] 197560b94463: Waiting [2020-12-04T19:50:58.128Z] 3d9ce3ccee13: Waiting [2020-12-04T19:50:58.128Z] 84631c253a1d: Waiting [2020-12-04T19:50:58.128Z] 336623de938e: Waiting [2020-12-04T19:50:58.128Z] 63533b406c5a: Waiting [2020-12-04T19:50:58.128Z] 31b11ec6ff38: Waiting [2020-12-04T19:50:58.128Z] 911954e2fe49: Waiting [2020-12-04T19:50:58.128Z] ace0eda3e3be: Waiting [2020-12-04T19:50:58.128Z] 55cffa802ff2: Layer already exists [2020-12-04T19:50:58.128Z] 5a0b1995ecd3: Layer already exists [2020-12-04T19:50:58.128Z] 367874434d97: Layer already exists [2020-12-04T19:50:58.128Z] 6ef0e8880de1: Layer already exists [2020-12-04T19:50:58.128Z] ea0eb1d19128: Layer already exists [2020-12-04T19:50:58.128Z] 8fdf232e2b6c: Layer already exists [2020-12-04T19:50:58.128Z] 3d9ce3ccee13: Layer already exists [2020-12-04T19:50:58.128Z] 197560b94463: Layer already exists [2020-12-04T19:50:58.128Z] 336623de938e: Layer already exists [2020-12-04T19:50:58.128Z] 84631c253a1d: Layer already exists [2020-12-04T19:50:58.128Z] 911954e2fe49: Layer already exists [2020-12-04T19:50:58.128Z] 63533b406c5a: Layer already exists [2020-12-04T19:50:58.128Z] 31b11ec6ff38: Layer already exists [2020-12-04T19:50:58.128Z] ace0eda3e3be: Layer already exists [2020-12-04T19:50:58.389Z] master: digest: sha256:3cad6fd51d1bb75def310103cb4efbc37b9acce5c01f7e725771bac4af1960a8 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:50:58.653Z] ===================================================== [Pipeline] echo [2020-12-04T19:50:58.702Z] taggedImages: [2020-12-04T19:50:58.702Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:50:58.702Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.1 [2020-12-04T19:50:58.702Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:50:58.702Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-04T19:50:58.793Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T19:50:58.793Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-04T19:50:58.793Z] ---> 54444cdde5a9 [2020-12-04T19:50:58.793Z] Step 3/27 : WORKDIR /edgex-go [2020-12-04T19:50:58.793Z] ---> Using cache [2020-12-04T19:50:58.793Z] ---> 3f3e3489df67 [2020-12-04T19:50:58.793Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T19:50:58.793Z] ---> Using cache [2020-12-04T19:50:58.793Z] ---> ddfef07ada90 [2020-12-04T19:50:58.793Z] Step 5/27 : RUN apk update && apk add make bash git [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-04T19:51:01.112Z] ---> Running in 04f7844f7672 [2020-12-04T19:51:03.130Z] ---> 5a32fb247199 [2020-12-04T19:51:03.130Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-04T19:51:03.130Z] ---> Running in 23c24313e132 [2020-12-04T19:51:03.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T19:51:04.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T19:51:04.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-04T19:51:05.718Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:51:05.718Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:51:05.718Z] OK: 12616 distinct packages available [2020-12-04T19:51:07.243Z] OK: 217 MiB in 51 packages [2020-12-04T19:51:08.708Z] Removing intermediate container 04f7844f7672 [2020-12-04T19:51:08.708Z] ---> f3ebdab9e566 [2020-12-04T19:51:08.708Z] Step 6/27 : COPY go.mod . [2020-12-04T19:51:09.718Z] ---> b34d5817365b [2020-12-04T19:51:09.718Z] Step 7/27 : RUN go mod download [2020-12-04T19:51:10.010Z] ---> Running in c6a1a11ad559 [2020-12-04T19:51:15.468Z] Removing intermediate container c6a1a11ad559 [2020-12-04T19:51:15.468Z] ---> f9070049b926 [2020-12-04T19:51:15.468Z] Step 8/27 : COPY . . [2020-12-04T19:51:27.925Z] ---> b2957102563c [2020-12-04T19:51:27.925Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-04T19:51:27.925Z] ---> Running in 03350a82cb82 [2020-12-04T19:51:29.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-04T19:52:16.996Z] Removing intermediate container 722195fed5d7 [2020-12-04T19:52:16.996Z] ---> e5bbad7ec352 [2020-12-04T19:52:16.996Z] [2020-12-04T19:52:16.996Z] Step 10/22 : FROM alpine:3.10 [2020-12-04T19:52:16.996Z] ---> 536a684cf733 [2020-12-04T19:52:16.996Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-04T19:52:16.996Z] ---> Using cache [2020-12-04T19:52:16.996Z] ---> cd3e621c3ab7 [2020-12-04T19:52:16.996Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-04T19:52:16.996Z] ---> Running in 3ff35f50e38f [2020-12-04T19:52:16.996Z] Removing intermediate container 3ff35f50e38f [2020-12-04T19:52:16.996Z] ---> 84d3bc212c84 [2020-12-04T19:52:16.996Z] Step 13/22 : WORKDIR / [2020-12-04T19:52:16.996Z] ---> Running in a73ad84463bc [2020-12-04T19:52:16.996Z] Removing intermediate container a73ad84463bc [2020-12-04T19:52:16.996Z] ---> a44cff77cae8 [2020-12-04T19:52:16.996Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-04T19:52:16.996Z] ---> 76b7bf4adfb9 [2020-12-04T19:52:16.996Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-04T19:52:18.464Z] ---> bcf66801478f [2020-12-04T19:52:18.464Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-04T19:52:19.504Z] ---> f9fa964cb298 [2020-12-04T19:52:19.504Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-04T19:52:20.962Z] ---> e848573c32a9 [2020-12-04T19:52:20.962Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-04T19:52:20.962Z] ---> Running in 7f0031b682ca [2020-12-04T19:52:25.316Z] Removing intermediate container 7f0031b682ca [2020-12-04T19:52:25.316Z] ---> 51641c245ec4 [2020-12-04T19:52:25.316Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-04T19:52:25.316Z] ---> Running in 7a0313fee4ec [2020-12-04T19:52:26.318Z] Removing intermediate container 7a0313fee4ec [2020-12-04T19:52:26.318Z] ---> 5ed65dcb0afc [2020-12-04T19:52:26.318Z] Step 20/22 : LABEL arch=arm64 [2020-12-04T19:52:26.607Z] ---> Running in 7994ec97e752 [2020-12-04T19:52:27.599Z] Removing intermediate container 7994ec97e752 [2020-12-04T19:52:27.599Z] ---> 6549ee46ad27 [2020-12-04T19:52:27.882Z] Step 21/22 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:52:28.159Z] ---> Running in bd3cdae6f57d [2020-12-04T19:52:28.438Z] Removing intermediate container 23c24313e132 [2020-12-04T19:52:28.438Z] ---> df94ae065e9d [2020-12-04T19:52:28.438Z] [2020-12-04T19:52:28.438Z] Step 9/29 : FROM alpine:latest [2020-12-04T19:52:28.438Z] ---> 2e77e061c27f [2020-12-04T19:52:28.438Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-04T19:52:28.438Z] ---> Running in ac160086dc94 [2020-12-04T19:52:29.050Z] Removing intermediate container bd3cdae6f57d [2020-12-04T19:52:29.050Z] ---> 46ddff0425b1 [2020-12-04T19:52:29.050Z] Step 22/22 : LABEL version=2.0.0-dev.1 [2020-12-04T19:52:29.389Z] ---> Running in 6444c20f0c18 [2020-12-04T19:52:29.686Z] Removing intermediate container ac160086dc94 [2020-12-04T19:52:29.686Z] ---> a334050647fa [2020-12-04T19:52:29.686Z] Step 11/29 : USER root [2020-12-04T19:52:30.014Z] ---> Running in aabc0622d3f7 [2020-12-04T19:52:30.667Z] Removing intermediate container 6444c20f0c18 [2020-12-04T19:52:30.668Z] ---> 549e9476eccf [2020-12-04T19:52:30.668Z] [2020-12-04T19:52:31.733Z] Removing intermediate container aabc0622d3f7 [2020-12-04T19:52:31.733Z] ---> 813c0aa873e4 [2020-12-04T19:52:31.733Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-04T19:52:32.040Z] ---> Running in 0eb5b917bd09 [2020-12-04T19:52:32.315Z] Successfully built 549e9476eccf [2020-12-04T19:52:32.315Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-04T19:52:33.761Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container c2568482fd1a [2020-12-04T19:52:33.762Z] ---> 58432d45c681 [2020-12-04T19:52:33.762Z] [2020-12-04T19:52:33.762Z] Step 10/21 : FROM scratch [2020-12-04T19:52:33.762Z] ---> [2020-12-04T19:52:33.762Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T19:52:34.046Z] ---> Using cache [2020-12-04T19:52:34.046Z] ---> ade4ade93168 [2020-12-04T19:52:34.046Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-04T19:52:34.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T19:52:34.046Z] ---> Running in 70e957be19c5 [2020-12-04T19:52:34.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T19:52:34.934Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-04T19:52:34.934Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-04T19:52:34.934Z] OK: 12617 distinct packages available [2020-12-04T19:52:34.934Z] Removing intermediate container 70e957be19c5 [2020-12-04T19:52:34.934Z] ---> 30b85d32dabb [2020-12-04T19:52:34.934Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-04T19:52:35.211Z] ---> Running in f05aed3689a2 [2020-12-04T19:52:35.837Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-04T19:52:35.837Z] Removing intermediate container f05aed3689a2 [2020-12-04T19:52:35.837Z] ---> cb8a5063ae40 [2020-12-04T19:52:35.837Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-04T19:52:35.837Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-04T19:52:35.837Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T19:52:36.117Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T19:52:36.399Z] OK: 6 MiB in 16 packages [2020-12-04T19:52:37.004Z] ---> 4f80e1f21488 [2020-12-04T19:52:37.004Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-04T19:52:39.669Z] Removing intermediate container 0eb5b917bd09 [2020-12-04T19:52:39.669Z] ---> be653de13454 [2020-12-04T19:52:39.669Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-04T19:52:39.669Z] ---> cb738889d635 [2020-12-04T19:52:39.669Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-04T19:52:39.669Z] ---> Running in 5f1ea5073c05 [2020-12-04T19:52:40.270Z] Removing intermediate container 5f1ea5073c05 [2020-12-04T19:52:40.270Z] ---> 41acca2fb6ff [2020-12-04T19:52:40.270Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-04T19:52:40.555Z] ---> Running in 304597b79718 [2020-12-04T19:52:40.836Z] ---> 95d627372851 [2020-12-04T19:52:40.836Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-04T19:52:40.836Z] ---> Running in 34b17d1bc61e [2020-12-04T19:52:41.445Z] Removing intermediate container 304597b79718 [2020-12-04T19:52:41.445Z] ---> 8ab646d4868c [2020-12-04T19:52:41.445Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-04T19:52:41.722Z] Removing intermediate container 34b17d1bc61e [2020-12-04T19:52:41.722Z] ---> d79e435bc559 [2020-12-04T19:52:41.722Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T19:52:41.722Z] ---> Running in 96fa2db83655 [2020-12-04T19:52:42.008Z] ---> Running in 8cf952a6b34f [2020-12-04T19:52:43.006Z] Removing intermediate container 8cf952a6b34f [2020-12-04T19:52:43.006Z] ---> 8670a9f5aaec [2020-12-04T19:52:43.006Z] Step 19/21 : LABEL arch=arm64 [2020-12-04T19:52:43.006Z] ---> Running in 34e96148bc6a [2020-12-04T19:52:43.627Z] Removing intermediate container 34e96148bc6a [2020-12-04T19:52:43.627Z] ---> 50a99f4fc049 [2020-12-04T19:52:43.627Z] Step 20/21 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:52:43.910Z] ---> Running in efc3f87beeba [2020-12-04T19:52:44.511Z] Removing intermediate container efc3f87beeba [2020-12-04T19:52:44.511Z] ---> 1c36914e9bbd [2020-12-04T19:52:44.511Z] Step 21/21 : LABEL version=2.0.0-dev.1 [2020-12-04T19:52:44.792Z] ---> Running in 7b9f4baed183 [2020-12-04T19:52:45.079Z] Removing intermediate container 96fa2db83655 [2020-12-04T19:52:45.079Z] ---> 03ae27056a5a [2020-12-04T19:52:45.079Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-04T19:52:45.686Z] Removing intermediate container 7b9f4baed183 [2020-12-04T19:52:45.686Z] ---> b65edf464d34 [2020-12-04T19:52:45.686Z] [2020-12-04T19:52:45.968Z] Successfully built b65edf464d34 [2020-12-04T19:52:46.248Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-04T19:52:46.852Z]  Building docker-support-scheduler-go ... done  ---> 7e6c139b1267 [2020-12-04T19:52:46.852Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-04T19:52:48.324Z] ---> 03e9461828a1 [2020-12-04T19:52:48.324Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-04T19:52:49.305Z] ---> 6b4abfc0005f [2020-12-04T19:52:49.305Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-04T19:52:50.292Z] Removing intermediate container 03350a82cb82 [2020-12-04T19:52:50.292Z] ---> 3afd991fa9ac [2020-12-04T19:52:50.292Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-04T19:52:50.292Z] ---> 9b36f80df91d [2020-12-04T19:52:50.292Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-04T19:52:50.572Z] ---> Running in b4c9b381c372 [2020-12-04T19:52:51.580Z] ---> e6b10144b069 [2020-12-04T19:52:51.580Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-04T19:52:51.580Z] ---> Running in 1196a0abfa0c [2020-12-04T19:52:51.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-04T19:52:55.265Z] Removing intermediate container da49aac54bbe [2020-12-04T19:52:55.265Z] ---> 779135740e70 [2020-12-04T19:52:55.265Z] [2020-12-04T19:52:55.265Z] Step 10/22 : FROM scratch [2020-12-04T19:52:55.265Z] ---> [2020-12-04T19:52:55.265Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T19:52:55.265Z] Removing intermediate container 1196a0abfa0c [2020-12-04T19:52:55.265Z] ---> 6f2af77738ae [2020-12-04T19:52:55.265Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-04T19:52:55.265Z] ---> Using cache [2020-12-04T19:52:55.265Z] ---> ade4ade93168 [2020-12-04T19:52:55.265Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-04T19:52:55.265Z] ---> Running in 80d95e0607c2 [2020-12-04T19:52:55.542Z] Removing intermediate container b4c9b381c372 [2020-12-04T19:52:55.542Z] ---> 620e20e2d974 [2020-12-04T19:52:55.542Z] [2020-12-04T19:52:55.542Z] Step 11/27 : FROM docker:latest [2020-12-04T19:52:55.542Z] ---> 84e3a507c27b [2020-12-04T19:52:55.542Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-04T19:52:55.816Z] ---> Running in bbbdd4472305 [2020-12-04T19:52:55.816Z] Removing intermediate container 80d95e0607c2 [2020-12-04T19:52:55.816Z] ---> c41f619db19b [2020-12-04T19:52:55.816Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-04T19:52:56.086Z] ---> 8d9dafee6b7c [2020-12-04T19:52:56.086Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-04T19:52:56.086Z] ---> Running in 556802e94b77 [2020-12-04T19:52:56.357Z] ---> Running in 6c1f45c4e126 [2020-12-04T19:52:56.630Z] Removing intermediate container 556802e94b77 [2020-12-04T19:52:56.630Z] ---> 6ca6004542c6 [2020-12-04T19:52:56.630Z] Step 14/22 : WORKDIR / [2020-12-04T19:52:56.630Z] ---> Running in e3d154f24165 [2020-12-04T19:52:57.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T19:52:57.232Z] Removing intermediate container e3d154f24165 [2020-12-04T19:52:57.232Z] ---> 2949ed2f9d66 [2020-12-04T19:52:57.232Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-04T19:52:57.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T19:52:58.481Z] (1/2) Installing readline (8.0.4-r0) [2020-12-04T19:52:58.481Z] ---> 8a492d7560f5 [2020-12-04T19:52:58.481Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-04T19:52:58.481Z] (2/2) Installing bash (5.0.17-r0) [2020-12-04T19:52:58.481Z] Executing bash-5.0.17-r0.post-install [2020-12-04T19:52:58.481Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T19:52:58.481Z] OK: 12 MiB in 22 packages [2020-12-04T19:52:59.083Z] Removing intermediate container 6c1f45c4e126 [2020-12-04T19:52:59.083Z] ---> e21aee4d1ff2 [2020-12-04T19:52:59.083Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-04T19:52:59.355Z] ---> Running in 683fb9047585 [2020-12-04T19:52:59.950Z] ---> bbf97baf16d3 [2020-12-04T19:52:59.950Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-04T19:53:00.223Z] Removing intermediate container bbbdd4472305 [2020-12-04T19:53:00.223Z] ---> 5bc5370667c1 [2020-12-04T19:53:00.223Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-04T19:53:00.223Z] ---> Running in 6f3a25c196ac [2020-12-04T19:53:01.212Z] ---> a4f8a1fc8459 [2020-12-04T19:53:01.212Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-04T19:53:01.212Z] ---> Running in 5da008c2403e [2020-12-04T19:53:01.809Z] Removing intermediate container 5da008c2403e [2020-12-04T19:53:01.809Z] ---> 51b81ea62b5f [2020-12-04T19:53:01.809Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T19:53:02.405Z] ---> Running in 65c17674aede [2020-12-04T19:53:02.405Z] Removing intermediate container 683fb9047585 [2020-12-04T19:53:02.405Z] ---> 5f0c4d6f60f6 [2020-12-04T19:53:02.405Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-04T19:53:02.683Z] ---> Running in a6d0bbfe6634 [2020-12-04T19:53:02.683Z] Removing intermediate container 65c17674aede [2020-12-04T19:53:02.683Z] ---> fed982d3fbbf [2020-12-04T19:53:02.683Z] Step 20/22 : LABEL arch=arm64 [2020-12-04T19:53:02.956Z] ---> Running in b2dd276f489d [2020-12-04T19:53:02.956Z] Removing intermediate container 6f3a25c196ac [2020-12-04T19:53:02.956Z] ---> 0b189eba1414 [2020-12-04T19:53:02.956Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-04T19:53:03.230Z] Removing intermediate container a6d0bbfe6634 [2020-12-04T19:53:03.230Z] ---> 7704b9bb319c [2020-12-04T19:53:03.230Z] Step 26/29 : CMD [ "generate" ] [2020-12-04T19:53:03.230Z] ---> Running in 1e907f835f66 [2020-12-04T19:53:03.500Z] ---> Running in 096389eeffba [2020-12-04T19:53:03.500Z] Removing intermediate container b2dd276f489d [2020-12-04T19:53:03.500Z] ---> cf0f4e598052 [2020-12-04T19:53:03.500Z] Step 21/22 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:53:03.781Z] ---> Running in 154231ddac82 [2020-12-04T19:53:03.781Z] Removing intermediate container 1e907f835f66 [2020-12-04T19:53:03.781Z] ---> 6a4921d0173a [2020-12-04T19:53:03.781Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-04T19:53:03.781Z] Removing intermediate container 096389eeffba [2020-12-04T19:53:03.781Z] ---> 427da1cb789d [2020-12-04T19:53:03.781Z] Step 27/29 : LABEL arch=arm64 [2020-12-04T19:53:04.071Z] ---> Running in 58630e663fcd [2020-12-04T19:53:04.071Z] ---> Running in 71b27917b2be [2020-12-04T19:53:04.071Z] Removing intermediate container 154231ddac82 [2020-12-04T19:53:04.071Z] ---> 10cd344360be [2020-12-04T19:53:04.071Z] Step 22/22 : LABEL version=2.0.0-dev.1 [2020-12-04T19:53:04.344Z] ---> Running in f75b6c94e71b [2020-12-04T19:53:04.344Z] Removing intermediate container 58630e663fcd [2020-12-04T19:53:04.344Z] ---> 290c24cf5cbe [2020-12-04T19:53:04.344Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-04T19:53:04.618Z] Removing intermediate container 71b27917b2be [2020-12-04T19:53:04.618Z] ---> 621c228fcea8 [2020-12-04T19:53:04.618Z] Step 28/29 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:53:04.618Z] ---> Running in 160b35984c99 [2020-12-04T19:53:04.891Z] ---> Running in 656892c5f677 [2020-12-04T19:53:04.891Z] Removing intermediate container f75b6c94e71b [2020-12-04T19:53:04.891Z] ---> 9d1760055e9e [2020-12-04T19:53:04.891Z] [2020-12-04T19:53:05.163Z] Successfully built 9d1760055e9e [2020-12-04T19:53:05.163Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-04T19:53:05.435Z]  Building docker-core-metadata-go ... done Removing intermediate container 160b35984c99 [2020-12-04T19:53:05.435Z] ---> 695c7d2d3692 [2020-12-04T19:53:05.435Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-04T19:53:05.435Z] Removing intermediate container 656892c5f677 [2020-12-04T19:53:05.435Z] ---> 29fe73a75eb2 [2020-12-04T19:53:05.435Z] Step 29/29 : LABEL version=2.0.0-dev.1 [2020-12-04T19:53:05.435Z] ---> Running in aac26fe370cb [2020-12-04T19:53:06.046Z] Removing intermediate container aac26fe370cb [2020-12-04T19:53:06.046Z] ---> 67d4d6685c7c [2020-12-04T19:53:06.046Z] [2020-12-04T19:53:06.321Z] Successfully built 67d4d6685c7c [2020-12-04T19:53:06.595Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-04T19:53:06.595Z]  Building docker-security-secrets-setup-go ... done  ---> d61e4593aa2d [2020-12-04T19:53:06.595Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-04T19:53:07.196Z] ---> 2072a8fc0d87 [2020-12-04T19:53:07.196Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-04T19:53:08.184Z] ---> c208eba15374 [2020-12-04T19:53:08.184Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-04T19:53:08.184Z] ---> Running in dc03f0353a4d [2020-12-04T19:53:09.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T19:53:09.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T19:53:10.221Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-04T19:53:10.221Z] (2/33) Installing expat (2.2.9-r1) [2020-12-04T19:53:10.221Z] (3/33) Installing libffi (3.3-r2) [2020-12-04T19:53:10.221Z] (4/33) Installing gdbm (1.13-r1) [2020-12-04T19:53:10.221Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-04T19:53:10.221Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-04T19:53:10.221Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-04T19:53:12.196Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-04T19:53:12.196Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-04T19:53:12.196Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-04T19:53:12.196Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-04T19:53:12.196Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-04T19:53:12.196Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-04T19:53:12.196Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-04T19:53:12.196Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-04T19:53:12.196Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-04T19:53:12.196Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-04T19:53:12.469Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-04T19:53:12.469Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-04T19:53:12.469Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-04T19:53:12.469Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-04T19:53:12.469Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-04T19:53:12.469Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-04T19:53:12.469Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-04T19:53:12.469Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-04T19:53:12.469Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-04T19:53:12.469Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-04T19:53:12.744Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-04T19:53:12.744Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-04T19:53:12.744Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-04T19:53:12.744Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-04T19:53:12.744Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-04T19:53:12.744Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-04T19:53:12.744Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T19:53:13.020Z] OK: 71 MiB in 55 packages [2020-12-04T19:53:19.738Z] Removing intermediate container dc03f0353a4d [2020-12-04T19:53:19.738Z] ---> 0aae13ce66e0 [2020-12-04T19:53:19.738Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-04T19:53:19.738Z] ---> Running in 5b79a6b8eed9 [2020-12-04T19:53:24.042Z] Collecting docker-compose==1.23.2 [2020-12-04T19:53:24.042Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-04T19:53:24.638Z] Collecting jsonschema<3,>=2.5.1 [2020-12-04T19:53:24.638Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-04T19:53:25.612Z] Collecting PyYAML<4,>=3.10 [2020-12-04T19:53:25.612Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-04T19:53:28.997Z] Collecting cached-property<2,>=1.2.0 [2020-12-04T19:53:28.997Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-04T19:53:28.997Z] Collecting docopt<0.7,>=0.6.1 [2020-12-04T19:53:28.997Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-04T19:53:30.970Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-04T19:53:30.970Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-04T19:53:31.944Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-04T19:53:31.944Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-04T19:53:32.538Z] Collecting texttable<0.10,>=0.9.0 [2020-12-04T19:53:32.538Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-04T19:53:34.509Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-04T19:53:34.509Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-04T19:53:36.511Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-04T19:53:36.511Z] Collecting docker<4.0,>=3.6.0 [2020-12-04T19:53:36.805Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-04T19:53:37.410Z] Collecting idna<2.8,>=2.5 [2020-12-04T19:53:37.410Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-04T19:53:37.410Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-04T19:53:37.410Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-04T19:53:38.008Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-04T19:53:38.008Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-04T19:53:38.605Z] Collecting docker-pycreds>=0.4.0 [2020-12-04T19:53:38.605Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-04T19:53:38.605Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-04T19:53:38.605Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-04T19:53:38.605Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-04T19:53:38.605Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-04T19:53:39.202Z] Installing collected packages: jsonschema, PyYAML, cached-property, docopt, websocket-client, idna, urllib3, requests, texttable, dockerpty, docker-pycreds, docker, docker-compose [2020-12-04T19:53:39.798Z] Running setup.py install for PyYAML: started [2020-12-04T19:53:41.774Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-04T19:53:41.774Z] Running setup.py install for docopt: started [2020-12-04T19:53:43.751Z] Running setup.py install for docopt: finished with status 'done' [2020-12-04T19:53:43.751Z] Attempting uninstall: idna [2020-12-04T19:53:43.751Z] Found existing installation: idna 2.9 [2020-12-04T19:53:43.751Z] Uninstalling idna-2.9: [2020-12-04T19:53:44.030Z] Successfully uninstalled idna-2.9 [2020-12-04T19:53:44.637Z] Attempting uninstall: urllib3 [2020-12-04T19:53:44.637Z] Found existing installation: urllib3 1.25.9 [2020-12-04T19:53:44.637Z] Uninstalling urllib3-1.25.9: [2020-12-04T19:53:44.637Z] Successfully uninstalled urllib3-1.25.9 [2020-12-04T19:53:45.231Z] Attempting uninstall: requests [2020-12-04T19:53:45.231Z] Found existing installation: requests 2.23.0 [2020-12-04T19:53:45.231Z] Uninstalling requests-2.23.0: [2020-12-04T19:53:45.502Z] Successfully uninstalled requests-2.23.0 [2020-12-04T19:53:45.776Z] Running setup.py install for texttable: started [2020-12-04T19:53:47.747Z] Running setup.py install for texttable: finished with status 'done' [2020-12-04T19:53:47.747Z] Running setup.py install for dockerpty: started [2020-12-04T19:53:49.181Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-04T19:53:51.153Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-04T19:53:54.541Z] Removing intermediate container 5b79a6b8eed9 [2020-12-04T19:53:54.542Z] ---> e31b9b60f11b [2020-12-04T19:53:54.542Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-04T19:53:54.817Z] ---> Running in 592a5ffdfd1c [2020-12-04T19:53:55.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T19:53:56.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T19:53:56.656Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-04T19:53:56.656Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-04T19:53:56.656Z] (3/3) Installing curl (7.69.1-r1) [2020-12-04T19:53:56.656Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T19:53:56.656Z] OK: 71 MiB in 58 packages [2020-12-04T19:53:58.095Z] Removing intermediate container 592a5ffdfd1c [2020-12-04T19:53:58.095Z] ---> d26c23a8dd7f [2020-12-04T19:53:58.095Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-04T19:53:58.095Z] ---> Running in 9767994eb373 [2020-12-04T19:53:58.368Z] Removing intermediate container 9767994eb373 [2020-12-04T19:53:58.368Z] ---> 951cd351557d [2020-12-04T19:53:58.368Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T19:53:58.641Z] ---> Running in 2edfc274b008 [2020-12-04T19:53:58.913Z] Removing intermediate container 2edfc274b008 [2020-12-04T19:53:58.913Z] ---> 1713cf4b8106 [2020-12-04T19:53:58.913Z] Step 25/27 : LABEL arch=arm64 [2020-12-04T19:53:59.187Z] ---> Running in cc0f0c43b818 [2020-12-04T19:53:59.782Z] Removing intermediate container cc0f0c43b818 [2020-12-04T19:53:59.782Z] ---> a9fd1065ca8a [2020-12-04T19:53:59.782Z] Step 26/27 : LABEL git_sha=ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:53:59.782Z] ---> Running in 2c9d8df96e3a [2020-12-04T19:54:00.378Z] Removing intermediate container 2c9d8df96e3a [2020-12-04T19:54:00.378Z] ---> 62eb26fca70f [2020-12-04T19:54:00.378Z] Step 27/27 : LABEL version=2.0.0-dev.1 [2020-12-04T19:54:00.378Z] ---> Running in 6c7a847314e7 [2020-12-04T19:54:00.974Z] Removing intermediate container 6c7a847314e7 [2020-12-04T19:54:00.974Z] ---> 70e3beeeeb04 [2020-12-04T19:54:00.974Z] [2020-12-04T19:54:00.974Z] Successfully built 70e3beeeeb04 [2020-12-04T19:54:01.249Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-04T19:54:01.537Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-04T19:54:01.542Z] $ docker stop --time=1 02591a12d044d62196c6ed0caa6683566f5ee934feee3ce978c81ac9bfa85d07 [2020-12-04T19:54:03.465Z] $ docker rm -f 02591a12d044d62196c6ed0caa6683566f5ee934feee3ce978c81ac9bfa85d07 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T19:54:04.234Z] + grep docker [2020-12-04T19:54:04.234Z] + docker images [2020-12-04T19:54:04.505Z] docker-sys-mgmt-agent-go-arm64 latest 70e3beeeeb04 4 seconds ago 273MB [2020-12-04T19:54:04.505Z] docker-security-secrets-setup-go-arm64 latest 67d4d6685c7c 59 seconds ago 22.7MB [2020-12-04T19:54:04.505Z] docker-core-metadata-go-arm64 latest 9d1760055e9e About a minute ago 13.6MB [2020-12-04T19:54:04.505Z] docker-support-scheduler-go-arm64 latest b65edf464d34 About a minute ago 11.5MB [2020-12-04T19:54:04.505Z] docker-security-bootstrap-redis-go-arm64 latest 549e9476eccf About a minute ago 15.2MB [2020-12-04T19:54:04.505Z] docker-core-data-go-arm64 latest f12a37cfb301 3 minutes ago 22.3MB [2020-12-04T19:54:04.505Z] docker-support-notifications-go-arm64 latest 365ec731e8a3 3 minutes ago 12.9MB [2020-12-04T19:54:04.505Z] docker-core-command-go-arm64 latest 7bea477a714e 4 minutes ago 11.4MB [2020-12-04T19:54:04.505Z] docker-security-secretstore-setup-go-arm64 latest ce0afa50b9cb 4 minutes ago 23.5MB [2020-12-04T19:54:04.505Z] docker-security-proxy-setup-go-arm64 latest 980851eeb526 4 minutes ago 23.4MB [2020-12-04T19:54:04.505Z] docker latest 84e3a507c27b 2 days ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T19:54:05.114Z] provisioning config files... [2020-12-04T19:54:05.149Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/243@tmp/config5845132670742044568tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T19:54:05.619Z] ---> docker-login.sh [2020-12-04T19:54:05.619Z] nexus3.edgexfoundry.org:10001 [2020-12-04T19:54:05.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:54:06.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:54:06.161Z] Configure a credential helper to remove this warning. See [2020-12-04T19:54:06.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:54:06.161Z] [2020-12-04T19:54:06.161Z] Login Succeeded [2020-12-04T19:54:06.161Z] nexus3.edgexfoundry.org:10002 [2020-12-04T19:54:06.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:54:06.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:54:06.703Z] Configure a credential helper to remove this warning. See [2020-12-04T19:54:06.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:54:06.703Z] [2020-12-04T19:54:06.703Z] Login Succeeded [2020-12-04T19:54:06.703Z] nexus3.edgexfoundry.org:10003 [2020-12-04T19:54:07.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:54:07.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:54:07.295Z] Configure a credential helper to remove this warning. See [2020-12-04T19:54:07.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:54:07.295Z] [2020-12-04T19:54:07.295Z] Login Succeeded [2020-12-04T19:54:07.295Z] nexus3.edgexfoundry.org:10004 [2020-12-04T19:54:07.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:54:07.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:54:07.838Z] Configure a credential helper to remove this warning. See [2020-12-04T19:54:07.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:54:07.838Z] [2020-12-04T19:54:07.838Z] Login Succeeded [2020-12-04T19:54:07.838Z] docker.io [2020-12-04T19:54:08.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T19:54:08.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T19:54:08.699Z] Configure a credential helper to remove this warning. See [2020-12-04T19:54:08.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T19:54:08.699Z] [2020-12-04T19:54:08.699Z] Login Succeeded [2020-12-04T19:54:08.699Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T19:54:08.715Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:54:08.962Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-04T19:54:08.962Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:08.962Z] 2.0.0-dev.1 [2020-12-04T19:54:08.962Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:08.962Z] master [2020-12-04T19:54:08.962Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:09.500Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:09.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:09.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-04T19:54:09.833Z] e32b67aa486d: Preparing [2020-12-04T19:54:09.833Z] 2d5b52c443e7: Preparing [2020-12-04T19:54:09.833Z] 6c4bc6afaa76: Preparing [2020-12-04T19:54:10.103Z] 6c4bc6afaa76: Pushed [2020-12-04T19:54:10.374Z] e32b67aa486d: Pushed [2020-12-04T19:54:12.970Z] 2d5b52c443e7: Pushed [2020-12-04T19:54:12.970Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:bfb2b3a9b6418cb91903ca771e83c30d14b53e106f5e3ea158fa3529d5a9eb36 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:13.305Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:13.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.1 [2020-12-04T19:54:13.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-04T19:54:13.637Z] e32b67aa486d: Preparing [2020-12-04T19:54:13.637Z] 2d5b52c443e7: Preparing [2020-12-04T19:54:13.637Z] 6c4bc6afaa76: Preparing [2020-12-04T19:54:13.637Z] 2d5b52c443e7: Layer already exists [2020-12-04T19:54:13.637Z] 6c4bc6afaa76: Layer already exists [2020-12-04T19:54:13.637Z] e32b67aa486d: Layer already exists [2020-12-04T19:54:13.908Z] 2.0.0-dev.1: digest: sha256:bfb2b3a9b6418cb91903ca771e83c30d14b53e106f5e3ea158fa3529d5a9eb36 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:14.249Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:14.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:14.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-04T19:54:14.587Z] e32b67aa486d: Preparing [2020-12-04T19:54:14.587Z] 2d5b52c443e7: Preparing [2020-12-04T19:54:14.587Z] 6c4bc6afaa76: Preparing [2020-12-04T19:54:14.587Z] e32b67aa486d: Layer already exists [2020-12-04T19:54:14.587Z] 6c4bc6afaa76: Layer already exists [2020-12-04T19:54:14.587Z] 2d5b52c443e7: Layer already exists [2020-12-04T19:54:14.857Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:bfb2b3a9b6418cb91903ca771e83c30d14b53e106f5e3ea158fa3529d5a9eb36 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:15.200Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:15.536Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-04T19:54:15.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-04T19:54:15.537Z] e32b67aa486d: Preparing [2020-12-04T19:54:15.537Z] 2d5b52c443e7: Preparing [2020-12-04T19:54:15.537Z] 6c4bc6afaa76: Preparing [2020-12-04T19:54:15.537Z] 2d5b52c443e7: Layer already exists [2020-12-04T19:54:15.537Z] e32b67aa486d: Layer already exists [2020-12-04T19:54:15.537Z] 6c4bc6afaa76: Layer already exists [2020-12-04T19:54:15.808Z] master: digest: sha256:bfb2b3a9b6418cb91903ca771e83c30d14b53e106f5e3ea158fa3529d5a9eb36 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:54:16.062Z] ===================================================== [Pipeline] echo [2020-12-04T19:54:16.125Z] taggedImages: [2020-12-04T19:54:16.126Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:16.126Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.1 [2020-12-04T19:54:16.126Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:16.126Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-04T19:54:16.206Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-04T19:54:16.206Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:16.206Z] 2.0.0-dev.1 [2020-12-04T19:54:16.206Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:16.206Z] master [2020-12-04T19:54:16.206Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:17.023Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:17.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:17.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-04T19:54:17.373Z] 928d68529d6c: Preparing [2020-12-04T19:54:17.373Z] ddf2cdb6f438: Preparing [2020-12-04T19:54:17.373Z] eea536c04d1f: Preparing [2020-12-04T19:54:17.373Z] f25abe6708c1: Preparing [2020-12-04T19:54:17.373Z] acab31ce5b43: Preparing [2020-12-04T19:54:17.373Z] cd3761cfa1d9: Preparing [2020-12-04T19:54:17.373Z] cd3761cfa1d9: Waiting [2020-12-04T19:54:18.013Z] acab31ce5b43: Pushed [2020-12-04T19:54:18.013Z] 928d68529d6c: Pushed [2020-12-04T19:54:18.013Z] eea536c04d1f: Pushed [2020-12-04T19:54:18.013Z] cd3761cfa1d9: Layer already exists [2020-12-04T19:54:18.622Z] f25abe6708c1: Pushed [2020-12-04T19:54:21.991Z] ddf2cdb6f438: Pushed [2020-12-04T19:54:21.991Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:1e4edb5a936740ad67147aa9a8df48ded97194ea3d6812bc94ed2822e41b5c60 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:22.326Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:22.661Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.1 [2020-12-04T19:54:22.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-04T19:54:22.661Z] 928d68529d6c: Preparing [2020-12-04T19:54:22.661Z] ddf2cdb6f438: Preparing [2020-12-04T19:54:22.661Z] eea536c04d1f: Preparing [2020-12-04T19:54:22.661Z] f25abe6708c1: Preparing [2020-12-04T19:54:22.661Z] acab31ce5b43: Preparing [2020-12-04T19:54:22.661Z] cd3761cfa1d9: Preparing [2020-12-04T19:54:22.661Z] cd3761cfa1d9: Waiting [2020-12-04T19:54:22.661Z] ddf2cdb6f438: Layer already exists [2020-12-04T19:54:22.661Z] acab31ce5b43: Layer already exists [2020-12-04T19:54:22.661Z] eea536c04d1f: Layer already exists [2020-12-04T19:54:22.661Z] f25abe6708c1: Layer already exists [2020-12-04T19:54:22.661Z] 928d68529d6c: Layer already exists [2020-12-04T19:54:22.661Z] cd3761cfa1d9: Layer already exists [2020-12-04T19:54:22.933Z] 2.0.0-dev.1: digest: sha256:1e4edb5a936740ad67147aa9a8df48ded97194ea3d6812bc94ed2822e41b5c60 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:23.275Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:23.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:23.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-04T19:54:23.608Z] 928d68529d6c: Preparing [2020-12-04T19:54:23.608Z] ddf2cdb6f438: Preparing [2020-12-04T19:54:23.608Z] eea536c04d1f: Preparing [2020-12-04T19:54:23.608Z] f25abe6708c1: Preparing [2020-12-04T19:54:23.608Z] acab31ce5b43: Preparing [2020-12-04T19:54:23.608Z] cd3761cfa1d9: Preparing [2020-12-04T19:54:23.608Z] cd3761cfa1d9: Waiting [2020-12-04T19:54:23.608Z] f25abe6708c1: Layer already exists [2020-12-04T19:54:23.608Z] eea536c04d1f: Layer already exists [2020-12-04T19:54:23.608Z] acab31ce5b43: Layer already exists [2020-12-04T19:54:23.608Z] 928d68529d6c: Layer already exists [2020-12-04T19:54:23.608Z] ddf2cdb6f438: Layer already exists [2020-12-04T19:54:23.608Z] cd3761cfa1d9: Layer already exists [2020-12-04T19:54:23.878Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:1e4edb5a936740ad67147aa9a8df48ded97194ea3d6812bc94ed2822e41b5c60 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:24.221Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:24.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-04T19:54:24.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-04T19:54:24.570Z] 928d68529d6c: Preparing [2020-12-04T19:54:24.570Z] ddf2cdb6f438: Preparing [2020-12-04T19:54:24.570Z] eea536c04d1f: Preparing [2020-12-04T19:54:24.570Z] f25abe6708c1: Preparing [2020-12-04T19:54:24.570Z] acab31ce5b43: Preparing [2020-12-04T19:54:24.570Z] cd3761cfa1d9: Preparing [2020-12-04T19:54:24.570Z] cd3761cfa1d9: Waiting [2020-12-04T19:54:24.570Z] f25abe6708c1: Layer already exists [2020-12-04T19:54:24.570Z] 928d68529d6c: Layer already exists [2020-12-04T19:54:24.570Z] ddf2cdb6f438: Layer already exists [2020-12-04T19:54:24.570Z] acab31ce5b43: Layer already exists [2020-12-04T19:54:24.570Z] eea536c04d1f: Layer already exists [2020-12-04T19:54:24.570Z] cd3761cfa1d9: Layer already exists [2020-12-04T19:54:25.159Z] master: digest: sha256:1e4edb5a936740ad67147aa9a8df48ded97194ea3d6812bc94ed2822e41b5c60 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:54:25.412Z] ===================================================== [Pipeline] echo [2020-12-04T19:54:25.464Z] taggedImages: [2020-12-04T19:54:25.464Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:25.464Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.1 [2020-12-04T19:54:25.464Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:25.464Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-04T19:54:25.540Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-04T19:54:25.540Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:25.540Z] 2.0.0-dev.1 [2020-12-04T19:54:25.540Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:25.540Z] master [2020-12-04T19:54:25.540Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:26.088Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:26.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:26.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-04T19:54:26.422Z] 3cc98f850d2f: Preparing [2020-12-04T19:54:26.422Z] ce9660abfe98: Preparing [2020-12-04T19:54:26.422Z] cd5ddfaf75f5: Preparing [2020-12-04T19:54:26.692Z] 3cc98f850d2f: Pushed [2020-12-04T19:54:26.692Z] cd5ddfaf75f5: Pushed [2020-12-04T19:54:30.057Z] ce9660abfe98: Pushed [2020-12-04T19:54:30.057Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:834570d4408e956f29d5753e1bef544f8e3d3269a6155ed41382333e19c05cea size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:30.398Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:30.729Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.1 [2020-12-04T19:54:30.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-04T19:54:30.729Z] 3cc98f850d2f: Preparing [2020-12-04T19:54:30.729Z] ce9660abfe98: Preparing [2020-12-04T19:54:30.729Z] cd5ddfaf75f5: Preparing [2020-12-04T19:54:30.999Z] ce9660abfe98: Layer already exists [2020-12-04T19:54:30.999Z] 3cc98f850d2f: Layer already exists [2020-12-04T19:54:30.999Z] cd5ddfaf75f5: Layer already exists [2020-12-04T19:54:30.999Z] 2.0.0-dev.1: digest: sha256:834570d4408e956f29d5753e1bef544f8e3d3269a6155ed41382333e19c05cea size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:31.335Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:31.665Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:31.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-04T19:54:31.666Z] 3cc98f850d2f: Preparing [2020-12-04T19:54:31.666Z] ce9660abfe98: Preparing [2020-12-04T19:54:31.666Z] cd5ddfaf75f5: Preparing [2020-12-04T19:54:31.666Z] cd5ddfaf75f5: Layer already exists [2020-12-04T19:54:31.666Z] ce9660abfe98: Layer already exists [2020-12-04T19:54:31.666Z] 3cc98f850d2f: Layer already exists [2020-12-04T19:54:31.935Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:834570d4408e956f29d5753e1bef544f8e3d3269a6155ed41382333e19c05cea size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:32.280Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:32.615Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-04T19:54:32.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-04T19:54:32.615Z] 3cc98f850d2f: Preparing [2020-12-04T19:54:32.615Z] ce9660abfe98: Preparing [2020-12-04T19:54:32.615Z] cd5ddfaf75f5: Preparing [2020-12-04T19:54:32.615Z] ce9660abfe98: Layer already exists [2020-12-04T19:54:32.615Z] 3cc98f850d2f: Layer already exists [2020-12-04T19:54:32.886Z] cd5ddfaf75f5: Layer already exists [2020-12-04T19:54:32.887Z] master: digest: sha256:834570d4408e956f29d5753e1bef544f8e3d3269a6155ed41382333e19c05cea size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:54:33.157Z] ===================================================== [Pipeline] echo [2020-12-04T19:54:33.206Z] taggedImages: [2020-12-04T19:54:33.206Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:33.206Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.1 [2020-12-04T19:54:33.206Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:33.206Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-04T19:54:33.273Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-04T19:54:33.273Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:33.273Z] 2.0.0-dev.1 [2020-12-04T19:54:33.273Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:33.273Z] master [2020-12-04T19:54:33.273Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:33.806Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:34.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:34.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-04T19:54:34.172Z] aab339aee071: Preparing [2020-12-04T19:54:34.172Z] 24c390754a80: Preparing [2020-12-04T19:54:34.172Z] 74e53e6e8e9d: Preparing [2020-12-04T19:54:34.172Z] 359423ede1a7: Preparing [2020-12-04T19:54:34.172Z] 41bd636e6892: Preparing [2020-12-04T19:54:34.172Z] 9fc1ae7ba108: Preparing [2020-12-04T19:54:34.172Z] 66b385cf80cf: Preparing [2020-12-04T19:54:34.172Z] 9fc1ae7ba108: Waiting [2020-12-04T19:54:34.172Z] 66b385cf80cf: Waiting [2020-12-04T19:54:34.451Z] aab339aee071: Pushed [2020-12-04T19:54:34.451Z] 74e53e6e8e9d: Pushed [2020-12-04T19:54:34.451Z] 24c390754a80: Pushed [2020-12-04T19:54:34.451Z] 41bd636e6892: Pushed [2020-12-04T19:54:34.721Z] 66b385cf80cf: Layer already exists [2020-12-04T19:54:34.994Z] 9fc1ae7ba108: Pushed [2020-12-04T19:54:36.413Z] 359423ede1a7: Pushed [2020-12-04T19:54:36.683Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:11714016aa1d45c302a3a53a74ba7c61bbb9bca6b08c2339d9e2539613134317 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:37.021Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:37.355Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.1 [2020-12-04T19:54:37.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-04T19:54:37.356Z] aab339aee071: Preparing [2020-12-04T19:54:37.356Z] 24c390754a80: Preparing [2020-12-04T19:54:37.356Z] 74e53e6e8e9d: Preparing [2020-12-04T19:54:37.356Z] 359423ede1a7: Preparing [2020-12-04T19:54:37.356Z] 41bd636e6892: Preparing [2020-12-04T19:54:37.356Z] 9fc1ae7ba108: Preparing [2020-12-04T19:54:37.356Z] 66b385cf80cf: Preparing [2020-12-04T19:54:37.356Z] 9fc1ae7ba108: Waiting [2020-12-04T19:54:37.356Z] 66b385cf80cf: Waiting [2020-12-04T19:54:37.623Z] 359423ede1a7: Layer already exists [2020-12-04T19:54:37.623Z] 41bd636e6892: Layer already exists [2020-12-04T19:54:37.623Z] 24c390754a80: Layer already exists [2020-12-04T19:54:37.623Z] 74e53e6e8e9d: Layer already exists [2020-12-04T19:54:37.623Z] aab339aee071: Layer already exists [2020-12-04T19:54:37.623Z] 66b385cf80cf: Layer already exists [2020-12-04T19:54:37.623Z] 9fc1ae7ba108: Layer already exists [2020-12-04T19:54:37.623Z] 2.0.0-dev.1: digest: sha256:11714016aa1d45c302a3a53a74ba7c61bbb9bca6b08c2339d9e2539613134317 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:37.960Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:38.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:38.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-04T19:54:38.290Z] aab339aee071: Preparing [2020-12-04T19:54:38.290Z] 24c390754a80: Preparing [2020-12-04T19:54:38.290Z] 74e53e6e8e9d: Preparing [2020-12-04T19:54:38.290Z] 359423ede1a7: Preparing [2020-12-04T19:54:38.290Z] 41bd636e6892: Preparing [2020-12-04T19:54:38.290Z] 9fc1ae7ba108: Preparing [2020-12-04T19:54:38.290Z] 66b385cf80cf: Preparing [2020-12-04T19:54:38.290Z] 66b385cf80cf: Waiting [2020-12-04T19:54:38.290Z] 9fc1ae7ba108: Waiting [2020-12-04T19:54:38.560Z] 359423ede1a7: Layer already exists [2020-12-04T19:54:38.560Z] 41bd636e6892: Layer already exists [2020-12-04T19:54:38.560Z] 24c390754a80: Layer already exists [2020-12-04T19:54:38.560Z] 74e53e6e8e9d: Layer already exists [2020-12-04T19:54:38.560Z] aab339aee071: Layer already exists [2020-12-04T19:54:38.560Z] 9fc1ae7ba108: Layer already exists [2020-12-04T19:54:38.560Z] 66b385cf80cf: Layer already exists [2020-12-04T19:54:38.560Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:11714016aa1d45c302a3a53a74ba7c61bbb9bca6b08c2339d9e2539613134317 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:38.896Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:39.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-04T19:54:39.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-04T19:54:39.226Z] aab339aee071: Preparing [2020-12-04T19:54:39.226Z] 24c390754a80: Preparing [2020-12-04T19:54:39.226Z] 74e53e6e8e9d: Preparing [2020-12-04T19:54:39.226Z] 359423ede1a7: Preparing [2020-12-04T19:54:39.226Z] 41bd636e6892: Preparing [2020-12-04T19:54:39.226Z] 9fc1ae7ba108: Preparing [2020-12-04T19:54:39.226Z] 66b385cf80cf: Preparing [2020-12-04T19:54:39.226Z] 9fc1ae7ba108: Waiting [2020-12-04T19:54:39.226Z] 66b385cf80cf: Waiting [2020-12-04T19:54:39.226Z] 359423ede1a7: Layer already exists [2020-12-04T19:54:39.226Z] 74e53e6e8e9d: Layer already exists [2020-12-04T19:54:39.226Z] 41bd636e6892: Layer already exists [2020-12-04T19:54:39.226Z] 24c390754a80: Layer already exists [2020-12-04T19:54:39.495Z] aab339aee071: Layer already exists [2020-12-04T19:54:39.495Z] 66b385cf80cf: Layer already exists [2020-12-04T19:54:39.495Z] 9fc1ae7ba108: Layer already exists [2020-12-04T19:54:39.495Z] master: digest: sha256:11714016aa1d45c302a3a53a74ba7c61bbb9bca6b08c2339d9e2539613134317 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:54:39.713Z] ===================================================== [Pipeline] echo [2020-12-04T19:54:39.761Z] taggedImages: [2020-12-04T19:54:39.761Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:39.761Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.1 [2020-12-04T19:54:39.761Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:39.761Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-04T19:54:39.825Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-04T19:54:39.825Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:39.825Z] 2.0.0-dev.1 [2020-12-04T19:54:39.825Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:39.825Z] master [2020-12-04T19:54:39.825Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:40.370Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:40.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:40.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-04T19:54:40.700Z] bb7ba7e465c4: Preparing [2020-12-04T19:54:40.700Z] abad48d1b116: Preparing [2020-12-04T19:54:40.700Z] c6aafa14baa3: Preparing [2020-12-04T19:54:40.700Z] f0f0c9a4a85d: Preparing [2020-12-04T19:54:40.700Z] 627beae6724f: Preparing [2020-12-04T19:54:40.700Z] cd3761cfa1d9: Preparing [2020-12-04T19:54:40.700Z] cd3761cfa1d9: Waiting [2020-12-04T19:54:40.973Z] c6aafa14baa3: Pushed [2020-12-04T19:54:40.973Z] f0f0c9a4a85d: Pushed [2020-12-04T19:54:40.973Z] cd3761cfa1d9: Layer already exists [2020-12-04T19:54:41.245Z] 627beae6724f: Pushed [2020-12-04T19:54:43.236Z] bb7ba7e465c4: Pushed [2020-12-04T19:54:43.236Z] abad48d1b116: Pushed [2020-12-04T19:54:43.236Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:9704a59b5cb9b151d96747069445c3cb81e6dd38685f81eb871bc6f92a138937 size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:43.583Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:43.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.1 [2020-12-04T19:54:43.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-04T19:54:43.947Z] bb7ba7e465c4: Preparing [2020-12-04T19:54:43.947Z] abad48d1b116: Preparing [2020-12-04T19:54:43.947Z] c6aafa14baa3: Preparing [2020-12-04T19:54:43.947Z] f0f0c9a4a85d: Preparing [2020-12-04T19:54:43.947Z] 627beae6724f: Preparing [2020-12-04T19:54:43.947Z] cd3761cfa1d9: Preparing [2020-12-04T19:54:43.947Z] cd3761cfa1d9: Waiting [2020-12-04T19:54:43.947Z] 627beae6724f: Layer already exists [2020-12-04T19:54:43.947Z] bb7ba7e465c4: Layer already exists [2020-12-04T19:54:43.947Z] c6aafa14baa3: Layer already exists [2020-12-04T19:54:43.947Z] f0f0c9a4a85d: Layer already exists [2020-12-04T19:54:43.947Z] abad48d1b116: Layer already exists [2020-12-04T19:54:44.216Z] cd3761cfa1d9: Layer already exists [2020-12-04T19:54:44.216Z] 2.0.0-dev.1: digest: sha256:9704a59b5cb9b151d96747069445c3cb81e6dd38685f81eb871bc6f92a138937 size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:44.554Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:44.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:44.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-04T19:54:44.890Z] bb7ba7e465c4: Preparing [2020-12-04T19:54:44.890Z] abad48d1b116: Preparing [2020-12-04T19:54:44.890Z] c6aafa14baa3: Preparing [2020-12-04T19:54:44.890Z] f0f0c9a4a85d: Preparing [2020-12-04T19:54:44.890Z] 627beae6724f: Preparing [2020-12-04T19:54:44.890Z] cd3761cfa1d9: Preparing [2020-12-04T19:54:44.890Z] cd3761cfa1d9: Waiting [2020-12-04T19:54:44.890Z] c6aafa14baa3: Layer already exists [2020-12-04T19:54:44.890Z] 627beae6724f: Layer already exists [2020-12-04T19:54:44.890Z] f0f0c9a4a85d: Layer already exists [2020-12-04T19:54:44.890Z] abad48d1b116: Layer already exists [2020-12-04T19:54:44.890Z] bb7ba7e465c4: Layer already exists [2020-12-04T19:54:44.890Z] cd3761cfa1d9: Layer already exists [2020-12-04T19:54:45.160Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:9704a59b5cb9b151d96747069445c3cb81e6dd38685f81eb871bc6f92a138937 size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:45.500Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:45.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-04T19:54:45.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-04T19:54:45.833Z] bb7ba7e465c4: Preparing [2020-12-04T19:54:45.833Z] abad48d1b116: Preparing [2020-12-04T19:54:45.833Z] c6aafa14baa3: Preparing [2020-12-04T19:54:45.833Z] f0f0c9a4a85d: Preparing [2020-12-04T19:54:45.833Z] 627beae6724f: Preparing [2020-12-04T19:54:45.833Z] cd3761cfa1d9: Preparing [2020-12-04T19:54:45.833Z] cd3761cfa1d9: Waiting [2020-12-04T19:54:45.833Z] 627beae6724f: Layer already exists [2020-12-04T19:54:45.833Z] c6aafa14baa3: Layer already exists [2020-12-04T19:54:45.833Z] bb7ba7e465c4: Layer already exists [2020-12-04T19:54:45.833Z] abad48d1b116: Layer already exists [2020-12-04T19:54:45.833Z] f0f0c9a4a85d: Layer already exists [2020-12-04T19:54:45.833Z] cd3761cfa1d9: Layer already exists [2020-12-04T19:54:46.103Z] master: digest: sha256:9704a59b5cb9b151d96747069445c3cb81e6dd38685f81eb871bc6f92a138937 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:54:46.350Z] ===================================================== [Pipeline] echo [2020-12-04T19:54:46.399Z] taggedImages: [2020-12-04T19:54:46.399Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:46.399Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.1 [2020-12-04T19:54:46.399Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:46.399Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-04T19:54:46.467Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-12-04T19:54:46.467Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:46.467Z] 2.0.0-dev.1 [2020-12-04T19:54:46.467Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:46.467Z] master [2020-12-04T19:54:46.467Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:46.993Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:47.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:47.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-04T19:54:47.323Z] 32a0d5907c21: Preparing [2020-12-04T19:54:47.323Z] 181de77ccfc3: Preparing [2020-12-04T19:54:47.323Z] db67adc4a8f3: Preparing [2020-12-04T19:54:47.323Z] 1cea3a742e92: Preparing [2020-12-04T19:54:47.323Z] 1cea3a742e92: Preparing [2020-12-04T19:54:47.323Z] 0f1078be4cad: Preparing [2020-12-04T19:54:47.323Z] 113ee0a3234d: Preparing [2020-12-04T19:54:47.323Z] a9d5517cbc37: Preparing [2020-12-04T19:54:47.323Z] 32a0d5907c21: Preparing [2020-12-04T19:54:47.323Z] d865dcea35d8: Preparing [2020-12-04T19:54:47.323Z] 33fd93839eba: Preparing [2020-12-04T19:54:47.323Z] 536d78f92bbd: Preparing [2020-12-04T19:54:47.323Z] cd3761cfa1d9: Preparing [2020-12-04T19:54:47.323Z] 113ee0a3234d: Waiting [2020-12-04T19:54:47.323Z] 33fd93839eba: Waiting [2020-12-04T19:54:47.323Z] a9d5517cbc37: Waiting [2020-12-04T19:54:47.323Z] d865dcea35d8: Waiting [2020-12-04T19:54:47.323Z] 536d78f92bbd: Waiting [2020-12-04T19:54:47.323Z] cd3761cfa1d9: Waiting [2020-12-04T19:54:47.605Z] 1cea3a742e92: Pushed [2020-12-04T19:54:47.605Z] 0f1078be4cad: Pushed [2020-12-04T19:54:47.605Z] 181de77ccfc3: Pushed [2020-12-04T19:54:47.605Z] db67adc4a8f3: Pushed [2020-12-04T19:54:47.879Z] 113ee0a3234d: Pushed [2020-12-04T19:54:47.879Z] a9d5517cbc37: Pushed [2020-12-04T19:54:47.879Z] 33fd93839eba: Pushed [2020-12-04T19:54:48.149Z] d865dcea35d8: Pushed [2020-12-04T19:54:48.149Z] cd3761cfa1d9: Layer already exists [2020-12-04T19:54:48.149Z] 536d78f92bbd: Pushed [2020-12-04T19:54:49.570Z] 32a0d5907c21: Pushed [2020-12-04T19:54:49.840Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:69dc3941684cbf3fc6d1a3959cd0d9289402be4913bcde7c66c9e4226ea8c022 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:50.173Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:50.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.1 [2020-12-04T19:54:50.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-04T19:54:50.504Z] 32a0d5907c21: Preparing [2020-12-04T19:54:50.504Z] 181de77ccfc3: Preparing [2020-12-04T19:54:50.504Z] db67adc4a8f3: Preparing [2020-12-04T19:54:50.504Z] 1cea3a742e92: Preparing [2020-12-04T19:54:50.504Z] 1cea3a742e92: Preparing [2020-12-04T19:54:50.504Z] 0f1078be4cad: Preparing [2020-12-04T19:54:50.504Z] 113ee0a3234d: Preparing [2020-12-04T19:54:50.504Z] a9d5517cbc37: Preparing [2020-12-04T19:54:50.504Z] 32a0d5907c21: Preparing [2020-12-04T19:54:50.504Z] d865dcea35d8: Preparing [2020-12-04T19:54:50.504Z] 33fd93839eba: Preparing [2020-12-04T19:54:50.504Z] 536d78f92bbd: Preparing [2020-12-04T19:54:50.504Z] cd3761cfa1d9: Preparing [2020-12-04T19:54:50.504Z] 113ee0a3234d: Waiting [2020-12-04T19:54:50.504Z] a9d5517cbc37: Waiting [2020-12-04T19:54:50.504Z] 33fd93839eba: Waiting [2020-12-04T19:54:50.504Z] d865dcea35d8: Waiting [2020-12-04T19:54:50.504Z] 536d78f92bbd: Waiting [2020-12-04T19:54:50.504Z] cd3761cfa1d9: Waiting [2020-12-04T19:54:50.504Z] 1cea3a742e92: Layer already exists [2020-12-04T19:54:50.504Z] 181de77ccfc3: Layer already exists [2020-12-04T19:54:50.504Z] db67adc4a8f3: Layer already exists [2020-12-04T19:54:50.504Z] 32a0d5907c21: Layer already exists [2020-12-04T19:54:50.773Z] 0f1078be4cad: Layer already exists [2020-12-04T19:54:50.773Z] 113ee0a3234d: Layer already exists [2020-12-04T19:54:50.773Z] a9d5517cbc37: Layer already exists [2020-12-04T19:54:50.773Z] d865dcea35d8: Layer already exists [2020-12-04T19:54:50.773Z] 33fd93839eba: Layer already exists [2020-12-04T19:54:50.773Z] 536d78f92bbd: Layer already exists [2020-12-04T19:54:50.773Z] cd3761cfa1d9: Layer already exists [2020-12-04T19:54:50.773Z] 2.0.0-dev.1: digest: sha256:69dc3941684cbf3fc6d1a3959cd0d9289402be4913bcde7c66c9e4226ea8c022 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:51.106Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:51.433Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:51.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-04T19:54:51.433Z] 32a0d5907c21: Preparing [2020-12-04T19:54:51.433Z] 181de77ccfc3: Preparing [2020-12-04T19:54:51.433Z] db67adc4a8f3: Preparing [2020-12-04T19:54:51.433Z] 1cea3a742e92: Preparing [2020-12-04T19:54:51.433Z] 1cea3a742e92: Preparing [2020-12-04T19:54:51.433Z] 0f1078be4cad: Preparing [2020-12-04T19:54:51.433Z] 113ee0a3234d: Preparing [2020-12-04T19:54:51.433Z] a9d5517cbc37: Preparing [2020-12-04T19:54:51.433Z] 32a0d5907c21: Preparing [2020-12-04T19:54:51.433Z] d865dcea35d8: Preparing [2020-12-04T19:54:51.433Z] 33fd93839eba: Preparing [2020-12-04T19:54:51.433Z] 536d78f92bbd: Preparing [2020-12-04T19:54:51.433Z] cd3761cfa1d9: Preparing [2020-12-04T19:54:51.433Z] d865dcea35d8: Waiting [2020-12-04T19:54:51.433Z] 33fd93839eba: Waiting [2020-12-04T19:54:51.433Z] 113ee0a3234d: Waiting [2020-12-04T19:54:51.433Z] 536d78f92bbd: Waiting [2020-12-04T19:54:51.433Z] cd3761cfa1d9: Waiting [2020-12-04T19:54:51.433Z] a9d5517cbc37: Waiting [2020-12-04T19:54:51.433Z] 181de77ccfc3: Layer already exists [2020-12-04T19:54:51.704Z] 32a0d5907c21: Layer already exists [2020-12-04T19:54:51.704Z] 0f1078be4cad: Layer already exists [2020-12-04T19:54:51.704Z] 1cea3a742e92: Layer already exists [2020-12-04T19:54:51.704Z] db67adc4a8f3: Layer already exists [2020-12-04T19:54:51.704Z] 113ee0a3234d: Layer already exists [2020-12-04T19:54:51.704Z] a9d5517cbc37: Layer already exists [2020-12-04T19:54:51.704Z] d865dcea35d8: Layer already exists [2020-12-04T19:54:51.704Z] 33fd93839eba: Layer already exists [2020-12-04T19:54:51.704Z] 536d78f92bbd: Layer already exists [2020-12-04T19:54:51.704Z] cd3761cfa1d9: Layer already exists [2020-12-04T19:54:51.704Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:69dc3941684cbf3fc6d1a3959cd0d9289402be4913bcde7c66c9e4226ea8c022 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:52.037Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:52.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-12-04T19:54:52.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-04T19:54:52.366Z] 32a0d5907c21: Preparing [2020-12-04T19:54:52.366Z] 181de77ccfc3: Preparing [2020-12-04T19:54:52.366Z] db67adc4a8f3: Preparing [2020-12-04T19:54:52.366Z] 1cea3a742e92: Preparing [2020-12-04T19:54:52.366Z] 1cea3a742e92: Preparing [2020-12-04T19:54:52.366Z] 0f1078be4cad: Preparing [2020-12-04T19:54:52.366Z] 113ee0a3234d: Preparing [2020-12-04T19:54:52.366Z] a9d5517cbc37: Preparing [2020-12-04T19:54:52.366Z] 32a0d5907c21: Preparing [2020-12-04T19:54:52.366Z] d865dcea35d8: Preparing [2020-12-04T19:54:52.366Z] 33fd93839eba: Preparing [2020-12-04T19:54:52.366Z] 536d78f92bbd: Preparing [2020-12-04T19:54:52.366Z] cd3761cfa1d9: Preparing [2020-12-04T19:54:52.366Z] 113ee0a3234d: Waiting [2020-12-04T19:54:52.366Z] a9d5517cbc37: Waiting [2020-12-04T19:54:52.366Z] d865dcea35d8: Waiting [2020-12-04T19:54:52.366Z] 33fd93839eba: Waiting [2020-12-04T19:54:52.366Z] cd3761cfa1d9: Waiting [2020-12-04T19:54:52.366Z] 536d78f92bbd: Waiting [2020-12-04T19:54:52.366Z] 32a0d5907c21: Layer already exists [2020-12-04T19:54:52.366Z] 181de77ccfc3: Layer already exists [2020-12-04T19:54:52.366Z] 1cea3a742e92: Layer already exists [2020-12-04T19:54:52.366Z] db67adc4a8f3: Layer already exists [2020-12-04T19:54:52.366Z] 0f1078be4cad: Layer already exists [2020-12-04T19:54:52.636Z] 113ee0a3234d: Layer already exists [2020-12-04T19:54:52.636Z] d865dcea35d8: Layer already exists [2020-12-04T19:54:52.636Z] 33fd93839eba: Layer already exists [2020-12-04T19:54:52.636Z] 536d78f92bbd: Layer already exists [2020-12-04T19:54:52.636Z] a9d5517cbc37: Layer already exists [2020-12-04T19:54:52.636Z] cd3761cfa1d9: Layer already exists [2020-12-04T19:54:52.636Z] master: digest: sha256:69dc3941684cbf3fc6d1a3959cd0d9289402be4913bcde7c66c9e4226ea8c022 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:54:52.854Z] ===================================================== [Pipeline] echo [2020-12-04T19:54:52.918Z] taggedImages: [2020-12-04T19:54:52.918Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:52.918Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.1 [2020-12-04T19:54:52.918Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:52.918Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-12-04T19:54:52.986Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-04T19:54:52.986Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:52.986Z] 2.0.0-dev.1 [2020-12-04T19:54:52.986Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:52.986Z] master [2020-12-04T19:54:52.986Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:53.503Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:53.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:53.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-04T19:54:53.833Z] 3bfe1413560e: Preparing [2020-12-04T19:54:53.833Z] 48c187d95b26: Preparing [2020-12-04T19:54:53.833Z] ecea3ced93e0: Preparing [2020-12-04T19:54:53.833Z] f74ff1ae401b: Preparing [2020-12-04T19:54:53.833Z] eb450f20e5d2: Preparing [2020-12-04T19:54:53.833Z] 511508aa9262: Preparing [2020-12-04T19:54:53.833Z] 3c706a358bd6: Preparing [2020-12-04T19:54:53.833Z] 9fc1ae7ba108: Preparing [2020-12-04T19:54:53.833Z] 66b385cf80cf: Preparing [2020-12-04T19:54:53.833Z] 511508aa9262: Waiting [2020-12-04T19:54:53.833Z] 3c706a358bd6: Waiting [2020-12-04T19:54:53.833Z] 9fc1ae7ba108: Waiting [2020-12-04T19:54:53.833Z] 66b385cf80cf: Waiting [2020-12-04T19:54:54.114Z] 48c187d95b26: Pushed [2020-12-04T19:54:54.114Z] eb450f20e5d2: Pushed [2020-12-04T19:54:54.114Z] 3bfe1413560e: Pushed [2020-12-04T19:54:54.385Z] 9fc1ae7ba108: Layer already exists [2020-12-04T19:54:54.385Z] 66b385cf80cf: Layer already exists [2020-12-04T19:54:54.385Z] 511508aa9262: Pushed [2020-12-04T19:54:54.385Z] 3c706a358bd6: Pushed [2020-12-04T19:54:56.349Z] ecea3ced93e0: Pushed [2020-12-04T19:54:56.349Z] f74ff1ae401b: Pushed [2020-12-04T19:54:56.349Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:f695d487614adc0bb1e68bda00d42638a5f0f75264472719779e6bb3615cf7ff size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:56.681Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:57.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.1 [2020-12-04T19:54:57.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-04T19:54:57.010Z] 3bfe1413560e: Preparing [2020-12-04T19:54:57.010Z] 48c187d95b26: Preparing [2020-12-04T19:54:57.010Z] ecea3ced93e0: Preparing [2020-12-04T19:54:57.010Z] f74ff1ae401b: Preparing [2020-12-04T19:54:57.010Z] eb450f20e5d2: Preparing [2020-12-04T19:54:57.010Z] 511508aa9262: Preparing [2020-12-04T19:54:57.010Z] 3c706a358bd6: Preparing [2020-12-04T19:54:57.010Z] 9fc1ae7ba108: Preparing [2020-12-04T19:54:57.010Z] 66b385cf80cf: Preparing [2020-12-04T19:54:57.010Z] 3c706a358bd6: Waiting [2020-12-04T19:54:57.010Z] 9fc1ae7ba108: Waiting [2020-12-04T19:54:57.010Z] 66b385cf80cf: Waiting [2020-12-04T19:54:57.010Z] 511508aa9262: Waiting [2020-12-04T19:54:57.010Z] eb450f20e5d2: Layer already exists [2020-12-04T19:54:57.010Z] ecea3ced93e0: Layer already exists [2020-12-04T19:54:57.010Z] 3bfe1413560e: Layer already exists [2020-12-04T19:54:57.010Z] f74ff1ae401b: Layer already exists [2020-12-04T19:54:57.010Z] 48c187d95b26: Layer already exists [2020-12-04T19:54:57.010Z] 3c706a358bd6: Layer already exists [2020-12-04T19:54:57.010Z] 511508aa9262: Layer already exists [2020-12-04T19:54:57.010Z] 9fc1ae7ba108: Layer already exists [2020-12-04T19:54:57.010Z] 66b385cf80cf: Layer already exists [2020-12-04T19:54:57.281Z] 2.0.0-dev.1: digest: sha256:f695d487614adc0bb1e68bda00d42638a5f0f75264472719779e6bb3615cf7ff size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:57.619Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:57.950Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:57.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-04T19:54:57.950Z] 3bfe1413560e: Preparing [2020-12-04T19:54:57.950Z] 48c187d95b26: Preparing [2020-12-04T19:54:57.950Z] ecea3ced93e0: Preparing [2020-12-04T19:54:57.950Z] f74ff1ae401b: Preparing [2020-12-04T19:54:57.950Z] eb450f20e5d2: Preparing [2020-12-04T19:54:57.950Z] 511508aa9262: Preparing [2020-12-04T19:54:57.950Z] 3c706a358bd6: Preparing [2020-12-04T19:54:57.950Z] 9fc1ae7ba108: Preparing [2020-12-04T19:54:57.950Z] 66b385cf80cf: Preparing [2020-12-04T19:54:57.950Z] 3c706a358bd6: Waiting [2020-12-04T19:54:57.950Z] 9fc1ae7ba108: Waiting [2020-12-04T19:54:57.950Z] 66b385cf80cf: Waiting [2020-12-04T19:54:57.950Z] 511508aa9262: Waiting [2020-12-04T19:54:57.950Z] f74ff1ae401b: Layer already exists [2020-12-04T19:54:57.950Z] ecea3ced93e0: Layer already exists [2020-12-04T19:54:57.950Z] eb450f20e5d2: Layer already exists [2020-12-04T19:54:57.950Z] 3bfe1413560e: Layer already exists [2020-12-04T19:54:57.950Z] 48c187d95b26: Layer already exists [2020-12-04T19:54:57.950Z] 511508aa9262: Layer already exists [2020-12-04T19:54:57.950Z] 3c706a358bd6: Layer already exists [2020-12-04T19:54:57.950Z] 66b385cf80cf: Layer already exists [2020-12-04T19:54:57.950Z] 9fc1ae7ba108: Layer already exists [2020-12-04T19:54:58.223Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:f695d487614adc0bb1e68bda00d42638a5f0f75264472719779e6bb3615cf7ff size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:58.566Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:54:58.933Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-04T19:54:58.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-04T19:54:58.933Z] 3bfe1413560e: Preparing [2020-12-04T19:54:58.933Z] 48c187d95b26: Preparing [2020-12-04T19:54:58.933Z] ecea3ced93e0: Preparing [2020-12-04T19:54:58.933Z] f74ff1ae401b: Preparing [2020-12-04T19:54:58.933Z] eb450f20e5d2: Preparing [2020-12-04T19:54:58.933Z] 511508aa9262: Preparing [2020-12-04T19:54:58.933Z] 3c706a358bd6: Preparing [2020-12-04T19:54:58.933Z] 9fc1ae7ba108: Preparing [2020-12-04T19:54:58.933Z] 66b385cf80cf: Preparing [2020-12-04T19:54:58.933Z] 511508aa9262: Waiting [2020-12-04T19:54:58.933Z] 3c706a358bd6: Waiting [2020-12-04T19:54:58.933Z] 9fc1ae7ba108: Waiting [2020-12-04T19:54:58.933Z] 66b385cf80cf: Waiting [2020-12-04T19:54:58.933Z] eb450f20e5d2: Layer already exists [2020-12-04T19:54:58.933Z] 48c187d95b26: Layer already exists [2020-12-04T19:54:58.933Z] ecea3ced93e0: Layer already exists [2020-12-04T19:54:58.933Z] f74ff1ae401b: Layer already exists [2020-12-04T19:54:58.933Z] 3bfe1413560e: Layer already exists [2020-12-04T19:54:59.203Z] 511508aa9262: Layer already exists [2020-12-04T19:54:59.203Z] 9fc1ae7ba108: Layer already exists [2020-12-04T19:54:59.203Z] 3c706a358bd6: Layer already exists [2020-12-04T19:54:59.203Z] 66b385cf80cf: Layer already exists [2020-12-04T19:54:59.203Z] master: digest: sha256:f695d487614adc0bb1e68bda00d42638a5f0f75264472719779e6bb3615cf7ff size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:54:59.422Z] ===================================================== [Pipeline] echo [2020-12-04T19:54:59.475Z] taggedImages: [2020-12-04T19:54:59.475Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:59.475Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.1 [2020-12-04T19:54:59.475Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:59.475Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-04T19:54:59.548Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-04T19:54:59.548Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:54:59.548Z] 2.0.0-dev.1 [2020-12-04T19:54:59.548Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:54:59.548Z] master [2020-12-04T19:54:59.548Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:00.053Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:00.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:55:00.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-04T19:55:00.389Z] 3f87cd907c95: Preparing [2020-12-04T19:55:00.389Z] 5e816d31fe51: Preparing [2020-12-04T19:55:00.389Z] 942e20508f75: Preparing [2020-12-04T19:55:00.389Z] 9f114fffdd2d: Preparing [2020-12-04T19:55:00.389Z] 5c14086a1f84: Preparing [2020-12-04T19:55:00.389Z] 8810ada71399: Preparing [2020-12-04T19:55:00.389Z] 8810ada71399: Waiting [2020-12-04T19:55:00.662Z] 3f87cd907c95: Pushed [2020-12-04T19:55:00.662Z] 942e20508f75: Pushed [2020-12-04T19:55:00.938Z] 9f114fffdd2d: Pushed [2020-12-04T19:55:00.938Z] 5c14086a1f84: Pushed [2020-12-04T19:55:01.210Z] 8810ada71399: Pushed [2020-12-04T19:55:03.180Z] 5e816d31fe51: Pushed [2020-12-04T19:55:03.450Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:9e407743f6106bf5eefe943d32ff87b592b4dc03995403db9fc1e886870db6e6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:03.788Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:04.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.1 [2020-12-04T19:55:04.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-04T19:55:04.126Z] 3f87cd907c95: Preparing [2020-12-04T19:55:04.126Z] 5e816d31fe51: Preparing [2020-12-04T19:55:04.126Z] 942e20508f75: Preparing [2020-12-04T19:55:04.126Z] 9f114fffdd2d: Preparing [2020-12-04T19:55:04.126Z] 5c14086a1f84: Preparing [2020-12-04T19:55:04.126Z] 8810ada71399: Preparing [2020-12-04T19:55:04.126Z] 8810ada71399: Waiting [2020-12-04T19:55:04.126Z] 5c14086a1f84: Layer already exists [2020-12-04T19:55:04.126Z] 9f114fffdd2d: Layer already exists [2020-12-04T19:55:04.126Z] 3f87cd907c95: Layer already exists [2020-12-04T19:55:04.126Z] 5e816d31fe51: Layer already exists [2020-12-04T19:55:04.126Z] 942e20508f75: Layer already exists [2020-12-04T19:55:04.126Z] 8810ada71399: Layer already exists [2020-12-04T19:55:04.396Z] 2.0.0-dev.1: digest: sha256:9e407743f6106bf5eefe943d32ff87b592b4dc03995403db9fc1e886870db6e6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:04.741Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:05.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:55:05.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-04T19:55:05.120Z] 3f87cd907c95: Preparing [2020-12-04T19:55:05.120Z] 5e816d31fe51: Preparing [2020-12-04T19:55:05.120Z] 942e20508f75: Preparing [2020-12-04T19:55:05.120Z] 9f114fffdd2d: Preparing [2020-12-04T19:55:05.120Z] 5c14086a1f84: Preparing [2020-12-04T19:55:05.120Z] 8810ada71399: Preparing [2020-12-04T19:55:05.120Z] 8810ada71399: Waiting [2020-12-04T19:55:05.398Z] 3f87cd907c95: Layer already exists [2020-12-04T19:55:05.398Z] 5e816d31fe51: Layer already exists [2020-12-04T19:55:05.398Z] 942e20508f75: Layer already exists [2020-12-04T19:55:05.398Z] 9f114fffdd2d: Layer already exists [2020-12-04T19:55:05.398Z] 5c14086a1f84: Layer already exists [2020-12-04T19:55:05.398Z] 8810ada71399: Layer already exists [2020-12-04T19:55:05.398Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:9e407743f6106bf5eefe943d32ff87b592b4dc03995403db9fc1e886870db6e6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:05.765Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:06.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-04T19:55:06.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-04T19:55:06.125Z] 3f87cd907c95: Preparing [2020-12-04T19:55:06.125Z] 5e816d31fe51: Preparing [2020-12-04T19:55:06.125Z] 942e20508f75: Preparing [2020-12-04T19:55:06.125Z] 9f114fffdd2d: Preparing [2020-12-04T19:55:06.125Z] 5c14086a1f84: Preparing [2020-12-04T19:55:06.125Z] 8810ada71399: Preparing [2020-12-04T19:55:06.125Z] 8810ada71399: Waiting [2020-12-04T19:55:06.125Z] 942e20508f75: Layer already exists [2020-12-04T19:55:06.125Z] 5e816d31fe51: Layer already exists [2020-12-04T19:55:06.125Z] 3f87cd907c95: Layer already exists [2020-12-04T19:55:06.125Z] 5c14086a1f84: Layer already exists [2020-12-04T19:55:06.125Z] 9f114fffdd2d: Layer already exists [2020-12-04T19:55:06.125Z] 8810ada71399: Layer already exists [2020-12-04T19:55:06.398Z] master: digest: sha256:9e407743f6106bf5eefe943d32ff87b592b4dc03995403db9fc1e886870db6e6 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:55:06.585Z] ===================================================== [Pipeline] echo [2020-12-04T19:55:06.631Z] taggedImages: [2020-12-04T19:55:06.631Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:55:06.631Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.1 [2020-12-04T19:55:06.631Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:55:06.631Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-04T19:55:06.695Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-04T19:55:06.695Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:55:06.695Z] 2.0.0-dev.1 [2020-12-04T19:55:06.695Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:55:06.695Z] master [2020-12-04T19:55:06.695Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:07.178Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:07.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:55:07.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-04T19:55:07.521Z] 7717007c5cb0: Preparing [2020-12-04T19:55:07.521Z] 28fed5da2df7: Preparing [2020-12-04T19:55:07.521Z] 24c4b58a02ff: Preparing [2020-12-04T19:55:07.790Z] 24c4b58a02ff: Pushed [2020-12-04T19:55:07.790Z] 7717007c5cb0: Pushed [2020-12-04T19:55:10.395Z] 28fed5da2df7: Pushed [2020-12-04T19:55:10.665Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:c3ec0175f3c941b503d300899630af4a808ffefa821346b3ffe4718f1eb29cfa size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:11.002Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:11.333Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.1 [2020-12-04T19:55:11.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-04T19:55:11.333Z] 7717007c5cb0: Preparing [2020-12-04T19:55:11.333Z] 28fed5da2df7: Preparing [2020-12-04T19:55:11.333Z] 24c4b58a02ff: Preparing [2020-12-04T19:55:11.333Z] 24c4b58a02ff: Layer already exists [2020-12-04T19:55:11.333Z] 7717007c5cb0: Layer already exists [2020-12-04T19:55:11.333Z] 28fed5da2df7: Layer already exists [2020-12-04T19:55:11.602Z] 2.0.0-dev.1: digest: sha256:c3ec0175f3c941b503d300899630af4a808ffefa821346b3ffe4718f1eb29cfa size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:11.938Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:12.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:55:12.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-04T19:55:12.270Z] 7717007c5cb0: Preparing [2020-12-04T19:55:12.270Z] 28fed5da2df7: Preparing [2020-12-04T19:55:12.270Z] 24c4b58a02ff: Preparing [2020-12-04T19:55:12.270Z] 28fed5da2df7: Layer already exists [2020-12-04T19:55:12.270Z] 7717007c5cb0: Layer already exists [2020-12-04T19:55:12.270Z] 24c4b58a02ff: Layer already exists [2020-12-04T19:55:12.539Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:c3ec0175f3c941b503d300899630af4a808ffefa821346b3ffe4718f1eb29cfa size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:12.874Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:13.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-04T19:55:13.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-04T19:55:13.207Z] 7717007c5cb0: Preparing [2020-12-04T19:55:13.207Z] 28fed5da2df7: Preparing [2020-12-04T19:55:13.207Z] 24c4b58a02ff: Preparing [2020-12-04T19:55:13.207Z] 24c4b58a02ff: Layer already exists [2020-12-04T19:55:13.207Z] 28fed5da2df7: Layer already exists [2020-12-04T19:55:13.207Z] 7717007c5cb0: Layer already exists [2020-12-04T19:55:13.478Z] master: digest: sha256:c3ec0175f3c941b503d300899630af4a808ffefa821346b3ffe4718f1eb29cfa size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:55:13.690Z] ===================================================== [Pipeline] echo [2020-12-04T19:55:13.761Z] taggedImages: [2020-12-04T19:55:13.761Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:55:13.761Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.1 [2020-12-04T19:55:13.761Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:55:13.761Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-04T19:55:13.826Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-04T19:55:13.826Z] ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:55:13.826Z] 2.0.0-dev.1 [2020-12-04T19:55:13.826Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:55:13.826Z] master [2020-12-04T19:55:13.826Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:14.344Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:14.679Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:55:14.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-04T19:55:14.679Z] 9fbbdff227b7: Preparing [2020-12-04T19:55:14.679Z] 4ea6362b626f: Preparing [2020-12-04T19:55:14.679Z] b07a0cfba112: Preparing [2020-12-04T19:55:14.679Z] c4d7029bd6a3: Preparing [2020-12-04T19:55:14.679Z] fe6f8ec191f7: Preparing [2020-12-04T19:55:14.679Z] 27e7f1379868: Preparing [2020-12-04T19:55:14.679Z] 8d03536b8606: Preparing [2020-12-04T19:55:14.679Z] 2cee7541aa47: Preparing [2020-12-04T19:55:14.679Z] b6a78175e4c9: Preparing [2020-12-04T19:55:14.679Z] fab17a547d8c: Preparing [2020-12-04T19:55:14.679Z] 4b089f0fc7f0: Preparing [2020-12-04T19:55:14.679Z] 3e7dc55cab04: Preparing [2020-12-04T19:55:14.679Z] b2e85fd0898f: Preparing [2020-12-04T19:55:14.679Z] cd3761cfa1d9: Preparing [2020-12-04T19:55:14.679Z] 27e7f1379868: Waiting [2020-12-04T19:55:14.679Z] 8d03536b8606: Waiting [2020-12-04T19:55:14.679Z] 4b089f0fc7f0: Waiting [2020-12-04T19:55:14.679Z] 2cee7541aa47: Waiting [2020-12-04T19:55:14.679Z] 3e7dc55cab04: Waiting [2020-12-04T19:55:14.679Z] b6a78175e4c9: Waiting [2020-12-04T19:55:14.679Z] fab17a547d8c: Waiting [2020-12-04T19:55:14.679Z] b2e85fd0898f: Waiting [2020-12-04T19:55:14.679Z] cd3761cfa1d9: Waiting [2020-12-04T19:55:15.277Z] fe6f8ec191f7: Pushed [2020-12-04T19:55:15.277Z] 9fbbdff227b7: Pushed [2020-12-04T19:55:15.872Z] c4d7029bd6a3: Pushed [2020-12-04T19:55:15.872Z] 8d03536b8606: Pushed [2020-12-04T19:55:16.147Z] 2cee7541aa47: Layer already exists [2020-12-04T19:55:16.147Z] b6a78175e4c9: Layer already exists [2020-12-04T19:55:16.147Z] fab17a547d8c: Layer already exists [2020-12-04T19:55:16.147Z] 4b089f0fc7f0: Layer already exists [2020-12-04T19:55:16.147Z] 3e7dc55cab04: Layer already exists [2020-12-04T19:55:16.147Z] b2e85fd0898f: Layer already exists [2020-12-04T19:55:16.147Z] cd3761cfa1d9: Layer already exists [2020-12-04T19:55:16.741Z] 4ea6362b626f: Pushed [2020-12-04T19:55:17.713Z] 27e7f1379868: Pushed [2020-12-04T19:55:27.825Z] b07a0cfba112: Pushed [2020-12-04T19:55:27.825Z] ea7b503a9546216dd81c953d672cd622a91671c4: digest: sha256:bec5fc48887086142141f5c7dbbb2095f1d8d90629ba62e6194153684e546b3d size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:28.158Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:28.489Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.1 [2020-12-04T19:55:28.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-04T19:55:28.489Z] 9fbbdff227b7: Preparing [2020-12-04T19:55:28.489Z] 4ea6362b626f: Preparing [2020-12-04T19:55:28.489Z] b07a0cfba112: Preparing [2020-12-04T19:55:28.489Z] c4d7029bd6a3: Preparing [2020-12-04T19:55:28.489Z] fe6f8ec191f7: Preparing [2020-12-04T19:55:28.489Z] 27e7f1379868: Preparing [2020-12-04T19:55:28.489Z] 8d03536b8606: Preparing [2020-12-04T19:55:28.489Z] 2cee7541aa47: Preparing [2020-12-04T19:55:28.489Z] b6a78175e4c9: Preparing [2020-12-04T19:55:28.489Z] fab17a547d8c: Preparing [2020-12-04T19:55:28.489Z] 4b089f0fc7f0: Preparing [2020-12-04T19:55:28.489Z] 3e7dc55cab04: Preparing [2020-12-04T19:55:28.489Z] b2e85fd0898f: Preparing [2020-12-04T19:55:28.489Z] cd3761cfa1d9: Preparing [2020-12-04T19:55:28.489Z] 27e7f1379868: Waiting [2020-12-04T19:55:28.489Z] 8d03536b8606: Waiting [2020-12-04T19:55:28.489Z] 2cee7541aa47: Waiting [2020-12-04T19:55:28.489Z] b6a78175e4c9: Waiting [2020-12-04T19:55:28.489Z] fab17a547d8c: Waiting [2020-12-04T19:55:28.489Z] 4b089f0fc7f0: Waiting [2020-12-04T19:55:28.489Z] 3e7dc55cab04: Waiting [2020-12-04T19:55:28.489Z] b2e85fd0898f: Waiting [2020-12-04T19:55:28.489Z] cd3761cfa1d9: Waiting [2020-12-04T19:55:28.760Z] 4ea6362b626f: Layer already exists [2020-12-04T19:55:28.760Z] c4d7029bd6a3: Layer already exists [2020-12-04T19:55:28.760Z] fe6f8ec191f7: Layer already exists [2020-12-04T19:55:28.760Z] 9fbbdff227b7: Layer already exists [2020-12-04T19:55:28.760Z] b07a0cfba112: Layer already exists [2020-12-04T19:55:28.760Z] 27e7f1379868: Layer already exists [2020-12-04T19:55:28.760Z] 2cee7541aa47: Layer already exists [2020-12-04T19:55:28.760Z] b6a78175e4c9: Layer already exists [2020-12-04T19:55:28.760Z] 8d03536b8606: Layer already exists [2020-12-04T19:55:28.760Z] fab17a547d8c: Layer already exists [2020-12-04T19:55:28.760Z] 4b089f0fc7f0: Layer already exists [2020-12-04T19:55:28.760Z] 3e7dc55cab04: Layer already exists [2020-12-04T19:55:28.760Z] b2e85fd0898f: Layer already exists [2020-12-04T19:55:28.760Z] cd3761cfa1d9: Layer already exists [2020-12-04T19:55:28.760Z] 2.0.0-dev.1: digest: sha256:bec5fc48887086142141f5c7dbbb2095f1d8d90629ba62e6194153684e546b3d size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:29.096Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:29.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:55:29.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-04T19:55:29.424Z] 9fbbdff227b7: Preparing [2020-12-04T19:55:29.424Z] 4ea6362b626f: Preparing [2020-12-04T19:55:29.424Z] b07a0cfba112: Preparing [2020-12-04T19:55:29.424Z] c4d7029bd6a3: Preparing [2020-12-04T19:55:29.424Z] fe6f8ec191f7: Preparing [2020-12-04T19:55:29.424Z] 27e7f1379868: Preparing [2020-12-04T19:55:29.424Z] 8d03536b8606: Preparing [2020-12-04T19:55:29.424Z] 2cee7541aa47: Preparing [2020-12-04T19:55:29.424Z] b6a78175e4c9: Preparing [2020-12-04T19:55:29.424Z] fab17a547d8c: Preparing [2020-12-04T19:55:29.424Z] 4b089f0fc7f0: Preparing [2020-12-04T19:55:29.424Z] 3e7dc55cab04: Preparing [2020-12-04T19:55:29.424Z] b2e85fd0898f: Preparing [2020-12-04T19:55:29.424Z] cd3761cfa1d9: Preparing [2020-12-04T19:55:29.424Z] b6a78175e4c9: Waiting [2020-12-04T19:55:29.424Z] fab17a547d8c: Waiting [2020-12-04T19:55:29.424Z] 4b089f0fc7f0: Waiting [2020-12-04T19:55:29.424Z] 3e7dc55cab04: Waiting [2020-12-04T19:55:29.424Z] 27e7f1379868: Waiting [2020-12-04T19:55:29.424Z] 8d03536b8606: Waiting [2020-12-04T19:55:29.424Z] 2cee7541aa47: Waiting [2020-12-04T19:55:29.424Z] b2e85fd0898f: Waiting [2020-12-04T19:55:29.424Z] cd3761cfa1d9: Waiting [2020-12-04T19:55:29.695Z] 4ea6362b626f: Layer already exists [2020-12-04T19:55:29.695Z] c4d7029bd6a3: Layer already exists [2020-12-04T19:55:29.695Z] b07a0cfba112: Layer already exists [2020-12-04T19:55:29.695Z] fe6f8ec191f7: Layer already exists [2020-12-04T19:55:29.695Z] 9fbbdff227b7: Layer already exists [2020-12-04T19:55:29.695Z] 27e7f1379868: Layer already exists [2020-12-04T19:55:29.695Z] 8d03536b8606: Layer already exists [2020-12-04T19:55:29.695Z] b6a78175e4c9: Layer already exists [2020-12-04T19:55:29.695Z] 2cee7541aa47: Layer already exists [2020-12-04T19:55:29.695Z] fab17a547d8c: Layer already exists [2020-12-04T19:55:29.695Z] cd3761cfa1d9: Layer already exists [2020-12-04T19:55:29.695Z] 4b089f0fc7f0: Layer already exists [2020-12-04T19:55:29.695Z] 3e7dc55cab04: Layer already exists [2020-12-04T19:55:29.695Z] b2e85fd0898f: Layer already exists [2020-12-04T19:55:29.695Z] ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1: digest: sha256:bec5fc48887086142141f5c7dbbb2095f1d8d90629ba62e6194153684e546b3d size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:30.030Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:30.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-04T19:55:30.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-04T19:55:30.358Z] 9fbbdff227b7: Preparing [2020-12-04T19:55:30.358Z] 4ea6362b626f: Preparing [2020-12-04T19:55:30.358Z] b07a0cfba112: Preparing [2020-12-04T19:55:30.358Z] c4d7029bd6a3: Preparing [2020-12-04T19:55:30.358Z] fe6f8ec191f7: Preparing [2020-12-04T19:55:30.358Z] 27e7f1379868: Preparing [2020-12-04T19:55:30.358Z] 8d03536b8606: Preparing [2020-12-04T19:55:30.358Z] 2cee7541aa47: Preparing [2020-12-04T19:55:30.358Z] b6a78175e4c9: Preparing [2020-12-04T19:55:30.358Z] fab17a547d8c: Preparing [2020-12-04T19:55:30.358Z] 4b089f0fc7f0: Preparing [2020-12-04T19:55:30.358Z] 3e7dc55cab04: Preparing [2020-12-04T19:55:30.358Z] b2e85fd0898f: Preparing [2020-12-04T19:55:30.358Z] cd3761cfa1d9: Preparing [2020-12-04T19:55:30.358Z] fab17a547d8c: Waiting [2020-12-04T19:55:30.358Z] 4b089f0fc7f0: Waiting [2020-12-04T19:55:30.358Z] 27e7f1379868: Waiting [2020-12-04T19:55:30.358Z] 8d03536b8606: Waiting [2020-12-04T19:55:30.358Z] 2cee7541aa47: Waiting [2020-12-04T19:55:30.358Z] 3e7dc55cab04: Waiting [2020-12-04T19:55:30.358Z] b6a78175e4c9: Waiting [2020-12-04T19:55:30.358Z] b2e85fd0898f: Waiting [2020-12-04T19:55:30.358Z] cd3761cfa1d9: Waiting [2020-12-04T19:55:30.358Z] 4ea6362b626f: Layer already exists [2020-12-04T19:55:30.358Z] c4d7029bd6a3: Layer already exists [2020-12-04T19:55:30.358Z] b07a0cfba112: Layer already exists [2020-12-04T19:55:30.358Z] 9fbbdff227b7: Layer already exists [2020-12-04T19:55:30.358Z] fe6f8ec191f7: Layer already exists [2020-12-04T19:55:30.626Z] 2cee7541aa47: Layer already exists [2020-12-04T19:55:30.626Z] 8d03536b8606: Layer already exists [2020-12-04T19:55:30.626Z] fab17a547d8c: Layer already exists [2020-12-04T19:55:30.626Z] 27e7f1379868: Layer already exists [2020-12-04T19:55:30.626Z] b6a78175e4c9: Layer already exists [2020-12-04T19:55:30.626Z] 3e7dc55cab04: Layer already exists [2020-12-04T19:55:30.626Z] 4b089f0fc7f0: Layer already exists [2020-12-04T19:55:30.626Z] cd3761cfa1d9: Layer already exists [2020-12-04T19:55:30.626Z] b2e85fd0898f: Layer already exists [2020-12-04T19:55:30.626Z] master: digest: sha256:bec5fc48887086142141f5c7dbbb2095f1d8d90629ba62e6194153684e546b3d size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T19:55:30.894Z] ===================================================== [Pipeline] echo [2020-12-04T19:55:30.965Z] taggedImages: [2020-12-04T19:55:30.965Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4 [2020-12-04T19:55:30.965Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.1 [2020-12-04T19:55:30.965Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea7b503a9546216dd81c953d672cd622a91671c4-2.0.0-dev.1 [2020-12-04T19:55:30.965Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-04T19:55:32.910Z] provisioning config files... [2020-12-04T19:55:32.921Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/243@tmp/config1673798232267855438tmp [Pipeline] { [Pipeline] sh [2020-12-04T19:55:33.294Z] + set +x [2020-12-04T19:55:33.294Z] + curl -s https://codecov.io/bash [2020-12-04T19:55:33.294Z] + bash -s -- [2020-12-04T19:55:33.874Z] [2020-12-04T19:55:33.874Z] _____ _ [2020-12-04T19:55:33.874Z] / ____| | | [2020-12-04T19:55:33.874Z] | | ___ __| | ___ ___ _____ __ [2020-12-04T19:55:33.874Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-04T19:55:33.874Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-04T19:55:33.874Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-04T19:55:33.874Z] Bash-20201130-cc6d3fe [2020-12-04T19:55:33.874Z] [2020-12-04T19:55:33.874Z] [2020-12-04T19:55:33.874Z] ==> Jenkins CI detected. [2020-12-04T19:55:33.874Z] project root: . [2020-12-04T19:55:33.874Z] --> token set from env [2020-12-04T19:55:33.874Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-04T19:55:33.874Z] ==> Running gcov in . (disable via -X gcov) [2020-12-04T19:55:33.874Z] ==> Python coveragepy not found [2020-12-04T19:55:33.874Z] ==> Searching for coverage reports in: [2020-12-04T19:55:33.874Z] + . [2020-12-04T19:55:33.874Z] -> Found 1 reports [2020-12-04T19:55:33.874Z] ==> Detecting git/mercurial file structure [2020-12-04T19:55:33.874Z] ==> Reading reports [2020-12-04T19:55:33.874Z] + ./coverage.out bytes=555123 [2020-12-04T19:55:33.874Z] ==> Appending adjustments [2020-12-04T19:55:33.874Z] https://docs.codecov.io/docs/fixing-reports [2020-12-04T19:55:37.193Z] + Found adjustments [2020-12-04T19:55:37.193Z] ==> Gzipping contents [2020-12-04T19:55:37.193Z] 88K /tmp/codecov.SsvdGr.gz [2020-12-04T19:55:37.193Z] ==> Uploading reports [2020-12-04T19:55:37.193Z] url: https://codecov.io [2020-12-04T19:55:37.193Z] query: branch=master&commit=ea7b503a9546216dd81c953d672cd622a91671c4&build=243&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F243%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-04T19:55:37.193Z] -> Pinging Codecov [2020-12-04T19:55:37.193Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=ea7b503a9546216dd81c953d672cd622a91671c4&build=243&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F243%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-04T19:55:37.767Z] -> Uploading to [2020-12-04T19:55:37.767Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-04/00271124DB129430A58F1EEE437C3FCB/ea7b503a9546216dd81c953d672cd622a91671c4/14484ab0-c64f-46b0-93d4-7835cf788318.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201204T195537Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f1c11a925334950052b5a88e205a2fccba2d987f0e211b4c6066b9ba3a442450 [2020-12-04T19:55:37.767Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T19:55:37.767Z] Dload Upload Total Spent Left Speed [2020-12-04T19:55:38.291Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86641 0 0 100 86641 0 153k --:--:-- --:--:-- --:--:-- 153k [2020-12-04T19:55:38.291Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ea7b503a9546216dd81c953d672cd622a91671c4 [Pipeline] } [2020-12-04T19:55:38.302Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-04T19:55:39.244Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-04T19:55:39.333Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:39.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T19:55:39.686Z] [2020-12-04T19:55:39.686Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:55:40.029Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T19:55:40.029Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-04T19:55:40.029Z] 188c0c94c7c5: Already exists [2020-12-04T19:55:40.029Z] 0ef7d3d256c8: Already exists [2020-12-04T19:55:40.029Z] de9db76c5a1d: Already exists [2020-12-04T19:55:40.029Z] 0eba1c9be4d2: Pulling fs layer [2020-12-04T19:55:40.029Z] 0d57e429df01: Pulling fs layer [2020-12-04T19:55:40.029Z] 4e4be7b47b0d: Pulling fs layer [2020-12-04T19:55:40.029Z] e1f770b5df2f: Pulling fs layer [2020-12-04T19:55:40.029Z] 85a0685a4137: Pulling fs layer [2020-12-04T19:55:40.029Z] e1f770b5df2f: Waiting [2020-12-04T19:55:40.029Z] 85a0685a4137: Waiting [2020-12-04T19:55:40.029Z] 4e4be7b47b0d: Verifying Checksum [2020-12-04T19:55:40.029Z] 4e4be7b47b0d: Download complete [2020-12-04T19:55:40.029Z] 0d57e429df01: Download complete [2020-12-04T19:55:41.954Z] e1f770b5df2f: Verifying Checksum [2020-12-04T19:55:41.954Z] e1f770b5df2f: Download complete [2020-12-04T19:55:43.899Z] 0eba1c9be4d2: Verifying Checksum [2020-12-04T19:55:43.899Z] 0eba1c9be4d2: Download complete [2020-12-04T19:55:44.164Z] 85a0685a4137: Verifying Checksum [2020-12-04T19:55:44.164Z] 85a0685a4137: Download complete [2020-12-04T19:55:50.788Z] 0eba1c9be4d2: Pull complete [2020-12-04T19:55:51.053Z] 0d57e429df01: Pull complete [2020-12-04T19:55:51.053Z] 4e4be7b47b0d: Pull complete [2020-12-04T19:55:55.645Z] e1f770b5df2f: Pull complete [2020-12-04T19:56:05.741Z] 85a0685a4137: Pull complete [2020-12-04T19:56:05.741Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-04T19:56:05.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T19:56:05.741Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-04T19:56:05.931Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:56:05.991Z] $ 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/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T19:56:07.207Z] $ docker top 5e58db2d60f7f565543dee1355854e81314f954b14022fb5c735abff953d628f -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-04T19:56:07.457Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-04T19:56:07.750Z] + set -o pipefail [2020-12-04T19:56:07.750Z] + snyk monitor '--org=edgex-jenkins' [2020-12-04T19:56:29.743Z] [2020-12-04T19:56:29.743Z] Monitoring /w/workspace/edgex-go/243 (github.com/edgexfoundry/edgex-go)... [2020-12-04T19:56:29.743Z] [2020-12-04T19:56:29.743Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/d0c688eb-f996-40bc-bf06-980ce34f50fa [2020-12-04T19:56:29.743Z] [2020-12-04T19:56:29.743Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-04T19:56:29.743Z] [2020-12-04T19:56:30.005Z] [Pipeline] } [2020-12-04T19:56:30.023Z] $ docker stop --time=1 5e58db2d60f7f565543dee1355854e81314f954b14022fb5c735abff953d628f [2020-12-04T19:56:33.084Z] $ docker rm -f 5e58db2d60f7f565543dee1355854e81314f954b14022fb5c735abff953d628f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-04T19:56:34.229Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:ea7b503a9546216dd81c953d672cd622a91671c4, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-12-04T19:56:34.232Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T19:56:34.524Z] + set -o pipefail [2020-12-04T19:56:34.524Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T19:56:34.524Z] + tee .snyk [2020-12-04T19:56:34.786Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T19:56:34.786Z] version: v1.14.1 [2020-12-04T19:56:34.786Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T19:56:34.786Z] ignore: [2020-12-04T19:56:34.786Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T19:56:34.786Z] - '*': [2020-12-04T19:56:34.786Z] reason: does not apply # justification for ignoring [2020-12-04T19:56:34.786Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T19:56:34.786Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T19:56:34.786Z] - '*': [2020-12-04T19:56:34.786Z] reason: false positive [2020-12-04T19:56:34.786Z] expires: 2021-01-01T00:00:00 [2020-12-04T19:56:34.786Z] # patch: {} [Pipeline] withCredentials [2020-12-04T19:56:34.889Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:56:35.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T19:56:35.253Z] . [Pipeline] withDockerContainer [2020-12-04T19:56:35.374Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:56:35.427Z] $ 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/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T19:56:36.143Z] $ docker top 7ef0b8fdb0338e7cb92a7fb3081b1562a87771bc314219edf5ccb4a978d20454 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T19:56:36.622Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T19:56:36.633Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:ea7b503a9546216dd81c953d672cd622a91671c4 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T19:56:36.923Z] + set -o pipefail [2020-12-04T19:56:36.923Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:ea7b503a9546216dd81c953d672cd622a91671c4 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T19:56:36.923Z] + snyk-to-html -o snykReport.html [2020-12-04T19:56:46.962Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T19:56:46.980Z] $ docker stop --time=1 7ef0b8fdb0338e7cb92a7fb3081b1562a87771bc314219edf5ccb4a978d20454 [2020-12-04T19:56:48.571Z] $ docker rm -f 7ef0b8fdb0338e7cb92a7fb3081b1562a87771bc314219edf5ccb4a978d20454 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T19:56:48.849Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:ea7b503a9546216dd81c953d672cd622a91671c4, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-12-04T19:56:48.852Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T19:56:49.146Z] + set -o pipefail [2020-12-04T19:56:49.146Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T19:56:49.146Z] + tee .snyk [2020-12-04T19:56:49.146Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T19:56:49.146Z] version: v1.14.1 [2020-12-04T19:56:49.146Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T19:56:49.146Z] ignore: [2020-12-04T19:56:49.146Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T19:56:49.146Z] - '*': [2020-12-04T19:56:49.146Z] reason: does not apply # justification for ignoring [2020-12-04T19:56:49.146Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T19:56:49.146Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T19:56:49.146Z] - '*': [2020-12-04T19:56:49.146Z] reason: false positive [2020-12-04T19:56:49.146Z] expires: 2021-01-01T00:00:00 [2020-12-04T19:56:49.146Z] # patch: {} [Pipeline] withCredentials [2020-12-04T19:56:49.251Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:56:49.604Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T19:56:49.604Z] . [Pipeline] withDockerContainer [2020-12-04T19:56:49.717Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:56:49.856Z] $ 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/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T19:56:50.477Z] $ docker top f820888621a951b116c6913fde44b4daf2eb480987492f1f85a3cfbbf8e038df -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T19:56:51.004Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T19:56:51.016Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:ea7b503a9546216dd81c953d672cd622a91671c4 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T19:56:51.306Z] + set -o pipefail [2020-12-04T19:56:51.306Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:ea7b503a9546216dd81c953d672cd622a91671c4 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T19:56:51.306Z] + snyk-to-html -o snykReport.html [2020-12-04T19:56:59.472Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T19:56:59.489Z] $ docker stop --time=1 f820888621a951b116c6913fde44b4daf2eb480987492f1f85a3cfbbf8e038df [2020-12-04T19:57:00.965Z] $ docker rm -f f820888621a951b116c6913fde44b4daf2eb480987492f1f85a3cfbbf8e038df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T19:57:01.637Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea7b503a9546216dd81c953d672cd622a91671c4, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-12-04T19:57:01.640Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T19:57:01.938Z] + set -o pipefail [2020-12-04T19:57:01.939Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T19:57:01.939Z] + tee .snyk [2020-12-04T19:57:01.939Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T19:57:01.939Z] version: v1.14.1 [2020-12-04T19:57:01.939Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T19:57:01.939Z] ignore: [2020-12-04T19:57:01.939Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T19:57:01.939Z] - '*': [2020-12-04T19:57:01.939Z] reason: does not apply # justification for ignoring [2020-12-04T19:57:01.939Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T19:57:01.939Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T19:57:01.939Z] - '*': [2020-12-04T19:57:01.939Z] reason: false positive [2020-12-04T19:57:01.939Z] expires: 2021-01-01T00:00:00 [2020-12-04T19:57:01.939Z] # patch: {} [Pipeline] withCredentials [2020-12-04T19:57:02.064Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:57:02.423Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T19:57:02.423Z] . [Pipeline] withDockerContainer [2020-12-04T19:57:02.528Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:57:02.578Z] $ 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/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T19:57:03.425Z] $ docker top 5a4bb62e57037648bcd378013b7a5a032ef42b98d26b26690e66cf7a740e944c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T19:57:03.921Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T19:57:03.933Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea7b503a9546216dd81c953d672cd622a91671c4 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T19:57:04.227Z] + set -o pipefail [2020-12-04T19:57:04.227Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea7b503a9546216dd81c953d672cd622a91671c4 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T19:57:04.227Z] + snyk-to-html -o snykReport.html [2020-12-04T19:57:12.392Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T19:57:12.408Z] $ docker stop --time=1 5a4bb62e57037648bcd378013b7a5a032ef42b98d26b26690e66cf7a740e944c [2020-12-04T19:57:13.845Z] $ docker rm -f 5a4bb62e57037648bcd378013b7a5a032ef42b98d26b26690e66cf7a740e944c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T19:57:14.224Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea7b503a9546216dd81c953d672cd622a91671c4, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-12-04T19:57:14.229Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T19:57:14.524Z] + set -o pipefail [2020-12-04T19:57:14.524Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T19:57:14.524Z] + tee .snyk [2020-12-04T19:57:14.524Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T19:57:14.524Z] version: v1.14.1 [2020-12-04T19:57:14.524Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T19:57:14.524Z] ignore: [2020-12-04T19:57:14.524Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T19:57:14.524Z] - '*': [2020-12-04T19:57:14.524Z] reason: does not apply # justification for ignoring [2020-12-04T19:57:14.524Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T19:57:14.524Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T19:57:14.524Z] - '*': [2020-12-04T19:57:14.524Z] reason: false positive [2020-12-04T19:57:14.524Z] expires: 2021-01-01T00:00:00 [2020-12-04T19:57:14.524Z] # patch: {} [Pipeline] withCredentials [2020-12-04T19:57:14.658Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:57:15.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T19:57:15.010Z] . [Pipeline] withDockerContainer [2020-12-04T19:57:15.124Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:57:15.176Z] $ 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/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T19:57:15.928Z] $ docker top 61a16864f7436e2b54af7f39edb6af6727ab8531ee76dad56b36d926e1eaf434 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T19:57:16.473Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T19:57:16.747Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea7b503a9546216dd81c953d672cd622a91671c4 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T19:57:17.037Z] + set -o pipefail [2020-12-04T19:57:17.037Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea7b503a9546216dd81c953d672cd622a91671c4 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high'+ '--policy-path=./.snyk'snyk-to-html --json -o [2020-12-04T19:57:17.037Z] snykReport.html [2020-12-04T19:57:22.393Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T19:57:22.410Z] $ docker stop --time=1 61a16864f7436e2b54af7f39edb6af6727ab8531ee76dad56b36d926e1eaf434 [2020-12-04T19:57:23.816Z] $ docker rm -f 61a16864f7436e2b54af7f39edb6af6727ab8531ee76dad56b36d926e1eaf434 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T19:57:24.145Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-12-04T19:57:24.149Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T19:57:24.447Z] + set -o pipefail [2020-12-04T19:57:24.447Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T19:57:24.447Z] + tee .snyk [2020-12-04T19:57:24.447Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T19:57:24.447Z] version: v1.14.1 [2020-12-04T19:57:24.447Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T19:57:24.447Z] ignore: [2020-12-04T19:57:24.447Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T19:57:24.447Z] - '*': [2020-12-04T19:57:24.447Z] reason: does not apply # justification for ignoring [2020-12-04T19:57:24.447Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T19:57:24.447Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T19:57:24.447Z] - '*': [2020-12-04T19:57:24.447Z] reason: false positive [2020-12-04T19:57:24.447Z] expires: 2021-01-01T00:00:00 [2020-12-04T19:57:24.447Z] # patch: {} [Pipeline] withCredentials [2020-12-04T19:57:24.551Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:57:24.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T19:57:24.892Z] . [Pipeline] withDockerContainer [2020-12-04T19:57:24.992Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:57:25.049Z] $ 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/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T19:57:25.727Z] $ docker top 34d482473c9bf901cb4051b78bfa7d326d1d5cb64598d0850bbe09d56bf42c95 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T19:57:26.225Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T19:57:26.236Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T19:57:26.522Z] + set -o pipefail [2020-12-04T19:57:26.522Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T19:57:26.522Z] + snyk-to-html -o snykReport.html [2020-12-04T19:57:33.123Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T19:57:33.141Z] $ docker stop --time=1 34d482473c9bf901cb4051b78bfa7d326d1d5cb64598d0850bbe09d56bf42c95 [2020-12-04T19:57:34.635Z] $ docker rm -f 34d482473c9bf901cb4051b78bfa7d326d1d5cb64598d0850bbe09d56bf42c95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T19:57:34.992Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-12-04T19:57:34.995Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T19:57:35.284Z] + set -o pipefail [2020-12-04T19:57:35.284Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T19:57:35.284Z] + tee .snyk [2020-12-04T19:57:35.284Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T19:57:35.284Z] version: v1.14.1 [2020-12-04T19:57:35.284Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T19:57:35.284Z] ignore: [2020-12-04T19:57:35.284Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T19:57:35.284Z] - '*': [2020-12-04T19:57:35.284Z] reason: does not apply # justification for ignoring [2020-12-04T19:57:35.284Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T19:57:35.284Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T19:57:35.284Z] - '*': [2020-12-04T19:57:35.284Z] reason: false positive [2020-12-04T19:57:35.284Z] expires: 2021-01-01T00:00:00 [2020-12-04T19:57:35.284Z] # patch: {} [Pipeline] withCredentials [2020-12-04T19:57:35.383Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:57:35.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T19:57:35.723Z] . [Pipeline] withDockerContainer [2020-12-04T19:57:35.826Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:57:35.874Z] $ 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/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T19:57:36.577Z] $ docker top 914d2dbb99232fc1720fa742adec430763761ea2e9b6bb91dd7a63a14fdb9237 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T19:57:37.057Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T19:57:37.068Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T19:57:37.358Z] + set -o pipefail [2020-12-04T19:57:37.358Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T19:57:37.358Z] + snyk-to-html -o snykReport.html [2020-12-04T19:57:42.681Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T19:57:42.697Z] $ docker stop --time=1 914d2dbb99232fc1720fa742adec430763761ea2e9b6bb91dd7a63a14fdb9237 [2020-12-04T19:57:44.127Z] $ docker rm -f 914d2dbb99232fc1720fa742adec430763761ea2e9b6bb91dd7a63a14fdb9237 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T19:57:44.419Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-12-04T19:57:44.422Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T19:57:44.713Z] + set -o pipefail [2020-12-04T19:57:44.713Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T19:57:44.713Z] + tee .snyk [2020-12-04T19:57:44.713Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T19:57:44.713Z] version: v1.14.1 [2020-12-04T19:57:44.713Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T19:57:44.713Z] ignore: [2020-12-04T19:57:44.713Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T19:57:44.713Z] - '*': [2020-12-04T19:57:44.713Z] reason: does not apply # justification for ignoring [2020-12-04T19:57:44.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-12-04T19:57:44.713Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T19:57:44.713Z] - '*': [2020-12-04T19:57:44.713Z] reason: false positive [2020-12-04T19:57:44.713Z] expires: 2021-01-01T00:00:00 [2020-12-04T19:57:44.713Z] # patch: {} [Pipeline] withCredentials [2020-12-04T19:57:44.849Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:57:46.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T19:57:46.243Z] . [Pipeline] withDockerContainer [2020-12-04T19:57:46.349Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:57:46.407Z] $ 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/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T19:57:47.359Z] $ docker top 08a22fea8dc196d8737069d0b82479190e5bf1f8c96f5856432cecb5f790a1af -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T19:57:47.881Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T19:57:47.894Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T19:57:48.180Z] + set -o pipefail [2020-12-04T19:57:48.180Z] + snyk-to-html -o snykReport.html [2020-12-04T19:57:48.180Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea7b503a9546216dd81c953d672cd622a91671c4 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T19:57:56.368Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T19:57:56.385Z] $ docker stop --time=1 08a22fea8dc196d8737069d0b82479190e5bf1f8c96f5856432cecb5f790a1af [2020-12-04T19:57:57.850Z] $ docker rm -f 08a22fea8dc196d8737069d0b82479190e5bf1f8c96f5856432cecb5f790a1af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T19:57:58.140Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea7b503a9546216dd81c953d672cd622a91671c4, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-12-04T19:57:58.143Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T19:57:58.437Z] + set -o pipefail [2020-12-04T19:57:58.437Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T19:57:58.437Z] + tee .snyk [2020-12-04T19:57:58.437Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T19:57:58.437Z] version: v1.14.1 [2020-12-04T19:57:58.437Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T19:57:58.437Z] ignore: [2020-12-04T19:57:58.437Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T19:57:58.437Z] - '*': [2020-12-04T19:57:58.437Z] reason: does not apply # justification for ignoring [2020-12-04T19:57:58.437Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T19:57:58.437Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T19:57:58.437Z] - '*': [2020-12-04T19:57:58.437Z] reason: false positive [2020-12-04T19:57:58.437Z] expires: 2021-01-01T00:00:00 [2020-12-04T19:57:58.437Z] # patch: {} [Pipeline] withCredentials [2020-12-04T19:57:58.539Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:57:58.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T19:57:58.890Z] . [Pipeline] withDockerContainer [2020-12-04T19:57:58.992Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:57:59.045Z] $ 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/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T19:57:59.671Z] $ docker top f1a844255e9faeb4bc93ae6d0c1483b4596100eb5c7708ea06c1a35d6892903f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T19:58:00.152Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T19:58:00.164Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea7b503a9546216dd81c953d672cd622a91671c4 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T19:58:00.452Z] + set -o pipefail [2020-12-04T19:58:00.452Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea7b503a9546216dd81c953d672cd622a91671c4 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T19:58:00.452Z] + snyk-to-html -o snykReport.html [2020-12-04T19:58:08.658Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T19:58:08.673Z] $ docker stop --time=1 f1a844255e9faeb4bc93ae6d0c1483b4596100eb5c7708ea06c1a35d6892903f [2020-12-04T19:58:10.048Z] $ docker rm -f f1a844255e9faeb4bc93ae6d0c1483b4596100eb5c7708ea06c1a35d6892903f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T19:58:10.392Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea7b503a9546216dd81c953d672cd622a91671c4, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-12-04T19:58:10.394Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T19:58:10.684Z] + set -o pipefail [2020-12-04T19:58:10.684Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T19:58:10.684Z] + tee .snyk [2020-12-04T19:58:10.684Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T19:58:10.684Z] version: v1.14.1 [2020-12-04T19:58:10.684Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T19:58:10.684Z] ignore: [2020-12-04T19:58:10.684Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T19:58:10.684Z] - '*': [2020-12-04T19:58:10.684Z] reason: does not apply # justification for ignoring [2020-12-04T19:58:10.684Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T19:58:10.684Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T19:58:10.684Z] - '*': [2020-12-04T19:58:10.684Z] reason: false positive [2020-12-04T19:58:10.684Z] expires: 2021-01-01T00:00:00 [2020-12-04T19:58:10.684Z] # patch: {} [Pipeline] withCredentials [2020-12-04T19:58:10.783Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:58:11.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T19:58:11.127Z] . [Pipeline] withDockerContainer [2020-12-04T19:58:11.235Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:58:11.286Z] $ 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/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T19:58:11.890Z] $ docker top b1347fedd4886c76388045d92763fa54cbc4725f192ad9cd3ca919918b114fa4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T19:58:12.372Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T19:58:12.383Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea7b503a9546216dd81c953d672cd622a91671c4 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T19:58:12.673Z] + set -o pipefail [2020-12-04T19:58:12.673Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea7b503a9546216dd81c953d672cd622a91671c4 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T19:58:12.673Z] + snyk-to-html -o snykReport.html [2020-12-04T19:58:20.832Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T19:58:20.850Z] $ docker stop --time=1 b1347fedd4886c76388045d92763fa54cbc4725f192ad9cd3ca919918b114fa4 [2020-12-04T19:58:22.440Z] $ docker rm -f b1347fedd4886c76388045d92763fa54cbc4725f192ad9cd3ca919918b114fa4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T19:58:22.737Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea7b503a9546216dd81c953d672cd622a91671c4, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-04T19:58:22.739Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T19:58:23.029Z] + set -o pipefail [2020-12-04T19:58:23.029Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T19:58:23.029Z] + tee .snyk [2020-12-04T19:58:23.029Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T19:58:23.029Z] version: v1.14.1 [2020-12-04T19:58:23.029Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T19:58:23.029Z] ignore: [2020-12-04T19:58:23.029Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T19:58:23.029Z] - '*': [2020-12-04T19:58:23.029Z] reason: does not apply # justification for ignoring [2020-12-04T19:58:23.029Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T19:58:23.029Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T19:58:23.029Z] - '*': [2020-12-04T19:58:23.029Z] reason: false positive [2020-12-04T19:58:23.029Z] expires: 2021-01-01T00:00:00 [2020-12-04T19:58:23.029Z] # patch: {} [Pipeline] withCredentials [2020-12-04T19:58:23.150Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:58:23.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T19:58:23.491Z] . [Pipeline] withDockerContainer [2020-12-04T19:58:23.595Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:58:23.648Z] $ 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/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T19:58:24.310Z] $ docker top 825cb0e28d9a42030ad36fc84f0165323f8b58411de4a4461558a856d4bf0d66 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T19:58:24.785Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T19:58:24.796Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea7b503a9546216dd81c953d672cd622a91671c4 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T19:58:25.086Z] + set -o pipefail [2020-12-04T19:58:25.086Z] + snyk-to-html -o snykReport.html [2020-12-04T19:58:25.086Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea7b503a9546216dd81c953d672cd622a91671c4 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T19:58:33.244Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T19:58:33.259Z] $ docker stop --time=1 825cb0e28d9a42030ad36fc84f0165323f8b58411de4a4461558a856d4bf0d66 [2020-12-04T19:58:34.641Z] $ docker rm -f 825cb0e28d9a42030ad36fc84f0165323f8b58411de4a4461558a856d4bf0d66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-04T19:58:35.582Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-04T19:58:35.632Z] provisioning config files... [2020-12-04T19:58:35.648Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/243@tmp/config6218153904720667857tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T19:58:36.050Z] --> edgex-publish-swagger.sh [2020-12-04T19:58:36.051Z] === Publish openapi/v1 API === [2020-12-04T19:58:36.051Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-04T19:58:36.051Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-04T19:58:36.051Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T19:58:36.051Z] Dload Upload Total Spent Left Speed [2020-12-04T19:58:36.995Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 10394 0:00:01 0:00:01 --:--:-- 10396 100 10521 0 0 100 10521 0 10392 0:00:01 0:00:01 --:--:-- 10396 [2020-12-04T19:58:36.995Z] [2020-12-04T19:58:36.995Z] [2020-12-04T19:58:36.995Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-04T19:58:36.995Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T19:58:36.995Z] Dload Upload Total Spent Left Speed [2020-12-04T19:58:38.385Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28771 0:00:01 0:00:01 --:--:-- 28785 100 32556 0 0 100 32556 0 28767 0:00:01 0:00:01 --:--:-- 28785 [2020-12-04T19:58:38.385Z] [2020-12-04T19:58:38.385Z] [2020-12-04T19:58:38.385Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-04T19:58:38.385Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T19:58:38.385Z] Dload Upload Total Spent Left Speed [2020-12-04T19:58:38.958Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 81275 --:--:-- --:--:-- --:--:-- 81278 100 73720 0 0 100 73720 0 81259 --:--:-- --:--:-- --:--:-- 81189 [2020-12-04T19:58:38.958Z] [2020-12-04T19:58:38.958Z] [2020-12-04T19:58:38.958Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-04T19:58:38.958Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T19:58:38.958Z] Dload Upload Total Spent Left Speed [2020-12-04T19:58:39.902Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 14520 --:--:-- --:--:-- --:--:-- 14508 100 13580 0 0 100 13580 0 14518 --:--:-- --:--:-- --:--:-- 14508 [2020-12-04T19:58:39.902Z] [2020-12-04T19:58:39.902Z] [2020-12-04T19:58:39.902Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-04T19:58:39.902Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T19:58:39.902Z] Dload Upload Total Spent Left Speed [2020-12-04T19:58:41.291Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 37280 0:00:01 0:00:01 --:--:-- 37321 100 38889 0 0 100 38889 0 37273 0:00:01 0:00:01 --:--:-- 37285 [2020-12-04T19:58:41.291Z] [2020-12-04T19:58:41.291Z] [2020-12-04T19:58:41.291Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-04T19:58:41.291Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T19:58:41.291Z] Dload Upload Total Spent Left Speed [2020-12-04T19:58:42.236Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12963 0:00:01 0:00:01 --:--:-- 12976 100 14248 0 0 100 14248 0 12961 0:00:01 0:00:01 --:--:-- 12964 [2020-12-04T19:58:42.236Z] [2020-12-04T19:58:42.236Z] [2020-12-04T19:58:42.236Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-04T19:58:42.236Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T19:58:42.236Z] Dload Upload Total Spent Left Speed [2020-12-04T19:58:43.180Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3862 0:00:01 0:00:01 --:--:-- 3865 100 4109 0 0 100 4109 0 3861 0:00:01 0:00:01 --:--:-- 3865 [2020-12-04T19:58:43.180Z] [2020-12-04T19:58:43.180Z] [2020-12-04T19:58:43.180Z] === Publish openapi/v2 API === [2020-12-04T19:58:43.180Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-04T19:58:43.180Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-04T19:58:43.180Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T19:58:43.180Z] Dload Upload Total Spent Left Speed [2020-12-04T19:58:44.570Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 27063 0:00:01 0:00:01 --:--:-- 27071 100 29535 0 0 100 29535 0 27058 0:00:01 0:00:01 --:--:-- 27071 [2020-12-04T19:58:44.570Z] [2020-12-04T19:58:44.570Z] [2020-12-04T19:58:44.570Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-04T19:58:44.570Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T19:58:44.570Z] Dload Upload Total Spent Left Speed [2020-12-04T19:58:45.515Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65766 0 0 100 65766 0 60888 0:00:01 0:00:01 --:--:-- 60950 100 65766 0 0 100 65766 0 60879 0:00:01 0:00:01 --:--:-- 60894 [2020-12-04T19:58:45.515Z] [2020-12-04T19:58:45.515Z] [2020-12-04T19:58:45.515Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-04T19:58:45.516Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T19:58:45.516Z] Dload Upload Total Spent Left Speed [2020-12-04T19:58:46.902Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 99k 0:00:01 0:00:01 --:--:-- 99k 100 119k 0 0 100 119k 0 99k 0:00:01 0:00:01 --:--:-- 99k [2020-12-04T19:58:46.902Z] [2020-12-04T19:58:46.902Z] [2020-12-04T19:58:46.902Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-04T19:58:46.902Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T19:58:46.902Z] Dload Upload Total Spent Left Speed [2020-12-04T19:58:47.843Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 19268 0:00:01 0:00:01 --:--:-- 19276 [2020-12-04T19:58:47.843Z] [2020-12-04T19:58:47.843Z] [2020-12-04T19:58:47.843Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-04T19:58:47.843Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T19:58:47.843Z] Dload Upload Total Spent Left Speed [2020-12-04T19:58:49.310Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 51517 0:00:01 0:00:01 --:--:-- 51512 100 62691 0 0 100 62691 0 49184 0:00:01 0:00:01 --:--:-- 49169 [2020-12-04T19:58:49.310Z] [2020-12-04T19:58:49.310Z] [2020-12-04T19:58:49.310Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-04T19:58:49.310Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T19:58:49.310Z] Dload Upload Total Spent Left Speed [2020-12-04T19:58:50.252Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 39303 0:00:01 0:00:01 --:--:-- 39317 100 46198 0 0 100 46198 0 39297 0:00:01 0:00:01 --:--:-- 39317 [2020-12-04T19:58:50.252Z] [2020-12-04T19:58:50.252Z] [2020-12-04T19:58:50.252Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-04T19:58:50.514Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T19:58:50.514Z] Dload Upload Total Spent Left Speed [2020-12-04T19:58:51.456Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21449 0:00:01 0:00:01 --:--:-- 21470 100 23725 0 0 100 23725 0 21446 0:00:01 0:00:01 --:--:-- 21451 [2020-12-04T19:58:51.456Z] [2020-12-04T19:58:51.456Z] [Pipeline] } [2020-12-04T19:58:51.464Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:58:52.392Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T19:58:52.393Z] . [Pipeline] withDockerContainer [2020-12-04T19:58:52.494Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:58:52.537Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-04T19:58:53.393Z] $ docker top 7442cd6c64b1967c9e1705db4a8bcfc2c5c8160330784de8b01501b1b5613611 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T19:58:53.827Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T19:58:53.827Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T19:58:54.094Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T19:58:54.099Z] $ docker exec 7442cd6c64b1967c9e1705db4a8bcfc2c5c8160330784de8b01501b1b5613611 ssh-agent [2020-12-04T19:58:54.288Z] SSH_AUTH_SOCK=/tmp/ssh-JrrPAfkE7sEf/agent.11 [2020-12-04T19:58:54.288Z] SSH_AGENT_PID=16 [2020-12-04T19:58:54.303Z] Running ssh-add (command line suppressed) [2020-12-04T19:58:54.448Z] Identity added: /w/workspace/edgex-go/243@tmp/private_key_8277817113461669324.key (/w/workspace/edgex-go/243@tmp/private_key_8277817113461669324.key) [2020-12-04T19:58:54.509Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T19:58:54.845Z] + git semver tag [2020-12-04T19:58:55.107Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T19:58:55.107Z] # $GIT_DIR = /w/workspace/edgex-go/243/.git [2020-12-04T19:58:55.107Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/243 [2020-12-04T19:58:55.107Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T19:58:55.107Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T19:58:55.107Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T19:58:55.107Z] # $SEMVER_BRANCH = master [2020-12-04T19:58:55.107Z] # $SEMVER_DIR = /w/workspace/edgex-go/243/.semver [2020-12-04T19:58:55.107Z] # ea7b503a9546216dd81c953d672cd622a91671c4 HEAD [2020-12-04T19:58:55.684Z] # -> Force: false [2020-12-04T19:58:55.684Z] # e24c00bd1db5f0270cd96042ed963d9442fabec0 refs/tags/v2.0.0-dev.1 [Pipeline] } [2020-12-04T19:58:55.698Z] $ docker exec --env ******** --env ******** 7442cd6c64b1967c9e1705db4a8bcfc2c5c8160330784de8b01501b1b5613611 ssh-agent -k [2020-12-04T19:58:55.861Z] unset SSH_AUTH_SOCK; [2020-12-04T19:58:55.861Z] unset SSH_AGENT_PID; [2020-12-04T19:58:55.861Z] echo Agent pid 16 killed; [2020-12-04T19:58:55.933Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T19:58:56.401Z] + git semver [Pipeline] } [2020-12-04T19:58:56.487Z] $ docker stop --time=1 7442cd6c64b1967c9e1705db4a8bcfc2c5c8160330784de8b01501b1b5613611 [2020-12-04T19:58:57.867Z] $ docker rm -f 7442cd6c64b1967c9e1705db4a8bcfc2c5c8160330784de8b01501b1b5613611 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:58:58.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-04T19:58:58.538Z] [2020-12-04T19:58:58.538Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:58:58.899Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-04T19:58:58.899Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-04T19:58:58.899Z] ab5ef0e58194: Pulling fs layer [2020-12-04T19:58:58.899Z] 9712f1f96733: Pulling fs layer [2020-12-04T19:58:58.899Z] 63f879dbbcfc: Pulling fs layer [2020-12-04T19:58:58.899Z] 0d9ebad4ef96: Pulling fs layer [2020-12-04T19:58:58.899Z] e9a5061849ea: Pulling fs layer [2020-12-04T19:58:58.899Z] d747dcd14b5f: Pulling fs layer [2020-12-04T19:58:58.899Z] 2de7ff778b66: Pulling fs layer [2020-12-04T19:58:58.899Z] e9a5061849ea: Waiting [2020-12-04T19:58:58.899Z] d747dcd14b5f: Waiting [2020-12-04T19:58:58.899Z] 2de7ff778b66: Waiting [2020-12-04T19:58:58.899Z] 0d9ebad4ef96: Waiting [2020-12-04T19:58:58.899Z] 9712f1f96733: Verifying Checksum [2020-12-04T19:58:58.899Z] 9712f1f96733: Download complete [2020-12-04T19:59:00.822Z] 63f879dbbcfc: Verifying Checksum [2020-12-04T19:59:00.822Z] 63f879dbbcfc: Download complete [2020-12-04T19:59:00.822Z] e9a5061849ea: Verifying Checksum [2020-12-04T19:59:00.823Z] e9a5061849ea: Download complete [2020-12-04T19:59:00.823Z] d747dcd14b5f: Verifying Checksum [2020-12-04T19:59:00.823Z] d747dcd14b5f: Download complete [2020-12-04T19:59:01.402Z] 2de7ff778b66: Verifying Checksum [2020-12-04T19:59:01.402Z] 2de7ff778b66: Download complete [2020-12-04T19:59:01.666Z] 0d9ebad4ef96: Verifying Checksum [2020-12-04T19:59:01.666Z] 0d9ebad4ef96: Download complete [2020-12-04T19:59:01.666Z] ab5ef0e58194: Verifying Checksum [2020-12-04T19:59:01.666Z] ab5ef0e58194: Download complete [2020-12-04T19:59:07.000Z] ab5ef0e58194: Pull complete [2020-12-04T19:59:07.000Z] 9712f1f96733: Pull complete [2020-12-04T19:59:08.923Z] 63f879dbbcfc: Pull complete [2020-12-04T19:59:15.607Z] 0d9ebad4ef96: Pull complete [2020-12-04T19:59:19.828Z] e9a5061849ea: Pull complete [2020-12-04T19:59:19.828Z] d747dcd14b5f: Pull complete [2020-12-04T19:59:21.242Z] 2de7ff778b66: Pull complete [2020-12-04T19:59:21.242Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-04T19:59:21.242Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-04T19:59:21.242Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-04T19:59:21.452Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:59:21.504Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-04T19:59:24.941Z] $ docker top 6f884317b85f64f86fbd6c52e83dbbbb24301665aa1b4a31109a9ba5eabdd8d8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-04T19:59:25.231Z] provisioning config files... [2020-12-04T19:59:25.241Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/243@tmp/config3546823033431451931tmp [2020-12-04T19:59:25.258Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/243@tmp/config8172551064968742973tmp [2020-12-04T19:59:25.273Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/243@tmp/config1122685990319124636tmp [Pipeline] { [Pipeline] echo [2020-12-04T19:59:25.372Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T19:59:25.671Z] ---> sigul-configuration.sh [2020-12-04T19:59:25.671Z] gpg: directory `/root/.gnupg' created [2020-12-04T19:59:25.671Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-04T19:59:25.671Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-04T19:59:25.671Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-04T19:59:25.671Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-04T19:59:25.671Z] gpg: CAST5 encrypted data [2020-12-04T19:59:25.933Z] gpg: encrypted with 1 passphrase [2020-12-04T19:59:25.933Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-04T19:59:26.234Z] + mkdir /home/jenkins [2020-12-04T19:59:26.234Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-04T19:59:26.531Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-12-04T19:59:26.542Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T19:59:26.860Z] ---> sigul-install.sh [2020-12-04T19:59:33.483Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-04T19:59:33.783Z] + git tag --list [2020-12-04T19:59:33.783Z] 0.6.0 [2020-12-04T19:59:33.783Z] 0.6.1 [2020-12-04T19:59:33.783Z] 0.7.0 [2020-12-04T19:59:33.783Z] 0.7.1 [2020-12-04T19:59:33.783Z] v1.0.0 [2020-12-04T19:59:33.783Z] v1.0.1 [2020-12-04T19:59:33.783Z] v1.1.0 [2020-12-04T19:59:33.783Z] v1.2.0 [2020-12-04T19:59:33.783Z] v1.2.1 [2020-12-04T19:59:33.783Z] v1.2.2-dev.1 [2020-12-04T19:59:33.783Z] v1.2.2-dev.10 [2020-12-04T19:59:33.783Z] v1.2.2-dev.100 [2020-12-04T19:59:33.783Z] v1.2.2-dev.101 [2020-12-04T19:59:33.783Z] v1.2.2-dev.102 [2020-12-04T19:59:33.783Z] v1.2.2-dev.103 [2020-12-04T19:59:33.783Z] v1.2.2-dev.104 [2020-12-04T19:59:33.783Z] v1.2.2-dev.105 [2020-12-04T19:59:33.783Z] v1.2.2-dev.106 [2020-12-04T19:59:33.783Z] v1.2.2-dev.107 [2020-12-04T19:59:33.783Z] v1.2.2-dev.11 [2020-12-04T19:59:33.783Z] v1.2.2-dev.12 [2020-12-04T19:59:33.783Z] v1.2.2-dev.13 [2020-12-04T19:59:33.783Z] v1.2.2-dev.14 [2020-12-04T19:59:33.783Z] v1.2.2-dev.15 [2020-12-04T19:59:33.783Z] v1.2.2-dev.16 [2020-12-04T19:59:33.783Z] v1.2.2-dev.17 [2020-12-04T19:59:33.783Z] v1.2.2-dev.18 [2020-12-04T19:59:33.783Z] v1.2.2-dev.19 [2020-12-04T19:59:33.783Z] v1.2.2-dev.2 [2020-12-04T19:59:33.783Z] v1.2.2-dev.20 [2020-12-04T19:59:33.783Z] v1.2.2-dev.21 [2020-12-04T19:59:33.783Z] v1.2.2-dev.22 [2020-12-04T19:59:33.783Z] v1.2.2-dev.23 [2020-12-04T19:59:33.783Z] v1.2.2-dev.24 [2020-12-04T19:59:33.783Z] v1.2.2-dev.25 [2020-12-04T19:59:33.783Z] v1.2.2-dev.26 [2020-12-04T19:59:33.783Z] v1.2.2-dev.27 [2020-12-04T19:59:33.783Z] v1.2.2-dev.28 [2020-12-04T19:59:33.783Z] v1.2.2-dev.29 [2020-12-04T19:59:33.783Z] v1.2.2-dev.3 [2020-12-04T19:59:33.783Z] v1.2.2-dev.30 [2020-12-04T19:59:33.783Z] v1.2.2-dev.31 [2020-12-04T19:59:33.783Z] v1.2.2-dev.32 [2020-12-04T19:59:33.783Z] v1.2.2-dev.33 [2020-12-04T19:59:33.783Z] v1.2.2-dev.34 [2020-12-04T19:59:33.783Z] v1.2.2-dev.35 [2020-12-04T19:59:33.783Z] v1.2.2-dev.36 [2020-12-04T19:59:33.783Z] v1.2.2-dev.37 [2020-12-04T19:59:33.783Z] v1.2.2-dev.38 [2020-12-04T19:59:33.783Z] v1.2.2-dev.39 [2020-12-04T19:59:33.783Z] v1.2.2-dev.4 [2020-12-04T19:59:33.783Z] v1.2.2-dev.40 [2020-12-04T19:59:33.783Z] v1.2.2-dev.41 [2020-12-04T19:59:33.783Z] v1.2.2-dev.42 [2020-12-04T19:59:33.783Z] v1.2.2-dev.43 [2020-12-04T19:59:33.783Z] v1.2.2-dev.44 [2020-12-04T19:59:33.783Z] v1.2.2-dev.45 [2020-12-04T19:59:33.783Z] v1.2.2-dev.46 [2020-12-04T19:59:33.783Z] v1.2.2-dev.47 [2020-12-04T19:59:33.783Z] v1.2.2-dev.48 [2020-12-04T19:59:33.783Z] v1.2.2-dev.49 [2020-12-04T19:59:33.783Z] v1.2.2-dev.5 [2020-12-04T19:59:33.783Z] v1.2.2-dev.50 [2020-12-04T19:59:33.783Z] v1.2.2-dev.51 [2020-12-04T19:59:33.783Z] v1.2.2-dev.52 [2020-12-04T19:59:33.783Z] v1.2.2-dev.53 [2020-12-04T19:59:33.783Z] v1.2.2-dev.54 [2020-12-04T19:59:33.783Z] v1.2.2-dev.55 [2020-12-04T19:59:33.783Z] v1.2.2-dev.56 [2020-12-04T19:59:33.783Z] v1.2.2-dev.57 [2020-12-04T19:59:33.783Z] v1.2.2-dev.58 [2020-12-04T19:59:33.783Z] v1.2.2-dev.59 [2020-12-04T19:59:33.783Z] v1.2.2-dev.6 [2020-12-04T19:59:33.783Z] v1.2.2-dev.60 [2020-12-04T19:59:33.783Z] v1.2.2-dev.61 [2020-12-04T19:59:33.783Z] v1.2.2-dev.62 [2020-12-04T19:59:33.783Z] v1.2.2-dev.63 [2020-12-04T19:59:33.783Z] v1.2.2-dev.64 [2020-12-04T19:59:33.783Z] v1.2.2-dev.65 [2020-12-04T19:59:33.783Z] v1.2.2-dev.66 [2020-12-04T19:59:33.783Z] v1.2.2-dev.67 [2020-12-04T19:59:33.783Z] v1.2.2-dev.68 [2020-12-04T19:59:33.783Z] v1.2.2-dev.69 [2020-12-04T19:59:33.783Z] v1.2.2-dev.7 [2020-12-04T19:59:33.783Z] v1.2.2-dev.70 [2020-12-04T19:59:33.783Z] v1.2.2-dev.71 [2020-12-04T19:59:33.783Z] v1.2.2-dev.72 [2020-12-04T19:59:33.783Z] v1.2.2-dev.73 [2020-12-04T19:59:33.783Z] v1.2.2-dev.74 [2020-12-04T19:59:33.783Z] v1.2.2-dev.75 [2020-12-04T19:59:33.783Z] v1.2.2-dev.76 [2020-12-04T19:59:33.783Z] v1.2.2-dev.77 [2020-12-04T19:59:33.783Z] v1.2.2-dev.78 [2020-12-04T19:59:33.783Z] v1.2.2-dev.79 [2020-12-04T19:59:33.783Z] v1.2.2-dev.8 [2020-12-04T19:59:33.783Z] v1.2.2-dev.80 [2020-12-04T19:59:33.783Z] v1.2.2-dev.81 [2020-12-04T19:59:33.783Z] v1.2.2-dev.82 [2020-12-04T19:59:33.783Z] v1.2.2-dev.83 [2020-12-04T19:59:33.783Z] v1.2.2-dev.84 [2020-12-04T19:59:33.783Z] v1.2.2-dev.85 [2020-12-04T19:59:33.783Z] v1.2.2-dev.86 [2020-12-04T19:59:33.783Z] v1.2.2-dev.87 [2020-12-04T19:59:33.783Z] v1.2.2-dev.88 [2020-12-04T19:59:33.783Z] v1.2.2-dev.89 [2020-12-04T19:59:33.783Z] v1.2.2-dev.9 [2020-12-04T19:59:33.783Z] v1.2.2-dev.90 [2020-12-04T19:59:33.783Z] v1.2.2-dev.91 [2020-12-04T19:59:33.783Z] v1.2.2-dev.92 [2020-12-04T19:59:33.783Z] v1.2.2-dev.93 [2020-12-04T19:59:33.783Z] v1.2.2-dev.94 [2020-12-04T19:59:33.783Z] v1.2.2-dev.95 [2020-12-04T19:59:33.783Z] v1.2.2-dev.96 [2020-12-04T19:59:33.783Z] v1.2.2-dev.97 [2020-12-04T19:59:33.783Z] v1.2.2-dev.98 [2020-12-04T19:59:33.783Z] v1.2.2-dev.99 [2020-12-04T19:59:33.783Z] v1.3.0 [2020-12-04T19:59:33.783Z] v1.3.1-dev.1 [2020-12-04T19:59:33.783Z] v1.3.1-dev.10 [2020-12-04T19:59:33.783Z] v1.3.1-dev.11 [2020-12-04T19:59:33.783Z] v1.3.1-dev.12 [2020-12-04T19:59:33.783Z] v1.3.1-dev.13 [2020-12-04T19:59:33.783Z] v1.3.1-dev.14 [2020-12-04T19:59:33.783Z] v1.3.1-dev.15 [2020-12-04T19:59:33.783Z] v1.3.1-dev.16 [2020-12-04T19:59:33.783Z] v1.3.1-dev.17 [2020-12-04T19:59:33.783Z] v1.3.1-dev.18 [2020-12-04T19:59:33.783Z] v1.3.1-dev.2 [2020-12-04T19:59:33.783Z] v1.3.1-dev.3 [2020-12-04T19:59:33.783Z] v1.3.1-dev.4 [2020-12-04T19:59:33.783Z] v1.3.1-dev.5 [2020-12-04T19:59:33.783Z] v1.3.1-dev.6 [2020-12-04T19:59:33.783Z] v1.3.1-dev.7 [2020-12-04T19:59:33.783Z] v1.3.1-dev.8 [2020-12-04T19:59:33.783Z] v1.3.1-dev.9 [2020-12-04T19:59:33.783Z] v2.0.0-dev.1 [Pipeline] sh [2020-12-04T19:59:34.092Z] + lftools sign git-tag v2.0.0-dev.1 [2020-12-04T19:59:35.482Z] Signing Git tag with Sigul... [2020-12-04T19:59:35.482Z] Signing v2.0.0-dev.1 [Pipeline] echo [2020-12-04T19:59:38.047Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T19:59:38.346Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-04T19:59:38.355Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-04T19:59:38.471Z] $ docker stop --time=1 6f884317b85f64f86fbd6c52e83dbbbb24301665aa1b4a31109a9ba5eabdd8d8 [2020-12-04T19:59:40.375Z] $ docker rm -f 6f884317b85f64f86fbd6c52e83dbbbb24301665aa1b4a31109a9ba5eabdd8d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:59:41.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T19:59:41.510Z] . [Pipeline] withDockerContainer [2020-12-04T19:59:41.662Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:59:41.714Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-04T19:59:42.600Z] $ docker top e285113faff5291b746ba5f6603f682f68dac31d8e419349f9aac9e275b4a487 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T19:59:42.890Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T19:59:42.890Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T19:59:43.101Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T19:59:43.106Z] $ docker exec e285113faff5291b746ba5f6603f682f68dac31d8e419349f9aac9e275b4a487 ssh-agent [2020-12-04T19:59:43.283Z] SSH_AUTH_SOCK=/tmp/ssh-VJCJhcAWXlQO/agent.11 [2020-12-04T19:59:43.283Z] SSH_AGENT_PID=17 [2020-12-04T19:59:43.291Z] Running ssh-add (command line suppressed) [2020-12-04T19:59:43.432Z] Identity added: /w/workspace/edgex-go/243@tmp/private_key_2556496610710967154.key (/w/workspace/edgex-go/243@tmp/private_key_2556496610710967154.key) [2020-12-04T19:59:43.493Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T19:59:43.830Z] + git semver bump pre [2020-12-04T19:59:43.830Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T19:59:43.830Z] # $GIT_DIR = /w/workspace/edgex-go/243/.git [2020-12-04T19:59:43.830Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/243 [2020-12-04T19:59:43.830Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T19:59:43.830Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T19:59:43.830Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T19:59:43.830Z] # $SEMVER_BRANCH = master [2020-12-04T19:59:43.830Z] # $SEMVER_DIR = /w/workspace/edgex-go/243/.semver [2020-12-04T19:59:43.830Z] 2.0.0-dev.2 [Pipeline] } [2020-12-04T19:59:43.855Z] $ docker exec --env ******** --env ******** e285113faff5291b746ba5f6603f682f68dac31d8e419349f9aac9e275b4a487 ssh-agent -k [2020-12-04T19:59:43.977Z] unset SSH_AUTH_SOCK; [2020-12-04T19:59:43.977Z] unset SSH_AGENT_PID; [2020-12-04T19:59:43.977Z] echo Agent pid 17 killed; [2020-12-04T19:59:44.033Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T19:59:44.559Z] + git semver [Pipeline] } [2020-12-04T19:59:44.576Z] $ docker stop --time=1 e285113faff5291b746ba5f6603f682f68dac31d8e419349f9aac9e275b4a487 [2020-12-04T19:59:45.923Z] $ docker rm -f e285113faff5291b746ba5f6603f682f68dac31d8e419349f9aac9e275b4a487 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-04T19:59:46.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T19:59:46.450Z] . [Pipeline] withDockerContainer [2020-12-04T19:59:46.580Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T19:59:46.635Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-04T19:59:47.233Z] $ docker top f3f3204f6cf3e4c16de821a77c459971541b380143bbc5cd40dae6111272e505 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T19:59:47.551Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T19:59:47.551Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T19:59:47.736Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T19:59:47.741Z] $ docker exec f3f3204f6cf3e4c16de821a77c459971541b380143bbc5cd40dae6111272e505 ssh-agent [2020-12-04T19:59:47.916Z] SSH_AUTH_SOCK=/tmp/ssh-kE4XUS3sA5k6/agent.11 [2020-12-04T19:59:47.917Z] SSH_AGENT_PID=17 [2020-12-04T19:59:47.923Z] Running ssh-add (command line suppressed) [2020-12-04T19:59:48.052Z] Identity added: /w/workspace/edgex-go/243@tmp/private_key_8538091549193754849.key (/w/workspace/edgex-go/243@tmp/private_key_8538091549193754849.key) [2020-12-04T19:59:48.113Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T19:59:48.448Z] + git semver push [2020-12-04T19:59:48.448Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T19:59:48.448Z] # $GIT_DIR = /w/workspace/edgex-go/243/.git [2020-12-04T19:59:48.448Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/243 [2020-12-04T19:59:48.448Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T19:59:48.448Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T19:59:48.448Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T19:59:48.448Z] # $SEMVER_BRANCH = master [2020-12-04T19:59:48.448Z] # $SEMVER_DIR = /w/workspace/edgex-go/243/.semver [Pipeline] } [2020-12-04T19:59:58.467Z] $ docker exec --env ******** --env ******** f3f3204f6cf3e4c16de821a77c459971541b380143bbc5cd40dae6111272e505 ssh-agent -k [2020-12-04T19:59:58.634Z] unset SSH_AUTH_SOCK; [2020-12-04T19:59:58.634Z] unset SSH_AGENT_PID; [2020-12-04T19:59:58.634Z] echo Agent pid 17 killed; [2020-12-04T19:59:58.708Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T19:59:59.225Z] + git semver [Pipeline] } [2020-12-04T19:59:59.241Z] $ docker stop --time=1 f3f3204f6cf3e4c16de821a77c459971541b380143bbc5cd40dae6111272e505 [2020-12-04T20:00:00.601Z] $ docker rm -f f3f3204f6cf3e4c16de821a77c459971541b380143bbc5cd40dae6111272e505 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-04T20:00:01.868Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T20:00:02.763Z] ---> package-listing.sh [2020-12-04T20:00:02.763Z] ++ facter osfamily [2020-12-04T20:00:02.763Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-04T20:00:02.763Z] + OS_FAMILY=redhat [2020-12-04T20:00:02.763Z] + workspace=/w/workspace/edgex-go/243 [2020-12-04T20:00:02.763Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-04T20:00:02.763Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-04T20:00:02.763Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-04T20:00:02.763Z] + PACKAGES=/tmp/packages_start.txt [2020-12-04T20:00:02.763Z] + '[' /w/workspace/edgex-go/243 ']' [2020-12-04T20:00:02.763Z] + PACKAGES=/tmp/packages_end.txt [2020-12-04T20:00:02.763Z] + case "${OS_FAMILY}" in [2020-12-04T20:00:02.763Z] + rpm -qa [2020-12-04T20:00:02.763Z] + sort [2020-12-04T20:00:06.990Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-04T20:00:06.990Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-04T20:00:06.990Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-04T20:00:06.990Z] + '[' /w/workspace/edgex-go/243 ']' [2020-12-04T20:00:06.990Z] + mkdir -p /w/workspace/edgex-go/243/archives/ [2020-12-04T20:00:06.990Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/243/archives/ [Pipeline] echo [2020-12-04T20:00:07.051Z] 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/243/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-04T20:00:07.413Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-04T20:00:07.759Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T20:00:07.760Z] [2020-12-04T20:00:07.760Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-04T20:00:08.110Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T20:00:08.111Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-04T20:00:08.111Z] df20fa9351a1: Pulling fs layer [2020-12-04T20:00:08.111Z] 36b3adc4ff6f: Pulling fs layer [2020-12-04T20:00:08.111Z] 8ad3a11d3b57: Pulling fs layer [2020-12-04T20:00:08.111Z] 46f8f816bc3b: Pulling fs layer [2020-12-04T20:00:08.111Z] 93b61091891f: Pulling fs layer [2020-12-04T20:00:08.111Z] 93b9cdb0e59b: Pulling fs layer [2020-12-04T20:00:08.111Z] 5e14af77c1be: Pulling fs layer [2020-12-04T20:00:08.111Z] 01666e4c0597: Pulling fs layer [2020-12-04T20:00:08.111Z] aa168da1d23b: Pulling fs layer [2020-12-04T20:00:08.111Z] 46f8f816bc3b: Waiting [2020-12-04T20:00:08.111Z] 93b61091891f: Waiting [2020-12-04T20:00:08.111Z] 93b9cdb0e59b: Waiting [2020-12-04T20:00:08.111Z] 5e14af77c1be: Waiting [2020-12-04T20:00:08.111Z] aa168da1d23b: Waiting [2020-12-04T20:00:08.111Z] 01666e4c0597: Waiting [2020-12-04T20:00:08.111Z] 36b3adc4ff6f: Verifying Checksum [2020-12-04T20:00:08.111Z] 36b3adc4ff6f: Download complete [2020-12-04T20:00:08.111Z] 46f8f816bc3b: Download complete [2020-12-04T20:00:08.377Z] df20fa9351a1: Verifying Checksum [2020-12-04T20:00:08.377Z] df20fa9351a1: Download complete [2020-12-04T20:00:08.377Z] 93b9cdb0e59b: Verifying Checksum [2020-12-04T20:00:08.377Z] 93b9cdb0e59b: Download complete [2020-12-04T20:00:08.377Z] 5e14af77c1be: Download complete [2020-12-04T20:00:08.377Z] 93b61091891f: Verifying Checksum [2020-12-04T20:00:08.377Z] 93b61091891f: Download complete [2020-12-04T20:00:08.377Z] 01666e4c0597: Verifying Checksum [2020-12-04T20:00:08.377Z] 01666e4c0597: Download complete [2020-12-04T20:00:08.377Z] 8ad3a11d3b57: Verifying Checksum [2020-12-04T20:00:08.377Z] 8ad3a11d3b57: Download complete [2020-12-04T20:00:08.965Z] df20fa9351a1: Pull complete [2020-12-04T20:00:08.965Z] 36b3adc4ff6f: Pull complete [2020-12-04T20:00:09.918Z] 8ad3a11d3b57: Pull complete [2020-12-04T20:00:10.185Z] 46f8f816bc3b: Pull complete [2020-12-04T20:00:10.449Z] aa168da1d23b: Verifying Checksum [2020-12-04T20:00:10.449Z] aa168da1d23b: Download complete [2020-12-04T20:00:11.402Z] 93b61091891f: Pull complete [2020-12-04T20:00:11.402Z] 93b9cdb0e59b: Pull complete [2020-12-04T20:00:11.402Z] 5e14af77c1be: Pull complete [2020-12-04T20:00:11.666Z] 01666e4c0597: Pull complete [2020-12-04T20:00:18.285Z] aa168da1d23b: Pull complete [2020-12-04T20:00:18.285Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-04T20:00:18.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T20:00:18.285Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-04T20:00:18.441Z] prd-centos7-docker-4c-2g-14522 does not seem to be running inside a container [2020-12-04T20:00:18.493Z] $ 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/243/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/243 -v /w/workspace/edgex-go/243:/w/workspace/edgex-go/243:rw,z -v /w/workspace/edgex-go/243@tmp:/w/workspace/edgex-go/243@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-04T20:00:21.617Z] $ docker top de5b16b68395bcf9223c5ef17c11637243001b2b54493bf728ad3abea68a9291 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T20:00:22.186Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-04T20:00:22.487Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-04T20:00:22.792Z] + ls /var/log/sa-host [2020-12-04T20:00:22.792Z] + sadf -c /var/log/sa-host/sa04 [2020-12-04T20:00:22.792Z] file_magic: OK [2020-12-04T20:00:22.792Z] HZ: Using current value: 100 [2020-12-04T20:00:22.792Z] file_header: OK [2020-12-04T20:00:22.792Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-04T20:00:22.792Z] Statistics: [2020-12-04T20:00:22.792Z] 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... [2020-12-04T20:00:22.792Z] File successfully converted to sysstat format version 12.2.1 [2020-12-04T20:00:22.792Z] + sadf -c /var/log/sa-host/sa23 [2020-12-04T20:00:22.792Z] file_magic: OK [2020-12-04T20:00:22.792Z] HZ: Using current value: 100 [2020-12-04T20:00:22.792Z] file_header: OK [2020-12-04T20:00:22.792Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-04T20:00:22.792Z] Statistics: [2020-12-04T20:00:22.792Z] Hnuu...uuuununununu... [2020-12-04T20:00:22.792Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-04T20:00:23.515Z] provisioning config files... [2020-12-04T20:00:23.537Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/243@tmp/config3568730368466214120tmp [Pipeline] { [Pipeline] echo [2020-12-04T20:00:23.618Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T20:00:23.915Z] ---> create-netrc.sh [Pipeline] } [2020-12-04T20:00:23.926Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-04T20:00:24.023Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T20:00:24.322Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-04T20:00:24.333Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T20:00:24.630Z] ---> sudo-logs.sh [2020-12-04T20:00:24.631Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-04T20:00:24.641Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T20:00:24.935Z] ---> job-cost.sh [2020-12-04T20:00:24.935Z] lf-activate-venv: SKIPPING [2020-12-04T20:00:24.935Z] INFO: No Stack... [2020-12-04T20:00:25.508Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-04T20:00:26.080Z] INFO: Archiving Costs [Pipeline] echo [2020-12-04T20:00:26.094Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T20:00:26.422Z] ---> logs-deploy.sh [2020-12-04T20:00:26.422Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/243 [2020-12-04T20:00:26.422Z] INFO: archiving workspace using pattern(s): [2020-12-04T20:00:27.854Z] Archives upload complete. [2020-12-04T20:00:28.115Z] INFO: archiving logs to Nexus [2020-12-04T20:00:29.061Z] ---> uname -a: [2020-12-04T20:00:29.061Z] Linux prd-centos7-docker-4c-2g-14522.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-04T20:00:29.061Z] [2020-12-04T20:00:29.061Z] [2020-12-04T20:00:29.061Z] ---> lscpu: [2020-12-04T20:00:29.061Z] Architecture: x86_64 [2020-12-04T20:00:29.061Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-04T20:00:29.061Z] Byte Order: Little Endian [2020-12-04T20:00:29.061Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-04T20:00:29.061Z] CPU(s): 4 [2020-12-04T20:00:29.062Z] On-line CPU(s) list: 0-3 [2020-12-04T20:00:29.062Z] Thread(s) per core: 1 [2020-12-04T20:00:29.062Z] Core(s) per socket: 1 [2020-12-04T20:00:29.062Z] Socket(s): 4 [2020-12-04T20:00:29.062Z] NUMA node(s): 1 [2020-12-04T20:00:29.062Z] Vendor ID: GenuineIntel [2020-12-04T20:00:29.062Z] CPU family: 6 [2020-12-04T20:00:29.062Z] Model: 44 [2020-12-04T20:00:29.062Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-04T20:00:29.062Z] Stepping: 1 [2020-12-04T20:00:29.062Z] CPU MHz: 2933.436 [2020-12-04T20:00:29.062Z] BogoMIPS: 5866.87 [2020-12-04T20:00:29.062Z] Virtualization: VT-x [2020-12-04T20:00:29.062Z] Hypervisor vendor: KVM [2020-12-04T20:00:29.062Z] Virtualization type: full [2020-12-04T20:00:29.062Z] L1d cache: 128 KiB [2020-12-04T20:00:29.062Z] L1i cache: 128 KiB [2020-12-04T20:00:29.062Z] L2 cache: 16 MiB [2020-12-04T20:00:29.062Z] L3 cache: 64 MiB [2020-12-04T20:00:29.062Z] NUMA node0 CPU(s): 0-3 [2020-12-04T20:00:29.062Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-04T20:00:29.062Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-04T20:00:29.062Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-04T20:00:29.062Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-04T20:00:29.062Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-04T20:00:29.062Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-04T20:00:29.062Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-04T20:00:29.062Z] Vulnerability Srbds: Not affected [2020-12-04T20:00:29.062Z] Vulnerability Tsx async abort: Not affected [2020-12-04T20:00:29.062Z] 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-12-04T20:00:29.062Z] [2020-12-04T20:00:29.062Z] [2020-12-04T20:00:29.062Z] ---> nproc: [2020-12-04T20:00:29.062Z] 4 [2020-12-04T20:00:29.062Z] [2020-12-04T20:00:29.062Z] [2020-12-04T20:00:29.062Z] ---> df -h: [2020-12-04T20:00:29.062Z] Filesystem Size Used Available Use% Mounted on [2020-12-04T20:00:29.062Z] overlay 50.0G 14.4G 35.6G 29% / [2020-12-04T20:00:29.062Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-04T20:00:29.062Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-04T20:00:29.062Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-04T20:00:29.062Z] /dev/vda1 50.0G 14.4G 35.6G 29% /facter-os [2020-12-04T20:00:29.062Z] /dev/vda1 50.0G 14.4G 35.6G 29% /etc/resolv.conf [2020-12-04T20:00:29.062Z] /dev/vda1 50.0G 14.4G 35.6G 29% /etc/hostname [2020-12-04T20:00:29.062Z] /dev/vda1 50.0G 14.4G 35.6G 29% /etc/hosts [2020-12-04T20:00:29.062Z] /dev/vda1 50.0G 14.4G 35.6G 29% /var/log/sa-host [2020-12-04T20:00:29.062Z] /dev/vda1 50.0G 14.4G 35.6G 29% /var/log/secure [2020-12-04T20:00:29.062Z] /dev/vda1 50.0G 14.4G 35.6G 29% /var/log/auth.log [2020-12-04T20:00:29.062Z] /dev/vda1 50.0G 14.4G 35.6G 29% /run/cloud-init/result.json [2020-12-04T20:00:29.062Z] /dev/vda1 50.0G 14.4G 35.6G 29% /w/workspace/edgex-go/243 [2020-12-04T20:00:29.062Z] /dev/vda1 50.0G 14.4G 35.6G 29% /w/workspace/edgex-go/243@tmp [2020-12-04T20:00:29.062Z] [2020-12-04T20:00:29.062Z] [2020-12-04T20:00:29.062Z] ---> free -m: [2020-12-04T20:00:29.062Z] total used free shared buff/cache available [2020-12-04T20:00:29.062Z] Mem: 1837 775 131 0 930 1016 [2020-12-04T20:00:29.062Z] Swap: 1023 75 948 [2020-12-04T20:00:29.062Z] [2020-12-04T20:00:29.062Z] [2020-12-04T20:00:29.062Z] ---> ip addr: [2020-12-04T20:00:29.062Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-04T20:00:29.062Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-04T20:00:29.062Z] inet 127.0.0.1/8 scope host lo [2020-12-04T20:00:29.062Z] valid_lft forever preferred_lft forever [2020-12-04T20:00:29.062Z] inet6 ::1/128 scope host [2020-12-04T20:00:29.062Z] valid_lft forever preferred_lft forever [2020-12-04T20:00:29.062Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-04T20:00:29.062Z] link/ether fa:16:3e:bc:01:aa brd ff:ff:ff:ff:ff:ff [2020-12-04T20:00:29.062Z] inet 10.30.122.129/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-04T20:00:29.062Z] valid_lft 85195sec preferred_lft 85195sec [2020-12-04T20:00:29.062Z] inet6 fe80::f816:3eff:febc:1aa/64 scope link [2020-12-04T20:00:29.062Z] valid_lft forever preferred_lft forever [2020-12-04T20:00:29.062Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-04T20:00:29.062Z] link/ether 02:42:f9:8d:b3:33 brd ff:ff:ff:ff:ff:ff [2020-12-04T20:00:29.062Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-04T20:00:29.062Z] valid_lft forever preferred_lft forever [2020-12-04T20:00:29.062Z] inet6 fe80::42:f9ff:fe8d:b333/64 scope link [2020-12-04T20:00:29.062Z] valid_lft forever preferred_lft forever [2020-12-04T20:00:29.062Z] [2020-12-04T20:00:29.062Z] [2020-12-04T20:00:29.062Z] ---> sar -b -r -n DEV: [2020-12-04T20:00:29.062Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/04/20 _x86_64_ (4 CPU) [2020-12-04T20:00:29.062Z] [2020-12-04T20:00:29.062Z] 19:40:10 LINUX RESTART (4 CPU) [2020-12-04T20:00:29.062Z] [2020-12-04T20:00:29.062Z] 19:41:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-04T20:00:29.062Z] 19:42:02 160.59 65.58 95.01 0.00 8889.26 37089.81 0.00 [2020-12-04T20:00:29.062Z] 19:43:01 354.83 167.70 187.13 0.00 7160.76 41917.33 0.00 [2020-12-04T20:00:29.062Z] 19:44:01 186.81 81.93 104.89 0.00 2909.88 10414.85 0.00 [2020-12-04T20:00:29.062Z] 19:45:01 136.75 42.35 94.40 0.00 2462.32 23336.82 0.00 [2020-12-04T20:00:29.062Z] 19:46:03 1808.29 1483.12 325.17 0.00 140058.98 199658.08 0.00 [2020-12-04T20:00:29.062Z] 19:47:02 2042.93 1797.04 245.90 0.00 100827.60 115756.74 0.00 [2020-12-04T20:00:29.062Z] 19:48:01 1615.85 1246.13 369.73 0.00 99695.96 142057.61 0.00 [2020-12-04T20:00:29.062Z] 19:49:01 2149.72 1817.01 332.71 0.00 120511.32 131047.61 0.00 [2020-12-04T20:00:29.062Z] 19:50:01 990.80 681.25 309.55 0.00 43893.28 59596.34 0.00 [2020-12-04T20:00:29.062Z] 19:51:02 119.06 102.20 16.86 0.00 4955.69 470.68 0.00 [2020-12-04T20:00:29.062Z] 19:52:01 1.63 0.05 1.57 0.00 0.81 30.68 0.00 [2020-12-04T20:00:29.062Z] 19:53:01 0.45 0.22 0.23 0.00 3.73 3.68 0.00 [2020-12-04T20:00:29.062Z] 19:54:01 0.30 0.02 0.28 0.00 0.13 4.90 0.00 [2020-12-04T20:00:29.062Z] 19:55:01 0.40 0.12 0.28 0.00 2.66 3.26 0.00 [2020-12-04T20:00:29.062Z] 19:56:01 159.44 65.08 94.36 0.00 2516.55 25146.95 0.00 [2020-12-04T20:00:29.062Z] 19:57:02 242.86 135.66 107.20 0.00 7539.03 12115.57 0.00 [2020-12-04T20:00:29.062Z] 19:58:01 123.11 18.98 104.13 0.00 574.37 1189.45 0.00 [2020-12-04T20:00:29.062Z] 19:59:01 93.38 12.81 80.57 0.00 1938.39 3365.07 0.00 [2020-12-04T20:00:29.062Z] 20:00:01 215.83 83.69 132.14 0.00 6194.57 30195.22 0.00 [2020-12-04T20:00:29.062Z] Average: 548.41 411.25 137.16 0.00 29098.25 44075.93 0.00 [2020-12-04T20:00:29.062Z] [2020-12-04T20:00:29.062Z] 19:41:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-04T20:00:29.062Z] 19:42:02 76728 0 721336 38.34 2112 1081368 1513480 51.65 719164 861300 71408 [2020-12-04T20:00:29.062Z] 19:43:01 157012 0 760344 40.41 888 963300 1624740 55.45 621624 828380 21504 [2020-12-04T20:00:29.062Z] 19:44:01 302528 0 767764 40.80 376 810876 1622876 55.39 606196 692396 83596 [2020-12-04T20:00:29.062Z] 19:45:01 184560 0 746060 39.65 352 950572 1293468 44.14 594436 811168 94768 [2020-12-04T20:00:29.062Z] 19:46:03 80876 0 838132 44.54 0 962536 2325504 79.37 785524 797760 50504 [2020-12-04T20:00:29.062Z] 19:47:02 274844 0 906372 48.17 0 700328 3208128 109.49 646212 691120 73548 [2020-12-04T20:00:29.062Z] 19:48:01 92836 0 767420 40.79 0 1021288 2374840 81.05 702056 855936 83412 [2020-12-04T20:00:29.062Z] 19:49:01 119872 0 1133944 60.27 0 627728 2760200 94.20 831860 669076 2056 [2020-12-04T20:00:29.062Z] 19:50:01 541304 0 616996 32.79 0 723244 1233272 42.09 487064 600804 20 [2020-12-04T20:00:29.062Z] 19:51:02 401520 0 617852 32.84 0 862172 1213928 41.43 558032 672640 20 [2020-12-04T20:00:29.062Z] 19:52:01 407984 0 611384 32.49 0 862176 1151276 39.29 553536 671424 16 [2020-12-04T20:00:29.062Z] 19:53:01 408792 0 610568 32.45 0 862184 1145172 39.08 552956 671508 20 [2020-12-04T20:00:29.062Z] 19:54:01 408760 0 610592 32.45 0 862192 1145164 39.08 553084 671512 8 [2020-12-04T20:00:29.062Z] 19:55:01 407932 0 611428 32.50 0 862184 1145364 39.09 553976 671576 12 [2020-12-04T20:00:29.062Z] 19:56:01 131620 0 724684 38.52 0 1025240 1567388 53.49 660204 789656 78468 [2020-12-04T20:00:29.062Z] 19:57:02 398612 0 646764 34.37 0 836168 1145996 39.11 562920 637496 20 [2020-12-04T20:00:29.062Z] 19:58:01 302808 0 733288 38.97 0 845448 1355772 46.27 646000 644916 44 [2020-12-04T20:00:29.062Z] 19:59:01 120944 0 680212 36.15 0 1080388 1356532 46.30 652692 822248 103896 [2020-12-04T20:00:29.062Z] 20:00:01 207560 0 732100 38.91 0 941884 1146312 39.12 556664 751184 40 [2020-12-04T20:00:29.062Z] Average: 264584 0 728276 38.71 196 888488 1596285 54.48 623379 726953 34914 [2020-12-04T20:00:29.062Z] [2020-12-04T20:00:29.062Z] 19:41:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-04T20:00:29.062Z] 19:42:02 eth0 1242.64 1222.42 6055.60 153.30 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:42:02 docker0 840.24 770.74 69.16 2710.23 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:43:01 eth0 444.31 281.40 1983.21 86.55 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:43:01 veth2a2cbf6 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:43:01 docker0 139.66 186.77 10.33 846.23 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:44:01 eth0 28.77 14.63 24.92 12.39 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:44:01 veth2a2cbf6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:45:01 eth0 195.68 158.84 1687.99 68.39 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:46:03 vethfa23904 0.00 0.29 0.00 0.02 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:46:03 eth0 64.53 44.50 171.56 56.06 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:46:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:46:03 docker0 16.15 23.59 0.90 141.34 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:47:02 veth3a3e79e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:47:02 veth691e0c3 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:47:02 vethfa23904 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:47:02 veth0a47589 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:48:01 veth85c3791 1.97 4.75 0.13 25.01 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:48:01 vethfa23904 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:48:01 veth7e92ddd 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:48:01 eth0 2948.13 2452.59 13785.32 538.87 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:49:01 veth333fd5e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.062Z] 19:49:01 vethfa23904 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:49:01 eth0 48.76 29.82 56.79 60.70 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:49:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:50:01 eth0 92.68 59.70 191.95 71.82 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:50:01 docker0 1026.15 1053.84 81.87 4280.16 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:51:02 eth0 433.78 424.65 204.42 1652.35 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:52:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:53:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:54:01 eth0 0.67 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:55:01 eth0 0.48 0.45 0.27 0.21 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:56:01 eth0 415.15 363.99 3988.28 61.94 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:57:02 eth0 84.81 67.85 262.94 46.07 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:57:02 docker0 27.79 30.82 2.60 220.67 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:58:01 veth90985d9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:58:01 eth0 108.18 82.55 89.85 79.09 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:58:01 docker0 2.25 2.15 0.47 0.92 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:59:01 eth0 409.48 360.81 3050.16 115.42 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 19:59:01 docker0 1.35 1.28 0.29 0.54 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 20:00:01 eth0 153.75 115.75 444.73 67.61 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] 20:00:01 docker0 40.40 56.59 2.41 187.30 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] Average: eth0 202.35 173.23 986.39 137.80 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] Average: docker0 57.98 60.45 4.63 247.65 0.00 0.00 0.00 0.00 [2020-12-04T20:00:29.063Z] [2020-12-04T20:00:29.063Z] [2020-12-04T20:00:29.063Z] ---> sar -P ALL: [2020-12-04T20:00:29.063Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/04/20 _x86_64_ (4 CPU) [2020-12-04T20:00:29.063Z] [2020-12-04T20:00:29.063Z] 19:40:10 LINUX RESTART (4 CPU) [2020-12-04T20:00:29.063Z] [2020-12-04T20:00:29.063Z] 19:41:02 CPU %user %nice %system %iowait %steal %idle [2020-12-04T20:00:29.063Z] 19:42:02 all 15.85 0.00 9.11 2.21 0.31 72.52 [2020-12-04T20:00:29.063Z] 19:42:02 0 19.19 0.00 11.34 1.14 0.23 68.10 [2020-12-04T20:00:29.063Z] 19:42:02 1 12.76 0.00 8.04 3.11 0.33 75.76 [2020-12-04T20:00:29.063Z] 19:42:02 2 18.05 0.00 9.41 3.68 0.35 68.51 [2020-12-04T20:00:29.063Z] 19:42:02 3 13.44 0.00 7.69 0.91 0.33 77.62 [2020-12-04T20:00:29.063Z] 19:43:01 all 12.84 0.00 9.55 8.12 0.19 69.30 [2020-12-04T20:00:29.063Z] 19:43:01 0 12.83 0.00 10.23 5.99 0.18 70.77 [2020-12-04T20:00:29.063Z] 19:43:01 1 13.61 0.00 9.61 9.10 0.24 67.43 [2020-12-04T20:00:29.063Z] 19:43:01 2 13.87 0.00 9.17 8.00 0.14 68.82 [2020-12-04T20:00:29.063Z] 19:43:01 3 11.05 0.00 9.17 9.38 0.21 70.19 [2020-12-04T20:00:29.063Z] 19:44:01 all 65.49 0.00 14.59 4.10 0.13 15.69 [2020-12-04T20:00:29.063Z] 19:44:01 0 69.36 0.00 12.17 6.32 0.12 12.03 [2020-12-04T20:00:29.063Z] 19:44:01 1 65.30 0.00 15.24 2.88 0.12 16.45 [2020-12-04T20:00:29.063Z] 19:44:01 2 63.39 0.00 16.06 2.66 0.16 17.73 [2020-12-04T20:00:29.063Z] 19:44:01 3 63.88 0.00 14.89 4.51 0.12 16.59 [2020-12-04T20:00:29.063Z] 19:45:01 all 38.15 0.00 13.56 2.74 0.14 45.41 [2020-12-04T20:00:29.063Z] 19:45:01 0 38.32 0.00 14.13 1.80 0.12 45.63 [2020-12-04T20:00:29.063Z] 19:45:01 1 37.61 0.00 13.63 3.35 0.17 45.24 [2020-12-04T20:00:29.063Z] 19:45:01 2 38.55 0.00 13.57 2.74 0.12 45.01 [2020-12-04T20:00:29.063Z] 19:45:01 3 38.10 0.00 12.91 3.08 0.14 45.77 [2020-12-04T20:00:29.063Z] 19:46:03 all 20.62 0.00 27.31 13.38 0.47 38.22 [2020-12-04T20:00:29.063Z] 19:46:03 0 19.53 0.00 26.04 11.91 0.39 42.12 [2020-12-04T20:00:29.063Z] 19:46:03 1 22.17 0.00 28.30 14.26 0.55 34.71 [2020-12-04T20:00:29.063Z] 19:46:03 2 20.71 0.00 27.58 12.98 0.51 38.22 [2020-12-04T20:00:29.063Z] 19:46:03 3 20.09 0.00 27.31 14.38 0.42 37.81 [2020-12-04T20:00:29.063Z] 19:47:02 all 55.03 0.00 21.12 13.47 0.30 10.09 [2020-12-04T20:00:29.063Z] 19:47:02 0 54.77 0.00 21.01 14.45 0.29 9.48 [2020-12-04T20:00:29.063Z] 19:47:02 1 54.94 0.00 20.80 13.18 0.33 10.75 [2020-12-04T20:00:29.063Z] 19:47:02 2 54.50 0.00 21.26 12.12 0.29 11.83 [2020-12-04T20:00:29.063Z] 19:47:02 3 55.91 0.00 21.39 14.13 0.27 8.30 [2020-12-04T20:00:29.063Z] 19:48:01 all 23.32 0.00 22.50 25.86 0.22 28.10 [2020-12-04T20:00:29.063Z] 19:48:01 0 21.97 0.00 22.27 20.08 0.25 35.43 [2020-12-04T20:00:29.063Z] 19:48:01 1 23.67 0.00 22.22 29.32 0.23 24.56 [2020-12-04T20:00:29.063Z] 19:48:01 2 24.33 0.00 22.86 26.11 0.18 26.52 [2020-12-04T20:00:29.063Z] 19:48:01 3 23.33 0.00 22.62 27.96 0.22 25.87 [2020-12-04T20:00:29.063Z] 19:49:01 all 30.46 0.00 20.76 27.47 0.23 21.08 [2020-12-04T20:00:29.063Z] 19:49:01 0 30.63 0.00 19.95 27.91 0.26 21.25 [2020-12-04T20:00:29.063Z] 19:49:01 1 30.64 0.00 21.14 27.49 0.23 20.51 [2020-12-04T20:00:29.063Z] 19:49:01 2 29.22 0.00 21.39 26.54 0.21 22.63 [2020-12-04T20:00:29.063Z] 19:49:01 3 31.37 0.00 20.56 27.95 0.23 19.89 [2020-12-04T20:00:29.063Z] 19:50:01 all 38.51 0.00 17.97 22.34 0.14 21.04 [2020-12-04T20:00:29.063Z] 19:50:01 0 38.29 0.00 17.82 22.90 0.14 20.84 [2020-12-04T20:00:29.063Z] 19:50:01 1 39.02 0.00 17.48 22.15 0.14 21.21 [2020-12-04T20:00:29.063Z] 19:50:01 2 37.58 0.00 18.50 21.52 0.16 22.24 [2020-12-04T20:00:29.063Z] 19:50:01 3 39.16 0.00 18.09 22.77 0.12 19.86 [2020-12-04T20:00:29.063Z] 19:51:02 all 9.62 0.00 4.40 2.72 0.23 83.04 [2020-12-04T20:00:29.063Z] 19:51:02 0 9.51 0.00 5.05 2.60 0.27 82.57 [2020-12-04T20:00:29.063Z] 19:51:02 1 9.78 0.00 4.20 2.51 0.25 83.26 [2020-12-04T20:00:29.063Z] 19:51:02 2 9.68 0.00 4.13 2.62 0.25 83.32 [2020-12-04T20:00:29.063Z] 19:51:02 3 9.49 0.00 4.22 3.14 0.15 83.00 [2020-12-04T20:00:29.063Z] 19:52:01 all 0.19 0.00 0.06 0.00 0.01 99.73 [2020-12-04T20:00:29.063Z] 19:52:01 0 0.10 0.00 0.08 0.00 0.00 99.81 [2020-12-04T20:00:29.063Z] 19:52:01 1 0.08 0.00 0.08 0.00 0.02 99.81 [2020-12-04T20:00:29.063Z] 19:52:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-12-04T20:00:29.063Z] 19:52:01 3 0.52 0.00 0.03 0.00 0.02 99.42 [2020-12-04T20:00:29.063Z] [2020-12-04T20:00:29.063Z] 19:52:01 CPU %user %nice %system %iowait %steal %idle [2020-12-04T20:00:29.063Z] 19:53:01 all 0.29 0.00 0.12 0.01 0.00 99.58 [2020-12-04T20:00:29.063Z] 19:53:01 0 0.12 0.00 0.13 0.00 0.00 99.75 [2020-12-04T20:00:29.063Z] 19:53:01 1 0.13 0.00 0.13 0.00 0.00 99.73 [2020-12-04T20:00:29.063Z] 19:53:01 2 0.33 0.00 0.13 0.03 0.00 99.50 [2020-12-04T20:00:29.063Z] 19:53:01 3 0.57 0.00 0.10 0.00 0.00 99.33 [2020-12-04T20:00:29.063Z] 19:54:01 all 0.15 0.00 0.05 0.00 0.01 99.78 [2020-12-04T20:00:29.063Z] 19:54:01 0 0.02 0.00 0.05 0.02 0.02 99.90 [2020-12-04T20:00:29.063Z] 19:54:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2020-12-04T20:00:29.063Z] 19:54:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-04T20:00:29.063Z] 19:54:01 3 0.52 0.00 0.03 0.00 0.02 99.43 [2020-12-04T20:00:29.063Z] 19:55:01 all 0.16 0.00 0.04 0.00 0.01 99.79 [2020-12-04T20:00:29.063Z] 19:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-04T20:00:29.063Z] 19:55:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2020-12-04T20:00:29.063Z] 19:55:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2020-12-04T20:00:29.063Z] 19:55:01 3 0.53 0.00 0.07 0.00 0.00 99.40 [2020-12-04T20:00:29.063Z] 19:56:01 all 7.25 0.00 5.66 4.84 0.12 82.12 [2020-12-04T20:00:29.063Z] 19:56:01 0 6.90 0.00 5.72 5.08 0.12 82.19 [2020-12-04T20:00:29.063Z] 19:56:01 1 6.93 0.00 5.55 3.88 0.12 83.52 [2020-12-04T20:00:29.063Z] 19:56:01 2 7.88 0.00 5.51 3.93 0.12 82.56 [2020-12-04T20:00:29.063Z] 19:56:01 3 7.31 0.00 5.86 6.49 0.12 80.22 [2020-12-04T20:00:29.063Z] 19:57:02 all 7.60 0.00 6.50 4.28 0.10 81.52 [2020-12-04T20:00:29.063Z] 19:57:02 0 7.10 0.00 6.25 3.50 0.07 83.08 [2020-12-04T20:00:29.063Z] 19:57:02 1 7.54 0.00 6.08 4.72 0.14 81.53 [2020-12-04T20:00:29.063Z] 19:57:02 2 8.35 0.00 7.09 3.93 0.12 80.51 [2020-12-04T20:00:29.063Z] 19:57:02 3 7.42 0.00 6.58 4.97 0.09 80.94 [2020-12-04T20:00:29.063Z] 19:58:01 all 10.35 0.00 8.85 3.14 0.11 77.54 [2020-12-04T20:00:29.063Z] 19:58:01 0 10.45 0.00 8.98 4.29 0.14 76.13 [2020-12-04T20:00:29.063Z] 19:58:01 1 10.31 0.00 8.92 2.26 0.07 78.45 [2020-12-04T20:00:29.063Z] 19:58:01 2 9.97 0.00 8.31 2.28 0.16 79.29 [2020-12-04T20:00:29.063Z] 19:58:01 3 10.68 0.00 9.21 3.75 0.09 76.29 [2020-12-04T20:00:29.063Z] 19:59:01 all 7.28 0.00 6.74 2.13 0.10 83.74 [2020-12-04T20:00:29.064Z] 19:59:01 0 6.67 0.00 7.20 2.74 0.12 83.26 [2020-12-04T20:00:29.064Z] 19:59:01 1 6.27 0.00 6.34 1.22 0.08 86.08 [2020-12-04T20:00:29.064Z] 19:59:01 2 8.25 0.00 6.49 1.52 0.10 83.63 [2020-12-04T20:00:29.064Z] 19:59:01 3 7.93 0.00 6.94 3.05 0.09 81.99 [2020-12-04T20:00:29.064Z] 20:00:01 all 11.00 0.00 8.81 2.95 0.15 77.09 [2020-12-04T20:00:29.064Z] 20:00:01 0 10.51 0.00 8.55 2.64 0.14 78.16 [2020-12-04T20:00:29.064Z] 20:00:01 1 9.39 0.00 8.27 3.53 0.19 78.62 [2020-12-04T20:00:29.064Z] 20:00:01 2 10.81 0.00 9.32 2.71 0.12 77.05 [2020-12-04T20:00:29.064Z] 20:00:01 3 13.30 0.00 9.11 2.91 0.17 74.51 [2020-12-04T20:00:29.064Z] Average: all 18.25 0.00 10.24 7.22 0.16 64.13 [2020-12-04T20:00:29.064Z] Average: 0 18.38 0.00 10.21 6.89 0.15 64.37 [2020-12-04T20:00:29.064Z] Average: 1 18.04 0.00 10.16 7.39 0.17 64.25 [2020-12-04T20:00:29.064Z] Average: 2 18.33 0.00 10.41 6.89 0.16 64.21 [2020-12-04T20:00:29.064Z] Average: 3 18.27 0.00 10.18 7.70 0.15 63.71 [2020-12-04T20:00:29.064Z] [2020-12-04T20:00:29.064Z] [2020-12-04T20:00:29.064Z]