Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ef0f5935d89e216213ef86d08ade71681b71b2d2 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d5666b39059330cbbb64ab2b74cfbe1cb58626 # timeout=10 Commit message: "Merge pull request #300 from ernestojeda/fix-c-image-name" > 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 Running on prd-centos7-docker-4c-2g-12697 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/225 [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/225 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision ef0f5935d89e216213ef86d08ade71681b71b2d2 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ef0f5935d89e216213ef86d08ade71681b71b2d2 # timeout=10 Commit message: "Merge pull request #2881 from weichou1229/issue-2880" > git rev-list --no-walk 82d8907018ab8cb9f1ec85c1c043836e064d42f9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-19T05:10:57.603Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-19T05:10:57.958Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-19T05:10:58.081Z] ========================================================= [2020-11-19T05:10:58.081Z] EdgeX Global Pipelines Version Info [2020-11-19T05:10:58.081Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-19T05:11:00.604Z] ------------------- [2020-11-19T05:11:00.604Z] stable info: [2020-11-19T05:11:00.604Z] ------------------- [2020-11-19T05:11:00.604Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-19T05:11:00.604Z] Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 [2020-11-19T05:11:00.604Z] Message: update stable to v1.0.166 [2020-11-19T05:11:01.627Z] ------------------- [2020-11-19T05:11:01.627Z] experimental info: [2020-11-19T05:11:01.627Z] ------------------- [2020-11-19T05:11:01.627Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-19T05:11:01.627Z] Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 [2020-11-19T05:11:01.627Z] Message: update experimental to v1.0.166 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T05:11:02.071Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-19T05:11:02.202Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-19T05:11:02.310Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-19T05:11:02.428Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-19T05:11:02.541Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-19T05:11:02.665Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-19T05:11:02.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-19T05:11:02.902Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-19T05:11:03.022Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-19T05:11:03.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-19T05:11:03.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-19T05:11:03.438Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-19T05:11:03.563Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-19T05:11:03.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-19T05:11:03.773Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-19T05:11:03.886Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-19T05:11:03.990Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-19T05:11:04.112Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-19T05:11:04.224Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-19T05:11:04.321Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-19T05:11:04.430Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-19T05:11:04.529Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-19T05:11:04.643Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-19T05:11:04.788Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-19T05:11:04.925Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-19T05:11:05.028Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] echo [2020-11-19T05:11:05.127Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ef0f593 [Pipeline] echo [2020-11-19T05:11:05.230Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T05:11:05.420Z] provisioning config files... [2020-11-19T05:11:05.457Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/225@tmp/config7729088926132155021tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T05:11:05.873Z] ---> docker-login.sh [2020-11-19T05:11:05.873Z] nexus3.edgexfoundry.org:10001 [2020-11-19T05:11:06.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:11:06.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:11:06.450Z] Configure a credential helper to remove this warning. See [2020-11-19T05:11:06.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:11:06.450Z] [2020-11-19T05:11:06.450Z] Login Succeeded [2020-11-19T05:11:06.450Z] nexus3.edgexfoundry.org:10002 [2020-11-19T05:11:06.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:11:07.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:11:07.024Z] Configure a credential helper to remove this warning. See [2020-11-19T05:11:07.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:11:07.024Z] [2020-11-19T05:11:07.024Z] Login Succeeded [2020-11-19T05:11:07.024Z] nexus3.edgexfoundry.org:10003 [2020-11-19T05:11:07.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:11:07.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:11:07.307Z] Configure a credential helper to remove this warning. See [2020-11-19T05:11:07.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:11:07.307Z] [2020-11-19T05:11:07.307Z] Login Succeeded [2020-11-19T05:11:07.307Z] nexus3.edgexfoundry.org:10004 [2020-11-19T05:11:07.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:11:07.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:11:07.586Z] Configure a credential helper to remove this warning. See [2020-11-19T05:11:07.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:11:07.586Z] [2020-11-19T05:11:07.586Z] Login Succeeded [2020-11-19T05:11:07.586Z] docker.io [2020-11-19T05:11:07.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:11:08.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:11:08.128Z] Configure a credential helper to remove this warning. See [2020-11-19T05:11:08.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:11:08.128Z] [2020-11-19T05:11:08.128Z] Login Succeeded [2020-11-19T05:11:08.128Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T05:11:08.143Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T05:11:08.675Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-11-19T05:11:08.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T05:11:08.675Z] ++ dirname cmd/core-command/Dockerfile [2020-11-19T05:11:08.675Z] ++ cut -d/ -f2 [2020-11-19T05:11:08.675Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-19T05:11:08.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T05:11:08.675Z] ++ dirname cmd/core-data/Dockerfile [2020-11-19T05:11:08.675Z] ++ cut -d/ -f2 [2020-11-19T05:11:08.675Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-19T05:11:08.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T05:11:08.675Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-19T05:11:08.675Z] ++ cut -d/ -f2 [2020-11-19T05:11:08.675Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-19T05:11:08.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T05:11:08.675Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-19T05:11:08.675Z] ++ cut -d/ -f2 [2020-11-19T05:11:08.675Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-19T05:11:08.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T05:11:08.675Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-19T05:11:08.675Z] ++ cut -d/ -f2 [2020-11-19T05:11:08.675Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-19T05:11:08.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T05:11:08.675Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-19T05:11:08.675Z] ++ cut -d/ -f2 [2020-11-19T05:11:08.675Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-19T05:11:08.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T05:11:08.675Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-19T05:11:08.675Z] ++ cut -d/ -f2 [2020-11-19T05:11:08.675Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-19T05:11:08.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T05:11:08.675Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-19T05:11:08.675Z] ++ cut -d/ -f2 [2020-11-19T05:11:08.675Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-19T05:11:08.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T05:11:08.675Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-19T05:11:08.675Z] ++ cut -d/ -f2 [2020-11-19T05:11:08.675Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-19T05:11:08.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T05:11:08.675Z] ++ cut -d/ -f2 [2020-11-19T05:11:08.675Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-19T05:11:08.675Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-19T05:11:08.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T05:11:08.675Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-19T05:11:08.675Z] ++ cut -d/ -f2 [2020-11-19T05:11:08.675Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-19T05:11:08.838Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:11:10.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T05:11:10.462Z] [2020-11-19T05:11:10.462Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:11:10.891Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T05:11:10.891Z] latest: Pulling from edgex-devops/git-semver [2020-11-19T05:11:10.891Z] 31603596830f: Pulling fs layer [2020-11-19T05:11:10.891Z] 2a8b12db71e7: Pulling fs layer [2020-11-19T05:11:10.891Z] 6ca5941a6612: Pulling fs layer [2020-11-19T05:11:10.891Z] ecc8261a40a4: Pulling fs layer [2020-11-19T05:11:10.891Z] ecc8261a40a4: Waiting [2020-11-19T05:11:10.891Z] 2a8b12db71e7: Verifying Checksum [2020-11-19T05:11:10.891Z] 2a8b12db71e7: Download complete [2020-11-19T05:11:11.195Z] 31603596830f: Verifying Checksum [2020-11-19T05:11:11.195Z] 31603596830f: Download complete [2020-11-19T05:11:11.510Z] ecc8261a40a4: Verifying Checksum [2020-11-19T05:11:11.510Z] ecc8261a40a4: Download complete [2020-11-19T05:11:11.510Z] 6ca5941a6612: Verifying Checksum [2020-11-19T05:11:11.510Z] 6ca5941a6612: Download complete [2020-11-19T05:11:11.795Z] 31603596830f: Pull complete [2020-11-19T05:11:11.795Z] 2a8b12db71e7: Pull complete [2020-11-19T05:11:13.231Z] 6ca5941a6612: Pull complete [2020-11-19T05:11:13.231Z] ecc8261a40a4: Pull complete [2020-11-19T05:11:13.231Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-19T05:11:13.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T05:11:13.231Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-19T05:11:13.472Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:11:13.571Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T05:11:16.108Z] $ docker top 5a78b82063c814e614a9a84e6cca4fb4d33d6f865f7104a96d8dc96665d0ff04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T05:11:16.771Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T05:11:16.771Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T05:11:17.307Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T05:11:17.312Z] $ docker exec 5a78b82063c814e614a9a84e6cca4fb4d33d6f865f7104a96d8dc96665d0ff04 ssh-agent [2020-11-19T05:11:17.607Z] SSH_AUTH_SOCK=/tmp/ssh-qXxh0rQvNAza/agent.12 [2020-11-19T05:11:17.607Z] SSH_AGENT_PID=17 [2020-11-19T05:11:17.623Z] Running ssh-add (command line suppressed) [2020-11-19T05:11:17.835Z] Identity added: /w/workspace/edgex-go/225@tmp/private_key_4605369858242067300.key (/w/workspace/edgex-go/225@tmp/private_key_4605369858242067300.key) [2020-11-19T05:11:17.948Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T05:11:18.329Z] + git tag --points-at HEAD [Pipeline] } [2020-11-19T05:11:18.363Z] $ docker exec --env ******** --env ******** 5a78b82063c814e614a9a84e6cca4fb4d33d6f865f7104a96d8dc96665d0ff04 ssh-agent -k [2020-11-19T05:11:18.553Z] unset SSH_AUTH_SOCK; [2020-11-19T05:11:18.554Z] unset SSH_AGENT_PID; [2020-11-19T05:11:18.554Z] echo Agent pid 17 killed; [2020-11-19T05:11:18.623Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-19T05:11:18.797Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T05:11:18.797Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T05:11:19.078Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T05:11:19.084Z] $ docker exec 5a78b82063c814e614a9a84e6cca4fb4d33d6f865f7104a96d8dc96665d0ff04 ssh-agent [2020-11-19T05:11:19.393Z] SSH_AUTH_SOCK=/tmp/ssh-m4mmOtnVepUm/agent.47 [2020-11-19T05:11:19.393Z] SSH_AGENT_PID=53 [2020-11-19T05:11:19.410Z] Running ssh-add (command line suppressed) [2020-11-19T05:11:19.590Z] Identity added: /w/workspace/edgex-go/225@tmp/private_key_6963407366517921726.key (/w/workspace/edgex-go/225@tmp/private_key_6963407366517921726.key) [2020-11-19T05:11:19.658Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T05:11:20.021Z] + git semver init [2020-11-19T05:11:20.021Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T05:11:20.021Z] # $GIT_DIR = /w/workspace/edgex-go/225/.git [2020-11-19T05:11:20.021Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/225 [2020-11-19T05:11:20.021Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T05:11:20.021Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T05:11:20.021Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T05:11:20.021Z] # $SEMVER_BRANCH = master [2020-11-19T05:11:20.021Z] # $SEMVER_TEMP = /tmp/semver-567430023 [2020-11-19T05:11:20.021Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-19T05:12:07.152Z] # '/tmp/semver-567430023' -> '/w/workspace/edgex-go/225/.semver' [2020-11-19T05:12:07.152Z] # -> Force: false [2020-11-19T05:12:07.152Z] # $SEMVER_DIR = /w/workspace/edgex-go/225/.semver [Pipeline] } [2020-11-19T05:12:07.173Z] $ docker exec --env ******** --env ******** 5a78b82063c814e614a9a84e6cca4fb4d33d6f865f7104a96d8dc96665d0ff04 ssh-agent -k [2020-11-19T05:12:07.647Z] unset SSH_AUTH_SOCK; [2020-11-19T05:12:07.648Z] unset SSH_AGENT_PID; [2020-11-19T05:12:07.648Z] echo Agent pid 53 killed; [2020-11-19T05:12:07.772Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T05:12:08.327Z] + git semver [Pipeline] } [2020-11-19T05:12:08.350Z] $ docker stop --time=1 5a78b82063c814e614a9a84e6cca4fb4d33d6f865f7104a96d8dc96665d0ff04 [2020-11-19T05:12:10.179Z] $ docker rm -f 5a78b82063c814e614a9a84e6cca4fb4d33d6f865f7104a96d8dc96665d0ff04 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T05:12:10.740Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-19T05:12:11.647Z] Stashed 1 file(s) [Pipeline] echo [2020-11-19T05:12:11.649Z] [edgeXSemver]: initialized semver on version 1.3.1-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] echo [2020-11-19T05:12:12.305Z] ========================================================= [2020-11-19T05:12:12.305Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-19T05:12:12.305Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:12:12.700Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-11-19T05:12:19.479Z] Sending build context to Docker daemon 325.8MB [2020-11-19T05:12:19.479Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-19T05:12:19.479Z] Step 2/7 : FROM ${BASE} [2020-11-19T05:12:19.479Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-19T05:12:19.479Z] df20fa9351a1: Pulling fs layer [2020-11-19T05:12:19.479Z] ed8968b2872e: Pulling fs layer [2020-11-19T05:12:19.479Z] a92cc7c5fd73: Pulling fs layer [2020-11-19T05:12:19.479Z] e871e8e8d7a9: Pulling fs layer [2020-11-19T05:12:19.480Z] e73272ec9a57: Pulling fs layer [2020-11-19T05:12:19.480Z] 1e910a182e73: Pulling fs layer [2020-11-19T05:12:19.480Z] 4e634b169226: Pulling fs layer [2020-11-19T05:12:19.480Z] e871e8e8d7a9: Waiting [2020-11-19T05:12:19.480Z] e73272ec9a57: Waiting [2020-11-19T05:12:19.480Z] 1e910a182e73: Waiting [2020-11-19T05:12:19.480Z] 4e634b169226: Waiting [2020-11-19T05:12:19.480Z] a92cc7c5fd73: Verifying Checksum [2020-11-19T05:12:19.480Z] a92cc7c5fd73: Download complete [2020-11-19T05:12:19.480Z] ed8968b2872e: Verifying Checksum [2020-11-19T05:12:19.480Z] ed8968b2872e: Download complete [2020-11-19T05:12:19.480Z] e73272ec9a57: Verifying Checksum [2020-11-19T05:12:19.480Z] e73272ec9a57: Download complete [2020-11-19T05:12:20.455Z] 1e910a182e73: Verifying Checksum [2020-11-19T05:12:20.455Z] 1e910a182e73: Download complete [2020-11-19T05:12:20.455Z] df20fa9351a1: Verifying Checksum [2020-11-19T05:12:20.455Z] df20fa9351a1: Download complete [2020-11-19T05:12:20.759Z] df20fa9351a1: Pull complete [2020-11-19T05:12:21.035Z] ed8968b2872e: Pull complete [2020-11-19T05:12:22.090Z] a92cc7c5fd73: Pull complete [2020-11-19T05:12:24.810Z] 4e634b169226: Verifying Checksum [2020-11-19T05:12:24.810Z] 4e634b169226: Download complete [2020-11-19T05:12:27.069Z] Still waiting to schedule task [2020-11-19T05:12:27.069Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-19T05:12:28.392Z] e871e8e8d7a9: Verifying Checksum [2020-11-19T05:12:28.392Z] e871e8e8d7a9: Download complete [2020-11-19T05:12:36.703Z] e871e8e8d7a9: Pull complete [2020-11-19T05:12:36.703Z] e73272ec9a57: Pull complete [2020-11-19T05:12:36.703Z] 1e910a182e73: Pull complete [2020-11-19T05:12:40.077Z] 4e634b169226: Pull complete [2020-11-19T05:12:40.077Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-19T05:12:40.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-19T05:12:40.077Z] ---> f7629b54cfaa [2020-11-19T05:12:40.077Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-19T05:12:40.674Z] ---> Running in 278fe14f23ab [2020-11-19T05:12:41.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T05:12:43.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T05:12:43.740Z] (1/12) Installing libmagic (5.38-r0) [2020-11-19T05:12:44.007Z] (2/12) Installing file (5.38-r0) [2020-11-19T05:12:44.276Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-19T05:12:44.276Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-19T05:13:02.576Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-19T05:13:02.576Z] (6/12) Installing patch (2.7.6-r6) [2020-11-19T05:13:02.576Z] (7/12) Installing build-base (0.5-r2) [2020-11-19T05:13:02.576Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-19T05:13:02.576Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-19T05:13:02.576Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-19T05:13:02.576Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-19T05:13:02.576Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-19T05:13:02.576Z] Executing busybox-1.31.1-r16.trigger [2020-11-19T05:13:02.576Z] OK: 233 MiB in 51 packages [2020-11-19T05:13:06.920Z] Removing intermediate container 278fe14f23ab [2020-11-19T05:13:06.920Z] ---> 9e425f3a6827 [2020-11-19T05:13:06.920Z] Step 4/7 : WORKDIR /edgex-go [2020-11-19T05:13:06.920Z] ---> Running in 455d5122761f [2020-11-19T05:13:06.920Z] Removing intermediate container 455d5122761f [2020-11-19T05:13:06.920Z] ---> c0e93f3e6ff8 [2020-11-19T05:13:06.920Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-19T05:13:07.199Z] latest: Pulling from library/docker [2020-11-19T05:13:07.496Z] 188c0c94c7c5: Pulling fs layer [2020-11-19T05:13:07.496Z] 0c7c675703d6: Pulling fs layer [2020-11-19T05:13:07.496Z] cc8c12a437cb: Pulling fs layer [2020-11-19T05:13:07.496Z] c5dafad2182a: Pulling fs layer [2020-11-19T05:13:07.496Z] 5aa711733414: Pulling fs layer [2020-11-19T05:13:07.496Z] 058f73b55e4b: Pulling fs layer [2020-11-19T05:13:07.496Z] 8c9c664faf12: Pulling fs layer [2020-11-19T05:13:07.496Z] c5dafad2182a: Waiting [2020-11-19T05:13:07.496Z] 5aa711733414: Waiting [2020-11-19T05:13:07.496Z] 058f73b55e4b: Waiting [2020-11-19T05:13:07.496Z] 8c9c664faf12: Waiting [2020-11-19T05:13:07.496Z] cc8c12a437cb: Verifying Checksum [2020-11-19T05:13:07.496Z] cc8c12a437cb: Download complete [2020-11-19T05:13:07.496Z] 0c7c675703d6: Verifying Checksum [2020-11-19T05:13:07.496Z] 0c7c675703d6: Download complete [2020-11-19T05:13:07.875Z] 188c0c94c7c5: Verifying Checksum [2020-11-19T05:13:07.875Z] 188c0c94c7c5: Download complete [2020-11-19T05:13:07.875Z] 058f73b55e4b: Verifying Checksum [2020-11-19T05:13:07.875Z] 058f73b55e4b: Download complete [2020-11-19T05:13:07.875Z] 5aa711733414: Verifying Checksum [2020-11-19T05:13:07.875Z] 5aa711733414: Download complete [2020-11-19T05:13:08.238Z] 8c9c664faf12: Verifying Checksum [2020-11-19T05:13:08.238Z] 8c9c664faf12: Download complete [2020-11-19T05:13:08.238Z] 188c0c94c7c5: Pull complete [2020-11-19T05:13:08.920Z] 0c7c675703d6: Pull complete [2020-11-19T05:13:08.920Z] cc8c12a437cb: Pull complete [2020-11-19T05:13:09.205Z] c5dafad2182a: Verifying Checksum [2020-11-19T05:13:09.205Z] c5dafad2182a: Download complete [2020-11-19T05:13:12.574Z] c5dafad2182a: Pull complete [2020-11-19T05:13:12.574Z] 5aa711733414: Pull complete [2020-11-19T05:13:12.843Z] 058f73b55e4b: Pull complete [2020-11-19T05:13:12.843Z] 8c9c664faf12: Pull complete [2020-11-19T05:13:12.843Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-19T05:13:12.843Z] Status: Downloaded newer image for docker:latest [2020-11-19T05:13:15.490Z] ---> 5e64f6b81fe6 [2020-11-19T05:13:15.490Z] Step 6/7 : COPY go.mod . [2020-11-19T05:13:15.490Z] ---> 6ab2c5117f6b [2020-11-19T05:13:15.490Z] Step 7/7 : RUN go mod download [2020-11-19T05:13:15.490Z] ---> Running in fa7bb64772e8 [2020-11-19T05:13:42.317Z] Removing intermediate container fa7bb64772e8 [2020-11-19T05:13:42.317Z] ---> 46195042bd4c [2020-11-19T05:13:42.317Z] Successfully built 46195042bd4c [2020-11-19T05:13:42.317Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:13:42.681Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-19T05:13:42.982Z] . [Pipeline] withDockerContainer [2020-11-19T05:13:43.174Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:13:43.310Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-19T05:13:44.443Z] $ docker top 3824024a1310033a5f4b08cdcf26ddbd6b61dc23ca38b62b2b4fa3e90316c7b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T05:13:45.056Z] + go version [2020-11-19T05:13:45.056Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-19T05:13:45.079Z] $ docker stop --time=1 3824024a1310033a5f4b08cdcf26ddbd6b61dc23ca38b62b2b4fa3e90316c7b5 [2020-11-19T05:13:46.555Z] $ docker rm -f 3824024a1310033a5f4b08cdcf26ddbd6b61dc23ca38b62b2b4fa3e90316c7b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:13:47.649Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-19T05:13:47.649Z] . [Pipeline] withDockerContainer [2020-11-19T05:13:47.782Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:13:47.877Z] $ 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/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-19T05:13:49.461Z] $ docker top b7556326f5c7b8c0df2e5df3e079e341eed80bfdbe825d3de28d63a93c189224 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-19T05:13:49.760Z] ========================================================= [2020-11-19T05:13:49.760Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-19T05:13:49.760Z] ========================================================= [Pipeline] sh [2020-11-19T05:13:50.079Z] + make test [2020-11-19T05:13:50.079Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-19T05:14:05.605Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-19T05:14:24.482Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12700 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-11-19T05:14:24.564Z] Running in /w/workspace/edgex-go/225 [Pipeline] { [Pipeline] checkout [2020-11-19T05:14:28.400Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-19T05:14:30.319Z] using credential edgex-jenkins-ssh [2020-11-19T05:14:30.390Z] Cloning the remote Git repository [2020-11-19T05:14:30.448Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-19T05:14:30.558Z] > git init /w/workspace/edgex-go/225 # timeout=10 [2020-11-19T05:14:30.636Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-19T05:14:30.636Z] > git --version # timeout=10 [2020-11-19T05:14:30.664Z] > git --version # 'git version 2.17.1' [2020-11-19T05:14:30.666Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T05:14:30.749Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T05:14:38.756Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-19T05:14:38.756Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-19T05:14:38.756Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-19T05:14:38.756Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-19T05:14:39.082Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-19T05:14:42.621Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.048s [2020-11-19T05:14:42.621Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-19T05:14:42.621Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-19T05:14:42.621Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-19T05:14:43.235Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-19T05:14:43.526Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-19T05:14:43.526Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-19T05:14:43.526Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-19T05:14:47.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.142s coverage: 46.6% of statements [2020-11-19T05:14:47.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-19T05:14:47.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-19T05:14:47.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-19T05:14:47.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-19T05:14:47.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-19T05:14:53.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.293s coverage: 27.1% of statements [2020-11-19T05:14:53.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-19T05:14:53.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-19T05:14:53.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-19T05:14:53.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-19T05:14:53.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-19T05:14:53.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-19T05:14:53.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.112s coverage: 100.0% of statements [2020-11-19T05:14:53.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-19T05:14:53.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2020-11-19T05:14:53.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-19T05:14:53.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-19T05:14:53.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 64.9% of statements [2020-11-19T05:14:53.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-19T05:14:53.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-19T05:14:53.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.155s coverage: 84.5% of statements [2020-11-19T05:14:53.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-19T05:14:53.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-19T05:14:53.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-19T05:14:53.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-19T05:14:57.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.619s coverage: 28.6% of statements [2020-11-19T05:14:57.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-19T05:14:57.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-19T05:14:57.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-19T05:14:57.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-19T05:14:57.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-19T05:14:57.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.209s coverage: 100.0% of statements [2020-11-19T05:14:57.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-19T05:14:57.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.117s coverage: 100.0% of statements [2020-11-19T05:14:57.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-19T05:14:57.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.168s coverage: 86.7% of statements [2020-11-19T05:14:57.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-19T05:14:57.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.195s coverage: 97.5% of statements [2020-11-19T05:14:57.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-19T05:14:57.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.096s coverage: 79.0% of statements [2020-11-19T05:14:57.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-19T05:14:57.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-19T05:14:57.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-19T05:14:57.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-19T05:15:01.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.609s coverage: 95.7% of statements [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-19T05:15:01.350Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-19T05:15:01.350Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.118s coverage: 0.0% of statements [no tests to run] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-19T05:15:01.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.335s coverage: 63.5% of statements [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-19T05:15:01.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-19T05:15:01.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2020-11-19T05:15:01.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.116s coverage: 91.3% of statements [2020-11-19T05:15:01.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2020-11-19T05:15:02.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements [2020-11-19T05:15:02.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.093s coverage: 100.0% of statements [2020-11-19T05:15:04.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.775s coverage: 55.9% of statements [2020-11-19T05:15:04.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-19T05:15:04.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-19T05:15:04.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-19T05:15:04.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-19T05:15:04.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-19T05:15:04.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-19T05:15:06.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.172s coverage: 86.3% of statements [2020-11-19T05:15:06.817Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-19T05:15:06.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.887s coverage: 72.2% of statements [2020-11-19T05:15:06.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.895s coverage: 72.1% of statements [2020-11-19T05:15:06.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.119s coverage: 82.4% of statements [2020-11-19T05:15:07.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.043s coverage: 48.4% of statements [2020-11-19T05:15:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-19T05:15:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-19T05:15:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-19T05:15:07.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.053s coverage: 28.8% of statements [2020-11-19T05:15:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-19T05:15:07.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.062s coverage: 96.8% of statements [2020-11-19T05:15:07.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-19T05:15:09.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.166s coverage: 36.5% of statements [2020-11-19T05:15:09.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-19T05:15:09.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-19T05:15:09.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.482s coverage: 84.1% of statements [2020-11-19T05:15:09.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.059s coverage: 100.0% of statements [2020-11-19T05:15:09.942Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.078s coverage: 42.9% of statements [2020-11-19T05:15:09.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-19T05:15:09.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-19T05:15:10.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.059s coverage: 100.0% of statements [2020-11-19T05:15:10.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-19T05:15:10.928Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.087s coverage: 83.8% of statements [2020-11-19T05:15:10.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-19T05:15:13.693Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.214s coverage: 47.1% of statements [2020-11-19T05:15:13.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-19T05:15:13.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-19T05:15:13.693Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.059s coverage: 100.0% of statements [2020-11-19T05:15:13.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-19T05:15:13.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-19T05:15:13.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-19T05:15:13.693Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2020-11-19T05:15:13.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-19T05:15:13.693Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2020-11-19T05:15:13.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-19T05:15:15.622Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-19T05:15:15.641Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T05:15:15.667Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-19T05:15:15.705Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-19T05:15:15.705Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T05:15:15.719Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-19T05:15:16.351Z] Checking out Revision ef0f5935d89e216213ef86d08ade71681b71b2d2 (master) [2020-11-19T05:15:16.508Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.089s coverage: 29.1% of statements [2020-11-19T05:15:16.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-19T05:15:16.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-19T05:15:16.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-19T05:15:16.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-19T05:15:16.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-19T05:15:16.508Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements [2020-11-19T05:15:16.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-19T05:15:16.508Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements [2020-11-19T05:15:16.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-19T05:15:16.508Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2020-11-19T05:15:16.509Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-19T05:15:16.509Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements [2020-11-19T05:15:16.509Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-19T05:15:16.509Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-19T05:15:16.509Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-19T05:15:16.509Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-19T05:15:16.509Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2020-11-19T05:15:16.509Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-19T05:15:16.509Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-19T05:15:16.509Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2020-11-19T05:15:17.114Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements [2020-11-19T05:15:17.383Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.065s coverage: 100.0% of statements [2020-11-19T05:15:17.982Z] GO111MODULE=on go vet ./... [2020-11-19T05:15:16.375Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T05:15:16.438Z] > git checkout -f ef0f5935d89e216213ef86d08ade71681b71b2d2 # timeout=10 [2020-11-19T05:15:20.997Z] Commit message: "Merge pull request #2881 from weichou1229/issue-2880" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T05:15:21.902Z] provisioning config files... [2020-11-19T05:15:21.985Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/225@tmp/config1112849754723013347tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T05:15:22.940Z] ---> docker-login.sh [2020-11-19T05:15:22.940Z] nexus3.edgexfoundry.org:10001 [2020-11-19T05:15:23.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:15:24.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:15:24.197Z] Configure a credential helper to remove this warning. See [2020-11-19T05:15:24.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:15:24.197Z] [2020-11-19T05:15:24.197Z] Login Succeeded [2020-11-19T05:15:24.197Z] nexus3.edgexfoundry.org:10002 [2020-11-19T05:15:24.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:15:24.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:15:24.472Z] Configure a credential helper to remove this warning. See [2020-11-19T05:15:24.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:15:24.472Z] [2020-11-19T05:15:24.472Z] Login Succeeded [2020-11-19T05:15:24.748Z] nexus3.edgexfoundry.org:10003 [2020-11-19T05:15:25.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:15:25.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:15:25.025Z] Configure a credential helper to remove this warning. See [2020-11-19T05:15:25.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:15:25.025Z] [2020-11-19T05:15:25.025Z] Login Succeeded [2020-11-19T05:15:25.299Z] nexus3.edgexfoundry.org:10004 [2020-11-19T05:15:25.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:15:25.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:15:25.850Z] Configure a credential helper to remove this warning. See [2020-11-19T05:15:25.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:15:25.850Z] [2020-11-19T05:15:25.850Z] Login Succeeded [2020-11-19T05:15:25.850Z] docker.io [2020-11-19T05:15:26.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:15:26.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:15:26.403Z] Configure a credential helper to remove this warning. See [2020-11-19T05:15:26.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:15:26.403Z] [2020-11-19T05:15:26.403Z] Login Succeeded [2020-11-19T05:15:26.403Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T05:15:26.479Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-19T05:15:27.037Z] ========================================================= [2020-11-19T05:15:27.037Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-19T05:15:27.037Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:15:27.446Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-19T05:15:30.115Z] Sending build context to Docker daemon 165.3MB [2020-11-19T05:15:30.115Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-19T05:15:30.115Z] Step 2/7 : FROM ${BASE} [2020-11-19T05:15:30.115Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-19T05:15:30.115Z] b538f80385f9: Pulling fs layer [2020-11-19T05:15:30.115Z] 74f711af9a0d: Pulling fs layer [2020-11-19T05:15:30.115Z] 99f96fe45779: Pulling fs layer [2020-11-19T05:15:30.115Z] 8529a6b9a6be: Pulling fs layer [2020-11-19T05:15:30.115Z] 45590311c82a: Pulling fs layer [2020-11-19T05:15:30.115Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-19T05:15:30.115Z] 209524e5b208: Pulling fs layer [2020-11-19T05:15:30.115Z] 8529a6b9a6be: Waiting [2020-11-19T05:15:30.115Z] 45590311c82a: Waiting [2020-11-19T05:15:30.115Z] 69ca0ff8b7b3: Waiting [2020-11-19T05:15:30.115Z] 209524e5b208: Waiting [2020-11-19T05:15:30.115Z] 99f96fe45779: Verifying Checksum [2020-11-19T05:15:30.115Z] 99f96fe45779: Download complete [2020-11-19T05:15:30.115Z] 74f711af9a0d: Verifying Checksum [2020-11-19T05:15:30.115Z] 74f711af9a0d: Download complete [2020-11-19T05:15:30.115Z] 45590311c82a: Verifying Checksum [2020-11-19T05:15:30.115Z] 45590311c82a: Download complete [2020-11-19T05:15:30.115Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-19T05:15:30.115Z] 69ca0ff8b7b3: Download complete [2020-11-19T05:15:30.115Z] b538f80385f9: Verifying Checksum [2020-11-19T05:15:30.115Z] b538f80385f9: Download complete [2020-11-19T05:15:30.721Z] b538f80385f9: Pull complete [2020-11-19T05:15:31.328Z] 74f711af9a0d: Pull complete [2020-11-19T05:15:31.607Z] 99f96fe45779: Pull complete [2020-11-19T05:15:33.054Z] 209524e5b208: Verifying Checksum [2020-11-19T05:15:33.054Z] 209524e5b208: Download complete [2020-11-19T05:15:34.056Z] 8529a6b9a6be: Verifying Checksum [2020-11-19T05:15:34.056Z] 8529a6b9a6be: Download complete [2020-11-19T05:15:44.269Z] 8529a6b9a6be: Pull complete [2020-11-19T05:15:44.544Z] 45590311c82a: Pull complete [2020-11-19T05:15:44.819Z] 69ca0ff8b7b3: Pull complete [2020-11-19T05:15:49.155Z] 209524e5b208: Pull complete [2020-11-19T05:15:49.155Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-19T05:15:49.155Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-19T05:15:49.155Z] ---> 5bddaf1c2fca [2020-11-19T05:15:49.155Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-19T05:15:52.564Z] ---> Running in 791288722b92 [2020-11-19T05:15:53.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T05:15:54.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:15:55.505Z] (1/12) Installing libmagic (5.38-r0) [2020-11-19T05:15:55.778Z] (2/12) Installing file (5.38-r0) [2020-11-19T05:15:55.778Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-19T05:15:55.778Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-19T05:15:57.305Z] gofmt -l . [2020-11-19T05:15:57.305Z] [ "`gofmt -l .`" = "" ] [2020-11-19T05:15:57.305Z] ./bin/test-go-mod-tidy.sh [2020-11-19T05:15:57.305Z] ./bin/test-attribution-txt.sh [2020-11-19T05:16:00.081Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-19T05:16:00.081Z] (6/12) Installing patch (2.7.6-r6) [2020-11-19T05:16:00.081Z] (7/12) Installing build-base (0.5-r2) [2020-11-19T05:16:00.081Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-19T05:16:00.081Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-19T05:16:00.081Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-19T05:16:00.081Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-19T05:16:00.356Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-19T05:16:00.357Z] Executing busybox-1.31.1-r16.trigger [2020-11-19T05:16:00.357Z] OK: 217 MiB in 51 packages [Pipeline] sh [2020-11-19T05:16:02.777Z] + ls -al . [2020-11-19T05:16:02.777Z] total 636 [2020-11-19T05:16:02.777Z] drwxrwxr-x 10 1001 1001 4096 Nov 19 05:16 . [2020-11-19T05:16:02.777Z] drwxr-xr-x 4 root root 32 Nov 19 05:13 .. [2020-11-19T05:16:02.777Z] -rw-rw-r-- 1 1001 1001 11 Nov 19 05:10 .dockerignore [2020-11-19T05:16:02.777Z] drwxrwxr-x 8 1001 1001 162 Nov 19 05:10 .git [2020-11-19T05:16:02.777Z] drwxrwxr-x 3 1001 1001 125 Nov 19 05:10 .github [2020-11-19T05:16:02.777Z] -rw-rw-r-- 1 1001 1001 944 Nov 19 05:10 .gitignore [2020-11-19T05:16:02.777Z] drwx------ 3 1001 1001 32 Nov 19 05:12 .semver [2020-11-19T05:16:02.777Z] -rw-rw-r-- 1 1001 1001 166 Nov 19 05:10 .sonarcloud.properties [2020-11-19T05:16:02.777Z] -rw-rw-r-- 1 1001 1001 3804 Nov 19 05:10 CONTRIBUTING.md [2020-11-19T05:16:02.777Z] -rw-rw-r-- 1 1001 1001 1035 Nov 19 05:10 Dockerfile.build [2020-11-19T05:16:02.777Z] -rw-rw-r-- 1 1001 1001 863 Nov 19 05:10 Jenkinsfile [2020-11-19T05:16:02.777Z] -rw-rw-r-- 1 1001 1001 10775 Nov 19 05:10 LICENSE [2020-11-19T05:16:02.777Z] -rw-rw-r-- 1 1001 1001 6581 Nov 19 05:10 Makefile [2020-11-19T05:16:02.777Z] -rw-rw-r-- 1 1001 1001 6447 Nov 19 05:10 README.md [2020-11-19T05:16:02.777Z] -rw-rw-r-- 1 1001 1001 259 Nov 19 05:10 SECURITY.md [2020-11-19T05:16:02.777Z] -rw-rw-r-- 1 1001 1001 11 Nov 19 05:12 VERSION [2020-11-19T05:16:02.777Z] -rw-rw-r-- 1 1001 1001 4131 Nov 19 05:10 ZMQWindows.md [2020-11-19T05:16:02.777Z] drwxrwxr-x 2 1001 1001 117 Nov 19 05:10 bin [2020-11-19T05:16:02.777Z] drwxrwxr-x 15 1001 1001 4096 Nov 19 05:10 cmd [2020-11-19T05:16:02.777Z] -rw-r--r-- 1 root root 541383 Nov 19 05:15 coverage.out [2020-11-19T05:16:02.777Z] -rw-r--r-- 1 root root 1041 Nov 19 05:15 go.mod [2020-11-19T05:16:02.777Z] -rw-r--r-- 1 root root 18582 Nov 19 05:15 go.sum [2020-11-19T05:16:02.777Z] drwxrwxr-x 8 1001 1001 127 Nov 19 05:10 internal [2020-11-19T05:16:02.777Z] drwxrwxr-x 4 1001 1001 26 Nov 19 05:10 openapi [2020-11-19T05:16:02.777Z] drwxrwxr-x 4 1001 1001 71 Nov 19 05:10 snap [2020-11-19T05:16:02.777Z] -rw-rw-r-- 1 1001 1001 168 Nov 19 05:10 version.go [Pipeline] sh [2020-11-19T05:16:03.462Z] + '[' -e coverage.out ] [2020-11-19T05:16:03.462Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-19T05:16:03.854Z] Stashed 1 file(s) [Pipeline] sh [2020-11-19T05:16:04.199Z] + make build [2020-11-19T05:16:04.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-19T05:16:05.791Z] Removing intermediate container 791288722b92 [2020-11-19T05:16:05.791Z] ---> cd2f0b16e166 [2020-11-19T05:16:05.791Z] Step 4/7 : WORKDIR /edgex-go [2020-11-19T05:16:05.791Z] ---> Running in 7f98155dd027 [2020-11-19T05:16:05.791Z] Removing intermediate container 7f98155dd027 [2020-11-19T05:16:05.791Z] ---> 3c4d78665083 [2020-11-19T05:16:05.791Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-19T05:16:05.791Z] latest: Pulling from library/docker [2020-11-19T05:16:06.068Z] 5f621e34cdf4: Pulling fs layer [2020-11-19T05:16:06.068Z] 85db56a05063: Pulling fs layer [2020-11-19T05:16:06.068Z] ccb67d6aeaaa: Pulling fs layer [2020-11-19T05:16:06.068Z] a0b19fc83503: Pulling fs layer [2020-11-19T05:16:06.068Z] 8eb508b41278: Pulling fs layer [2020-11-19T05:16:06.068Z] 37236713561e: Pulling fs layer [2020-11-19T05:16:06.068Z] 07c93f2b1b56: Pulling fs layer [2020-11-19T05:16:06.068Z] 8eb508b41278: Waiting [2020-11-19T05:16:06.068Z] 07c93f2b1b56: Waiting [2020-11-19T05:16:06.068Z] 37236713561e: Waiting [2020-11-19T05:16:06.068Z] a0b19fc83503: Waiting [2020-11-19T05:16:06.068Z] ccb67d6aeaaa: Download complete [2020-11-19T05:16:06.068Z] 85db56a05063: Verifying Checksum [2020-11-19T05:16:06.068Z] 85db56a05063: Download complete [2020-11-19T05:16:06.068Z] 5f621e34cdf4: Verifying Checksum [2020-11-19T05:16:06.068Z] 5f621e34cdf4: Download complete [2020-11-19T05:16:06.345Z] 8eb508b41278: Verifying Checksum [2020-11-19T05:16:06.345Z] 8eb508b41278: Download complete [2020-11-19T05:16:06.345Z] 37236713561e: Verifying Checksum [2020-11-19T05:16:06.345Z] 37236713561e: Download complete [2020-11-19T05:16:06.950Z] 5f621e34cdf4: Pull complete [2020-11-19T05:16:07.549Z] 85db56a05063: Pull complete [2020-11-19T05:16:07.549Z] 07c93f2b1b56: Download complete [2020-11-19T05:16:07.823Z] ccb67d6aeaaa: Pull complete [2020-11-19T05:16:08.099Z] a0b19fc83503: Verifying Checksum [2020-11-19T05:16:08.099Z] a0b19fc83503: Download complete [2020-11-19T05:16:11.497Z] a0b19fc83503: Pull complete [2020-11-19T05:16:11.497Z] 8eb508b41278: Pull complete [2020-11-19T05:16:12.101Z] 37236713561e: Pull complete [2020-11-19T05:16:12.376Z] 07c93f2b1b56: Pull complete [2020-11-19T05:16:12.376Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-19T05:16:12.376Z] Status: Downloaded newer image for docker:latest [2020-11-19T05:16:15.775Z] ---> fdb4e8e7b429 [2020-11-19T05:16:15.776Z] Step 6/7 : COPY go.mod . [2020-11-19T05:16:16.373Z] ---> ce87c9f871d2 [2020-11-19T05:16:16.373Z] Step 7/7 : RUN go mod download [2020-11-19T05:16:16.653Z] ---> Running in 05eb3c8a18e9 [2020-11-19T05:16:19.389Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2020-11-19T05:16:22.214Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2020-11-19T05:16:26.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-19T05:16:29.292Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-19T05:16:31.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-19T05:16:33.047Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-19T05:16:35.843Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-19T05:16:39.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-19T05:16:41.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-19T05:16:43.477Z] Removing intermediate container 05eb3c8a18e9 [2020-11-19T05:16:43.477Z] ---> b7da50b2be43 [2020-11-19T05:16:43.477Z] Successfully built b7da50b2be43 [2020-11-19T05:16:43.477Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:16:43.832Z] + docker inspect -f . ci-base-image-arm64 [2020-11-19T05:16:43.832Z] . [Pipeline] withDockerContainer [2020-11-19T05:16:44.014Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-19T05:16:44.123Z] prd-ubuntu18.04-docker-arm64-4c-16g-12700 does not seem to be running inside a container [2020-11-19T05:16:44.215Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-19T05:16:46.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-19T05:16:46.031Z] $ docker top 344796a6714c61b6b774ccaee524fd2446c46d6663a8eb9abf69382d4d7fcae2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T05:16:47.492Z] + go version [2020-11-19T05:16:47.492Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-19T05:16:47.517Z] $ docker stop --time=1 344796a6714c61b6b774ccaee524fd2446c46d6663a8eb9abf69382d4d7fcae2 [2020-11-19T05:16:48.074Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-19T05:16:49.467Z] $ docker rm -f 344796a6714c61b6b774ccaee524fd2446c46d6663a8eb9abf69382d4d7fcae2 [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] } [2020-11-19T05:16:53.222Z] $ docker stop --time=1 b7556326f5c7b8c0df2e5df3e079e341eed80bfdbe825d3de28d63a93c189224 [2020-11-19T05:16:55.149Z] $ docker rm -f b7556326f5c7b8c0df2e5df3e079e341eed80bfdbe825d3de28d63a93c189224 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:16:56.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-19T05:16:56.316Z] [2020-11-19T05:16:56.316Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-19T05:16:56.527Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:16:56.796Z] [2020-11-19T05:16:56.796Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:16:56.984Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-19T05:16:57.180Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-19T05:16:57.256Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-19T05:16:57.257Z] 29e5d40040c1: Pulling fs layer [2020-11-19T05:16:57.257Z] 1ce36da41761: Pulling fs layer [2020-11-19T05:16:57.257Z] 25b303627fd3: Pulling fs layer [2020-11-19T05:16:57.849Z] 29e5d40040c1: Verifying Checksum [2020-11-19T05:16:57.849Z] 29e5d40040c1: Download complete [2020-11-19T05:16:58.173Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-19T05:16:58.174Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-19T05:16:58.174Z] ca9280d653b3: Pulling fs layer [2020-11-19T05:16:58.174Z] 7e9c9ca2126c: Pulling fs layer [2020-11-19T05:16:58.443Z] 29e5d40040c1: Pull complete [2020-11-19T05:16:58.719Z] 1ce36da41761: Verifying Checksum [2020-11-19T05:16:58.719Z] 1ce36da41761: Download complete [2020-11-19T05:16:58.768Z] cbdbe7a5bc2a: Download complete [2020-11-19T05:16:59.366Z] cbdbe7a5bc2a: Pull complete [2020-11-19T05:16:59.988Z] ca9280d653b3: Verifying Checksum [2020-11-19T05:16:59.988Z] ca9280d653b3: Download complete [2020-11-19T05:17:00.157Z] 1ce36da41761: Pull complete [2020-11-19T05:17:00.753Z] 25b303627fd3: Verifying Checksum [2020-11-19T05:17:00.753Z] 25b303627fd3: Download complete [2020-11-19T05:17:01.994Z] ca9280d653b3: Pull complete [2020-11-19T05:17:02.596Z] 7e9c9ca2126c: Verifying Checksum [2020-11-19T05:17:02.596Z] 7e9c9ca2126c: Download complete [2020-11-19T05:17:10.910Z] 7e9c9ca2126c: Pull complete [2020-11-19T05:17:10.910Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-19T05:17:10.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-19T05:17:10.910Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-19T05:17:10.914Z] 25b303627fd3: Pull complete [2020-11-19T05:17:10.914Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-19T05:17:10.914Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-19T05:17:10.914Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-19T05:17:11.104Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:17:11.233Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-19T05:17:13.302Z] $ docker top e75cabbaf238f0f92e75c490ba029f49fc3ff67caecf602d8e4432a0ca684b1d -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2020-11-19T05:17:13.788Z] prd-ubuntu18.04-docker-arm64-4c-16g-12700 does not seem to be running inside a container [2020-11-19T05:17:13.866Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-19T05:17:17.047Z] $ docker top b6d0768458d79d7964a54452752ec146858ab611a5e81cd9d7f80fad6009672b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-11-19T05:17:17.735Z] + docker-compose build --help [2020-11-19T05:17:17.735Z] + grep parallel [2020-11-19T05:17:18.495Z] + docker-compose build --help [2020-11-19T05:17:18.495Z] + grep parallel [2020-11-19T05:17:19.782Z] --parallel Build images in parallel. [Pipeline] } [2020-11-19T05:17:19.805Z] $ docker stop --time=1 e75cabbaf238f0f92e75c490ba029f49fc3ff67caecf602d8e4432a0ca684b1d [2020-11-19T05:17:21.536Z] $ docker rm -f e75cabbaf238f0f92e75c490ba029f49fc3ff67caecf602d8e4432a0ca684b1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2020-11-19T05:17:21.882Z] --parallel Build images in parallel. [Pipeline] } [2020-11-19T05:17:21.934Z] $ docker stop --time=1 b6d0768458d79d7964a54452752ec146858ab611a5e81cd9d7f80fad6009672b [2020-11-19T05:17:23.933Z] $ docker rm -f b6d0768458d79d7964a54452752ec146858ab611a5e81cd9d7f80fad6009672b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:17:24.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-19T05:17:24.660Z] . [Pipeline] withDockerContainer [2020-11-19T05:17:24.893Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:17:24.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-19T05:17:24.952Z] . [2020-11-19T05:17:24.957Z] $ 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/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-19T05:17:26.040Z] $ docker top 4e9af37dd16ed8ac933af9828351d1ce663897ad1ba21c6c1b6f5645bb8aa309 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2020-11-19T05:17:26.610Z] prd-ubuntu18.04-docker-arm64-4c-16g-12700 does not seem to be running inside a container [2020-11-19T05:17:26.737Z] $ 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/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-19T05:17:28.220Z] $ docker top e8cd975602fcb3c4c5dcadf652d2c2324ea5d937b9e8848caf27ae4b452e3780 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-11-19T05:17:28.959Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-19T05:17:29.374Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-19T05:17:30.398Z] Building docker-core-command-go ... [2020-11-19T05:17:30.398Z] Building docker-core-data-go ... [2020-11-19T05:17:30.398Z] Building docker-core-metadata-go ... [2020-11-19T05:17:30.398Z] Building docker-security-bootstrap-redis-go ... [2020-11-19T05:17:30.398Z] Building docker-security-proxy-setup-go ... [2020-11-19T05:17:30.398Z] Building docker-security-secrets-setup-go ... [2020-11-19T05:17:30.398Z] Building docker-security-secretstore-setup-go ... [2020-11-19T05:17:30.398Z] Building docker-support-logging-go ... [2020-11-19T05:17:30.398Z] Building docker-support-notifications-go ... [2020-11-19T05:17:30.398Z] Building docker-support-scheduler-go ... [2020-11-19T05:17:30.398Z] Building docker-sys-mgmt-agent-go ... [2020-11-19T05:17:30.398Z] Building docker-security-secrets-setup-go [2020-11-19T05:17:30.398Z] Building docker-security-secretstore-setup-go [2020-11-19T05:17:30.398Z] Building docker-security-bootstrap-redis-go [2020-11-19T05:17:30.398Z] Building docker-support-logging-go [2020-11-19T05:17:30.398Z] Building docker-security-proxy-setup-go [2020-11-19T05:17:32.750Z] Building docker-core-command-go ... [2020-11-19T05:17:32.750Z] Building docker-core-data-go ... [2020-11-19T05:17:32.750Z] Building docker-core-metadata-go ... [2020-11-19T05:17:32.750Z] Building docker-security-bootstrap-redis-go ... [2020-11-19T05:17:32.750Z] Building docker-security-proxy-setup-go ... [2020-11-19T05:17:32.750Z] Building docker-security-secrets-setup-go ... [2020-11-19T05:17:32.750Z] Building docker-security-secretstore-setup-go ... [2020-11-19T05:17:32.750Z] Building docker-support-logging-go ... [2020-11-19T05:17:32.750Z] Building docker-support-notifications-go ... [2020-11-19T05:17:32.750Z] Building docker-support-scheduler-go ... [2020-11-19T05:17:32.750Z] Building docker-sys-mgmt-agent-go ... [2020-11-19T05:17:32.750Z] Building docker-security-secretstore-setup-go [2020-11-19T05:17:32.750Z] Building docker-core-command-go [2020-11-19T05:17:32.750Z] Building docker-security-secrets-setup-go [2020-11-19T05:17:32.750Z] Building docker-support-notifications-go [2020-11-19T05:17:32.750Z] Building docker-sys-mgmt-agent-go [2020-11-19T05:18:17.532Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:18:17.532Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:18:17.532Z] ---> 46195042bd4c [2020-11-19T05:18:17.532Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T05:18:17.532Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:18:17.532Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:18:17.532Z] ---> 46195042bd4c [2020-11-19T05:18:17.532Z] Step 3/24 : WORKDIR /edgex-go [2020-11-19T05:18:17.532Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:18:17.532Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:18:17.532Z] ---> 46195042bd4c [2020-11-19T05:18:17.532Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T05:18:17.532Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:18:17.532Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:18:17.532Z] ---> 46195042bd4c [2020-11-19T05:18:17.532Z] Step 3/20 : WORKDIR /edgex-go [2020-11-19T05:18:17.532Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:18:17.532Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-19T05:18:17.532Z] ---> 46195042bd4c [2020-11-19T05:18:17.532Z] Step 3/29 : WORKDIR /edgex-go [2020-11-19T05:18:17.532Z] ---> Running in f073f59e9178 [2020-11-19T05:18:17.532Z] ---> Running in f4dc96054807 [2020-11-19T05:18:17.532Z] ---> Running in bb6e21cbf79f [2020-11-19T05:18:17.532Z] ---> Running in 5051d5944c8a [2020-11-19T05:18:17.532Z] ---> Running in 043a50be2f3d [2020-11-19T05:18:17.532Z] Removing intermediate container 5051d5944c8a [2020-11-19T05:18:17.532Z] ---> aa9470e29353 [2020-11-19T05:18:17.532Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:18:17.532Z] Removing intermediate container bb6e21cbf79f [2020-11-19T05:18:17.532Z] ---> 4f52c8853300 [2020-11-19T05:18:17.532Z] Step 4/29 : RUN apk update && apk add make git [2020-11-19T05:18:17.532Z] Removing intermediate container 043a50be2f3d [2020-11-19T05:18:17.532Z] ---> 7cb3ef25a78b [2020-11-19T05:18:17.532Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:18:17.532Z] Removing intermediate container f4dc96054807 [2020-11-19T05:18:17.532Z] ---> 90dbe332354a [2020-11-19T05:18:17.532Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:18:17.532Z] Removing intermediate container f073f59e9178 [2020-11-19T05:18:17.532Z] ---> a7ace2c0304e [2020-11-19T05:18:17.532Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:18:17.532Z] ---> Running in ee91022e4e4a [2020-11-19T05:18:17.532Z] ---> Running in 92ace3091cbe [2020-11-19T05:18:17.532Z] ---> Running in d9c7b7d460ea [2020-11-19T05:18:17.532Z] ---> Running in 89a8c253f083 [2020-11-19T05:18:17.532Z] ---> Running in d19f841f72f7 [2020-11-19T05:18:17.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T05:18:17.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T05:18:17.532Z] Removing intermediate container d9c7b7d460ea [2020-11-19T05:18:17.532Z] ---> d1ae81d5a3f8 [2020-11-19T05:18:17.532Z] Step 5/20 : RUN apk update && apk add make git [2020-11-19T05:18:17.532Z] Removing intermediate container 89a8c253f083 [2020-11-19T05:18:17.532Z] ---> a6ef04dcaca6 [2020-11-19T05:18:17.532Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-19T05:18:17.532Z] ---> Running in 552dc7b2a8b0 [2020-11-19T05:18:17.532Z] ---> Running in 4844f18bea4f [2020-11-19T05:18:17.532Z] Removing intermediate container d19f841f72f7 [2020-11-19T05:18:17.532Z] ---> e499ff95be25 [2020-11-19T05:18:17.532Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T05:18:17.532Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:18:17.532Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:18:17.532Z] OK: 12752 distinct packages available [2020-11-19T05:18:17.532Z] Removing intermediate container ee91022e4e4a [2020-11-19T05:18:17.532Z] ---> 48620717e10e [2020-11-19T05:18:17.532Z] Step 5/24 : RUN apk update && apk add make git [2020-11-19T05:18:17.532Z] ---> Running in 3a85a8c5f8ec [2020-11-19T05:18:17.532Z] ---> Running in 18fad49824af [2020-11-19T05:18:17.532Z] OK: 233 MiB in 51 packages [2020-11-19T05:18:17.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T05:18:17.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T05:18:17.804Z] Removing intermediate container 92ace3091cbe [2020-11-19T05:18:17.804Z] ---> 613eb94837b7 [2020-11-19T05:18:17.804Z] Step 5/29 : COPY go.mod . [2020-11-19T05:18:17.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T05:18:18.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T05:18:18.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T05:18:18.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T05:18:18.586Z] ---> 249adf646d82 [2020-11-19T05:18:18.586Z] Step 6/29 : RUN go mod download [2020-11-19T05:18:18.586Z] ---> Running in 6ae27086e119 [2020-11-19T05:18:18.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T05:18:19.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T05:18:19.080Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:18:19.080Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:18:19.080Z] OK: 12752 distinct packages available [2020-11-19T05:18:19.080Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:18:19.080Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:18:19.080Z] OK: 12752 distinct packages available [2020-11-19T05:18:19.522Z] OK: 233 MiB in 51 packages [2020-11-19T05:18:19.522Z] OK: 233 MiB in 51 packages [2020-11-19T05:18:19.522Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:18:19.522Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:18:19.522Z] OK: 12752 distinct packages available [2020-11-19T05:18:19.739Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:18:19.739Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:18:19.739Z] ---> b7da50b2be43 [2020-11-19T05:18:19.739Z] Step 3/24 : WORKDIR /edgex-go [2020-11-19T05:18:19.739Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:18:19.739Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:18:19.739Z] ---> b7da50b2be43 [2020-11-19T05:18:19.739Z] Step 3/24 : WORKDIR /edgex-go [2020-11-19T05:18:19.739Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:18:19.739Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:18:19.739Z] ---> b7da50b2be43 [2020-11-19T05:18:19.740Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T05:18:19.740Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:18:19.740Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:18:19.740Z] ---> b7da50b2be43 [2020-11-19T05:18:19.740Z] Step 3/27 : WORKDIR /edgex-go [2020-11-19T05:18:19.826Z] OK: 233 MiB in 51 packages [2020-11-19T05:18:19.826Z] OK: 233 MiB in 51 packages [2020-11-19T05:18:20.014Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:18:20.014Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-19T05:18:20.014Z] ---> b7da50b2be43 [2020-11-19T05:18:20.014Z] Step 3/29 : WORKDIR /edgex-go [2020-11-19T05:18:20.852Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:18:20.852Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:18:20.852Z] OK: 12752 distinct packages available [2020-11-19T05:18:21.153Z] Removing intermediate container 552dc7b2a8b0 [2020-11-19T05:18:21.153Z] ---> e03de95bc5a7 [2020-11-19T05:18:21.153Z] Step 6/20 : COPY go.mod . [2020-11-19T05:18:21.153Z] OK: 233 MiB in 51 packages [2020-11-19T05:18:21.153Z] Removing intermediate container 4844f18bea4f [2020-11-19T05:18:21.153Z] ---> eb8ee96cdb8e [2020-11-19T05:18:21.153Z] Step 6/22 : COPY go.mod . [2020-11-19T05:18:21.153Z] Removing intermediate container 3a85a8c5f8ec [2020-11-19T05:18:21.153Z] ---> 4c594d54f750 [2020-11-19T05:18:21.153Z] Step 6/22 : COPY go.mod . [2020-11-19T05:18:21.777Z] ---> 93320d58e374 [2020-11-19T05:18:21.777Z] Step 7/22 : RUN go mod download [2020-11-19T05:18:21.777Z] ---> 41aeb5238324 [2020-11-19T05:18:21.777Z] Step 7/20 : RUN go mod download [2020-11-19T05:18:21.777Z] ---> b786c55540df [2020-11-19T05:18:21.777Z] Step 7/22 : RUN go mod download [2020-11-19T05:18:22.073Z] ---> Running in 314c36413a7e [2020-11-19T05:18:22.073Z] ---> Running in 6d4840ef3a2e [2020-11-19T05:18:22.073Z] ---> Running in 243ef26b9650 [2020-11-19T05:18:22.906Z] Removing intermediate container 6ae27086e119 [2020-11-19T05:18:22.906Z] ---> 4511d4c09290 [2020-11-19T05:18:22.906Z] Step 7/29 : COPY . . [2020-11-19T05:18:22.906Z] Removing intermediate container 18fad49824af [2020-11-19T05:18:22.906Z] ---> ba2bf6dd4674 [2020-11-19T05:18:22.906Z] Step 6/24 : COPY go.mod . [2020-11-19T05:18:23.396Z] ---> Running in 0634255cbfa7 [2020-11-19T05:18:23.396Z] ---> Running in d311c8afe2d5 [2020-11-19T05:18:23.396Z] ---> Running in 970f6f37e039 [2020-11-19T05:18:23.396Z] ---> Running in 3a67c7add1ba [2020-11-19T05:18:23.396Z] ---> Running in 1994c1c1eea7 [2020-11-19T05:18:23.669Z] Removing intermediate container 1994c1c1eea7 [2020-11-19T05:18:23.669Z] ---> c8e9d719c9b4 [2020-11-19T05:18:23.669Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:18:23.944Z] Removing intermediate container 3a67c7add1ba [2020-11-19T05:18:23.944Z] ---> 2b0ba46753c3 [2020-11-19T05:18:23.944Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:18:23.944Z] Removing intermediate container 970f6f37e039 [2020-11-19T05:18:23.944Z] ---> 6de95447e9df [2020-11-19T05:18:23.944Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:18:23.944Z] Removing intermediate container d311c8afe2d5 [2020-11-19T05:18:23.944Z] Removing intermediate container 0634255cbfa7 [2020-11-19T05:18:23.944Z] ---> 03266b7e5610 [2020-11-19T05:18:23.944Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:18:23.944Z] ---> d705d1044474 [2020-11-19T05:18:23.944Z] Step 4/29 : RUN apk update && apk add make git [2020-11-19T05:18:24.107Z] ---> 346ffcf2e532 [2020-11-19T05:18:24.107Z] Step 7/24 : RUN go mod download [2020-11-19T05:18:24.214Z] ---> Running in 5eafa04923d2 [2020-11-19T05:18:24.214Z] ---> Running in 48f5a53bd5b4 [2020-11-19T05:18:24.214Z] ---> Running in fda92c1fa6b6 [2020-11-19T05:18:24.214Z] ---> Running in 5bf5d7db0e31 [2020-11-19T05:18:24.214Z] ---> Running in 92bdf6f73478 [2020-11-19T05:18:24.398Z] ---> Running in 0bf375958fff [2020-11-19T05:18:27.098Z] Removing intermediate container 6d4840ef3a2e [2020-11-19T05:18:27.098Z] ---> 64e1267c995c [2020-11-19T05:18:27.098Z] Step 8/22 : COPY . . [2020-11-19T05:18:27.098Z] Removing intermediate container 314c36413a7e [2020-11-19T05:18:27.098Z] ---> d79ebbedfdfe [2020-11-19T05:18:27.098Z] Step 8/20 : COPY . . [2020-11-19T05:18:27.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T05:18:27.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:18:27.899Z] Removing intermediate container 48f5a53bd5b4 [2020-11-19T05:18:27.899Z] ---> 0aee96238e1d [2020-11-19T05:18:27.899Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T05:18:28.174Z] ---> Running in 3066ac9089bb [2020-11-19T05:18:28.455Z] Removing intermediate container 5eafa04923d2 [2020-11-19T05:18:28.455Z] ---> 62cfe67221a5 [2020-11-19T05:18:28.455Z] Step 5/24 : RUN apk update && apk add make git [2020-11-19T05:18:28.455Z] ---> Running in 27679a2a7843 [2020-11-19T05:18:28.455Z] Removing intermediate container fda92c1fa6b6 [2020-11-19T05:18:28.455Z] ---> 9c8694b8ec62 [2020-11-19T05:18:28.455Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-19T05:18:28.753Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:18:28.753Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:18:28.753Z] OK: 12623 distinct packages available [2020-11-19T05:18:28.753Z] Removing intermediate container 5bf5d7db0e31 [2020-11-19T05:18:28.753Z] ---> 255c54cd80b6 [2020-11-19T05:18:28.753Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-19T05:18:28.753Z] ---> Running in 174a3c9cd38a [2020-11-19T05:18:29.027Z] ---> Running in cd436fcee360 [2020-11-19T05:18:29.643Z] OK: 217 MiB in 51 packages [2020-11-19T05:18:29.775Z] Removing intermediate container 243ef26b9650 [2020-11-19T05:18:29.775Z] ---> e7da8e421d71 [2020-11-19T05:18:29.775Z] Step 8/22 : COPY . . [2020-11-19T05:18:30.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T05:18:31.260Z] Removing intermediate container 92bdf6f73478 [2020-11-19T05:18:31.260Z] ---> ba574e1d8669 [2020-11-19T05:18:31.260Z] Step 5/29 : COPY go.mod . [2020-11-19T05:18:31.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T05:18:31.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T05:18:31.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T05:18:31.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:18:31.807Z] ---> a2e06c33e3c8 [2020-11-19T05:18:31.807Z] Step 6/29 : RUN go mod download [2020-11-19T05:18:32.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:18:32.083Z] ---> Running in 34d455b3217d [2020-11-19T05:18:32.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:18:32.369Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:18:32.369Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:18:32.369Z] OK: 12623 distinct packages available [2020-11-19T05:18:32.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:18:32.975Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:18:32.975Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:18:32.975Z] OK: 12623 distinct packages available [2020-11-19T05:18:32.975Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:18:32.975Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:18:32.975Z] OK: 12623 distinct packages available [2020-11-19T05:18:33.262Z] OK: 217 MiB in 51 packages [2020-11-19T05:18:33.547Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:18:33.547Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:18:33.547Z] OK: 12623 distinct packages available [2020-11-19T05:18:33.826Z] OK: 217 MiB in 51 packages [2020-11-19T05:18:34.102Z] OK: 217 MiB in 51 packages [2020-11-19T05:18:34.244Z] Removing intermediate container 0bf375958fff [2020-11-19T05:18:34.244Z] ---> 801247d40229 [2020-11-19T05:18:34.244Z] Step 8/24 : COPY . . [2020-11-19T05:18:34.379Z] OK: 217 MiB in 51 packages [2020-11-19T05:18:35.368Z] Removing intermediate container 3066ac9089bb [2020-11-19T05:18:35.368Z] ---> e7e8756ee39e [2020-11-19T05:18:35.368Z] Step 6/22 : COPY go.mod . [2020-11-19T05:18:35.651Z] Removing intermediate container 174a3c9cd38a [2020-11-19T05:18:35.651Z] ---> b64d30745e56 [2020-11-19T05:18:35.651Z] Step 6/27 : COPY go.mod . [2020-11-19T05:18:35.929Z] Removing intermediate container 27679a2a7843 [2020-11-19T05:18:35.929Z] ---> 15c42d29600c [2020-11-19T05:18:35.929Z] Step 6/24 : COPY go.mod . [2020-11-19T05:18:36.523Z] Removing intermediate container cd436fcee360 [2020-11-19T05:18:36.523Z] ---> 85b355e72f3f [2020-11-19T05:18:36.523Z] Step 6/24 : COPY go.mod . [2020-11-19T05:18:36.523Z] ---> 8b33fb5ae59f [2020-11-19T05:18:36.523Z] Step 7/22 : RUN go mod download [2020-11-19T05:18:36.523Z] Removing intermediate container 34d455b3217d [2020-11-19T05:18:36.523Z] ---> 455ed717497b [2020-11-19T05:18:36.523Z] Step 7/29 : COPY . . [2020-11-19T05:18:36.523Z] ---> 3eefbe5f93be [2020-11-19T05:18:36.523Z] Step 7/27 : RUN go mod download [2020-11-19T05:18:36.812Z] ---> Running in 52cd8e4a446d [2020-11-19T05:18:36.812Z] ---> ecca3e094cdd [2020-11-19T05:18:36.812Z] Step 7/24 : RUN go mod download [2020-11-19T05:18:36.812Z] ---> Running in bbc0498f959a [2020-11-19T05:18:37.089Z] ---> Running in a14e7d210c90 [2020-11-19T05:18:37.381Z] ---> 0e12c028087f [2020-11-19T05:18:37.381Z] Step 7/24 : RUN go mod download [2020-11-19T05:18:37.664Z] ---> Running in 11b26556bab2 [2020-11-19T05:18:43.121Z] Removing intermediate container 52cd8e4a446d [2020-11-19T05:18:43.121Z] ---> e0dfb3dcc1db [2020-11-19T05:18:43.121Z] Step 8/22 : COPY . . [2020-11-19T05:18:43.121Z] Removing intermediate container a14e7d210c90 [2020-11-19T05:18:43.121Z] ---> 1a042fb1892f [2020-11-19T05:18:43.121Z] Step 8/24 : COPY . . [2020-11-19T05:18:43.437Z] Removing intermediate container 11b26556bab2 [2020-11-19T05:18:43.437Z] ---> 42b867eb26c7 [2020-11-19T05:18:43.437Z] Step 8/24 : COPY . . [2020-11-19T05:18:43.437Z] Removing intermediate container bbc0498f959a [2020-11-19T05:18:43.437Z] ---> dc482ae58483 [2020-11-19T05:18:43.437Z] Step 8/27 : COPY . . [2020-11-19T05:18:51.857Z] ---> eb46e4f655a3 [2020-11-19T05:18:51.857Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-19T05:18:53.337Z] ---> Running in 727dc2d62e31 [2020-11-19T05:18:54.344Z] ---> 453e577a9c7b [2020-11-19T05:18:54.344Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-19T05:18:54.344Z] ---> e6e7b668188b [2020-11-19T05:18:54.344Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-19T05:18:54.623Z] ---> Running in 61a385fc9684 [2020-11-19T05:18:54.623Z] ---> Running in 391dfa4cbabc [2020-11-19T05:18:54.623Z] ---> 907be9b3055f [2020-11-19T05:18:54.623Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-19T05:18:54.623Z] ---> 4d2e9ca742d9 [2020-11-19T05:18:54.624Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-19T05:18:55.227Z] ---> Running in 6734ad2eddc8 [2020-11-19T05:18:55.227Z] ---> Running in 9d5de664320a [2020-11-19T05:18:56.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-19T05:18:56.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2020-11-19T05:18:57.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-19T05:18:58.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-19T05:18:58.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-19T05:19:14.194Z] ---> 8fcf27dde100 [2020-11-19T05:19:14.194Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-19T05:19:14.194Z] ---> Running in 26aeae960eef [2020-11-19T05:19:14.475Z] ---> b031eeb1b331 [2020-11-19T05:19:14.475Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-19T05:19:14.475Z] ---> 41d62ae77a96 [2020-11-19T05:19:14.475Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-19T05:19:14.475Z] ---> fbc776f16f03 [2020-11-19T05:19:14.475Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-19T05:19:14.759Z] ---> Running in 3c7c92729a58 [2020-11-19T05:19:14.759Z] ---> Running in b09238ca8dfb [2020-11-19T05:19:14.759Z] ---> Running in e89e9f62f686 [2020-11-19T05:19:16.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-19T05:19:17.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-19T05:19:17.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-19T05:19:17.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-19T05:19:19.263Z] ---> 91e72c1d075a [2020-11-19T05:19:19.263Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-19T05:19:19.775Z] ---> Running in a01a940c68aa [2020-11-19T05:19:21.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-19T05:20:00.931Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-19T05:20:04.790Z] Removing intermediate container 26aeae960eef [2020-11-19T05:20:04.791Z] ---> 64f49ca85ead [2020-11-19T05:20:04.791Z] [2020-11-19T05:20:04.791Z] Step 9/29 : FROM alpine:latest [2020-11-19T05:20:04.791Z] Removing intermediate container b09238ca8dfb [2020-11-19T05:20:04.791Z] ---> 081d7ce349b7 [2020-11-19T05:20:04.791Z] [2020-11-19T05:20:04.791Z] Step 10/22 : FROM alpine:3.10 [2020-11-19T05:20:04.791Z] Removing intermediate container e89e9f62f686 [2020-11-19T05:20:04.791Z] ---> 934ad88c4dc6 [2020-11-19T05:20:04.791Z] [2020-11-19T05:20:04.791Z] Step 10/20 : FROM alpine [2020-11-19T05:20:04.791Z] Removing intermediate container 3c7c92729a58 [2020-11-19T05:20:04.791Z] ---> 6d8ef8cf6602 [2020-11-19T05:20:04.791Z] [2020-11-19T05:20:04.791Z] Step 10/22 : FROM scratch [2020-11-19T05:20:04.791Z] ---> [2020-11-19T05:20:04.791Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-19T05:20:04.791Z] latest: Pulling from library/alpine [2020-11-19T05:20:04.791Z] 3.10: Pulling from library/alpine [2020-11-19T05:20:04.791Z] latest: Pulling from library/alpine [2020-11-19T05:20:05.079Z] ---> Running in 994e90237148 [2020-11-19T05:20:05.363Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-19T05:20:05.363Z] Status: Downloaded newer image for alpine:latest [2020-11-19T05:20:05.363Z] ---> d6e46aa2470d [2020-11-19T05:20:05.363Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-19T05:20:05.363Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-19T05:20:05.363Z] Status: Image is up to date for alpine:latest [2020-11-19T05:20:05.363Z] ---> d6e46aa2470d [2020-11-19T05:20:05.363Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-19T05:20:07.345Z] ---> Running in 726f2311dcd7 [2020-11-19T05:20:07.617Z] ---> Running in 3ef8dcf50597 [2020-11-19T05:20:07.923Z] Removing intermediate container 994e90237148 [2020-11-19T05:20:07.923Z] ---> c6d16eece4b1 [2020-11-19T05:20:07.923Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-19T05:20:08.208Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-19T05:20:08.208Z] Status: Downloaded newer image for alpine:3.10 [2020-11-19T05:20:08.208Z] ---> be4e4bea2c2e [2020-11-19T05:20:08.208Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-19T05:20:08.208Z] ---> Running in 459b36474619 [2020-11-19T05:20:08.208Z] Removing intermediate container 3ef8dcf50597 [2020-11-19T05:20:08.208Z] ---> fd99a148eaab [2020-11-19T05:20:08.208Z] Step 11/29 : USER root [2020-11-19T05:20:08.208Z] Removing intermediate container a01a940c68aa [2020-11-19T05:20:08.208Z] ---> f9423b9264d9 [2020-11-19T05:20:08.208Z] [2020-11-19T05:20:08.208Z] Step 10/24 : FROM alpine:3.10 [2020-11-19T05:20:08.208Z] ---> be4e4bea2c2e [2020-11-19T05:20:08.208Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-19T05:20:08.497Z] ---> Running in c534b492a50c [2020-11-19T05:20:08.497Z] ---> Running in e2ccbafd5f83 [2020-11-19T05:20:08.497Z] ---> Running in ef7a7f18b26e [2020-11-19T05:20:08.783Z] Removing intermediate container 459b36474619 [2020-11-19T05:20:08.783Z] ---> f8eab141ea6d [2020-11-19T05:20:08.783Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T05:20:08.783Z] ---> Running in dd68177519be [2020-11-19T05:20:09.079Z] Removing intermediate container e2ccbafd5f83 [2020-11-19T05:20:09.079Z] ---> 83cd7363eac9 [2020-11-19T05:20:09.079Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-19T05:20:09.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T05:20:09.428Z] ---> Running in 7d79cf5a6974 [2020-11-19T05:20:09.428Z] Removing intermediate container dd68177519be [2020-11-19T05:20:09.428Z] ---> 5cd8411edd5b [2020-11-19T05:20:09.428Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-19T05:20:09.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T05:20:09.745Z] v3.12.1-34-g3bbb400149 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:20:09.745Z] v3.12.1-36-gcc9f3aafcf [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:20:09.745Z] OK: 12744 distinct packages available [2020-11-19T05:20:10.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-19T05:20:10.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-19T05:20:10.050Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-19T05:20:10.323Z] ---> 30a936ead8f1 [2020-11-19T05:20:10.323Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-19T05:20:10.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-19T05:20:10.323Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-19T05:20:10.323Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-19T05:20:10.639Z] (4/4) Installing curl (7.69.1-r1) [2020-11-19T05:20:10.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-19T05:20:10.639Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T05:20:10.639Z] v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-19T05:20:10.639Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-19T05:20:10.639Z] OK: 10346 distinct packages available [2020-11-19T05:20:10.953Z] Executing ca-certificates-20191127-r4.trigger [2020-11-19T05:20:10.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T05:20:10.953Z] v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-19T05:20:10.953Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-19T05:20:10.953Z] OK: 10346 distinct packages available [2020-11-19T05:20:11.407Z] OK: 7 MiB in 18 packages [2020-11-19T05:20:11.407Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-19T05:20:11.407Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-19T05:20:11.407Z] ---> 11270eccee38 [2020-11-19T05:20:11.407Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-19T05:20:11.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T05:20:11.800Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-19T05:20:11.800Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-19T05:20:11.800Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-19T05:20:11.800Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-19T05:20:12.112Z] (4/5) Installing curl (7.66.0-r1) [2020-11-19T05:20:12.112Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-19T05:20:12.112Z] (4/5) Installing curl (7.66.0-r1) [2020-11-19T05:20:12.112Z] Executing busybox-1.30.1-r3.trigger [2020-11-19T05:20:12.112Z] Executing ca-certificates-20191127-r2.trigger [2020-11-19T05:20:12.449Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-19T05:20:12.449Z] Executing busybox-1.30.1-r3.trigger [2020-11-19T05:20:12.449Z] OK: 7 MiB in 19 packages [2020-11-19T05:20:12.449Z] Executing ca-certificates-20191127-r2.trigger [2020-11-19T05:20:12.449Z] OK: 7 MiB in 19 packages [2020-11-19T05:20:12.765Z] v3.12.1-34-g3bbb400149 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:20:12.765Z] v3.12.1-36-gcc9f3aafcf [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:20:12.765Z] OK: 12744 distinct packages available [2020-11-19T05:20:13.082Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-19T05:20:13.082Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-19T05:20:13.082Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T05:20:13.082Z] Executing ca-certificates-20191127-r4.trigger [2020-11-19T05:20:13.082Z] OK: 6 MiB in 16 packages [2020-11-19T05:20:13.380Z] ---> 638e3ad8f9ed [2020-11-19T05:20:13.380Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-19T05:20:13.380Z] Removing intermediate container 726f2311dcd7 [2020-11-19T05:20:13.380Z] ---> 7f19c6d42a4e [2020-11-19T05:20:13.380Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-19T05:20:13.717Z] ---> Running in 136b74ce9456 [2020-11-19T05:20:14.689Z] ---> cf60799936cb [2020-11-19T05:20:14.689Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-19T05:20:14.689Z] Removing intermediate container ef7a7f18b26e [2020-11-19T05:20:14.689Z] ---> dc200f2ab685 [2020-11-19T05:20:14.689Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-19T05:20:14.689Z] Removing intermediate container 136b74ce9456 [2020-11-19T05:20:14.689Z] ---> ca77ad5d3637 [2020-11-19T05:20:14.689Z] Step 13/20 : WORKDIR /edgex [2020-11-19T05:20:14.689Z] Removing intermediate container c534b492a50c [2020-11-19T05:20:14.689Z] ---> 4423f2435384 [2020-11-19T05:20:14.689Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-19T05:20:14.689Z] ---> Running in e883bb7f9207 [2020-11-19T05:20:14.689Z] ---> Running in b99cf49baa6a [2020-11-19T05:20:14.961Z] Removing intermediate container 7d79cf5a6974 [2020-11-19T05:20:14.961Z] ---> 2e3c542d138e [2020-11-19T05:20:14.961Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-19T05:20:15.227Z] ---> Running in 603054226ce4 [2020-11-19T05:20:15.227Z] ---> Running in 3d1b6fe98a89 [2020-11-19T05:20:15.492Z] ---> Running in 4efafaa66529 [2020-11-19T05:20:15.492Z] Removing intermediate container b99cf49baa6a [2020-11-19T05:20:15.492Z] ---> c340bd13c9f1 [2020-11-19T05:20:15.492Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T05:20:15.492Z] Removing intermediate container e883bb7f9207 [2020-11-19T05:20:15.492Z] ---> 544f43cebd5d [2020-11-19T05:20:15.492Z] Step 13/24 : WORKDIR / [2020-11-19T05:20:15.763Z] ---> Running in a92482fa3ef7 [2020-11-19T05:20:15.763Z] Removing intermediate container 3d1b6fe98a89 [2020-11-19T05:20:15.763Z] ---> 1ea9ed4b11e9 [2020-11-19T05:20:15.763Z] Step 13/22 : WORKDIR / [2020-11-19T05:20:15.763Z] ---> Running in 095d95611839 [2020-11-19T05:20:15.763Z] Removing intermediate container 603054226ce4 [2020-11-19T05:20:15.763Z] ---> 5fc99ebfbf3f [2020-11-19T05:20:15.763Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-19T05:20:15.763Z] ---> Running in 56913c0de8d2 [2020-11-19T05:20:15.763Z] Removing intermediate container 4efafaa66529 [2020-11-19T05:20:15.763Z] ---> a9bee0deb4d8 [2020-11-19T05:20:15.763Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-19T05:20:16.029Z] Removing intermediate container a92482fa3ef7 [2020-11-19T05:20:16.029Z] ---> cad421ba1d02 [2020-11-19T05:20:16.029Z] Step 20/22 : LABEL arch=x86_64 [2020-11-19T05:20:16.030Z] ---> Running in 5d4d4e475076 [2020-11-19T05:20:16.030Z] Removing intermediate container 095d95611839 [2020-11-19T05:20:16.030Z] ---> 4b0d1ed75912 [2020-11-19T05:20:16.030Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-19T05:20:16.302Z] ---> Running in 72d9b62fed66 [2020-11-19T05:20:16.302Z] Removing intermediate container 56913c0de8d2 [2020-11-19T05:20:16.303Z] ---> 605989b86e6e [2020-11-19T05:20:16.303Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-19T05:20:16.303Z] ---> 2e38f898853e [2020-11-19T05:20:16.303Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-19T05:20:16.578Z] Removing intermediate container 5d4d4e475076 [2020-11-19T05:20:16.578Z] ---> ef608ac3764d [2020-11-19T05:20:16.578Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-19T05:20:16.578Z] ---> Running in b51a464176de [2020-11-19T05:20:16.863Z] ---> ddf85853bae8 [2020-11-19T05:20:16.863Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-19T05:20:16.863Z] Removing intermediate container 72d9b62fed66 [2020-11-19T05:20:16.863Z] ---> f519957ca517 [2020-11-19T05:20:16.863Z] Step 21/22 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:20:16.863Z] ---> 188ab63988c6 [2020-11-19T05:20:16.863Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-19T05:20:17.149Z] ---> Running in 058b2550b236 [2020-11-19T05:20:17.149Z] ---> 458a1e344cc4 [2020-11-19T05:20:17.149Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-19T05:20:17.774Z] ---> 46f5828fdbe6 [2020-11-19T05:20:17.774Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-19T05:20:17.774Z] Removing intermediate container 058b2550b236 [2020-11-19T05:20:17.774Z] ---> 64cef9712b7c [2020-11-19T05:20:17.774Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2020-11-19T05:20:17.774Z] ---> Running in 35787a03cd36 [2020-11-19T05:20:17.774Z] ---> Running in 0db65585d285 [2020-11-19T05:20:17.774Z] ---> 05f1b06e717e [2020-11-19T05:20:17.774Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-19T05:20:18.069Z] Removing intermediate container 35787a03cd36 [2020-11-19T05:20:18.069Z] ---> 4c63c46cbb85 [2020-11-19T05:20:18.069Z] Step 17/20 : CMD ["--init=true"] [2020-11-19T05:20:18.400Z] ---> Running in d9080feb9bc5 [2020-11-19T05:20:18.400Z] Removing intermediate container 0db65585d285 [2020-11-19T05:20:18.400Z] ---> 5180b1521c12 [2020-11-19T05:20:18.400Z] [2020-11-19T05:20:18.400Z] ---> f3e3665752a0 [2020-11-19T05:20:18.400Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-19T05:20:18.841Z] ---> 5c61268de8e1 [2020-11-19T05:20:18.841Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-19T05:20:18.841Z] Removing intermediate container d9080feb9bc5 [2020-11-19T05:20:18.841Z] ---> 0f70ca09ff51 [2020-11-19T05:20:18.841Z] Step 18/20 : LABEL arch=x86_64 [2020-11-19T05:20:18.841Z] ---> Running in 4e6eadcf048c [2020-11-19T05:20:18.841Z] Successfully built 5180b1521c12 [2020-11-19T05:20:19.136Z] Removing intermediate container b51a464176de [2020-11-19T05:20:19.136Z] ---> 50036f74d6a0 [2020-11-19T05:20:19.136Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-19T05:20:19.136Z] Successfully tagged docker-support-logging-go:latest [2020-11-19T05:20:19.136Z] Building docker-core-data-go [2020-11-19T05:20:19.490Z]  Building docker-support-logging-go ... done Removing intermediate container 4e6eadcf048c [2020-11-19T05:20:19.490Z] ---> 20d06a295e90 [2020-11-19T05:20:19.490Z] Step 19/20 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:20:19.490Z] ---> 1b6e4fcb7caf [2020-11-19T05:20:19.490Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-19T05:20:19.490Z] ---> 81cd92dfbfe5 [2020-11-19T05:20:19.490Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-19T05:20:19.490Z] ---> Running in 6fb880e84ca5 [2020-11-19T05:20:19.490Z] ---> Running in 05430732d303 [2020-11-19T05:20:19.843Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-19T05:20:19.843Z] Removing intermediate container 727dc2d62e31 [2020-11-19T05:20:19.843Z] ---> e6ad5334447d [2020-11-19T05:20:19.843Z] [2020-11-19T05:20:19.843Z] Step 9/29 : FROM alpine:latest [2020-11-19T05:20:19.843Z] latest: Pulling from library/alpine [2020-11-19T05:20:19.843Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-19T05:20:19.843Z] Status: Downloaded newer image for alpine:latest [2020-11-19T05:20:19.843Z] ---> 2e77e061c27f [2020-11-19T05:20:19.843Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-19T05:20:19.843Z] ---> Running in 332d0e48381b [2020-11-19T05:20:19.843Z] Removing intermediate container 332d0e48381b [2020-11-19T05:20:19.843Z] ---> 2e5cc3e83c3a [2020-11-19T05:20:19.843Z] Step 11/29 : USER root [2020-11-19T05:20:19.843Z] ---> Running in 73fb7c1b996f [2020-11-19T05:20:19.843Z] Removing intermediate container 73fb7c1b996f [2020-11-19T05:20:19.843Z] ---> e7f00f649597 [2020-11-19T05:20:19.843Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-19T05:20:19.843Z] ---> Running in 6842cd9f7ff7 [2020-11-19T05:20:19.843Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T05:20:20.221Z] Removing intermediate container 6fb880e84ca5 [2020-11-19T05:20:20.221Z] ---> cc3821225902 [2020-11-19T05:20:20.221Z] Step 20/20 : LABEL version=1.3.1-dev.1 [2020-11-19T05:20:20.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:20:20.497Z] ---> f78d4bfd7b1a [2020-11-19T05:20:20.497Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-19T05:20:20.498Z] ---> Running in c120cbfed345 [2020-11-19T05:20:21.045Z] v3.12.1-34-g3bbb400149 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:20:21.045Z] v3.12.1-36-gcc9f3aafcf [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:20:21.045Z] OK: 12615 distinct packages available [2020-11-19T05:20:21.179Z] ---> 458aafad1023 [2020-11-19T05:20:21.180Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-19T05:20:22.027Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-19T05:20:22.305Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-19T05:20:22.305Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T05:20:22.305Z] Executing ca-certificates-20191127-r4.trigger [2020-11-19T05:20:22.582Z] OK: 6 MiB in 16 packages [2020-11-19T05:20:23.150Z] Removing intermediate container c120cbfed345 [2020-11-19T05:20:23.150Z] ---> 17a20b7acba3 [2020-11-19T05:20:23.150Z] [2020-11-19T05:20:23.426Z] ---> bcc68c16da70 [2020-11-19T05:20:23.427Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-19T05:20:23.427Z] ---> b9413065d53a [2020-11-19T05:20:23.427Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-19T05:20:23.701Z] Successfully built 17a20b7acba3 [2020-11-19T05:20:24.024Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-11-19T05:20:24.024Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-11-19T05:20:24.024Z] ---> Running in e83a67432559 [2020-11-19T05:20:24.365Z] ---> 13dcf352039c [2020-11-19T05:20:24.365Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-19T05:20:24.365Z] Removing intermediate container 05430732d303 [2020-11-19T05:20:24.365Z] ---> 20091eb15a07 [2020-11-19T05:20:24.365Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-19T05:20:24.898Z] ---> Running in f497b18d32d4 [2020-11-19T05:20:25.511Z] Removing intermediate container f497b18d32d4 [2020-11-19T05:20:25.511Z] ---> 3ef4e410baa1 [2020-11-19T05:20:25.511Z] Step 20/22 : LABEL arch=x86_64 [2020-11-19T05:20:25.830Z] ---> 11b181a2b8e2 [2020-11-19T05:20:25.830Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-19T05:20:26.456Z] ---> Running in 4751770b5c2d [2020-11-19T05:20:27.197Z] Removing intermediate container 6842cd9f7ff7 [2020-11-19T05:20:27.197Z] ---> ffc3d1429d27 [2020-11-19T05:20:27.197Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-19T05:20:27.486Z] ---> Running in 1e905cebf52f [2020-11-19T05:20:27.902Z] ---> 67d606728a41 [2020-11-19T05:20:27.903Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-19T05:20:28.484Z] Removing intermediate container 9d5de664320a [2020-11-19T05:20:28.485Z] ---> 1280b07a0d6f [2020-11-19T05:20:28.485Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-19T05:20:28.767Z] Removing intermediate container 1e905cebf52f [2020-11-19T05:20:28.767Z] ---> a94cf40874bd [2020-11-19T05:20:28.767Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-19T05:20:28.767Z] ---> Running in f5f53b6d41c7 [2020-11-19T05:20:29.045Z] ---> Running in 081e163431e7 [2020-11-19T05:20:29.320Z] Removing intermediate container 391dfa4cbabc [2020-11-19T05:20:29.320Z] ---> 31fc8016957b [2020-11-19T05:20:29.320Z] [2020-11-19T05:20:29.320Z] Step 10/24 : FROM alpine:3.10 [2020-11-19T05:20:29.351Z] ---> Running in 1e2671a76e64 [2020-11-19T05:20:29.351Z] Removing intermediate container 4751770b5c2d [2020-11-19T05:20:29.351Z] ---> 0a68b24a18e3 [2020-11-19T05:20:29.351Z] Step 21/22 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:20:29.921Z] 3.10: Pulling from library/alpine [2020-11-19T05:20:30.196Z] Removing intermediate container 081e163431e7 [2020-11-19T05:20:30.196Z] ---> 57cb167651c5 [2020-11-19T05:20:30.196Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-19T05:20:30.399Z] ---> Running in 4f5690908048 [2020-11-19T05:20:30.399Z] Removing intermediate container e83a67432559 [2020-11-19T05:20:30.399Z] ---> cd76cda15983 [2020-11-19T05:20:30.399Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-19T05:20:30.481Z] ---> Running in a3297457f13d [2020-11-19T05:20:31.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-19T05:20:31.494Z] ---> Running in 9593bbedae88 [2020-11-19T05:20:31.494Z] Removing intermediate container 4f5690908048 [2020-11-19T05:20:31.494Z] ---> 22915823ab1a [2020-11-19T05:20:31.494Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2020-11-19T05:20:31.862Z] ---> Running in 3894ea72f312 [2020-11-19T05:20:32.248Z] Removing intermediate container 9593bbedae88 [2020-11-19T05:20:32.248Z] ---> 4e6e04e2803f [2020-11-19T05:20:32.248Z] Step 22/24 : LABEL arch=x86_64 [2020-11-19T05:20:32.474Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-19T05:20:32.474Z] Status: Downloaded newer image for alpine:3.10 [2020-11-19T05:20:32.474Z] ---> 536a684cf733 [2020-11-19T05:20:32.474Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-19T05:20:32.718Z] ---> Running in 59f64169c1da [2020-11-19T05:20:33.077Z] ---> Running in b18754bd449b [2020-11-19T05:20:33.209Z] Removing intermediate container 3894ea72f312 [2020-11-19T05:20:33.209Z] ---> a23ae0a44cda [2020-11-19T05:20:33.209Z] [2020-11-19T05:20:33.501Z] Successfully built a23ae0a44cda [2020-11-19T05:20:33.501Z] Removing intermediate container 1e2671a76e64 [2020-11-19T05:20:33.501Z] ---> 3c5605de75ea [2020-11-19T05:20:33.501Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-19T05:20:33.501Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-11-19T05:20:33.501Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2020-11-19T05:20:34.202Z] Removing intermediate container 59f64169c1da [2020-11-19T05:20:34.202Z] ---> 79c9c5c41e57 [2020-11-19T05:20:34.202Z] Step 23/24 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:20:35.072Z] Removing intermediate container a3297457f13d [2020-11-19T05:20:35.072Z] ---> 8a2885729162 [2020-11-19T05:20:35.072Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-19T05:20:35.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-19T05:20:35.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:20:36.310Z] ---> Running in 9ca54d00b413 [2020-11-19T05:20:36.310Z] ---> 87fde9c31061 [2020-11-19T05:20:36.310Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-19T05:20:36.833Z] ---> Running in f9e09d94cae8 [2020-11-19T05:20:36.947Z] v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-19T05:20:36.948Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-19T05:20:36.948Z] OK: 10167 distinct packages available [2020-11-19T05:20:36.948Z] ---> eb6a6205796f [2020-11-19T05:20:36.948Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-19T05:20:37.229Z] Removing intermediate container f5f53b6d41c7 [2020-11-19T05:20:37.229Z] ---> 184e6dbd1c74 [2020-11-19T05:20:37.229Z] [2020-11-19T05:20:37.229Z] Step 11/27 : FROM docker:latest [2020-11-19T05:20:37.229Z] ---> 5d4db4dc0692 [2020-11-19T05:20:37.229Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-19T05:20:37.503Z] ---> Running in b992fb88b421 [2020-11-19T05:20:37.503Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-19T05:20:37.783Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-19T05:20:37.783Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-19T05:20:37.783Z] (4/5) Installing curl (7.66.0-r1) [2020-11-19T05:20:37.783Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-19T05:20:37.783Z] Executing busybox-1.30.1-r3.trigger [2020-11-19T05:20:37.783Z] Executing ca-certificates-20191127-r2.trigger [2020-11-19T05:20:37.960Z] Removing intermediate container 9ca54d00b413 [2020-11-19T05:20:37.960Z] ---> b8d347e25553 [2020-11-19T05:20:37.960Z] Step 24/24 : LABEL version=1.3.1-dev.1 [2020-11-19T05:20:38.095Z] ---> 1fbe4374e3c5 [2020-11-19T05:20:38.095Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-19T05:20:38.095Z] OK: 7 MiB in 19 packages [2020-11-19T05:20:38.949Z] ---> Running in 1d051ccfadb7 [2020-11-19T05:20:40.079Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:20:40.079Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:20:40.079Z] ---> 46195042bd4c [2020-11-19T05:20:40.079Z] Step 3/23 : WORKDIR /edgex-go [2020-11-19T05:20:40.079Z] ---> Using cache [2020-11-19T05:20:40.079Z] ---> a7ace2c0304e [2020-11-19T05:20:40.079Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:20:40.079Z] ---> Using cache [2020-11-19T05:20:40.079Z] ---> e499ff95be25 [2020-11-19T05:20:40.079Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-19T05:20:40.096Z] ---> fcc8fc1a0c61 [2020-11-19T05:20:40.096Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-19T05:20:40.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T05:20:40.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:20:40.777Z] Removing intermediate container 1d051ccfadb7 [2020-11-19T05:20:40.777Z] ---> e5ae68e2723e [2020-11-19T05:20:40.777Z] [2020-11-19T05:20:40.972Z] Removing intermediate container b18754bd449b [2020-11-19T05:20:40.972Z] ---> cb44eaba55e1 [2020-11-19T05:20:40.972Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-19T05:20:41.138Z] ---> Running in 45fa8b01bdca [2020-11-19T05:20:41.138Z] Successfully built e5ae68e2723e [2020-11-19T05:20:41.138Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-11-19T05:20:41.138Z] Building docker-support-notifications-go [2020-11-19T05:20:41.277Z] (1/2) Installing readline (8.0.4-r0) [2020-11-19T05:20:41.277Z] (2/2) Installing bash (5.0.17-r0) [2020-11-19T05:20:41.277Z] Executing bash-5.0.17-r0.post-install [2020-11-19T05:20:41.277Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T05:20:41.277Z] OK: 12 MiB in 22 packages [2020-11-19T05:20:41.277Z] ---> Running in 0e778ea27dec [2020-11-19T05:20:41.558Z] ---> d7f00b4192f4 [2020-11-19T05:20:41.558Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-19T05:20:42.563Z] Removing intermediate container 0e778ea27dec [2020-11-19T05:20:42.563Z] ---> ddde0b7c2455 [2020-11-19T05:20:42.563Z] Step 13/24 : WORKDIR / [2020-11-19T05:20:42.844Z] ---> 5f7457930f15 [2020-11-19T05:20:42.844Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-19T05:20:42.844Z] ---> Running in dc69bd6e938a [2020-11-19T05:20:43.123Z] ---> Running in 309bb46357d9 [2020-11-19T05:20:43.622Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f9e09d94cae8 [2020-11-19T05:20:43.622Z] ---> ffec5d78abb9 [2020-11-19T05:20:43.622Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-19T05:20:43.716Z] Removing intermediate container b992fb88b421 [2020-11-19T05:20:43.716Z] ---> e2fa3dcb2855 [2020-11-19T05:20:43.716Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-19T05:20:43.987Z] Removing intermediate container dc69bd6e938a [2020-11-19T05:20:43.987Z] ---> c18ddf8ec727 [2020-11-19T05:20:43.987Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-19T05:20:44.261Z] ---> Running in 04a8f00ef370 [2020-11-19T05:20:44.269Z] ---> Running in b4b1cc0aad51 [2020-11-19T05:20:44.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T05:20:44.854Z] Removing intermediate container 61a385fc9684 [2020-11-19T05:20:44.854Z] ---> cd7a1cb2ce43 [2020-11-19T05:20:44.854Z] [2020-11-19T05:20:44.854Z] Step 10/22 : FROM scratch [2020-11-19T05:20:44.854Z] ---> [2020-11-19T05:20:44.854Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T05:20:45.137Z] ---> f6014b03108b [2020-11-19T05:20:45.137Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-19T05:20:45.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T05:20:45.413Z] ---> Running in acf37b561a61 [2020-11-19T05:20:45.413Z] Removing intermediate container 6734ad2eddc8 [2020-11-19T05:20:45.413Z] ---> d1d0468b1b9e [2020-11-19T05:20:45.413Z] [2020-11-19T05:20:45.413Z] Step 10/24 : FROM scratch [2020-11-19T05:20:45.413Z] ---> [2020-11-19T05:20:45.413Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-19T05:20:46.015Z] ---> Running in 3fae265542cb [2020-11-19T05:20:46.015Z] Removing intermediate container acf37b561a61 [2020-11-19T05:20:46.015Z] ---> 0e3ceadff180 [2020-11-19T05:20:46.015Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-19T05:20:46.289Z] ---> Running in 10c0fdb5ac46 [2020-11-19T05:20:46.289Z] ---> 292d87a8aaeb [2020-11-19T05:20:46.289Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-19T05:20:46.363Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:20:46.363Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:20:46.363Z] OK: 12752 distinct packages available [2020-11-19T05:20:46.363Z] OK: 233 MiB in 51 packages [2020-11-19T05:20:46.563Z] Removing intermediate container 3fae265542cb [2020-11-19T05:20:46.563Z] Removing intermediate container 309bb46357d9 [2020-11-19T05:20:46.563Z] ---> b9fb21c18979 [2020-11-19T05:20:46.563Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-19T05:20:46.563Z] ---> 3074c4fba382 [2020-11-19T05:20:46.563Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-19T05:20:46.839Z] ---> Running in ce53d26df4c5 [2020-11-19T05:20:46.839Z] Removing intermediate container 10c0fdb5ac46 [2020-11-19T05:20:46.839Z] ---> 131158edf94f [2020-11-19T05:20:46.839Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T05:20:46.839Z] ---> Running in ff9707f383cd [2020-11-19T05:20:47.440Z] Removing intermediate container ce53d26df4c5 [2020-11-19T05:20:47.440Z] ---> 3200c5cf27ce [2020-11-19T05:20:47.440Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-19T05:20:47.440Z] ---> b309f42522c8 [2020-11-19T05:20:47.440Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-19T05:20:47.440Z] ---> Running in ad8fdbb8df5f [2020-11-19T05:20:47.440Z] Removing intermediate container ff9707f383cd [2020-11-19T05:20:47.440Z] ---> 220b531c1d8e [2020-11-19T05:20:47.440Z] Step 14/22 : WORKDIR / [2020-11-19T05:20:47.715Z] ---> b006a74a0526 [2020-11-19T05:20:47.715Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-19T05:20:47.715Z] Removing intermediate container 04a8f00ef370 [2020-11-19T05:20:47.715Z] ---> ebdf9e8ea9d4 [2020-11-19T05:20:47.715Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-19T05:20:47.715Z] ---> Running in e63d23b8b108 [2020-11-19T05:20:47.988Z] ---> Running in 3816d57efe11 [2020-11-19T05:20:47.988Z] ---> Running in 4b2e5499812c [2020-11-19T05:20:48.262Z] Removing intermediate container ad8fdbb8df5f [2020-11-19T05:20:48.262Z] ---> 4e416149543b [2020-11-19T05:20:48.262Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-19T05:20:48.377Z] Removing intermediate container b4b1cc0aad51 [2020-11-19T05:20:48.377Z] ---> 4ed1adbbe87a [2020-11-19T05:20:48.377Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-19T05:20:48.537Z] Removing intermediate container e63d23b8b108 [2020-11-19T05:20:48.537Z] ---> 26601c1cba31 [2020-11-19T05:20:48.537Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-19T05:20:48.537Z] Removing intermediate container 4b2e5499812c [2020-11-19T05:20:48.537Z] ---> 20cb44266c4b [2020-11-19T05:20:48.537Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-19T05:20:48.667Z] ---> Running in 6a850bed04d0 [2020-11-19T05:20:48.815Z] ---> Running in 4466906eb639 [2020-11-19T05:20:49.091Z] ---> 91537d212c30 [2020-11-19T05:20:49.091Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-19T05:20:49.273Z] Removing intermediate container 45fa8b01bdca [2020-11-19T05:20:49.273Z] ---> 4e27da4230f4 [2020-11-19T05:20:49.273Z] Step 6/23 : COPY go.mod . [2020-11-19T05:20:49.366Z] ---> c1c6a736fad4 [2020-11-19T05:20:49.366Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-19T05:20:49.366Z] ---> 488a4c7c1d09 [2020-11-19T05:20:49.366Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-19T05:20:49.643Z] Removing intermediate container 4466906eb639 [2020-11-19T05:20:49.643Z] ---> 0e6276665b3a [2020-11-19T05:20:49.643Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-19T05:20:49.921Z] ---> Running in 3b2560672788 [2020-11-19T05:20:49.992Z] Removing intermediate container 6a850bed04d0 [2020-11-19T05:20:49.992Z] ---> 87e174a49add [2020-11-19T05:20:49.992Z] Step 26/29 : CMD [ "generate" ] [2020-11-19T05:20:50.276Z] ---> Running in fe4134e0055f [2020-11-19T05:20:50.590Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:20:50.590Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:20:50.590Z] ---> 46195042bd4c [2020-11-19T05:20:50.590Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T05:20:50.590Z] ---> Using cache [2020-11-19T05:20:50.590Z] ---> a7ace2c0304e [2020-11-19T05:20:50.590Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:20:50.590Z] ---> Using cache [2020-11-19T05:20:50.590Z] ---> e499ff95be25 [2020-11-19T05:20:50.590Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T05:20:50.590Z] ---> Using cache [2020-11-19T05:20:50.590Z] ---> 4c594d54f750 [2020-11-19T05:20:50.590Z] Step 6/22 : COPY go.mod . [2020-11-19T05:20:50.590Z] ---> Using cache [2020-11-19T05:20:50.590Z] ---> 93320d58e374 [2020-11-19T05:20:50.590Z] Step 7/22 : RUN go mod download [2020-11-19T05:20:50.590Z] ---> Using cache [2020-11-19T05:20:50.590Z] ---> e7da8e421d71 [2020-11-19T05:20:50.590Z] Step 8/22 : COPY . . [2020-11-19T05:20:50.590Z] ---> Using cache [2020-11-19T05:20:50.590Z] ---> 41d62ae77a96 [2020-11-19T05:20:50.590Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-19T05:20:50.875Z] ---> 98d8e7d0e673 [2020-11-19T05:20:50.875Z] Step 7/23 : RUN go mod download [2020-11-19T05:20:50.912Z] Removing intermediate container 3b2560672788 [2020-11-19T05:20:50.913Z] ---> f5144e0b7b4f [2020-11-19T05:20:50.913Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-19T05:20:50.913Z] ---> 66358a151134 [2020-11-19T05:20:50.913Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-19T05:20:50.913Z] ---> d558c369518c [2020-11-19T05:20:50.913Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-19T05:20:51.190Z] ---> af76d1b94c2a [2020-11-19T05:20:51.190Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-19T05:20:51.467Z] Removing intermediate container 3816d57efe11 [2020-11-19T05:20:51.467Z] ---> bb8e6a44e2d7 [2020-11-19T05:20:51.467Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-19T05:20:51.898Z] ---> Running in 4f5004e15a75 [2020-11-19T05:20:51.898Z] ---> Running in 32364bfd3877 [2020-11-19T05:20:51.898Z] Removing intermediate container fe4134e0055f [2020-11-19T05:20:51.898Z] ---> d911adf0c86a [2020-11-19T05:20:51.898Z] Step 27/29 : LABEL arch=x86_64 [2020-11-19T05:20:52.070Z] ---> Running in bee82c6b0c58 [2020-11-19T05:20:52.070Z] ---> 5f82584c86d9 [2020-11-19T05:20:52.070Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-19T05:20:52.182Z] ---> Running in 82f33ac7c349 [2020-11-19T05:20:52.347Z] ---> 55f81a16e304 [2020-11-19T05:20:52.347Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-19T05:20:52.347Z] ---> Running in b05a36b96403 [2020-11-19T05:20:52.626Z] ---> 7aa5189a39e5 [2020-11-19T05:20:52.626Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-19T05:20:52.626Z] ---> 024b28b11387 [2020-11-19T05:20:52.626Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-19T05:20:52.805Z] Removing intermediate container 82f33ac7c349 [2020-11-19T05:20:52.805Z] ---> e64191e73ec1 [2020-11-19T05:20:52.805Z] Step 28/29 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:20:52.900Z] ---> Running in a1ff7630df0d [2020-11-19T05:20:53.509Z] ---> c84ef6249135 [2020-11-19T05:20:53.509Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-19T05:20:53.509Z] Removing intermediate container a1ff7630df0d [2020-11-19T05:20:53.509Z] ---> dec7d3ee4a61 [2020-11-19T05:20:53.509Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T05:20:53.785Z] ---> Running in 54cc0a115a49 [2020-11-19T05:20:53.832Z] ---> Running in 8ccebd63d1b4 [2020-11-19T05:20:54.059Z] ---> cf58949c2fab [2020-11-19T05:20:54.060Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-19T05:20:54.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-19T05:20:54.339Z] Removing intermediate container 54cc0a115a49 [2020-11-19T05:20:54.339Z] ---> 5ab8f4d17ded [2020-11-19T05:20:54.339Z] Step 20/22 : LABEL arch=arm64 [2020-11-19T05:20:54.439Z] Removing intermediate container 8ccebd63d1b4 [2020-11-19T05:20:54.439Z] ---> 5911efffa1de [2020-11-19T05:20:54.439Z] Step 29/29 : LABEL version=1.3.1-dev.1 [2020-11-19T05:20:54.612Z] ---> 02fa742f6781 [2020-11-19T05:20:54.612Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-19T05:20:54.892Z] ---> Running in ed20ebdd0b24 [2020-11-19T05:20:54.892Z] ---> Running in 87c3aa223fe9 [2020-11-19T05:20:55.067Z] ---> Running in 6e30653c29d8 [2020-11-19T05:20:55.487Z] Removing intermediate container ed20ebdd0b24 [2020-11-19T05:20:55.487Z] ---> 2d69fda0afd6 [2020-11-19T05:20:55.487Z] Step 21/22 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:20:56.098Z] ---> b2ace231412b [2020-11-19T05:20:56.098Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-19T05:20:56.098Z] ---> Running in f8fc8d91aa32 [2020-11-19T05:20:56.098Z] Removing intermediate container bee82c6b0c58 [2020-11-19T05:20:56.098Z] ---> f8d7d26b13db [2020-11-19T05:20:56.098Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-19T05:20:56.120Z] Removing intermediate container 6e30653c29d8 [2020-11-19T05:20:56.120Z] ---> 51b35f299bcf [2020-11-19T05:20:56.120Z] [2020-11-19T05:20:56.371Z] Removing intermediate container b05a36b96403 [2020-11-19T05:20:56.371Z] ---> 5c64b3a37b04 [2020-11-19T05:20:56.371Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-19T05:20:56.371Z] ---> Running in 59e5f2027a60 [2020-11-19T05:20:56.371Z] ---> Running in c2966b29af3e [2020-11-19T05:20:56.646Z] Removing intermediate container f8fc8d91aa32 [2020-11-19T05:20:56.646Z] ---> 1eff3bc9ce21 [2020-11-19T05:20:56.646Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2020-11-19T05:20:56.760Z] Successfully built 51b35f299bcf [2020-11-19T05:20:56.760Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-11-19T05:20:56.760Z] Building docker-core-command-go [2020-11-19T05:20:56.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T05:20:56.922Z] ---> Running in b60ec092dced [2020-11-19T05:20:56.922Z] ---> a92ca3b7372b [2020-11-19T05:20:56.922Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-19T05:20:57.195Z] Removing intermediate container 59e5f2027a60 [2020-11-19T05:20:57.195Z] ---> 1a27bc004045 [2020-11-19T05:20:57.195Z] Step 26/29 : CMD [ "generate" ] [2020-11-19T05:20:57.195Z] Removing intermediate container c2966b29af3e [2020-11-19T05:20:57.195Z] ---> 8901a6885f09 [2020-11-19T05:20:57.195Z] Step 22/24 : LABEL arch=arm64 [2020-11-19T05:20:57.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:20:57.195Z] ---> Running in f765ca9a9c61 [2020-11-19T05:20:57.471Z] ---> Running in 846f44b3ec5c [2020-11-19T05:20:57.471Z] ---> Running in b9251a373b6b [2020-11-19T05:20:57.471Z] Removing intermediate container b60ec092dced [2020-11-19T05:20:57.471Z] ---> 9a6d29fe4397 [2020-11-19T05:20:57.471Z] [2020-11-19T05:20:57.744Z] Removing intermediate container f765ca9a9c61 [2020-11-19T05:20:57.744Z] ---> 267236b50eb8 [2020-11-19T05:20:57.744Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T05:20:57.744Z] Successfully built 9a6d29fe4397 [2020-11-19T05:20:58.018Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-19T05:20:58.018Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-19T05:20:58.018Z] (2/33) Installing expat (2.2.9-r1) [2020-11-19T05:20:58.018Z] Building docker-security-bootstrap-redis-go [2020-11-19T05:20:58.018Z] (3/33) Installing libffi (3.3-r2) [2020-11-19T05:20:58.018Z]  Building docker-core-command-go ... done (4/33) Installing gdbm (1.13-r1) [2020-11-19T05:20:58.018Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-19T05:20:58.018Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-19T05:20:58.018Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-19T05:20:58.018Z] ---> Running in aabf9daac0df [2020-11-19T05:20:58.018Z] Removing intermediate container b9251a373b6b [2020-11-19T05:20:58.018Z] Removing intermediate container 846f44b3ec5c [2020-11-19T05:20:58.018Z] ---> a16d3d022f20 [2020-11-19T05:20:58.018Z] Step 23/24 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:20:58.018Z] ---> 2d24e0ec3eef [2020-11-19T05:20:58.018Z] Step 27/29 : LABEL arch=arm64 [2020-11-19T05:20:58.619Z] ---> Running in 9c44c0f5c360 [2020-11-19T05:20:58.619Z] ---> Running in 6fc8013782ab [2020-11-19T05:20:58.907Z] Removing intermediate container aabf9daac0df [2020-11-19T05:20:58.907Z] ---> 716cb9dd5353 [2020-11-19T05:20:58.907Z] Step 22/24 : LABEL arch=arm64 [2020-11-19T05:20:59.613Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 32364bfd3877 [2020-11-19T05:20:59.613Z] ---> f912aa8b969f [2020-11-19T05:20:59.613Z] Step 8/23 : COPY . . [2020-11-19T05:21:00.370Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-19T05:21:00.370Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-19T05:21:00.370Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-19T05:21:00.370Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-19T05:21:00.370Z] ---> Running in 64d01bf0c017 [2020-11-19T05:21:00.370Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-19T05:21:00.370Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-19T05:21:00.370Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-19T05:21:00.370Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-19T05:21:00.370Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-19T05:21:00.370Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-19T05:21:00.370Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-19T05:21:00.370Z] Removing intermediate container 6fc8013782ab [2020-11-19T05:21:00.370Z] ---> e798da4dff8e [2020-11-19T05:21:00.370Z] Step 28/29 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:21:00.641Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-19T05:21:00.641Z] Removing intermediate container 9c44c0f5c360 [2020-11-19T05:21:00.641Z] ---> abb35f464c27 [2020-11-19T05:21:00.641Z] Step 24/24 : LABEL version=1.3.1-dev.1 [2020-11-19T05:21:00.641Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-19T05:21:00.641Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-19T05:21:00.641Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-19T05:21:00.641Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-19T05:21:00.641Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-19T05:21:00.641Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-19T05:21:00.641Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-19T05:21:00.920Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-19T05:21:00.920Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-19T05:21:00.920Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-19T05:21:00.920Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-19T05:21:00.920Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-19T05:21:00.920Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-19T05:21:00.920Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-19T05:21:00.920Z] Removing intermediate container 64d01bf0c017 [2020-11-19T05:21:00.920Z] ---> bb807711f144 [2020-11-19T05:21:00.920Z] Step 23/24 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:21:00.920Z] ---> Running in 46f347f82879 [2020-11-19T05:21:00.920Z] ---> Running in 41cab900bf8c [2020-11-19T05:21:01.198Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T05:21:01.198Z] OK: 71 MiB in 55 packages [2020-11-19T05:21:01.198Z] ---> Running in 1458a34cffd2 [2020-11-19T05:21:01.804Z] Removing intermediate container 46f347f82879 [2020-11-19T05:21:01.804Z] ---> cf21db292b7f [2020-11-19T05:21:01.804Z] Step 29/29 : LABEL version=1.3.1-dev.1 [2020-11-19T05:21:01.804Z] Removing intermediate container 41cab900bf8c [2020-11-19T05:21:01.804Z] ---> db047aed80d5 [2020-11-19T05:21:01.804Z] [2020-11-19T05:21:02.087Z] Removing intermediate container 1458a34cffd2 [2020-11-19T05:21:02.087Z] ---> ca9dba3cba56 [2020-11-19T05:21:02.087Z] Step 24/24 : LABEL version=1.3.1-dev.1 [2020-11-19T05:21:02.087Z] ---> Running in 0967c80fba76 [2020-11-19T05:21:02.371Z] Successfully built db047aed80d5 [2020-11-19T05:21:02.371Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-11-19T05:21:02.371Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-11-19T05:21:02.371Z] ---> Running in 6567acc923c3 [2020-11-19T05:21:02.641Z] Removing intermediate container 0967c80fba76 [2020-11-19T05:21:02.641Z] ---> 7a6d8e541e83 [2020-11-19T05:21:02.641Z] [2020-11-19T05:21:02.921Z] Removing intermediate container 6567acc923c3 [2020-11-19T05:21:02.921Z] ---> f93f487fb4f1 [2020-11-19T05:21:02.921Z] [2020-11-19T05:21:02.921Z] Successfully built 7a6d8e541e83 [2020-11-19T05:21:02.921Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-11-19T05:21:02.921Z]  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go [2020-11-19T05:21:03.195Z] Successfully built f93f487fb4f1 [2020-11-19T05:21:03.195Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-19T05:21:03.195Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2020-11-19T05:21:08.612Z] Removing intermediate container 87c3aa223fe9 [2020-11-19T05:21:08.612Z] ---> b2a64904aa50 [2020-11-19T05:21:08.612Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-19T05:21:09.211Z] ---> Running in 07dc6718425f [2020-11-19T05:21:15.922Z] Collecting docker-compose==1.23.2 [2020-11-19T05:21:15.922Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-19T05:21:15.922Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-19T05:21:15.922Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-19T05:21:15.922Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-19T05:21:17.894Z] Collecting docker<4.0,>=3.6.0 [2020-11-19T05:21:17.894Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-19T05:21:18.493Z] Collecting jsonschema<3,>=2.5.1 [2020-11-19T05:21:18.493Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-19T05:21:19.090Z] Collecting texttable<0.10,>=0.9.0 [2020-11-19T05:21:19.090Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-19T05:21:21.718Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-19T05:21:21.719Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-19T05:21:22.324Z] Collecting PyYAML<4,>=3.10 [2020-11-19T05:21:22.324Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-19T05:21:23.306Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:21:23.306Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:21:23.306Z] ---> b7da50b2be43 [2020-11-19T05:21:23.306Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T05:21:23.306Z] ---> Using cache [2020-11-19T05:21:23.306Z] ---> d705d1044474 [2020-11-19T05:21:23.306Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:21:23.833Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:21:23.833Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:21:23.833Z] ---> 46195042bd4c [2020-11-19T05:21:23.833Z] Step 3/24 : WORKDIR /edgex-go [2020-11-19T05:21:23.833Z] ---> Using cache [2020-11-19T05:21:23.833Z] ---> a7ace2c0304e [2020-11-19T05:21:23.833Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:21:23.833Z] ---> Using cache [2020-11-19T05:21:23.833Z] ---> e499ff95be25 [2020-11-19T05:21:23.833Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-19T05:21:23.833Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:21:23.833Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:21:23.833Z] ---> 46195042bd4c [2020-11-19T05:21:23.833Z] Step 3/21 : WORKDIR /edgex-go [2020-11-19T05:21:23.833Z] ---> Using cache [2020-11-19T05:21:23.833Z] ---> a7ace2c0304e [2020-11-19T05:21:23.833Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:21:23.833Z] ---> Using cache [2020-11-19T05:21:23.833Z] ---> e499ff95be25 [2020-11-19T05:21:23.833Z] Step 5/21 : RUN apk update && apk add make git [2020-11-19T05:21:23.833Z] ---> Using cache [2020-11-19T05:21:23.833Z] ---> 4c594d54f750 [2020-11-19T05:21:23.833Z] Step 6/21 : COPY go.mod . [2020-11-19T05:21:23.833Z] ---> Using cache [2020-11-19T05:21:23.833Z] ---> 93320d58e374 [2020-11-19T05:21:23.833Z] Step 7/21 : RUN go mod download [2020-11-19T05:21:23.833Z] ---> Using cache [2020-11-19T05:21:23.833Z] ---> e7da8e421d71 [2020-11-19T05:21:23.833Z] Step 8/21 : COPY . . [2020-11-19T05:21:23.833Z] ---> Using cache [2020-11-19T05:21:23.833Z] ---> 41d62ae77a96 [2020-11-19T05:21:23.833Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-19T05:21:23.833Z] ---> Running in aee0a31e252e [2020-11-19T05:21:23.833Z] ---> Running in 741e0ba6526c [2020-11-19T05:21:24.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-19T05:21:24.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T05:21:25.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T05:21:26.323Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:21:26.323Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:21:26.323Z] OK: 12752 distinct packages available [2020-11-19T05:21:27.027Z] OK: 233 MiB in 51 packages [2020-11-19T05:21:27.625Z] ---> Running in 6a8904a9a76e [2020-11-19T05:21:27.905Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-19T05:21:27.905Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-19T05:21:28.178Z] Collecting docopt<0.7,>=0.6.1 [2020-11-19T05:21:28.178Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-19T05:21:30.558Z] Removing intermediate container 741e0ba6526c [2020-11-19T05:21:30.558Z] ---> 2a0ee1d856c3 [2020-11-19T05:21:30.558Z] Step 6/24 : COPY go.mod . [2020-11-19T05:21:30.817Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:21:30.817Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:21:30.817Z] ---> b7da50b2be43 [2020-11-19T05:21:30.817Z] Step 3/21 : WORKDIR /edgex-go [2020-11-19T05:21:30.817Z] ---> Using cache [2020-11-19T05:21:30.817Z] ---> d705d1044474 [2020-11-19T05:21:30.817Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:21:30.817Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:21:30.817Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:21:30.817Z] ---> b7da50b2be43 [2020-11-19T05:21:30.817Z] Step 3/23 : WORKDIR /edgex-go [2020-11-19T05:21:30.817Z] ---> Using cache [2020-11-19T05:21:30.817Z] ---> d705d1044474 [2020-11-19T05:21:30.817Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:21:31.089Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:21:31.089Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:21:31.089Z] ---> b7da50b2be43 [2020-11-19T05:21:31.089Z] Step 3/20 : WORKDIR /edgex-go [2020-11-19T05:21:31.089Z] ---> Using cache [2020-11-19T05:21:31.089Z] ---> d705d1044474 [2020-11-19T05:21:31.089Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:21:31.089Z] Collecting cached-property<2,>=1.2.0 [2020-11-19T05:21:31.363Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-19T05:21:31.363Z] ---> Running in 9f93c5e533aa [2020-11-19T05:21:31.363Z] ---> Running in b5ba5c59a903 [2020-11-19T05:21:31.363Z] ---> Running in c9f92d06b450 [2020-11-19T05:21:31.611Z] ---> deadc4f4508c [2020-11-19T05:21:31.611Z] Step 7/24 : RUN go mod download [2020-11-19T05:21:31.638Z] Removing intermediate container 6a8904a9a76e [2020-11-19T05:21:31.638Z] ---> 241e1f9cd685 [2020-11-19T05:21:31.638Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T05:21:31.638Z] Collecting docker-pycreds>=0.4.0 [2020-11-19T05:21:31.638Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-19T05:21:31.906Z] ---> Running in 363b41c2e664 [2020-11-19T05:21:31.910Z] ---> Running in cfefc9f97df3 [2020-11-19T05:21:31.910Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-11-19T05:21:32.900Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-19T05:21:32.900Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-19T05:21:33.183Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-11-19T05:21:33.461Z] Collecting idna<2.8,>=2.5 [2020-11-19T05:21:33.461Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-19T05:21:33.461Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-19T05:21:33.461Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-19T05:21:33.461Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-19T05:21:33.461Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-19T05:21:34.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T05:21:34.922Z] Installing collected packages: dockerpty, urllib3, idna, requests, docker-pycreds, websocket-client, docker, jsonschema, texttable, PyYAML, docopt, cached-property, docker-compose [2020-11-19T05:21:34.922Z] Running setup.py install for dockerpty: started [2020-11-19T05:21:35.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:21:35.533Z] Removing intermediate container c9f92d06b450 [2020-11-19T05:21:35.533Z] ---> c50ac848d929 [2020-11-19T05:21:35.533Z] Step 5/21 : RUN apk update && apk add make git [2020-11-19T05:21:35.811Z] ---> Running in 9d83770a95d0 [2020-11-19T05:21:36.142Z] Removing intermediate container 9f93c5e533aa [2020-11-19T05:21:36.142Z] ---> 8db1be727264 [2020-11-19T05:21:36.142Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-19T05:21:36.142Z] Removing intermediate container b5ba5c59a903 [2020-11-19T05:21:36.142Z] ---> 0b456bfe372f [2020-11-19T05:21:36.142Z] Step 5/20 : RUN apk update && apk add make git [2020-11-19T05:21:36.142Z] ---> Running in badc8cff2381 [2020-11-19T05:21:36.142Z] ---> Running in 41bb0c564902 [2020-11-19T05:21:36.478Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:21:36.478Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:21:36.478Z] OK: 12623 distinct packages available [2020-11-19T05:21:37.536Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-19T05:21:37.536Z] Attempting uninstall: urllib3 [2020-11-19T05:21:37.536Z] Found existing installation: urllib3 1.25.9 [2020-11-19T05:21:37.536Z] OK: 217 MiB in 51 packages [2020-11-19T05:21:37.536Z] Uninstalling urllib3-1.25.9: [2020-11-19T05:21:37.849Z] Successfully uninstalled urllib3-1.25.9 [2020-11-19T05:21:38.510Z] Attempting uninstall: idna [2020-11-19T05:21:38.510Z] Found existing installation: idna 2.9 [2020-11-19T05:21:38.510Z] Uninstalling idna-2.9: [2020-11-19T05:21:38.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T05:21:38.815Z] Successfully uninstalled idna-2.9 [2020-11-19T05:21:39.415Z] Attempting uninstall: requests [2020-11-19T05:21:39.415Z] Found existing installation: requests 2.23.0 [2020-11-19T05:21:39.415Z] Uninstalling requests-2.23.0: [2020-11-19T05:21:39.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:21:39.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T05:21:39.700Z] Successfully uninstalled requests-2.23.0 [2020-11-19T05:21:39.700Z] Removing intermediate container cfefc9f97df3 [2020-11-19T05:21:39.700Z] ---> b937f95660e4 [2020-11-19T05:21:39.700Z] Step 6/22 : COPY go.mod . [2020-11-19T05:21:39.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T05:21:40.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:21:40.586Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:21:40.586Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:21:40.586Z] OK: 12623 distinct packages available [2020-11-19T05:21:40.586Z] ---> d3c34eaa2cc4 [2020-11-19T05:21:40.586Z] Step 7/22 : RUN go mod download [2020-11-19T05:21:40.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:21:40.866Z] ---> Running in 1455496c1018 [2020-11-19T05:21:41.477Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:21:41.477Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:21:41.477Z] OK: 12623 distinct packages available [2020-11-19T05:21:41.477Z] OK: 217 MiB in 51 packages [2020-11-19T05:21:41.477Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:21:41.477Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:21:41.477Z] OK: 12623 distinct packages available [2020-11-19T05:21:41.757Z] Running setup.py install for texttable: started [2020-11-19T05:21:42.362Z] OK: 217 MiB in 51 packages [2020-11-19T05:21:42.638Z] Removing intermediate container 363b41c2e664 [2020-11-19T05:21:42.638Z] ---> d286894d5cff [2020-11-19T05:21:42.638Z] Step 8/24 : COPY . . [2020-11-19T05:21:42.643Z] OK: 217 MiB in 51 packages [2020-11-19T05:21:43.633Z] Removing intermediate container 9d83770a95d0 [2020-11-19T05:21:43.633Z] ---> ec5945f0097f [2020-11-19T05:21:43.633Z] Step 6/21 : COPY go.mod . [2020-11-19T05:21:44.242Z] Removing intermediate container badc8cff2381 [2020-11-19T05:21:44.242Z] ---> 5ffdf5aecca4 [2020-11-19T05:21:44.242Z] Step 6/20 : COPY go.mod . [2020-11-19T05:21:44.531Z] Removing intermediate container 41bb0c564902 [2020-11-19T05:21:44.531Z] ---> 355e15f6c678 [2020-11-19T05:21:44.531Z] Step 6/23 : COPY go.mod . [2020-11-19T05:21:44.531Z] ---> 1d90cd9d05bc [2020-11-19T05:21:44.531Z] Step 7/21 : RUN go mod download [2020-11-19T05:21:44.812Z] Running setup.py install for texttable: finished with status 'done' [2020-11-19T05:21:44.812Z] Running setup.py install for PyYAML: started [2020-11-19T05:21:44.812Z] ---> Running in 1d4cc22b20c3 [2020-11-19T05:21:45.428Z] ---> 48bc8e540244 [2020-11-19T05:21:45.428Z] Step 7/20 : RUN go mod download [2020-11-19T05:21:45.710Z] ---> Running in 0e1d21b95cef [2020-11-19T05:21:45.710Z] Removing intermediate container 1455496c1018 [2020-11-19T05:21:45.710Z] ---> 482fe0d42757 [2020-11-19T05:21:45.710Z] Step 8/22 : COPY . . [2020-11-19T05:21:45.995Z] ---> 57f0298c534c [2020-11-19T05:21:45.995Z] Step 7/23 : RUN go mod download [2020-11-19T05:21:46.274Z] ---> Running in 2df8f2a8a28a [2020-11-19T05:21:47.366Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:21:47.367Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:21:47.367Z] ---> 46195042bd4c [2020-11-19T05:21:47.367Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T05:21:47.367Z] ---> Using cache [2020-11-19T05:21:47.367Z] ---> a7ace2c0304e [2020-11-19T05:21:47.367Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:21:47.367Z] ---> Using cache [2020-11-19T05:21:47.367Z] ---> e499ff95be25 [2020-11-19T05:21:47.367Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T05:21:47.367Z] ---> Using cache [2020-11-19T05:21:47.367Z] ---> 4c594d54f750 [2020-11-19T05:21:47.367Z] Step 6/22 : COPY go.mod . [2020-11-19T05:21:47.367Z] ---> Using cache [2020-11-19T05:21:47.367Z] ---> 93320d58e374 [2020-11-19T05:21:47.367Z] Step 7/22 : RUN go mod download [2020-11-19T05:21:47.367Z] ---> Using cache [2020-11-19T05:21:47.367Z] ---> e7da8e421d71 [2020-11-19T05:21:47.367Z] Step 8/22 : COPY . . [2020-11-19T05:21:47.669Z] ---> Using cache [2020-11-19T05:21:47.669Z] ---> 41d62ae77a96 [2020-11-19T05:21:47.669Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-19T05:21:47.729Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-19T05:21:48.013Z] Running setup.py install for docopt: started [2020-11-19T05:21:49.444Z] ---> Running in 11d380afeb6e [2020-11-19T05:21:50.671Z] Running setup.py install for docopt: finished with status 'done' [2020-11-19T05:21:50.671Z] Removing intermediate container 1d4cc22b20c3 [2020-11-19T05:21:50.671Z] ---> 0cd0fca064e4 [2020-11-19T05:21:50.671Z] Step 8/21 : COPY . . [2020-11-19T05:21:50.947Z] Removing intermediate container 0e1d21b95cef [2020-11-19T05:21:50.947Z] ---> 4eddccdd9818 [2020-11-19T05:21:50.948Z] Step 8/20 : COPY . . [2020-11-19T05:21:51.554Z] Removing intermediate container 2df8f2a8a28a [2020-11-19T05:21:51.554Z] ---> 76bcf4d20d63 [2020-11-19T05:21:51.554Z] Step 8/23 : COPY . . [2020-11-19T05:21:51.554Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-11-19T05:21:52.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2020-11-19T05:21:59.908Z] ---> 49a855267582 [2020-11-19T05:21:59.909Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-19T05:22:00.511Z] Removing intermediate container 07dc6718425f [2020-11-19T05:22:00.511Z] ---> f1d82e6ba952 [2020-11-19T05:22:00.511Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-19T05:22:00.950Z] Removing intermediate container 4f5004e15a75 [2020-11-19T05:22:00.950Z] ---> 36498df9aaa3 [2020-11-19T05:22:00.950Z] [2020-11-19T05:22:00.950Z] Step 10/22 : FROM scratch [2020-11-19T05:22:00.950Z] ---> [2020-11-19T05:22:00.950Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T05:22:01.113Z] ---> Running in 6cf0a9238d35 [2020-11-19T05:22:01.390Z] ---> Running in f4b01f67eb7e [2020-11-19T05:22:02.609Z] ---> bd977ae762d4 [2020-11-19T05:22:02.609Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-19T05:22:02.842Z] ---> a6b2610a5102 [2020-11-19T05:22:02.842Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-19T05:22:02.842Z] ---> 97737c485114 [2020-11-19T05:22:02.842Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-19T05:22:02.953Z] ---> Running in 23639c886208 [2020-11-19T05:22:03.119Z] ---> Running in 8300633eba2c [2020-11-19T05:22:03.119Z] ---> Running in a1414a0507e3 [2020-11-19T05:22:03.395Z] ---> bb6623c1b9c5 [2020-11-19T05:22:03.395Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-19T05:22:03.395Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-19T05:22:03.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T05:22:03.669Z] ---> Running in 2b96c46c1013 [2020-11-19T05:22:03.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:22:04.081Z] ---> Running in 8061257d5978 [2020-11-19T05:22:04.553Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-19T05:22:04.553Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-19T05:22:04.553Z] (3/3) Installing curl (7.69.1-r1) [2020-11-19T05:22:04.839Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T05:22:04.839Z] OK: 71 MiB in 58 packages [2020-11-19T05:22:05.623Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2020-11-19T05:22:05.623Z] Removing intermediate container 8061257d5978 [2020-11-19T05:22:05.623Z] ---> 968f75a297ca [2020-11-19T05:22:05.623Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-19T05:22:05.831Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-19T05:22:06.113Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2020-11-19T05:22:06.113Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-19T05:22:06.391Z] Removing intermediate container f4b01f67eb7e [2020-11-19T05:22:06.391Z] ---> 44cb78686c74 [2020-11-19T05:22:06.391Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-19T05:22:06.419Z] ---> Running in a774570ca58a [2020-11-19T05:22:06.676Z] ---> Running in 2020581b199a [2020-11-19T05:22:07.287Z] Removing intermediate container 2020581b199a [2020-11-19T05:22:07.287Z] ---> 1c9200480d6f [2020-11-19T05:22:07.287Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T05:22:07.287Z] ---> Running in abffe1631134 [2020-11-19T05:22:08.283Z] Removing intermediate container abffe1631134 [2020-11-19T05:22:08.283Z] ---> 668183273b97 [2020-11-19T05:22:08.283Z] Step 25/27 : LABEL arch=arm64 [2020-11-19T05:22:08.283Z] ---> Running in 4ef397f516c7 [2020-11-19T05:22:08.530Z] Removing intermediate container a774570ca58a [2020-11-19T05:22:08.530Z] ---> ed48274625e3 [2020-11-19T05:22:08.530Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T05:22:08.856Z] ---> Running in bb0f5e45cb5e [2020-11-19T05:22:08.917Z] Removing intermediate container 4ef397f516c7 [2020-11-19T05:22:08.918Z] ---> e2dab4c78062 [2020-11-19T05:22:08.918Z] Step 26/27 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:22:08.918Z] ---> Running in 1bbc304001c2 [2020-11-19T05:22:09.926Z] Removing intermediate container 1bbc304001c2 [2020-11-19T05:22:09.926Z] ---> e994b051b7d4 [2020-11-19T05:22:09.926Z] Step 27/27 : LABEL version=1.3.1-dev.1 [2020-11-19T05:22:09.926Z] ---> Running in 4075bea9a8b2 [2020-11-19T05:22:10.423Z] Removing intermediate container bb0f5e45cb5e [2020-11-19T05:22:10.423Z] ---> 5a79ac2c492b [2020-11-19T05:22:10.423Z] Step 14/22 : WORKDIR / [2020-11-19T05:22:10.532Z] Removing intermediate container 4075bea9a8b2 [2020-11-19T05:22:10.533Z] ---> dc2e7aedfb1d [2020-11-19T05:22:10.533Z] [2020-11-19T05:22:10.810Z] Successfully built dc2e7aedfb1d [2020-11-19T05:22:10.810Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-19T05:22:10.810Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-logging-go [2020-11-19T05:22:11.966Z] ---> Running in 9471226bd191 [2020-11-19T05:22:15.709Z] Removing intermediate container 9471226bd191 [2020-11-19T05:22:15.709Z] ---> c0eec2158bdd [2020-11-19T05:22:15.709Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-19T05:22:15.709Z] Removing intermediate container aee0a31e252e [2020-11-19T05:22:15.709Z] ---> 544affc0f809 [2020-11-19T05:22:15.709Z] [2020-11-19T05:22:15.709Z] Step 10/21 : FROM scratch [2020-11-19T05:22:15.709Z] ---> [2020-11-19T05:22:15.709Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T05:22:16.001Z] ---> Using cache [2020-11-19T05:22:16.001Z] ---> 968f75a297ca [2020-11-19T05:22:16.001Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-19T05:22:16.302Z] ---> 321bc833df90 [2020-11-19T05:22:16.302Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-19T05:22:16.618Z] ---> Running in aa2b7e16a716 [2020-11-19T05:22:18.128Z] Removing intermediate container aa2b7e16a716 [2020-11-19T05:22:18.128Z] ---> 2828173be8dc [2020-11-19T05:22:18.128Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-19T05:22:19.621Z] ---> Running in 433aabffaa19 [2020-11-19T05:22:21.270Z] ---> d19a72ed2b6d [2020-11-19T05:22:21.270Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-19T05:22:22.870Z] Removing intermediate container 433aabffaa19 [2020-11-19T05:22:22.870Z] ---> 2c0322902f85 [2020-11-19T05:22:22.871Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-19T05:22:23.555Z] ---> a70a7ccf3ec3 [2020-11-19T05:22:23.555Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-19T05:22:24.266Z] ---> Running in 52445446fdb6 [2020-11-19T05:22:24.266Z] ---> 7630a62dfd31 [2020-11-19T05:22:24.266Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-19T05:22:25.911Z] Removing intermediate container 52445446fdb6 [2020-11-19T05:22:25.912Z] ---> 918cdf72f97a [2020-11-19T05:22:25.912Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T05:22:25.966Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:22:25.966Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:22:25.966Z] ---> b7da50b2be43 [2020-11-19T05:22:25.966Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T05:22:25.966Z] ---> Using cache [2020-11-19T05:22:25.966Z] ---> d705d1044474 [2020-11-19T05:22:25.966Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:22:25.966Z] ---> Using cache [2020-11-19T05:22:25.966Z] ---> 0b456bfe372f [2020-11-19T05:22:25.966Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-19T05:22:25.966Z] ---> Running in 6301d6b858ad [2020-11-19T05:22:26.204Z] ---> Running in 047dc9eb1b7f [2020-11-19T05:22:26.521Z] ---> d3651dce2782 [2020-11-19T05:22:26.521Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-19T05:22:26.835Z] Removing intermediate container 047dc9eb1b7f [2020-11-19T05:22:26.835Z] ---> 20373cdcf9bd [2020-11-19T05:22:26.835Z] Step 20/22 : LABEL arch=x86_64 [2020-11-19T05:22:27.593Z] ---> Running in b097702aa0e0 [2020-11-19T05:22:27.593Z] ---> f5ebafc2014e [2020-11-19T05:22:27.593Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-19T05:22:27.946Z] ---> Running in 9fe8ebed2017 [2020-11-19T05:22:27.946Z] Removing intermediate container b097702aa0e0 [2020-11-19T05:22:27.946Z] ---> f316751839a7 [2020-11-19T05:22:27.946Z] Step 21/22 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:22:27.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T05:22:28.269Z] ---> Running in 9bc949e573e4 [2020-11-19T05:22:28.269Z] Removing intermediate container 9fe8ebed2017 [2020-11-19T05:22:28.269Z] ---> 4533fd369378 [2020-11-19T05:22:28.269Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T05:22:28.602Z] ---> Running in 278de1561751 [2020-11-19T05:22:28.922Z] Removing intermediate container 9bc949e573e4 [2020-11-19T05:22:28.922Z] ---> 5a5111b34dd7 [2020-11-19T05:22:28.922Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2020-11-19T05:22:28.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:22:29.223Z] ---> Running in 0d60d1d0e6c0 [2020-11-19T05:22:29.875Z] ---> a56cc8e3e86f [2020-11-19T05:22:29.875Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-19T05:22:29.875Z] Removing intermediate container 278de1561751 [2020-11-19T05:22:29.875Z] ---> bffa18953e20 [2020-11-19T05:22:29.875Z] Step 19/21 : LABEL arch=x86_64 [2020-11-19T05:22:29.966Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:22:29.966Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:22:29.966Z] OK: 12623 distinct packages available [2020-11-19T05:22:30.237Z] ---> Running in df7358d047a5 [2020-11-19T05:22:30.237Z] Removing intermediate container 0d60d1d0e6c0 [2020-11-19T05:22:30.237Z] ---> 61fcac343053 [2020-11-19T05:22:30.237Z] [2020-11-19T05:22:30.539Z] ---> Running in 60fac1092c58 [2020-11-19T05:22:30.872Z] Successfully built 61fcac343053 [2020-11-19T05:22:30.872Z] Successfully tagged docker-core-metadata-go:latest [2020-11-19T05:22:30.872Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2020-11-19T05:22:30.961Z] OK: 217 MiB in 51 packages [2020-11-19T05:22:31.545Z] Removing intermediate container 60fac1092c58 [2020-11-19T05:22:31.545Z] ---> b585cd68db67 [2020-11-19T05:22:31.545Z] Step 20/21 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:22:31.842Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-19T05:22:31.961Z] OK: 217 MiB in 51 packages [2020-11-19T05:22:32.426Z] ---> Running in 5ec9a2e39a28 [2020-11-19T05:22:33.411Z] Removing intermediate container 6301d6b858ad [2020-11-19T05:22:33.411Z] ---> a39f6a1ddb7d [2020-11-19T05:22:33.411Z] Step 6/22 : COPY go.mod . [2020-11-19T05:22:34.863Z] ---> 0702d8368f4c [2020-11-19T05:22:34.863Z] Step 7/22 : RUN go mod download [2020-11-19T05:22:34.863Z] ---> Running in 7330807d58f6 [2020-11-19T05:22:36.469Z] Removing intermediate container 5ec9a2e39a28 [2020-11-19T05:22:36.469Z] ---> f605c9237a0a [2020-11-19T05:22:36.469Z] Step 21/21 : LABEL version=1.3.1-dev.1 [2020-11-19T05:22:37.213Z] Removing intermediate container 11d380afeb6e [2020-11-19T05:22:37.213Z] ---> c3f7a66d5abc [2020-11-19T05:22:37.213Z] [2020-11-19T05:22:37.213Z] Step 10/22 : FROM scratch [2020-11-19T05:22:37.213Z] ---> [2020-11-19T05:22:37.213Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T05:22:37.213Z] ---> Running in 80922783b850 [2020-11-19T05:22:38.133Z] ---> Using cache [2020-11-19T05:22:38.133Z] ---> 968f75a297ca [2020-11-19T05:22:38.133Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-19T05:22:39.191Z] Removing intermediate container 7330807d58f6 [2020-11-19T05:22:39.191Z] ---> b33ed94bc619 [2020-11-19T05:22:39.191Z] Step 8/22 : COPY . . [2020-11-19T05:22:39.324Z] ---> Running in 8f247bb40a61 [2020-11-19T05:22:40.190Z] Removing intermediate container 80922783b850 [2020-11-19T05:22:40.190Z] ---> 799e42ae81d8 [2020-11-19T05:22:40.190Z] [2020-11-19T05:22:41.691Z] Removing intermediate container 8f247bb40a61 [2020-11-19T05:22:41.691Z] ---> dfd5bd7f7168 [2020-11-19T05:22:41.691Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T05:22:42.344Z] ---> Running in e31e47e05532 [2020-11-19T05:22:42.668Z] Successfully built 799e42ae81d8 [2020-11-19T05:22:42.668Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-19T05:22:43.834Z]  Building docker-support-scheduler-go ... done Removing intermediate container e31e47e05532 [2020-11-19T05:22:43.834Z] ---> 82097ac7a401 [2020-11-19T05:22:43.834Z] Step 14/22 : WORKDIR / [2020-11-19T05:22:43.834Z] ---> Running in 13edacf8a02b [2020-11-19T05:22:44.872Z] Removing intermediate container 13edacf8a02b [2020-11-19T05:22:44.873Z] ---> 4d35a8b0bcb1 [2020-11-19T05:22:44.873Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-19T05:22:45.652Z] ---> 29a8004b29d8 [2020-11-19T05:22:45.653Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-19T05:22:47.382Z] ---> b28cda384149 [2020-11-19T05:22:47.382Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-19T05:22:49.203Z] ---> 6ae9970beba9 [2020-11-19T05:22:49.203Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-19T05:22:50.123Z] ---> Running in 98bc07d6cc5d [2020-11-19T05:22:51.630Z] ---> c8c7696774b7 [2020-11-19T05:22:51.630Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-19T05:22:51.630Z] ---> Running in 0397fce908aa [2020-11-19T05:22:52.175Z] Removing intermediate container 98bc07d6cc5d [2020-11-19T05:22:52.175Z] ---> fe520e8a8fc6 [2020-11-19T05:22:52.175Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T05:22:52.723Z] ---> Running in 3a17297b19df [2020-11-19T05:22:53.231Z] Removing intermediate container 3a17297b19df [2020-11-19T05:22:53.231Z] ---> 1cb151d09d57 [2020-11-19T05:22:53.231Z] Step 20/22 : LABEL arch=x86_64 [2020-11-19T05:22:53.635Z] ---> Running in 8c8e8854bcee [2020-11-19T05:22:54.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-19T05:22:54.757Z] Removing intermediate container 8c8e8854bcee [2020-11-19T05:22:54.758Z] ---> 66dc15c063e2 [2020-11-19T05:22:54.758Z] Step 21/22 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:22:54.758Z] ---> Running in 28e9d5d0b349 [2020-11-19T05:22:55.619Z] Removing intermediate container 28e9d5d0b349 [2020-11-19T05:22:55.619Z] ---> 8a46d063360b [2020-11-19T05:22:55.619Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2020-11-19T05:22:55.619Z] ---> Running in 098698f8b055 [2020-11-19T05:22:56.686Z] Removing intermediate container 098698f8b055 [2020-11-19T05:22:56.686Z] ---> 47406bbcbbe7 [2020-11-19T05:22:56.686Z] [2020-11-19T05:22:58.302Z] Successfully built 47406bbcbbe7 [2020-11-19T05:22:58.302Z] Successfully tagged docker-core-command-go:latest [2020-11-19T05:23:06.878Z]  Building docker-core-command-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:23:06.878Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:23:06.878Z] ---> 46195042bd4c [2020-11-19T05:23:06.878Z] Step 3/27 : WORKDIR /edgex-go [2020-11-19T05:23:06.878Z] ---> Using cache [2020-11-19T05:23:06.878Z] ---> a7ace2c0304e [2020-11-19T05:23:06.878Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:23:06.878Z] ---> Using cache [2020-11-19T05:23:06.878Z] ---> e499ff95be25 [2020-11-19T05:23:06.878Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-19T05:23:06.878Z] ---> Running in 6646f27b0667 [2020-11-19T05:23:06.878Z] Removing intermediate container 23639c886208 [2020-11-19T05:23:06.878Z] ---> 165be6e78138 [2020-11-19T05:23:06.878Z] [2020-11-19T05:23:06.878Z] Step 10/23 : FROM alpine [2020-11-19T05:23:06.878Z] ---> d6e46aa2470d [2020-11-19T05:23:06.878Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T05:23:08.275Z] ---> Running in a6165f8b0397 [2020-11-19T05:23:09.230Z] Removing intermediate container a6165f8b0397 [2020-11-19T05:23:09.230Z] ---> d3ad5b6c06a6 [2020-11-19T05:23:09.230Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-19T05:23:09.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T05:23:09.764Z] ---> Running in 117db1899832 [2020-11-19T05:23:09.764Z] Removing intermediate container df7358d047a5 [2020-11-19T05:23:09.764Z] ---> 7990241d61d5 [2020-11-19T05:23:09.764Z] [2020-11-19T05:23:09.764Z] Step 10/24 : FROM scratch [2020-11-19T05:23:09.764Z] ---> [2020-11-19T05:23:09.764Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-19T05:23:10.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T05:23:10.304Z] ---> Using cache [2020-11-19T05:23:10.304Z] ---> c6d16eece4b1 [2020-11-19T05:23:10.304Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-19T05:23:10.304Z] Removing intermediate container 117db1899832 [2020-11-19T05:23:10.304Z] ---> c123bf7bcb4a [2020-11-19T05:23:10.304Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-19T05:23:10.304Z] ---> Running in 5a82e4ca2e88 [2020-11-19T05:23:10.304Z] ---> Running in af11b0e1237f [2020-11-19T05:23:10.586Z] Removing intermediate container 5a82e4ca2e88 [2020-11-19T05:23:10.586Z] ---> ca7c56de6a78 [2020-11-19T05:23:10.586Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-19T05:23:10.586Z] ---> Running in 076cdeea1dbc [2020-11-19T05:23:10.586Z] Removing intermediate container af11b0e1237f [2020-11-19T05:23:10.586Z] ---> eb66006d77ea [2020-11-19T05:23:10.586Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:23:10.586Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:23:10.586Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:23:10.586Z] OK: 12752 distinct packages available [2020-11-19T05:23:10.883Z] ---> Running in f2225edfe977 [2020-11-19T05:23:10.883Z] Removing intermediate container 076cdeea1dbc [2020-11-19T05:23:10.883Z] ---> 75d2aa923fd2 [2020-11-19T05:23:10.883Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-19T05:23:11.164Z] OK: 233 MiB in 51 packages [2020-11-19T05:23:11.757Z] ---> 0ff54a83d7df [2020-11-19T05:23:11.757Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-19T05:23:12.025Z] Removing intermediate container 6646f27b0667 [2020-11-19T05:23:12.025Z] ---> 8c59e2391d79 [2020-11-19T05:23:12.025Z] Step 6/27 : COPY go.mod . [2020-11-19T05:23:12.620Z] ---> 2c889d278583 [2020-11-19T05:23:12.620Z] Step 7/27 : RUN go mod download [2020-11-19T05:23:12.620Z] ---> 6bfcd0d79f2e [2020-11-19T05:23:12.620Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-19T05:23:12.912Z] Removing intermediate container f2225edfe977 [2020-11-19T05:23:12.912Z] ---> 5ba961a52da8 [2020-11-19T05:23:12.912Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-19T05:23:12.912Z] ---> Running in cb7e0e64f307 [2020-11-19T05:23:12.912Z] ---> Running in a7a6d6909d76 [2020-11-19T05:23:13.539Z] ---> 4aa01b9f5d66 [2020-11-19T05:23:13.539Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-19T05:23:13.813Z] ---> 45cf08181b53 [2020-11-19T05:23:13.813Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-19T05:23:13.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T05:23:14.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T05:23:14.816Z] ---> 99dda3b7e4ac [2020-11-19T05:23:14.816Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-19T05:23:14.816Z] Removing intermediate container cb7e0e64f307 [2020-11-19T05:23:14.816Z] ---> 5e95ef2da110 [2020-11-19T05:23:14.816Z] Step 8/27 : COPY . . [2020-11-19T05:23:15.111Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-19T05:23:15.111Z] ---> 71c3ea53ee39 [2020-11-19T05:23:15.111Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-19T05:23:15.111Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-19T05:23:15.111Z] ---> Running in 5f45fbfd34c0 [2020-11-19T05:23:15.111Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-19T05:23:15.410Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-19T05:23:15.685Z] Removing intermediate container 5f45fbfd34c0 [2020-11-19T05:23:15.685Z] ---> f458ae0fcaa7 [2020-11-19T05:23:15.685Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T05:23:15.685Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-19T05:23:15.685Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T05:23:15.685Z] OK: 8 MiB in 19 packages [2020-11-19T05:23:15.964Z] ---> Running in c46b870cfa4a [2020-11-19T05:23:17.062Z] Removing intermediate container c46b870cfa4a [2020-11-19T05:23:17.062Z] ---> 5c09f8c84397 [2020-11-19T05:23:17.062Z] Step 22/24 : LABEL arch=x86_64 [2020-11-19T05:23:18.558Z] ---> Running in 414d1d7d5f4b [2020-11-19T05:23:18.558Z] Removing intermediate container a7a6d6909d76 [2020-11-19T05:23:18.558Z] ---> a28bb420bbd5 [2020-11-19T05:23:18.558Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-19T05:23:20.545Z] Removing intermediate container 414d1d7d5f4b [2020-11-19T05:23:20.545Z] ---> a62b794d5a2d [2020-11-19T05:23:20.545Z] Step 23/24 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:23:20.545Z] ---> fd61b4a182e5 [2020-11-19T05:23:20.545Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-19T05:23:21.520Z] ---> Running in 916f95ef0e61 [2020-11-19T05:23:22.509Z] Removing intermediate container 916f95ef0e61 [2020-11-19T05:23:22.509Z] ---> 5e81cd213110 [2020-11-19T05:23:22.509Z] Step 24/24 : LABEL version=1.3.1-dev.1 [2020-11-19T05:23:24.590Z] ---> 7c68f4ab0b0b [2020-11-19T05:23:24.590Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-19T05:23:24.590Z] ---> Running in 7a3aafa07aab [2020-11-19T05:23:25.010Z] Removing intermediate container 7a3aafa07aab [2020-11-19T05:23:25.010Z] ---> 999345fb1d35 [2020-11-19T05:23:25.010Z] [2020-11-19T05:23:25.010Z] ---> ef4454d23da3 [2020-11-19T05:23:25.010Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-19T05:23:25.281Z] Successfully built 999345fb1d35 [2020-11-19T05:23:25.594Z] Successfully tagged docker-support-notifications-go:latest [2020-11-19T05:23:26.184Z]  Building docker-support-notifications-go ... done  ---> Running in ec8b51b168f7 [2020-11-19T05:23:27.258Z] Removing intermediate container ec8b51b168f7 [2020-11-19T05:23:27.258Z] ---> f0f9668d5601 [2020-11-19T05:23:27.258Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T05:23:28.577Z] ---> Running in da6d83e3f105 [2020-11-19T05:23:29.092Z] Removing intermediate container da6d83e3f105 [2020-11-19T05:23:29.092Z] ---> f0e73719473e [2020-11-19T05:23:29.092Z] Step 21/23 : LABEL arch=x86_64 [2020-11-19T05:23:30.376Z] ---> Running in eaaad365a9ab [2020-11-19T05:23:30.645Z] Removing intermediate container eaaad365a9ab [2020-11-19T05:23:30.645Z] ---> fa884584343a [2020-11-19T05:23:30.645Z] Step 22/23 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:23:31.256Z] ---> Running in 12b78e1d8f5a [2020-11-19T05:23:31.865Z] Removing intermediate container 12b78e1d8f5a [2020-11-19T05:23:31.866Z] ---> e93104dcfa1c [2020-11-19T05:23:31.866Z] Step 23/23 : LABEL version=1.3.1-dev.1 [2020-11-19T05:23:32.143Z] ---> Running in 5d71c1961117 [2020-11-19T05:23:32.728Z] Removing intermediate container 5d71c1961117 [2020-11-19T05:23:32.728Z] ---> e06062f35d11 [2020-11-19T05:23:32.728Z] [2020-11-19T05:23:32.993Z] Successfully built e06062f35d11 [2020-11-19T05:23:32.993Z] Successfully tagged docker-core-data-go:latest [2020-11-19T05:23:33.394Z] Removing intermediate container a1414a0507e3 [2020-11-19T05:23:33.394Z] ---> 973c101030c2 [2020-11-19T05:23:33.394Z] [2020-11-19T05:23:33.394Z] Step 10/20 : FROM alpine [2020-11-19T05:23:33.394Z] ---> 2e77e061c27f [2020-11-19T05:23:33.394Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-19T05:23:33.394Z] ---> Running in 7e2f548d4189 [2020-11-19T05:23:33.394Z] Removing intermediate container 6cf0a9238d35 [2020-11-19T05:23:33.394Z] ---> cc828acb1de5 [2020-11-19T05:23:33.394Z] [2020-11-19T05:23:33.394Z] Step 10/22 : FROM alpine:3.10 [2020-11-19T05:23:33.394Z] ---> 536a684cf733 [2020-11-19T05:23:33.394Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-19T05:23:33.394Z] ---> Using cache [2020-11-19T05:23:33.394Z] ---> cb44eaba55e1 [2020-11-19T05:23:33.394Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-19T05:23:33.394Z] ---> Running in 0cc1c1d055a0 [2020-11-19T05:23:34.340Z] Removing intermediate container 0cc1c1d055a0 [2020-11-19T05:23:34.340Z] ---> 2aa16f5b0e92 [2020-11-19T05:23:34.340Z] Step 13/22 : WORKDIR / [2020-11-19T05:23:34.340Z] ---> Running in b7ff022039ef [2020-11-19T05:23:34.405Z]  Building docker-core-data-go ... done  ---> 624b3a82ffb9 [2020-11-19T05:23:34.405Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-19T05:23:34.405Z] ---> Running in 58ff4c44e5d0 [2020-11-19T05:23:34.995Z] Removing intermediate container b7ff022039ef [2020-11-19T05:23:34.995Z] ---> 2ba716091a7c [2020-11-19T05:23:34.995Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-19T05:23:34.999Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-19T05:23:35.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T05:23:36.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:23:36.105Z] ---> 3582ddedb518 [2020-11-19T05:23:36.105Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-19T05:23:36.385Z] v3.12.1-34-g3bbb400149 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-19T05:23:36.385Z] v3.12.1-36-gcc9f3aafcf [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-19T05:23:36.386Z] OK: 12615 distinct packages available [2020-11-19T05:23:37.375Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-19T05:23:37.654Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-19T05:23:37.654Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-19T05:23:37.654Z] (4/4) Installing curl (7.69.1-r1) [2020-11-19T05:23:37.654Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T05:23:37.654Z] Executing ca-certificates-20191127-r4.trigger [2020-11-19T05:23:37.654Z] ---> 584ed6de820f [2020-11-19T05:23:37.654Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-19T05:23:38.257Z] OK: 7 MiB in 18 packages [2020-11-19T05:23:38.868Z] ---> 62b3ba65459e [2020-11-19T05:23:38.868Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-19T05:23:40.329Z] ---> bf4ebfe77ab8 [2020-11-19T05:23:40.329Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-19T05:23:40.329Z] ---> Running in 60dfcc5a45de [2020-11-19T05:23:40.940Z] Removing intermediate container 7e2f548d4189 [2020-11-19T05:23:40.940Z] ---> 3bacd297dac4 [2020-11-19T05:23:40.940Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-19T05:23:40.940Z] ---> Running in 8e161b002aff [2020-11-19T05:23:41.550Z] Removing intermediate container 8e161b002aff [2020-11-19T05:23:41.550Z] ---> 8cc092cd611f [2020-11-19T05:23:41.550Z] Step 13/20 : WORKDIR /edgex [2020-11-19T05:23:42.155Z] ---> Running in 0d18b4a0a6c7 [2020-11-19T05:23:43.154Z] Removing intermediate container 0d18b4a0a6c7 [2020-11-19T05:23:43.154Z] ---> 65aca7005e5b [2020-11-19T05:23:43.154Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-19T05:23:44.611Z] ---> 288674ebfcf1 [2020-11-19T05:23:44.611Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-19T05:23:45.213Z] Removing intermediate container 60dfcc5a45de [2020-11-19T05:23:45.213Z] ---> 4c74e3da9e84 [2020-11-19T05:23:45.213Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-19T05:23:45.818Z] ---> Running in ba732834843d [2020-11-19T05:23:46.925Z] Removing intermediate container ba732834843d [2020-11-19T05:23:46.925Z] ---> 49044b1833a6 [2020-11-19T05:23:46.925Z] Step 20/22 : LABEL arch=arm64 [2020-11-19T05:23:46.925Z] ---> f40958253790 [2020-11-19T05:23:46.925Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-19T05:23:46.925Z] ---> Running in 1acd86c74035 [2020-11-19T05:23:46.925Z] ---> Running in 15830454b65b [2020-11-19T05:23:47.548Z] Removing intermediate container 1acd86c74035 [2020-11-19T05:23:47.548Z] ---> 7c4b20946fc0 [2020-11-19T05:23:47.548Z] Step 21/22 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:23:47.834Z] Removing intermediate container 15830454b65b [2020-11-19T05:23:47.834Z] ---> 8603225c00a4 [2020-11-19T05:23:47.834Z] Step 17/20 : CMD ["--init=true"] [2020-11-19T05:23:47.834Z] ---> Running in 123d48364a8d [2020-11-19T05:23:48.116Z] ---> Running in b64c4131c371 [2020-11-19T05:23:48.739Z] Removing intermediate container b64c4131c371 [2020-11-19T05:23:48.739Z] ---> 58849a27648d [2020-11-19T05:23:48.739Z] Step 18/20 : LABEL arch=arm64 [2020-11-19T05:23:48.739Z] Removing intermediate container 123d48364a8d [2020-11-19T05:23:48.739Z] ---> dfd53447f99a [2020-11-19T05:23:48.739Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2020-11-19T05:23:48.739Z] ---> Running in 56fbcc63f348 [2020-11-19T05:23:49.027Z] ---> Running in b47814178cb1 [2020-11-19T05:23:49.640Z] Removing intermediate container 56fbcc63f348 [2020-11-19T05:23:49.640Z] ---> 449c9ffc9008 [2020-11-19T05:23:49.640Z] Step 19/20 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:23:49.923Z] ---> Running in 4247937e2a3f [2020-11-19T05:23:49.923Z] Removing intermediate container b47814178cb1 [2020-11-19T05:23:49.923Z] ---> cb1bb8f6ba29 [2020-11-19T05:23:49.923Z] [2020-11-19T05:23:50.534Z] Successfully built cb1bb8f6ba29 [2020-11-19T05:23:50.534Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-11-19T05:23:50.534Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2020-11-19T05:23:50.811Z] Removing intermediate container 4247937e2a3f [2020-11-19T05:23:50.811Z] ---> ad349fd0ed80 [2020-11-19T05:23:50.811Z] Step 20/20 : LABEL version=1.3.1-dev.1 [2020-11-19T05:23:51.090Z] ---> Running in e8a404980955 [2020-11-19T05:23:52.543Z] Removing intermediate container e8a404980955 [2020-11-19T05:23:52.543Z] ---> 1ad69fc750e1 [2020-11-19T05:23:52.543Z] [2020-11-19T05:23:52.543Z] Successfully built 1ad69fc750e1 [2020-11-19T05:23:52.543Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-11-19T05:23:53.572Z] Removing intermediate container 58ff4c44e5d0 [2020-11-19T05:23:53.572Z] ---> aa993d01c910 [2020-11-19T05:23:53.572Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-19T05:23:53.572Z] ---> Running in 9bed0809f0ee [2020-11-19T05:23:53.572Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-19T05:23:54.185Z] Removing intermediate container 9bed0809f0ee [2020-11-19T05:23:54.185Z] ---> 32bffbd51a7e [2020-11-19T05:23:54.185Z] [2020-11-19T05:23:54.185Z] Step 11/27 : FROM docker:latest [2020-11-19T05:23:54.185Z] ---> 6972c414f322 [2020-11-19T05:23:54.185Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-19T05:23:54.185Z] ---> Running in d3738287472d [2020-11-19T05:23:55.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T05:23:55.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T05:23:55.620Z] (1/2) Installing readline (8.0.4-r0) [2020-11-19T05:23:55.620Z] (2/2) Installing bash (5.0.17-r0) [2020-11-19T05:23:55.897Z] Executing bash-5.0.17-r0.post-install [2020-11-19T05:23:55.897Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T05:23:55.897Z] OK: 12 MiB in 22 packages [2020-11-19T05:23:56.496Z] Removing intermediate container d3738287472d [2020-11-19T05:23:56.496Z] ---> 28fc010f7d0a [2020-11-19T05:23:56.496Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-19T05:23:56.773Z] ---> Running in 82fd6e613d19 [2020-11-19T05:23:58.788Z] Removing intermediate container 82fd6e613d19 [2020-11-19T05:23:58.788Z] ---> 2367891a5bd4 [2020-11-19T05:23:58.788Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-19T05:23:58.788Z] ---> Running in 6b50098e3fe2 [2020-11-19T05:23:58.788Z] Removing intermediate container 6b50098e3fe2 [2020-11-19T05:23:58.788Z] ---> 5f0b3cd8157e [2020-11-19T05:23:58.788Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-19T05:23:58.788Z] ---> Running in 9d0f8be27ca3 [2020-11-19T05:23:59.053Z] Removing intermediate container 9d0f8be27ca3 [2020-11-19T05:23:59.053Z] ---> bb3267618cc8 [2020-11-19T05:23:59.053Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-19T05:23:59.053Z] ---> Running in b8530d4f55d4 [2020-11-19T05:23:59.327Z] Removing intermediate container b8530d4f55d4 [2020-11-19T05:23:59.327Z] ---> 6315758443f7 [2020-11-19T05:23:59.327Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-19T05:24:00.011Z] ---> 967394d0f2da [2020-11-19T05:24:00.011Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-19T05:24:00.322Z] ---> df43fe6d1d0c [2020-11-19T05:24:00.322Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-19T05:24:00.949Z] ---> 842bba8a4a11 [2020-11-19T05:24:00.949Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-19T05:24:00.949Z] ---> Running in 6d12c1ea057c [2020-11-19T05:24:02.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T05:24:02.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T05:24:02.383Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-19T05:24:02.383Z] (2/33) Installing expat (2.2.9-r1) [2020-11-19T05:24:02.383Z] (3/33) Installing libffi (3.3-r2) [2020-11-19T05:24:02.383Z] (4/33) Installing gdbm (1.13-r1) [2020-11-19T05:24:02.383Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-19T05:24:02.383Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-19T05:24:02.383Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-19T05:24:02.736Z]  Building docker-security-proxy-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T05:24:02.736Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T05:24:02.736Z] ---> b7da50b2be43 [2020-11-19T05:24:02.736Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T05:24:02.736Z] ---> Using cache [2020-11-19T05:24:02.736Z] ---> d705d1044474 [2020-11-19T05:24:02.736Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:24:02.736Z] ---> Using cache [2020-11-19T05:24:02.736Z] ---> 0b456bfe372f [2020-11-19T05:24:02.736Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T05:24:02.736Z] ---> Using cache [2020-11-19T05:24:02.736Z] ---> 5ffdf5aecca4 [2020-11-19T05:24:02.736Z] Step 6/22 : COPY go.mod . [2020-11-19T05:24:02.736Z] ---> Using cache [2020-11-19T05:24:02.736Z] ---> 48bc8e540244 [2020-11-19T05:24:02.736Z] Step 7/22 : RUN go mod download [2020-11-19T05:24:02.736Z] ---> Using cache [2020-11-19T05:24:02.736Z] ---> 4eddccdd9818 [2020-11-19T05:24:02.736Z] Step 8/22 : COPY . . [2020-11-19T05:24:02.736Z] ---> Using cache [2020-11-19T05:24:02.736Z] ---> 97737c485114 [2020-11-19T05:24:02.736Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-19T05:24:03.010Z] Removing intermediate container 8300633eba2c [2020-11-19T05:24:03.010Z] ---> 48b2f9be3b4f [2020-11-19T05:24:03.010Z] [2020-11-19T05:24:03.010Z] Step 10/21 : FROM scratch [2020-11-19T05:24:03.010Z] ---> [2020-11-19T05:24:03.010Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T05:24:03.010Z] ---> Running in 168ade54f9f9 [2020-11-19T05:24:03.284Z] ---> Using cache [2020-11-19T05:24:03.284Z] ---> 0e3ceadff180 [2020-11-19T05:24:03.284Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-19T05:24:03.284Z] ---> Running in bf0a6fe7ce6c [2020-11-19T05:24:03.949Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-19T05:24:03.949Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-19T05:24:03.949Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-19T05:24:03.949Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-19T05:24:03.949Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-19T05:24:04.286Z] Removing intermediate container bf0a6fe7ce6c [2020-11-19T05:24:04.286Z] ---> 5f2c7caa10d5 [2020-11-19T05:24:04.286Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-19T05:24:04.286Z] ---> Running in 9e13a0fe17f1 [2020-11-19T05:24:04.321Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-19T05:24:04.321Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-19T05:24:04.321Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-19T05:24:04.321Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-19T05:24:04.321Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-19T05:24:04.321Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-19T05:24:04.321Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-19T05:24:04.321Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-19T05:24:04.602Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-19T05:24:04.602Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-19T05:24:04.602Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-19T05:24:04.602Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-19T05:24:04.602Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-19T05:24:04.602Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-19T05:24:04.602Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-19T05:24:04.602Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-19T05:24:04.602Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-19T05:24:04.602Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-19T05:24:04.602Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-19T05:24:04.602Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-19T05:24:04.602Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-19T05:24:04.872Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T05:24:04.872Z] OK: 71 MiB in 55 packages [2020-11-19T05:24:05.276Z] Removing intermediate container 9e13a0fe17f1 [2020-11-19T05:24:05.276Z] ---> da8bb04f64bc [2020-11-19T05:24:05.276Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-19T05:24:05.276Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-19T05:24:06.278Z] ---> 50c607d8ff79 [2020-11-19T05:24:06.278Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-19T05:24:08.270Z] ---> d9327905b326 [2020-11-19T05:24:08.270Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-19T05:24:09.256Z] ---> 8ce2f4d3a18e [2020-11-19T05:24:09.256Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-19T05:24:09.256Z] ---> Running in 1d6cf2d33391 [2020-11-19T05:24:09.857Z] Removing intermediate container 1d6cf2d33391 [2020-11-19T05:24:09.857Z] ---> 13fd94a3d4d6 [2020-11-19T05:24:09.857Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T05:24:10.131Z] ---> Running in b8ec1f4a6890 [2020-11-19T05:24:10.735Z] Removing intermediate container b8ec1f4a6890 [2020-11-19T05:24:10.735Z] ---> c8e26c33cbeb [2020-11-19T05:24:10.735Z] Step 19/21 : LABEL arch=arm64 [2020-11-19T05:24:11.011Z] ---> Running in 10e0ae6eb856 [2020-11-19T05:24:11.612Z] Removing intermediate container 10e0ae6eb856 [2020-11-19T05:24:11.612Z] ---> 8f73acae6796 [2020-11-19T05:24:11.612Z] Step 20/21 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:24:12.213Z] ---> Running in 3aafc3e415cc [2020-11-19T05:24:12.811Z] Removing intermediate container 3aafc3e415cc [2020-11-19T05:24:12.811Z] ---> 49db0ced4991 [2020-11-19T05:24:12.811Z] Step 21/21 : LABEL version=1.3.1-dev.1 [2020-11-19T05:24:12.811Z] ---> Running in aa833a98935c [2020-11-19T05:24:13.410Z] Removing intermediate container aa833a98935c [2020-11-19T05:24:13.410Z] ---> 30268c27c006 [2020-11-19T05:24:13.410Z] [2020-11-19T05:24:14.010Z] Successfully built 30268c27c006 [2020-11-19T05:24:14.011Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-19T05:24:14.939Z] Removing intermediate container 6d12c1ea057c [2020-11-19T05:24:14.939Z] ---> 51e7d71dc8c5 [2020-11-19T05:24:14.939Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-19T05:24:14.939Z] ---> Running in f8e6aeb3b040 [2020-11-19T05:24:15.519Z] Collecting docker-compose==1.23.2 [2020-11-19T05:24:15.786Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-19T05:24:15.786Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-19T05:24:15.786Z] Collecting docopt<0.7,>=0.6.1 [2020-11-19T05:24:15.786Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-19T05:24:16.818Z] Collecting jsonschema<3,>=2.5.1 [2020-11-19T05:24:16.818Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-19T05:24:16.818Z] Collecting docker<4.0,>=3.6.0 [2020-11-19T05:24:16.818Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-19T05:24:17.087Z] Collecting cached-property<2,>=1.2.0 [2020-11-19T05:24:17.087Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-19T05:24:17.368Z] Collecting PyYAML<4,>=3.10 [2020-11-19T05:24:17.368Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-19T05:24:18.817Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-19T05:24:18.817Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-19T05:24:18.817Z] Collecting texttable<0.10,>=0.9.0 [2020-11-19T05:24:18.817Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-19T05:24:19.446Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-19T05:24:19.716Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-19T05:24:19.716Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-19T05:24:19.716Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-19T05:24:20.675Z] Collecting docker-pycreds>=0.4.0 [2020-11-19T05:24:20.675Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-19T05:24:20.675Z] Collecting idna<2.8,>=2.5 [2020-11-19T05:24:20.675Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-19T05:24:20.763Z]  Building docker-support-scheduler-go ... done Removing intermediate container 0397fce908aa [2020-11-19T05:24:20.763Z] ---> 17b1708812a3 [2020-11-19T05:24:20.763Z] [2020-11-19T05:24:20.763Z] Step 10/22 : FROM scratch [2020-11-19T05:24:20.763Z] ---> [2020-11-19T05:24:20.763Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-19T05:24:20.763Z] ---> Using cache [2020-11-19T05:24:20.763Z] ---> 3074c4fba382 [2020-11-19T05:24:20.763Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-19T05:24:20.763Z] ---> Running in 40a64b959599 [2020-11-19T05:24:20.763Z] Removing intermediate container 40a64b959599 [2020-11-19T05:24:20.763Z] ---> 0d1548c2ca8d [2020-11-19T05:24:20.763Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T05:24:20.948Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-19T05:24:20.948Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-19T05:24:20.948Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-11-19T05:24:20.948Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-11-19T05:24:20.948Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-19T05:24:20.948Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-19T05:24:20.948Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-19T05:24:20.948Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-19T05:24:21.039Z] ---> Running in e5dc037ae8c4 [2020-11-19T05:24:21.367Z] Installing collected packages: docopt, jsonschema, docker-pycreds, idna, urllib3, requests, websocket-client, docker, cached-property, PyYAML, texttable, dockerpty, docker-compose [2020-11-19T05:24:21.367Z] Running setup.py install for docopt: started [2020-11-19T05:24:21.651Z] Removing intermediate container e5dc037ae8c4 [2020-11-19T05:24:21.651Z] ---> cf1a4966ab4c [2020-11-19T05:24:21.651Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-19T05:24:22.118Z] Running setup.py install for docopt: finished with status 'done' [2020-11-19T05:24:22.118Z] Attempting uninstall: idna [2020-11-19T05:24:22.118Z] Found existing installation: idna 2.9 [2020-11-19T05:24:22.118Z] Uninstalling idna-2.9: [2020-11-19T05:24:22.447Z] Successfully uninstalled idna-2.9 [2020-11-19T05:24:22.447Z] Attempting uninstall: urllib3 [2020-11-19T05:24:22.447Z] Found existing installation: urllib3 1.25.9 [2020-11-19T05:24:22.447Z] Uninstalling urllib3-1.25.9: [2020-11-19T05:24:22.744Z] Successfully uninstalled urllib3-1.25.9 [2020-11-19T05:24:22.744Z] Attempting uninstall: requests [2020-11-19T05:24:22.744Z] Found existing installation: requests 2.23.0 [2020-11-19T05:24:22.744Z] Uninstalling requests-2.23.0: [2020-11-19T05:24:23.028Z] Successfully uninstalled requests-2.23.0 [2020-11-19T05:24:23.106Z] ---> 833d82c609f8 [2020-11-19T05:24:23.106Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-19T05:24:23.329Z] Running setup.py install for PyYAML: started [2020-11-19T05:24:23.712Z] ---> b7db32f24a28 [2020-11-19T05:24:23.712Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-19T05:24:24.334Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-19T05:24:24.334Z] Running setup.py install for texttable: started [2020-11-19T05:24:24.918Z] Running setup.py install for texttable: finished with status 'done' [2020-11-19T05:24:24.918Z] Running setup.py install for dockerpty: started [2020-11-19T05:24:25.499Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-19T05:24:25.699Z] ---> 7731cda7b290 [2020-11-19T05:24:25.699Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-19T05:24:25.766Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-11-19T05:24:26.682Z] ---> c980b437d5bb [2020-11-19T05:24:26.682Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-19T05:24:26.964Z] ---> Running in 6e348ec3a9ef [2020-11-19T05:24:27.948Z] Removing intermediate container 6e348ec3a9ef [2020-11-19T05:24:27.948Z] ---> 2c7aa93498bc [2020-11-19T05:24:27.948Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T05:24:28.220Z] ---> Running in fb31100af9dd [2020-11-19T05:24:29.206Z] Removing intermediate container fb31100af9dd [2020-11-19T05:24:29.206Z] ---> a85a7d292636 [2020-11-19T05:24:29.206Z] Step 20/22 : LABEL arch=arm64 [2020-11-19T05:24:29.808Z] ---> Running in a7fa714f7d89 [2020-11-19T05:24:30.034Z] Removing intermediate container f8e6aeb3b040 [2020-11-19T05:24:30.034Z] ---> cb35ece6e634 [2020-11-19T05:24:30.034Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-19T05:24:30.034Z] ---> Running in 795d568573f7 [2020-11-19T05:24:30.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T05:24:30.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T05:24:30.307Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-19T05:24:30.307Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-19T05:24:30.307Z] (3/3) Installing curl (7.69.1-r1) [2020-11-19T05:24:30.307Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T05:24:30.307Z] OK: 72 MiB in 58 packages [2020-11-19T05:24:30.798Z] Removing intermediate container a7fa714f7d89 [2020-11-19T05:24:30.798Z] ---> 19d68e697173 [2020-11-19T05:24:30.798Z] Step 21/22 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:24:30.798Z] ---> Running in fb2b2c9316c4 [2020-11-19T05:24:31.080Z] Removing intermediate container 2b96c46c1013 [2020-11-19T05:24:31.080Z] ---> a58998f46462 [2020-11-19T05:24:31.080Z] [2020-11-19T05:24:31.080Z] Step 10/23 : FROM alpine [2020-11-19T05:24:31.080Z] ---> 2e77e061c27f [2020-11-19T05:24:31.080Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T05:24:31.300Z] Removing intermediate container 795d568573f7 [2020-11-19T05:24:31.300Z] ---> 0b21e0f3e76c [2020-11-19T05:24:31.300Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-19T05:24:31.300Z] ---> Running in 913b08a03ac9 [2020-11-19T05:24:31.357Z] ---> Running in f87c0dd1228f [2020-11-19T05:24:31.577Z] Removing intermediate container 913b08a03ac9 [2020-11-19T05:24:31.577Z] ---> f962ea2d8371 [2020-11-19T05:24:31.577Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T05:24:31.577Z] ---> Running in bd5ae8abe668 [2020-11-19T05:24:31.632Z] Removing intermediate container fb2b2c9316c4 [2020-11-19T05:24:31.632Z] ---> eca47453ac7a [2020-11-19T05:24:31.632Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2020-11-19T05:24:31.849Z] Removing intermediate container bd5ae8abe668 [2020-11-19T05:24:31.849Z] ---> 4c8c677188ed [2020-11-19T05:24:31.849Z] Step 25/27 : LABEL arch=x86_64 [2020-11-19T05:24:31.906Z] ---> Running in 35cc82a6eec3 [2020-11-19T05:24:32.132Z] ---> Running in 91703de6cf3b [2020-11-19T05:24:32.186Z] Removing intermediate container f87c0dd1228f [2020-11-19T05:24:32.186Z] ---> dbc8b7b85ba1 [2020-11-19T05:24:32.186Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-19T05:24:32.186Z] ---> Running in 3ed0b924e45b [2020-11-19T05:24:32.412Z] Removing intermediate container 91703de6cf3b [2020-11-19T05:24:32.412Z] ---> c7a575e230c5 [2020-11-19T05:24:32.412Z] Step 26/27 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:24:32.412Z] ---> Running in 698595752aa1 [2020-11-19T05:24:32.465Z] Removing intermediate container 35cc82a6eec3 [2020-11-19T05:24:32.465Z] ---> 1565c49cf1c6 [2020-11-19T05:24:32.465Z] [2020-11-19T05:24:32.678Z] Removing intermediate container 698595752aa1 [2020-11-19T05:24:32.678Z] ---> aed4435b987a [2020-11-19T05:24:32.678Z] Step 27/27 : LABEL version=1.3.1-dev.1 [2020-11-19T05:24:32.678Z] ---> Running in 431e5285e9c1 [2020-11-19T05:24:32.956Z] Removing intermediate container 431e5285e9c1 [2020-11-19T05:24:32.956Z] ---> 4835e723ffd5 [2020-11-19T05:24:32.956Z] [2020-11-19T05:24:32.956Z] Successfully built 4835e723ffd5 [2020-11-19T05:24:33.066Z] Successfully built 1565c49cf1c6 [2020-11-19T05:24:33.067Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-19T05:24:33.259Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-19T05:24:33.347Z]  Building docker-support-logging-go ... done Removing intermediate container 3ed0b924e45b [2020-11-19T05:24:33.347Z] ---> df1db54aadd8 [2020-11-19T05:24:33.347Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-19T05:24:33.552Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-11-19T05:24:33.628Z] ---> Running in 84905aef77c4 [2020-11-19T05:24:33.603Z] $ docker stop --time=1 4e9af37dd16ed8ac933af9828351d1ce663897ad1ba21c6c1b6f5645bb8aa309 [2020-11-19T05:24:34.238Z] Removing intermediate container 84905aef77c4 [2020-11-19T05:24:34.238Z] ---> 3462363453a0 [2020-11-19T05:24:34.238Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T05:24:34.845Z] ---> Running in e83999c9ab9a [2020-11-19T05:24:35.534Z] $ docker rm -f 4e9af37dd16ed8ac933af9828351d1ce663897ad1ba21c6c1b6f5645bb8aa309 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T05:24:36.257Z] + docker images [2020-11-19T05:24:36.257Z] + grep docker [2020-11-19T05:24:36.838Z] docker-sys-mgmt-agent-go latest 4835e723ffd5 4 seconds ago 290MB [2020-11-19T05:24:36.838Z] docker-core-data-go latest e06062f35d11 About a minute ago 23.7MB [2020-11-19T05:24:36.838Z] docker-support-notifications-go latest 999345fb1d35 About a minute ago 13.6MB [2020-11-19T05:24:36.838Z] docker-core-command-go latest 47406bbcbbe7 About a minute ago 12.2MB [2020-11-19T05:24:36.838Z] docker-support-scheduler-go latest 799e42ae81d8 About a minute ago 12.3MB [2020-11-19T05:24:36.838Z] docker-core-metadata-go latest 61fcac343053 2 minutes ago 14.5MB [2020-11-19T05:24:36.838Z] docker-security-secrets-setup-go latest 51b35f299bcf 3 minutes ago 24MB [2020-11-19T05:24:36.838Z] docker-security-secretstore-setup-go latest e5ae68e2723e 3 minutes ago 24.8MB [2020-11-19T05:24:36.838Z] docker-security-bootstrap-redis-go latest a23ae0a44cda 4 minutes ago 15.9MB [2020-11-19T05:24:36.838Z] docker-security-proxy-setup-go latest 17a20b7acba3 4 minutes ago 15.8MB [2020-11-19T05:24:36.838Z] docker-support-logging-go latest 5180b1521c12 4 minutes ago 11.1MB [2020-11-19T05:24:36.838Z] docker latest 6972c414f322 4 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T05:24:37.573Z] provisioning config files... [2020-11-19T05:24:37.630Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/225@tmp/config6762556440404333004tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T05:24:38.041Z] ---> docker-login.sh [2020-11-19T05:24:38.041Z] nexus3.edgexfoundry.org:10001 [2020-11-19T05:24:38.255Z] Removing intermediate container e83999c9ab9a [2020-11-19T05:24:38.255Z] ---> 7f1effc59ee1 [2020-11-19T05:24:38.255Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-19T05:24:38.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:24:38.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:24:38.316Z] Configure a credential helper to remove this warning. See [2020-11-19T05:24:38.316Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:24:38.316Z] [2020-11-19T05:24:38.316Z] Login Succeeded [2020-11-19T05:24:38.316Z] nexus3.edgexfoundry.org:10002 [2020-11-19T05:24:38.564Z] ---> Running in b51ddd41a18b [2020-11-19T05:24:38.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:24:38.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:24:38.581Z] Configure a credential helper to remove this warning. See [2020-11-19T05:24:38.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:24:38.581Z] [2020-11-19T05:24:38.851Z] Login Succeeded [2020-11-19T05:24:38.851Z] nexus3.edgexfoundry.org:10003 [2020-11-19T05:24:39.172Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:24:39.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:24:39.461Z] Configure a credential helper to remove this warning. See [2020-11-19T05:24:39.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:24:39.461Z] [2020-11-19T05:24:39.461Z] Login Succeeded [2020-11-19T05:24:39.461Z] nexus3.edgexfoundry.org:10004 [2020-11-19T05:24:39.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:24:39.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:24:39.730Z] Configure a credential helper to remove this warning. See [2020-11-19T05:24:39.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:24:39.730Z] [2020-11-19T05:24:39.730Z] Login Succeeded [2020-11-19T05:24:39.730Z] docker.io [2020-11-19T05:24:40.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:24:40.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:24:40.288Z] Configure a credential helper to remove this warning. See [2020-11-19T05:24:40.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:24:40.288Z] [2020-11-19T05:24:40.288Z] Login Succeeded [2020-11-19T05:24:40.288Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T05:24:40.313Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2020-11-19T05:24:40.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] echo [2020-11-19T05:24:40.629Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-11-19T05:24:40.629Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:24:40.629Z] 1.3.1-dev.1 [2020-11-19T05:24:40.629Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:24:40.629Z] master [2020-11-19T05:24:40.629Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:41.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T05:24:41.220Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:41.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:24:41.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-19T05:24:41.533Z] 523ca29ce693: Preparing [2020-11-19T05:24:41.533Z] b67074f069f7: Preparing [2020-11-19T05:24:41.533Z] 8c29681537bd: Preparing [2020-11-19T05:24:41.798Z] 8c29681537bd: Pushed [2020-11-19T05:24:41.798Z] 523ca29ce693: Pushed [2020-11-19T05:24:42.613Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-19T05:24:42.613Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-19T05:24:42.613Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-19T05:24:42.824Z] b67074f069f7: Pushed [2020-11-19T05:24:43.219Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-19T05:24:43.219Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-19T05:24:43.429Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:b37c5f41d890994ed781cee0104d1f03439589540bd18c09345623b456312900 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:43.556Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T05:24:43.556Z] OK: 8 MiB in 19 packages [2020-11-19T05:24:43.783Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:44.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.1 [2020-11-19T05:24:44.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-19T05:24:44.126Z] 523ca29ce693: Preparing [2020-11-19T05:24:44.126Z] b67074f069f7: Preparing [2020-11-19T05:24:44.126Z] 8c29681537bd: Preparing [2020-11-19T05:24:44.126Z] b67074f069f7: Layer already exists [2020-11-19T05:24:44.126Z] 8c29681537bd: Layer already exists [2020-11-19T05:24:44.126Z] 523ca29ce693: Layer already exists [2020-11-19T05:24:44.126Z] 1.3.1-dev.1: digest: sha256:b37c5f41d890994ed781cee0104d1f03439589540bd18c09345623b456312900 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:44.486Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:44.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:24:44.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-19T05:24:44.826Z] 523ca29ce693: Preparing [2020-11-19T05:24:44.826Z] b67074f069f7: Preparing [2020-11-19T05:24:44.826Z] 8c29681537bd: Preparing [2020-11-19T05:24:44.826Z] 523ca29ce693: Layer already exists [2020-11-19T05:24:44.826Z] b67074f069f7: Layer already exists [2020-11-19T05:24:44.826Z] 8c29681537bd: Layer already exists [2020-11-19T05:24:45.098Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:b37c5f41d890994ed781cee0104d1f03439589540bd18c09345623b456312900 size: 943 [2020-11-19T05:24:45.119Z] Removing intermediate container b51ddd41a18b [2020-11-19T05:24:45.119Z] ---> 0a43e8cacf4b [2020-11-19T05:24:45.119Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:45.487Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:45.812Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-11-19T05:24:45.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-19T05:24:45.812Z] 523ca29ce693: Preparing [2020-11-19T05:24:45.812Z] b67074f069f7: Preparing [2020-11-19T05:24:45.812Z] 8c29681537bd: Preparing [2020-11-19T05:24:45.812Z] 523ca29ce693: Layer already exists [2020-11-19T05:24:45.812Z] b67074f069f7: Layer already exists [2020-11-19T05:24:45.812Z] 8c29681537bd: Layer already exists [2020-11-19T05:24:46.077Z] master: digest: sha256:b37c5f41d890994ed781cee0104d1f03439589540bd18c09345623b456312900 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:24:46.305Z] ===================================================== [Pipeline] echo [2020-11-19T05:24:46.367Z] taggedImages: [2020-11-19T05:24:46.367Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:24:46.367Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.1 [2020-11-19T05:24:46.367Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:24:46.367Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-11-19T05:24:46.442Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-11-19T05:24:46.442Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:24:46.442Z] 1.3.1-dev.1 [2020-11-19T05:24:46.442Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:24:46.442Z] master [2020-11-19T05:24:46.442Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-11-19T05:24:46.626Z] ---> d9a397f7a990 [2020-11-19T05:24:46.626Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:47.015Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:47.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:24:47.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-19T05:24:47.362Z] 0e3c490fb3ae: Preparing [2020-11-19T05:24:47.362Z] 55ca2a790f11: Preparing [2020-11-19T05:24:47.362Z] 0027414c8bfc: Preparing [2020-11-19T05:24:47.362Z] b51abaf63e67: Preparing [2020-11-19T05:24:47.362Z] 84ee52a59765: Preparing [2020-11-19T05:24:47.362Z] ace0eda3e3be: Preparing [2020-11-19T05:24:47.362Z] ace0eda3e3be: Waiting [2020-11-19T05:24:47.682Z] 84ee52a59765: Pushed [2020-11-19T05:24:47.682Z] 0027414c8bfc: Pushed [2020-11-19T05:24:47.682Z] 0e3c490fb3ae: Pushed [2020-11-19T05:24:47.682Z] ace0eda3e3be: Layer already exists [2020-11-19T05:24:47.990Z] b51abaf63e67: Pushed [2020-11-19T05:24:48.619Z] ---> b8eb73dfb04a [2020-11-19T05:24:48.620Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-19T05:24:49.231Z] ---> 76771f77f67d [2020-11-19T05:24:49.231Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-19T05:24:49.231Z] ---> Running in 72f0b422bad2 [2020-11-19T05:24:49.396Z] 55ca2a790f11: Pushed [2020-11-19T05:24:49.661Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:fce0c5cf0bc3230bbcdc8885eab8ea04839e619f022777f51d55a8c445eeed2d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:49.839Z] Removing intermediate container 72f0b422bad2 [2020-11-19T05:24:49.839Z] ---> 76780615ecf2 [2020-11-19T05:24:49.839Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T05:24:49.839Z] ---> Running in fc3b4b468ca8 [2020-11-19T05:24:50.016Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:50.337Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.1 [2020-11-19T05:24:50.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-19T05:24:50.337Z] 0e3c490fb3ae: Preparing [2020-11-19T05:24:50.337Z] 55ca2a790f11: Preparing [2020-11-19T05:24:50.337Z] 0027414c8bfc: Preparing [2020-11-19T05:24:50.337Z] b51abaf63e67: Preparing [2020-11-19T05:24:50.337Z] 84ee52a59765: Preparing [2020-11-19T05:24:50.337Z] ace0eda3e3be: Preparing [2020-11-19T05:24:50.337Z] ace0eda3e3be: Waiting [2020-11-19T05:24:50.337Z] b51abaf63e67: Layer already exists [2020-11-19T05:24:50.337Z] 55ca2a790f11: Layer already exists [2020-11-19T05:24:50.337Z] 0027414c8bfc: Layer already exists [2020-11-19T05:24:50.337Z] 0e3c490fb3ae: Layer already exists [2020-11-19T05:24:50.337Z] 84ee52a59765: Layer already exists [2020-11-19T05:24:50.337Z] ace0eda3e3be: Layer already exists [2020-11-19T05:24:50.337Z] 1.3.1-dev.1: digest: sha256:fce0c5cf0bc3230bbcdc8885eab8ea04839e619f022777f51d55a8c445eeed2d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:50.457Z] Removing intermediate container fc3b4b468ca8 [2020-11-19T05:24:50.457Z] ---> 7c3d6208bf9b [2020-11-19T05:24:50.457Z] Step 21/23 : LABEL arch=arm64 [2020-11-19T05:24:50.705Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:50.733Z] ---> Running in bbed9211a2c8 [2020-11-19T05:24:51.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:24:51.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-19T05:24:51.040Z] 0e3c490fb3ae: Preparing [2020-11-19T05:24:51.040Z] 55ca2a790f11: Preparing [2020-11-19T05:24:51.040Z] 0027414c8bfc: Preparing [2020-11-19T05:24:51.040Z] b51abaf63e67: Preparing [2020-11-19T05:24:51.040Z] 84ee52a59765: Preparing [2020-11-19T05:24:51.040Z] ace0eda3e3be: Preparing [2020-11-19T05:24:51.040Z] ace0eda3e3be: Waiting [2020-11-19T05:24:51.040Z] 0e3c490fb3ae: Layer already exists [2020-11-19T05:24:51.040Z] b51abaf63e67: Layer already exists [2020-11-19T05:24:51.040Z] 0027414c8bfc: Layer already exists [2020-11-19T05:24:51.040Z] 84ee52a59765: Layer already exists [2020-11-19T05:24:51.040Z] 55ca2a790f11: Layer already exists [2020-11-19T05:24:51.040Z] ace0eda3e3be: Layer already exists [2020-11-19T05:24:51.309Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:fce0c5cf0bc3230bbcdc8885eab8ea04839e619f022777f51d55a8c445eeed2d size: 1572 [2020-11-19T05:24:51.326Z] Removing intermediate container bbed9211a2c8 [2020-11-19T05:24:51.326Z] ---> 76e1ae406085 [2020-11-19T05:24:51.326Z] Step 22/23 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:24:51.326Z] ---> Running in 173a5399143c [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:51.652Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:51.921Z] Removing intermediate container 173a5399143c [2020-11-19T05:24:51.921Z] ---> 96bba0a457e2 [2020-11-19T05:24:51.921Z] Step 23/23 : LABEL version=1.3.1-dev.1 [2020-11-19T05:24:51.921Z] ---> Running in b07a12dc5ded [2020-11-19T05:24:51.993Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-11-19T05:24:51.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-19T05:24:51.994Z] 0e3c490fb3ae: Preparing [2020-11-19T05:24:51.994Z] 55ca2a790f11: Preparing [2020-11-19T05:24:51.994Z] 0027414c8bfc: Preparing [2020-11-19T05:24:51.994Z] b51abaf63e67: Preparing [2020-11-19T05:24:51.994Z] 84ee52a59765: Preparing [2020-11-19T05:24:51.994Z] ace0eda3e3be: Preparing [2020-11-19T05:24:51.994Z] ace0eda3e3be: Waiting [2020-11-19T05:24:51.994Z] 0e3c490fb3ae: Layer already exists [2020-11-19T05:24:51.994Z] 0027414c8bfc: Layer already exists [2020-11-19T05:24:51.994Z] b51abaf63e67: Layer already exists [2020-11-19T05:24:51.994Z] 84ee52a59765: Layer already exists [2020-11-19T05:24:51.994Z] 55ca2a790f11: Layer already exists [2020-11-19T05:24:51.994Z] ace0eda3e3be: Layer already exists [2020-11-19T05:24:52.271Z] master: digest: sha256:fce0c5cf0bc3230bbcdc8885eab8ea04839e619f022777f51d55a8c445eeed2d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:24:52.512Z] ===================================================== [2020-11-19T05:24:52.513Z] Removing intermediate container b07a12dc5ded [2020-11-19T05:24:52.513Z] ---> 4bb4a6b0963a [2020-11-19T05:24:52.513Z] [2020-11-19T05:24:52.513Z] Successfully built 4bb4a6b0963a [Pipeline] echo [2020-11-19T05:24:52.570Z] taggedImages: [2020-11-19T05:24:52.570Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:24:52.571Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.1 [2020-11-19T05:24:52.571Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:24:52.571Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-11-19T05:24:52.647Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-11-19T05:24:52.647Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:24:52.647Z] 1.3.1-dev.1 [2020-11-19T05:24:52.647Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:24:52.647Z] master [2020-11-19T05:24:52.647Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-11-19T05:24:52.785Z] Successfully tagged docker-core-data-go-arm64:latest [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:53.233Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:53.569Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:24:53.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-19T05:24:53.569Z] 1c963fa82a5b: Preparing [2020-11-19T05:24:53.569Z] 1d1d343e1dfd: Preparing [2020-11-19T05:24:53.569Z] af73fa2b9cb2: Preparing [2020-11-19T05:24:54.063Z] 1c963fa82a5b: Pushed [2020-11-19T05:24:54.063Z] af73fa2b9cb2: Pushed [2020-11-19T05:24:56.138Z] 1d1d343e1dfd: Pushed [2020-11-19T05:24:56.138Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:8ba1de16dfc2777ec8365de416a74c6965d965f5bec57c3bad6c97cbd8c9a234 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:56.466Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:56.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.1 [2020-11-19T05:24:56.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-19T05:24:56.784Z] 1c963fa82a5b: Preparing [2020-11-19T05:24:56.784Z] 1d1d343e1dfd: Preparing [2020-11-19T05:24:56.784Z] af73fa2b9cb2: Preparing [2020-11-19T05:24:56.784Z] 1d1d343e1dfd: Layer already exists [2020-11-19T05:24:56.784Z] 1c963fa82a5b: Layer already exists [2020-11-19T05:24:56.784Z] af73fa2b9cb2: Layer already exists [2020-11-19T05:24:57.047Z] 1.3.1-dev.1: digest: sha256:8ba1de16dfc2777ec8365de416a74c6965d965f5bec57c3bad6c97cbd8c9a234 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:57.388Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:57.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:24:57.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-19T05:24:57.998Z] 1c963fa82a5b: Preparing [2020-11-19T05:24:57.998Z] 1d1d343e1dfd: Preparing [2020-11-19T05:24:57.998Z] af73fa2b9cb2: Preparing [2020-11-19T05:24:57.998Z] 1d1d343e1dfd: Layer already exists [2020-11-19T05:24:57.998Z] af73fa2b9cb2: Layer already exists [2020-11-19T05:24:57.998Z] 1c963fa82a5b: Layer already exists [2020-11-19T05:24:57.998Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:8ba1de16dfc2777ec8365de416a74c6965d965f5bec57c3bad6c97cbd8c9a234 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:58.177Z]  Building docker-core-data-go ... done Removing intermediate container 168ade54f9f9 [2020-11-19T05:24:58.177Z] ---> d9f99237675e [2020-11-19T05:24:58.177Z] [2020-11-19T05:24:58.177Z] Step 10/22 : FROM scratch [2020-11-19T05:24:58.177Z] ---> [2020-11-19T05:24:58.177Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T05:24:58.177Z] ---> Using cache [2020-11-19T05:24:58.177Z] ---> 0e3ceadff180 [2020-11-19T05:24:58.177Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-19T05:24:58.177Z] ---> Running in de1fa06f9413 [2020-11-19T05:24:58.377Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:58.447Z] Removing intermediate container de1fa06f9413 [2020-11-19T05:24:58.447Z] ---> 51d0a0bbc752 [2020-11-19T05:24:58.447Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T05:24:58.719Z] ---> Running in 643c3dbb0d10 [2020-11-19T05:24:58.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-11-19T05:24:58.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-19T05:24:58.732Z] 1c963fa82a5b: Preparing [2020-11-19T05:24:58.732Z] 1d1d343e1dfd: Preparing [2020-11-19T05:24:58.732Z] af73fa2b9cb2: Preparing [2020-11-19T05:24:58.732Z] af73fa2b9cb2: Layer already exists [2020-11-19T05:24:58.732Z] 1c963fa82a5b: Layer already exists [2020-11-19T05:24:58.732Z] 1d1d343e1dfd: Layer already exists [2020-11-19T05:24:58.991Z] Removing intermediate container 643c3dbb0d10 [2020-11-19T05:24:58.991Z] ---> f1a2dc57a0c5 [2020-11-19T05:24:58.991Z] Step 14/22 : WORKDIR / [2020-11-19T05:24:58.991Z] ---> Running in 85ed6467a49e [2020-11-19T05:24:58.996Z] master: digest: sha256:8ba1de16dfc2777ec8365de416a74c6965d965f5bec57c3bad6c97cbd8c9a234 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:24:59.211Z] ===================================================== [Pipeline] echo [2020-11-19T05:24:59.271Z] taggedImages: [2020-11-19T05:24:59.272Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:24:59.272Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.1 [2020-11-19T05:24:59.272Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:24:59.272Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-11-19T05:24:59.357Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-11-19T05:24:59.358Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:24:59.358Z] 1.3.1-dev.1 [2020-11-19T05:24:59.358Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:24:59.358Z] master [2020-11-19T05:24:59.358Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-11-19T05:24:59.586Z] Removing intermediate container 85ed6467a49e [2020-11-19T05:24:59.586Z] ---> 52bb3619bd04 [2020-11-19T05:24:59.586Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:24:59.909Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:00.188Z] ---> ff5d0837cd00 [2020-11-19T05:25:00.189Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-19T05:25:00.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:00.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-19T05:25:00.242Z] cd8cdd319e8f: Preparing [2020-11-19T05:25:00.242Z] 4499fc671b4a: Preparing [2020-11-19T05:25:00.243Z] 9470a6d61135: Preparing [2020-11-19T05:25:00.243Z] df8437e1e133: Preparing [2020-11-19T05:25:00.243Z] 4f1677f1bc4e: Preparing [2020-11-19T05:25:00.243Z] 34ee42c0e847: Preparing [2020-11-19T05:25:00.243Z] 1b3ee35aacca: Preparing [2020-11-19T05:25:00.243Z] 34ee42c0e847: Waiting [2020-11-19T05:25:00.243Z] 1b3ee35aacca: Waiting [2020-11-19T05:25:00.595Z] cd8cdd319e8f: Pushed [2020-11-19T05:25:00.595Z] 4499fc671b4a: Pushed [2020-11-19T05:25:00.595Z] 4f1677f1bc4e: Pushed [2020-11-19T05:25:00.980Z] 9470a6d61135: Pushed [2020-11-19T05:25:00.980Z] 1b3ee35aacca: Layer already exists [2020-11-19T05:25:01.626Z] ---> 3efae82f01f1 [2020-11-19T05:25:01.626Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-19T05:25:02.021Z] 34ee42c0e847: Pushed [2020-11-19T05:25:02.022Z] df8437e1e133: Pushed [2020-11-19T05:25:02.288Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:cc367fb6470b2f7ec5198f4dc0084f0e0bdcc27b11ff072d6095386b80bcccbb size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:02.603Z] ---> 2fdc00feeed5 [2020-11-19T05:25:02.603Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-19T05:25:02.603Z] ---> Running in 5b23b66d2953 [2020-11-19T05:25:02.742Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:03.087Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.1 [2020-11-19T05:25:03.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-19T05:25:03.087Z] cd8cdd319e8f: Preparing [2020-11-19T05:25:03.087Z] 4499fc671b4a: Preparing [2020-11-19T05:25:03.087Z] 9470a6d61135: Preparing [2020-11-19T05:25:03.087Z] df8437e1e133: Preparing [2020-11-19T05:25:03.087Z] 4f1677f1bc4e: Preparing [2020-11-19T05:25:03.087Z] 34ee42c0e847: Preparing [2020-11-19T05:25:03.087Z] 1b3ee35aacca: Preparing [2020-11-19T05:25:03.087Z] 34ee42c0e847: Waiting [2020-11-19T05:25:03.087Z] 1b3ee35aacca: Waiting [2020-11-19T05:25:03.087Z] 4f1677f1bc4e: Layer already exists [2020-11-19T05:25:03.087Z] cd8cdd319e8f: Layer already exists [2020-11-19T05:25:03.087Z] 9470a6d61135: Layer already exists [2020-11-19T05:25:03.087Z] 4499fc671b4a: Layer already exists [2020-11-19T05:25:03.087Z] df8437e1e133: Layer already exists [2020-11-19T05:25:03.087Z] 34ee42c0e847: Layer already exists [2020-11-19T05:25:03.087Z] 1b3ee35aacca: Layer already exists [2020-11-19T05:25:03.198Z] Removing intermediate container 5b23b66d2953 [2020-11-19T05:25:03.198Z] ---> 4d38808638b4 [2020-11-19T05:25:03.198Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T05:25:03.198Z] ---> Running in 1016131d893d [2020-11-19T05:25:03.790Z] Removing intermediate container 1016131d893d [2020-11-19T05:25:03.790Z] ---> 9b7780ddab66 [2020-11-19T05:25:03.790Z] Step 20/22 : LABEL arch=arm64 [2020-11-19T05:25:03.790Z] ---> Running in 93c15ae96c6b [2020-11-19T05:25:04.062Z] Removing intermediate container 93c15ae96c6b [2020-11-19T05:25:04.062Z] ---> e5fcc1d52d22 [2020-11-19T05:25:04.063Z] Step 21/22 : LABEL git_sha=ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:04.335Z] ---> Running in 944875a5c850 [2020-11-19T05:25:04.515Z] 1.3.1-dev.1: digest: sha256:cc367fb6470b2f7ec5198f4dc0084f0e0bdcc27b11ff072d6095386b80bcccbb size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:04.841Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:04.928Z] Removing intermediate container 944875a5c850 [2020-11-19T05:25:04.928Z] ---> 06bd98681287 [2020-11-19T05:25:04.928Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2020-11-19T05:25:05.159Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:05.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-19T05:25:05.159Z] cd8cdd319e8f: Preparing [2020-11-19T05:25:05.159Z] 4499fc671b4a: Preparing [2020-11-19T05:25:05.159Z] 9470a6d61135: Preparing [2020-11-19T05:25:05.159Z] df8437e1e133: Preparing [2020-11-19T05:25:05.159Z] 4f1677f1bc4e: Preparing [2020-11-19T05:25:05.159Z] 34ee42c0e847: Preparing [2020-11-19T05:25:05.159Z] 1b3ee35aacca: Preparing [2020-11-19T05:25:05.159Z] 34ee42c0e847: Waiting [2020-11-19T05:25:05.159Z] 1b3ee35aacca: Waiting [2020-11-19T05:25:05.159Z] df8437e1e133: Layer already exists [2020-11-19T05:25:05.159Z] cd8cdd319e8f: Layer already exists [2020-11-19T05:25:05.159Z] 9470a6d61135: Layer already exists [2020-11-19T05:25:05.159Z] 4f1677f1bc4e: Layer already exists [2020-11-19T05:25:05.159Z] 4499fc671b4a: Layer already exists [2020-11-19T05:25:05.159Z] 1b3ee35aacca: Layer already exists [2020-11-19T05:25:05.159Z] 34ee42c0e847: Layer already exists [2020-11-19T05:25:05.159Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:cc367fb6470b2f7ec5198f4dc0084f0e0bdcc27b11ff072d6095386b80bcccbb size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:05.199Z] ---> Running in bf4f676a6a65 [2020-11-19T05:25:05.469Z] Removing intermediate container bf4f676a6a65 [2020-11-19T05:25:05.470Z] ---> 8eeb4cb99dc3 [2020-11-19T05:25:05.470Z] [2020-11-19T05:25:05.497Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:05.740Z] Successfully built 8eeb4cb99dc3 [2020-11-19T05:25:05.740Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-19T05:25:05.821Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-11-19T05:25:05.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-19T05:25:05.821Z] cd8cdd319e8f: Preparing [2020-11-19T05:25:05.821Z] 4499fc671b4a: Preparing [2020-11-19T05:25:05.821Z] 9470a6d61135: Preparing [2020-11-19T05:25:05.821Z] df8437e1e133: Preparing [2020-11-19T05:25:05.821Z] 4f1677f1bc4e: Preparing [2020-11-19T05:25:05.821Z] 34ee42c0e847: Preparing [2020-11-19T05:25:05.821Z] 1b3ee35aacca: Preparing [2020-11-19T05:25:05.821Z] 1b3ee35aacca: Waiting [2020-11-19T05:25:05.821Z] 34ee42c0e847: Waiting [2020-11-19T05:25:05.821Z] 4499fc671b4a: Layer already exists [2020-11-19T05:25:05.821Z] 4f1677f1bc4e: Layer already exists [2020-11-19T05:25:05.821Z] 9470a6d61135: Layer already exists [2020-11-19T05:25:05.821Z] df8437e1e133: Layer already exists [2020-11-19T05:25:05.821Z] cd8cdd319e8f: Layer already exists [2020-11-19T05:25:05.821Z] 1b3ee35aacca: Layer already exists [2020-11-19T05:25:05.821Z] 34ee42c0e847: Layer already exists [2020-11-19T05:25:05.821Z] master: digest: sha256:cc367fb6470b2f7ec5198f4dc0084f0e0bdcc27b11ff072d6095386b80bcccbb size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:25:06.065Z] ===================================================== [Pipeline] echo [2020-11-19T05:25:06.127Z] taggedImages: [2020-11-19T05:25:06.127Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:06.127Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.1 [2020-11-19T05:25:06.127Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:06.127Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-11-19T05:25:06.205Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-11-19T05:25:06.205Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:06.205Z] 1.3.1-dev.1 [2020-11-19T05:25:06.205Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:06.205Z] master [2020-11-19T05:25:06.205Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-11-19T05:25:06.346Z]  Building docker-core-metadata-go ... done  [Pipeline] { [Pipeline] } [2020-11-19T05:25:06.409Z] $ docker stop --time=1 e8cd975602fcb3c4c5dcadf652d2c2324ea5d937b9e8848caf27ae4b452e3780 [2020-11-19T05:25:08.363Z] $ docker rm -f e8cd975602fcb3c4c5dcadf652d2c2324ea5d937b9e8848caf27ae4b452e3780 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:09.019Z] + docker images [2020-11-19T05:25:09.019Z] + grep docker [2020-11-19T05:25:09.135Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:09.290Z] docker-core-metadata-go-arm64 latest 8eeb4cb99dc3 4 seconds ago 13.6MB [2020-11-19T05:25:09.290Z] docker-core-data-go-arm64 latest 4bb4a6b0963a 17 seconds ago 22.3MB [2020-11-19T05:25:09.290Z] docker-support-logging-go-arm64 latest 1565c49cf1c6 37 seconds ago 10.6MB [2020-11-19T05:25:09.290Z] docker-support-scheduler-go-arm64 latest 30268c27c006 56 seconds ago 11.5MB [2020-11-19T05:25:09.290Z] docker-security-proxy-setup-go-arm64 latest 1ad69fc750e1 About a minute ago 15.1MB [2020-11-19T05:25:09.290Z] docker-security-bootstrap-redis-go-arm64 latest cb1bb8f6ba29 About a minute ago 15.2MB [2020-11-19T05:25:09.290Z] docker-sys-mgmt-agent-go-arm64 latest dc2e7aedfb1d 2 minutes ago 270MB [2020-11-19T05:25:09.290Z] docker-security-secrets-setup-go-arm64 latest 7a6d8e541e83 4 minutes ago 22.7MB [2020-11-19T05:25:09.290Z] docker-support-notifications-go-arm64 latest f93f487fb4f1 4 minutes ago 12.9MB [2020-11-19T05:25:09.290Z] docker-security-secretstore-setup-go-arm64 latest db047aed80d5 4 minutes ago 23.6MB [2020-11-19T05:25:09.290Z] docker-core-command-go-arm64 latest 9a6d29fe4397 4 minutes ago 11.4MB [2020-11-19T05:25:09.290Z] docker latest 5d4db4dc0692 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2020-11-19T05:25:09.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:09.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-19T05:25:09.504Z] 71bf93445a47: Preparing [2020-11-19T05:25:09.504Z] 5e76b632168b: Preparing [2020-11-19T05:25:09.504Z] 5672535d79b6: Preparing [2020-11-19T05:25:09.504Z] bdda3e0e6366: Preparing [2020-11-19T05:25:09.504Z] ace0eda3e3be: Preparing [2020-11-19T05:25:09.504Z] ace0eda3e3be: Layer already exists [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [2020-11-19T05:25:09.788Z] 5e76b632168b: Pushed [2020-11-19T05:25:09.788Z] 5672535d79b6: Pushed [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T05:25:09.943Z] provisioning config files... [2020-11-19T05:25:09.980Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/225@tmp/config593431761276458541tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T05:25:10.406Z] bdda3e0e6366: Pushed [2020-11-19T05:25:10.443Z] ---> docker-login.sh [2020-11-19T05:25:10.443Z] nexus3.edgexfoundry.org:10001 [2020-11-19T05:25:10.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:25:10.984Z] 71bf93445a47: Pushed [2020-11-19T05:25:10.984Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:2af61ab379405809bf444382a4fa86053eac60a281b5fba697d65fbe3bf34469 size: 1364 [2020-11-19T05:25:10.986Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:25:10.986Z] Configure a credential helper to remove this warning. See [2020-11-19T05:25:10.986Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:25:10.986Z] [2020-11-19T05:25:10.986Z] Login Succeeded [2020-11-19T05:25:10.986Z] nexus3.edgexfoundry.org:10002 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:11.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:25:11.358Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:11.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:25:11.532Z] Configure a credential helper to remove this warning. See [2020-11-19T05:25:11.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:25:11.532Z] [2020-11-19T05:25:11.532Z] Login Succeeded [2020-11-19T05:25:11.532Z] nexus3.edgexfoundry.org:10003 [2020-11-19T05:25:11.710Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.1 [2020-11-19T05:25:11.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-19T05:25:11.710Z] 71bf93445a47: Preparing [2020-11-19T05:25:11.710Z] 5e76b632168b: Preparing [2020-11-19T05:25:11.710Z] 5672535d79b6: Preparing [2020-11-19T05:25:11.710Z] bdda3e0e6366: Preparing [2020-11-19T05:25:11.710Z] ace0eda3e3be: Preparing [2020-11-19T05:25:11.710Z] 71bf93445a47: Layer already exists [2020-11-19T05:25:11.710Z] bdda3e0e6366: Layer already exists [2020-11-19T05:25:11.710Z] 5e76b632168b: Layer already exists [2020-11-19T05:25:11.710Z] 5672535d79b6: Layer already exists [2020-11-19T05:25:11.710Z] ace0eda3e3be: Layer already exists [2020-11-19T05:25:11.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:25:11.976Z] 1.3.1-dev.1: digest: sha256:2af61ab379405809bf444382a4fa86053eac60a281b5fba697d65fbe3bf34469 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:12.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:25:12.079Z] Configure a credential helper to remove this warning. See [2020-11-19T05:25:12.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:25:12.079Z] [2020-11-19T05:25:12.079Z] Login Succeeded [2020-11-19T05:25:12.079Z] nexus3.edgexfoundry.org:10004 [2020-11-19T05:25:12.313Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:12.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T05:25:12.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:25:12.623Z] Configure a credential helper to remove this warning. See [2020-11-19T05:25:12.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:25:12.623Z] [2020-11-19T05:25:12.623Z] Login Succeeded [2020-11-19T05:25:12.623Z] docker.io [2020-11-19T05:25:12.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:12.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-19T05:25:12.637Z] 71bf93445a47: Preparing [2020-11-19T05:25:12.637Z] 5e76b632168b: Preparing [2020-11-19T05:25:12.637Z] 5672535d79b6: Preparing [2020-11-19T05:25:12.637Z] bdda3e0e6366: Preparing [2020-11-19T05:25:12.637Z] ace0eda3e3be: Preparing [2020-11-19T05:25:12.637Z] ace0eda3e3be: Layer already exists [2020-11-19T05:25:12.637Z] 5672535d79b6: Layer already exists [2020-11-19T05:25:12.637Z] 71bf93445a47: Layer already exists [2020-11-19T05:25:12.637Z] 5e76b632168b: Layer already exists [2020-11-19T05:25:12.637Z] bdda3e0e6366: Layer already exists [2020-11-19T05:25:12.904Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:2af61ab379405809bf444382a4fa86053eac60a281b5fba697d65fbe3bf34469 size: 1364 [2020-11-19T05:25:12.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:13.242Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:13.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T05:25:13.503Z] Configure a credential helper to remove this warning. See [2020-11-19T05:25:13.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T05:25:13.503Z] [2020-11-19T05:25:13.503Z] Login Succeeded [2020-11-19T05:25:13.503Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T05:25:13.520Z] Deleting 1 temporary files [Pipeline] // wrap [2020-11-19T05:25:13.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-11-19T05:25:13.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-19T05:25:13.591Z] 71bf93445a47: Preparing [2020-11-19T05:25:13.591Z] 5e76b632168b: Preparing [2020-11-19T05:25:13.591Z] 5672535d79b6: Preparing [2020-11-19T05:25:13.591Z] bdda3e0e6366: Preparing [2020-11-19T05:25:13.591Z] ace0eda3e3be: Preparing [2020-11-19T05:25:13.591Z] ace0eda3e3be: Layer already exists [2020-11-19T05:25:13.591Z] 71bf93445a47: Layer already exists [2020-11-19T05:25:13.591Z] bdda3e0e6366: Layer already exists [2020-11-19T05:25:13.591Z] 5672535d79b6: Layer already exists [2020-11-19T05:25:13.591Z] 5e76b632168b: Layer already exists [2020-11-19T05:25:13.591Z] master: digest: sha256:2af61ab379405809bf444382a4fa86053eac60a281b5fba697d65fbe3bf34469 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:25:13.958Z] ===================================================== [Pipeline] echo [2020-11-19T05:25:14.020Z] taggedImages: [2020-11-19T05:25:14.020Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:14.020Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.1 [2020-11-19T05:25:14.020Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:14.020Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-11-19T05:25:14.026Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-11-19T05:25:14.026Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:14.026Z] 1.3.1-dev.1 [2020-11-19T05:25:14.026Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:14.026Z] master [2020-11-19T05:25:14.026Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] echo [2020-11-19T05:25:14.204Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-11-19T05:25:14.204Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:14.204Z] 1.3.1-dev.1 [2020-11-19T05:25:14.204Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:14.204Z] master [2020-11-19T05:25:14.204Z] ===================================================== [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:14.706Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:14.809Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:15.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:15.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-19T05:25:15.050Z] 34903fd8aee2: Preparing [2020-11-19T05:25:15.050Z] 43ef72bac173: Preparing [2020-11-19T05:25:15.050Z] ed9157710248: Preparing [2020-11-19T05:25:15.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:15.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-19T05:25:15.118Z] 331140b052a9: Preparing [2020-11-19T05:25:15.118Z] b35f6bfbaccd: Preparing [2020-11-19T05:25:15.118Z] 6dfce794e3f5: Preparing [2020-11-19T05:25:15.118Z] a70af4d5db7e: Preparing [2020-11-19T05:25:15.118Z] a70af4d5db7e: Preparing [2020-11-19T05:25:15.118Z] de99a3066a2a: Preparing [2020-11-19T05:25:15.118Z] 486f0404b2af: Preparing [2020-11-19T05:25:15.118Z] 03d0cef014bc: Preparing [2020-11-19T05:25:15.118Z] 331140b052a9: Preparing [2020-11-19T05:25:15.118Z] 9de19da12aa5: Preparing [2020-11-19T05:25:15.118Z] a7cad421c4d8: Preparing [2020-11-19T05:25:15.118Z] 7d6445367016: Preparing [2020-11-19T05:25:15.118Z] ace0eda3e3be: Preparing [2020-11-19T05:25:15.118Z] 486f0404b2af: Waiting [2020-11-19T05:25:15.118Z] 03d0cef014bc: Waiting [2020-11-19T05:25:15.118Z] 9de19da12aa5: Waiting [2020-11-19T05:25:15.118Z] a7cad421c4d8: Waiting [2020-11-19T05:25:15.118Z] 7d6445367016: Waiting [2020-11-19T05:25:15.118Z] ace0eda3e3be: Waiting [2020-11-19T05:25:15.322Z] 34903fd8aee2: Pushed [2020-11-19T05:25:15.399Z] de99a3066a2a: Pushed [2020-11-19T05:25:15.399Z] 6dfce794e3f5: Pushed [2020-11-19T05:25:15.399Z] b35f6bfbaccd: Pushed [2020-11-19T05:25:15.594Z] ed9157710248: Pushed [2020-11-19T05:25:15.712Z] a70af4d5db7e: Pushed [2020-11-19T05:25:15.712Z] 486f0404b2af: Pushed [2020-11-19T05:25:15.712Z] 03d0cef014bc: Pushed [2020-11-19T05:25:15.712Z] ace0eda3e3be: Layer already exists [2020-11-19T05:25:15.712Z] 9de19da12aa5: Pushed [2020-11-19T05:25:15.991Z] a7cad421c4d8: Pushed [2020-11-19T05:25:16.253Z] 7d6445367016: Pushed [2020-11-19T05:25:16.253Z] 331140b052a9: Pushed [2020-11-19T05:25:16.518Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:e3b542762aa79792811be62ea230637825b21552244ad6b518904276510e728b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:16.828Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:17.143Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.1 [2020-11-19T05:25:17.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-19T05:25:17.144Z] 331140b052a9: Preparing [2020-11-19T05:25:17.144Z] b35f6bfbaccd: Preparing [2020-11-19T05:25:17.144Z] 6dfce794e3f5: Preparing [2020-11-19T05:25:17.144Z] a70af4d5db7e: Preparing [2020-11-19T05:25:17.144Z] a70af4d5db7e: Preparing [2020-11-19T05:25:17.144Z] de99a3066a2a: Preparing [2020-11-19T05:25:17.144Z] 486f0404b2af: Preparing [2020-11-19T05:25:17.144Z] 03d0cef014bc: Preparing [2020-11-19T05:25:17.144Z] 331140b052a9: Preparing [2020-11-19T05:25:17.144Z] 9de19da12aa5: Preparing [2020-11-19T05:25:17.144Z] a7cad421c4d8: Preparing [2020-11-19T05:25:17.144Z] 7d6445367016: Preparing [2020-11-19T05:25:17.144Z] ace0eda3e3be: Preparing [2020-11-19T05:25:17.144Z] 9de19da12aa5: Waiting [2020-11-19T05:25:17.144Z] a7cad421c4d8: Waiting [2020-11-19T05:25:17.144Z] 7d6445367016: Waiting [2020-11-19T05:25:17.144Z] ace0eda3e3be: Waiting [2020-11-19T05:25:17.144Z] 486f0404b2af: Waiting [2020-11-19T05:25:17.144Z] 03d0cef014bc: Waiting [2020-11-19T05:25:17.144Z] a70af4d5db7e: Layer already exists [2020-11-19T05:25:17.144Z] b35f6bfbaccd: Layer already exists [2020-11-19T05:25:17.144Z] 6dfce794e3f5: Layer already exists [2020-11-19T05:25:17.144Z] de99a3066a2a: Layer already exists [2020-11-19T05:25:17.144Z] 331140b052a9: Layer already exists [2020-11-19T05:25:17.144Z] 486f0404b2af: Layer already exists [2020-11-19T05:25:17.144Z] 7d6445367016: Layer already exists [2020-11-19T05:25:17.144Z] 03d0cef014bc: Layer already exists [2020-11-19T05:25:17.144Z] a7cad421c4d8: Layer already exists [2020-11-19T05:25:17.144Z] 9de19da12aa5: Layer already exists [2020-11-19T05:25:17.144Z] ace0eda3e3be: Layer already exists [2020-11-19T05:25:17.407Z] 1.3.1-dev.1: digest: sha256:e3b542762aa79792811be62ea230637825b21552244ad6b518904276510e728b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:17.725Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:18.198Z] 43ef72bac173: Pushed [2020-11-19T05:25:18.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:18.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-19T05:25:18.233Z] 331140b052a9: Preparing [2020-11-19T05:25:18.233Z] b35f6bfbaccd: Preparing [2020-11-19T05:25:18.233Z] 6dfce794e3f5: Preparing [2020-11-19T05:25:18.233Z] a70af4d5db7e: Preparing [2020-11-19T05:25:18.233Z] a70af4d5db7e: Preparing [2020-11-19T05:25:18.233Z] de99a3066a2a: Preparing [2020-11-19T05:25:18.233Z] 486f0404b2af: Preparing [2020-11-19T05:25:18.233Z] 03d0cef014bc: Preparing [2020-11-19T05:25:18.233Z] 331140b052a9: Preparing [2020-11-19T05:25:18.233Z] 9de19da12aa5: Preparing [2020-11-19T05:25:18.233Z] a7cad421c4d8: Preparing [2020-11-19T05:25:18.233Z] 7d6445367016: Preparing [2020-11-19T05:25:18.233Z] ace0eda3e3be: Preparing [2020-11-19T05:25:18.233Z] 03d0cef014bc: Waiting [2020-11-19T05:25:18.233Z] 9de19da12aa5: Waiting [2020-11-19T05:25:18.233Z] a7cad421c4d8: Waiting [2020-11-19T05:25:18.233Z] 7d6445367016: Waiting [2020-11-19T05:25:18.233Z] ace0eda3e3be: Waiting [2020-11-19T05:25:18.233Z] 486f0404b2af: Waiting [2020-11-19T05:25:18.525Z] b35f6bfbaccd: Layer already exists [2020-11-19T05:25:18.525Z] de99a3066a2a: Layer already exists [2020-11-19T05:25:18.525Z] a70af4d5db7e: Layer already exists [2020-11-19T05:25:18.525Z] 6dfce794e3f5: Layer already exists [2020-11-19T05:25:18.525Z] 331140b052a9: Layer already exists [2020-11-19T05:25:18.525Z] 486f0404b2af: Layer already exists [2020-11-19T05:25:18.525Z] a7cad421c4d8: Layer already exists [2020-11-19T05:25:18.525Z] 7d6445367016: Layer already exists [2020-11-19T05:25:18.525Z] 03d0cef014bc: Layer already exists [2020-11-19T05:25:18.525Z] ace0eda3e3be: Layer already exists [2020-11-19T05:25:18.789Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:191a13e021286543b2098732be4aeaadebb382f55e2eb9c49949555f443103a9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:18.832Z] 9de19da12aa5: Layer already exists [2020-11-19T05:25:18.832Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:e3b542762aa79792811be62ea230637825b21552244ad6b518904276510e728b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:19.140Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:19.243Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:19.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.1 [2020-11-19T05:25:19.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-19T05:25:19.474Z] 34903fd8aee2: Preparing [2020-11-19T05:25:19.474Z] 43ef72bac173: Preparing [2020-11-19T05:25:19.474Z] ed9157710248: Preparing [2020-11-19T05:25:19.563Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-11-19T05:25:19.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-19T05:25:19.563Z] 331140b052a9: Preparing [2020-11-19T05:25:19.563Z] b35f6bfbaccd: Preparing [2020-11-19T05:25:19.563Z] 6dfce794e3f5: Preparing [2020-11-19T05:25:19.563Z] a70af4d5db7e: Preparing [2020-11-19T05:25:19.563Z] a70af4d5db7e: Preparing [2020-11-19T05:25:19.563Z] de99a3066a2a: Preparing [2020-11-19T05:25:19.563Z] 486f0404b2af: Preparing [2020-11-19T05:25:19.563Z] 03d0cef014bc: Preparing [2020-11-19T05:25:19.563Z] 331140b052a9: Preparing [2020-11-19T05:25:19.563Z] 9de19da12aa5: Preparing [2020-11-19T05:25:19.563Z] a7cad421c4d8: Preparing [2020-11-19T05:25:19.563Z] 7d6445367016: Preparing [2020-11-19T05:25:19.563Z] ace0eda3e3be: Preparing [2020-11-19T05:25:19.563Z] 03d0cef014bc: Waiting [2020-11-19T05:25:19.563Z] 486f0404b2af: Waiting [2020-11-19T05:25:19.563Z] 9de19da12aa5: Waiting [2020-11-19T05:25:19.563Z] a7cad421c4d8: Waiting [2020-11-19T05:25:19.563Z] 7d6445367016: Waiting [2020-11-19T05:25:19.563Z] ace0eda3e3be: Waiting [2020-11-19T05:25:19.563Z] de99a3066a2a: Layer already exists [2020-11-19T05:25:19.563Z] 331140b052a9: Layer already exists [2020-11-19T05:25:19.563Z] a70af4d5db7e: Layer already exists [2020-11-19T05:25:19.563Z] b35f6bfbaccd: Layer already exists [2020-11-19T05:25:19.563Z] 6dfce794e3f5: Layer already exists [2020-11-19T05:25:19.563Z] a7cad421c4d8: Layer already exists [2020-11-19T05:25:19.563Z] 486f0404b2af: Layer already exists [2020-11-19T05:25:19.563Z] 03d0cef014bc: Layer already exists [2020-11-19T05:25:19.745Z] 34903fd8aee2: Layer already exists [2020-11-19T05:25:19.745Z] 43ef72bac173: Layer already exists [2020-11-19T05:25:19.745Z] ed9157710248: Layer already exists [2020-11-19T05:25:19.745Z] 1.3.1-dev.1: digest: sha256:191a13e021286543b2098732be4aeaadebb382f55e2eb9c49949555f443103a9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:19.827Z] 7d6445367016: Layer already exists [2020-11-19T05:25:19.827Z] 9de19da12aa5: Layer already exists [2020-11-19T05:25:19.827Z] ace0eda3e3be: Layer already exists [2020-11-19T05:25:19.827Z] master: digest: sha256:e3b542762aa79792811be62ea230637825b21552244ad6b518904276510e728b size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:25:20.047Z] ===================================================== [2020-11-19T05:25:20.085Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] echo [2020-11-19T05:25:20.097Z] taggedImages: [2020-11-19T05:25:20.097Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:20.097Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.1 [2020-11-19T05:25:20.097Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:20.097Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-11-19T05:25:20.253Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-11-19T05:25:20.253Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:20.253Z] 1.3.1-dev.1 [2020-11-19T05:25:20.253Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:20.253Z] master [2020-11-19T05:25:20.253Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-11-19T05:25:20.471Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:20.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-19T05:25:20.471Z] 34903fd8aee2: Preparing [2020-11-19T05:25:20.471Z] 43ef72bac173: Preparing [2020-11-19T05:25:20.471Z] ed9157710248: Preparing [2020-11-19T05:25:20.471Z] 43ef72bac173: Layer already exists [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:20.743Z] 34903fd8aee2: Layer already exists [2020-11-19T05:25:20.743Z] ed9157710248: Layer already exists [2020-11-19T05:25:20.743Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:191a13e021286543b2098732be4aeaadebb382f55e2eb9c49949555f443103a9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:20.819Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:21.086Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:21.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:21.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-19T05:25:21.233Z] de04356b933c: Preparing [2020-11-19T05:25:21.233Z] ce5f18971233: Preparing [2020-11-19T05:25:21.233Z] c9dbf7e64402: Preparing [2020-11-19T05:25:21.233Z] cff3af24e58e: Preparing [2020-11-19T05:25:21.233Z] 1f2ec08620b6: Preparing [2020-11-19T05:25:21.233Z] c52d0ce845c4: Preparing [2020-11-19T05:25:21.233Z] dae02d35de15: Preparing [2020-11-19T05:25:21.233Z] 478eab94ece5: Preparing [2020-11-19T05:25:21.233Z] 1b3ee35aacca: Preparing [2020-11-19T05:25:21.233Z] dae02d35de15: Waiting [2020-11-19T05:25:21.233Z] 478eab94ece5: Waiting [2020-11-19T05:25:21.233Z] c52d0ce845c4: Waiting [2020-11-19T05:25:21.233Z] 1b3ee35aacca: Waiting [2020-11-19T05:25:21.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-11-19T05:25:21.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-19T05:25:21.423Z] 34903fd8aee2: Preparing [2020-11-19T05:25:21.423Z] 43ef72bac173: Preparing [2020-11-19T05:25:21.423Z] ed9157710248: Preparing [2020-11-19T05:25:21.423Z] 43ef72bac173: Layer already exists [2020-11-19T05:25:21.423Z] 34903fd8aee2: Layer already exists [2020-11-19T05:25:21.423Z] ed9157710248: Layer already exists [2020-11-19T05:25:21.517Z] 1f2ec08620b6: Pushed [2020-11-19T05:25:21.518Z] de04356b933c: Pushed [2020-11-19T05:25:21.518Z] ce5f18971233: Pushed [2020-11-19T05:25:21.694Z] master: digest: sha256:191a13e021286543b2098732be4aeaadebb382f55e2eb9c49949555f443103a9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2020-11-19T05:25:21.781Z] c52d0ce845c4: Pushed [2020-11-19T05:25:21.781Z] 1b3ee35aacca: Layer already exists [2020-11-19T05:25:21.781Z] dae02d35de15: Pushed [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:25:21.932Z] ===================================================== [Pipeline] echo [2020-11-19T05:25:21.998Z] taggedImages: [2020-11-19T05:25:21.998Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:21.998Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.1 [2020-11-19T05:25:21.998Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:21.998Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-11-19T05:25:22.079Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-11-19T05:25:22.080Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:22.080Z] 1.3.1-dev.1 [2020-11-19T05:25:22.080Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:22.080Z] master [2020-11-19T05:25:22.080Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:22.395Z] 478eab94ece5: Pushed [2020-11-19T05:25:22.634Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:22.656Z] c9dbf7e64402: Pushed [2020-11-19T05:25:22.657Z] cff3af24e58e: Pushed [2020-11-19T05:25:22.919Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:9dac20585c9fd2587d8d1ee39df322962006b78f1d82baf1dd2a54f880fa23f8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:22.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:22.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-19T05:25:22.972Z] 93162cecc608: Preparing [2020-11-19T05:25:22.972Z] ec3cdb91ae20: Preparing [2020-11-19T05:25:22.972Z] 8cead8285480: Preparing [2020-11-19T05:25:22.972Z] 856f8dfa61f5: Preparing [2020-11-19T05:25:22.972Z] 22d7a8f43e68: Preparing [2020-11-19T05:25:22.972Z] cd3761cfa1d9: Preparing [2020-11-19T05:25:22.972Z] cd3761cfa1d9: Waiting [2020-11-19T05:25:23.229Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.1 [2020-11-19T05:25:23.239Z] 93162cecc608: Pushed [2020-11-19T05:25:23.239Z] 22d7a8f43e68: Pushed [2020-11-19T05:25:23.239Z] 8cead8285480: Pushed [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:23.510Z] cd3761cfa1d9: Layer already exists [2020-11-19T05:25:23.582Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.1 [2020-11-19T05:25:23.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-19T05:25:23.582Z] de04356b933c: Preparing [2020-11-19T05:25:23.582Z] ce5f18971233: Preparing [2020-11-19T05:25:23.582Z] c9dbf7e64402: Preparing [2020-11-19T05:25:23.582Z] cff3af24e58e: Preparing [2020-11-19T05:25:23.582Z] 1f2ec08620b6: Preparing [2020-11-19T05:25:23.582Z] c52d0ce845c4: Preparing [2020-11-19T05:25:23.582Z] dae02d35de15: Preparing [2020-11-19T05:25:23.582Z] 478eab94ece5: Preparing [2020-11-19T05:25:23.582Z] 1b3ee35aacca: Preparing [2020-11-19T05:25:23.582Z] c52d0ce845c4: Waiting [2020-11-19T05:25:23.582Z] dae02d35de15: Waiting [2020-11-19T05:25:23.582Z] 478eab94ece5: Waiting [2020-11-19T05:25:23.582Z] 1b3ee35aacca: Waiting [2020-11-19T05:25:23.846Z] c9dbf7e64402: Layer already exists [2020-11-19T05:25:23.846Z] de04356b933c: Layer already exists [2020-11-19T05:25:23.846Z] 1f2ec08620b6: Layer already exists [2020-11-19T05:25:23.846Z] ce5f18971233: Layer already exists [2020-11-19T05:25:23.846Z] cff3af24e58e: Layer already exists [2020-11-19T05:25:23.846Z] 1b3ee35aacca: Layer already exists [2020-11-19T05:25:23.846Z] dae02d35de15: Layer already exists [2020-11-19T05:25:23.846Z] c52d0ce845c4: Layer already exists [2020-11-19T05:25:23.846Z] 478eab94ece5: Layer already exists [2020-11-19T05:25:23.846Z] 1.3.1-dev.1: digest: sha256:9dac20585c9fd2587d8d1ee39df322962006b78f1d82baf1dd2a54f880fa23f8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:24.102Z] 856f8dfa61f5: Pushed [2020-11-19T05:25:24.166Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:24.468Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:24.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-19T05:25:24.468Z] de04356b933c: Preparing [2020-11-19T05:25:24.468Z] ce5f18971233: Preparing [2020-11-19T05:25:24.468Z] c9dbf7e64402: Preparing [2020-11-19T05:25:24.468Z] cff3af24e58e: Preparing [2020-11-19T05:25:24.468Z] 1f2ec08620b6: Preparing [2020-11-19T05:25:24.468Z] c52d0ce845c4: Preparing [2020-11-19T05:25:24.468Z] dae02d35de15: Preparing [2020-11-19T05:25:24.468Z] 478eab94ece5: Preparing [2020-11-19T05:25:24.468Z] 1b3ee35aacca: Preparing [2020-11-19T05:25:24.468Z] c52d0ce845c4: Waiting [2020-11-19T05:25:24.468Z] dae02d35de15: Waiting [2020-11-19T05:25:24.468Z] 1b3ee35aacca: Waiting [2020-11-19T05:25:24.468Z] 478eab94ece5: Waiting [2020-11-19T05:25:24.468Z] 1f2ec08620b6: Layer already exists [2020-11-19T05:25:24.468Z] de04356b933c: Layer already exists [2020-11-19T05:25:24.468Z] ce5f18971233: Layer already exists [2020-11-19T05:25:24.468Z] c9dbf7e64402: Layer already exists [2020-11-19T05:25:24.468Z] cff3af24e58e: Layer already exists [2020-11-19T05:25:24.468Z] 478eab94ece5: Layer already exists [2020-11-19T05:25:24.468Z] 1b3ee35aacca: Layer already exists [2020-11-19T05:25:24.468Z] c52d0ce845c4: Layer already exists [2020-11-19T05:25:24.468Z] dae02d35de15: Layer already exists [2020-11-19T05:25:24.731Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:9dac20585c9fd2587d8d1ee39df322962006b78f1d82baf1dd2a54f880fa23f8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:25.053Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:25.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-11-19T05:25:25.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-19T05:25:25.367Z] de04356b933c: Preparing [2020-11-19T05:25:25.367Z] ce5f18971233: Preparing [2020-11-19T05:25:25.367Z] c9dbf7e64402: Preparing [2020-11-19T05:25:25.367Z] cff3af24e58e: Preparing [2020-11-19T05:25:25.367Z] 1f2ec08620b6: Preparing [2020-11-19T05:25:25.367Z] c52d0ce845c4: Preparing [2020-11-19T05:25:25.367Z] dae02d35de15: Preparing [2020-11-19T05:25:25.367Z] 478eab94ece5: Preparing [2020-11-19T05:25:25.367Z] 1b3ee35aacca: Preparing [2020-11-19T05:25:25.367Z] c52d0ce845c4: Waiting [2020-11-19T05:25:25.367Z] dae02d35de15: Waiting [2020-11-19T05:25:25.367Z] 478eab94ece5: Waiting [2020-11-19T05:25:25.367Z] 1b3ee35aacca: Waiting [2020-11-19T05:25:25.367Z] cff3af24e58e: Layer already exists [2020-11-19T05:25:25.367Z] de04356b933c: Layer already exists [2020-11-19T05:25:25.367Z] 1f2ec08620b6: Layer already exists [2020-11-19T05:25:25.367Z] ce5f18971233: Layer already exists [2020-11-19T05:25:25.367Z] c9dbf7e64402: Layer already exists [2020-11-19T05:25:25.367Z] dae02d35de15: Layer already exists [2020-11-19T05:25:25.367Z] c52d0ce845c4: Layer already exists [2020-11-19T05:25:25.367Z] 1b3ee35aacca: Layer already exists [2020-11-19T05:25:25.367Z] 478eab94ece5: Layer already exists [2020-11-19T05:25:25.630Z] master: digest: sha256:9dac20585c9fd2587d8d1ee39df322962006b78f1d82baf1dd2a54f880fa23f8 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:25:25.862Z] ===================================================== [Pipeline] echo [2020-11-19T05:25:25.909Z] taggedImages: [2020-11-19T05:25:25.909Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:25.909Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.1 [2020-11-19T05:25:25.909Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:25.909Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-11-19T05:25:25.970Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-11-19T05:25:25.970Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:25.970Z] 1.3.1-dev.1 [2020-11-19T05:25:25.970Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:25.970Z] master [2020-11-19T05:25:25.970Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:26.477Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:26.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:26.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-19T05:25:26.802Z] 2f902c5221ac: Preparing [2020-11-19T05:25:26.802Z] ec4e75d6844a: Preparing [2020-11-19T05:25:26.803Z] d2059cf1dd2a: Preparing [2020-11-19T05:25:26.803Z] 033f8d250c73: Preparing [2020-11-19T05:25:27.068Z] d2059cf1dd2a: Pushed [2020-11-19T05:25:27.068Z] 2f902c5221ac: Pushed [2020-11-19T05:25:27.068Z] 033f8d250c73: Pushed [2020-11-19T05:25:27.556Z] ec3cdb91ae20: Pushed [2020-11-19T05:25:27.556Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:d9e67e6d23992794a0cb8f66fca1f96c3f18043f93028e8c89ccc3e371f7e06a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:27.897Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:28.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.1 [2020-11-19T05:25:28.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-19T05:25:28.242Z] 93162cecc608: Preparing [2020-11-19T05:25:28.242Z] ec3cdb91ae20: Preparing [2020-11-19T05:25:28.242Z] 8cead8285480: Preparing [2020-11-19T05:25:28.242Z] 856f8dfa61f5: Preparing [2020-11-19T05:25:28.242Z] 22d7a8f43e68: Preparing [2020-11-19T05:25:28.242Z] cd3761cfa1d9: Preparing [2020-11-19T05:25:28.242Z] cd3761cfa1d9: Waiting [2020-11-19T05:25:28.242Z] 8cead8285480: Layer already exists [2020-11-19T05:25:28.242Z] ec3cdb91ae20: Layer already exists [2020-11-19T05:25:28.242Z] 22d7a8f43e68: Layer already exists [2020-11-19T05:25:28.513Z] 93162cecc608: Layer already exists [2020-11-19T05:25:28.513Z] 856f8dfa61f5: Layer already exists [2020-11-19T05:25:28.513Z] cd3761cfa1d9: Layer already exists [2020-11-19T05:25:28.513Z] 1.3.1-dev.1: digest: sha256:d9e67e6d23992794a0cb8f66fca1f96c3f18043f93028e8c89ccc3e371f7e06a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:28.577Z] ec4e75d6844a: Pushed [2020-11-19T05:25:28.577Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:87ec6ed90c0e4a287ceb20e3f4417973876c99dfbe603460fc4b6fc731db6130 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:28.857Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:28.940Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:29.193Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:29.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-19T05:25:29.194Z] 93162cecc608: Preparing [2020-11-19T05:25:29.194Z] ec3cdb91ae20: Preparing [2020-11-19T05:25:29.194Z] 8cead8285480: Preparing [2020-11-19T05:25:29.194Z] 856f8dfa61f5: Preparing [2020-11-19T05:25:29.194Z] 22d7a8f43e68: Preparing [2020-11-19T05:25:29.194Z] cd3761cfa1d9: Preparing [2020-11-19T05:25:29.194Z] cd3761cfa1d9: Waiting [2020-11-19T05:25:29.194Z] 22d7a8f43e68: Layer already exists [2020-11-19T05:25:29.194Z] ec3cdb91ae20: Layer already exists [2020-11-19T05:25:29.194Z] 93162cecc608: Layer already exists [2020-11-19T05:25:29.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.1 [2020-11-19T05:25:29.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-19T05:25:29.280Z] 2f902c5221ac: Preparing [2020-11-19T05:25:29.280Z] ec4e75d6844a: Preparing [2020-11-19T05:25:29.280Z] d2059cf1dd2a: Preparing [2020-11-19T05:25:29.280Z] 033f8d250c73: Preparing [2020-11-19T05:25:29.280Z] 033f8d250c73: Layer already exists [2020-11-19T05:25:29.280Z] 2f902c5221ac: Layer already exists [2020-11-19T05:25:29.280Z] d2059cf1dd2a: Layer already exists [2020-11-19T05:25:29.280Z] ec4e75d6844a: Layer already exists [2020-11-19T05:25:29.280Z] 1.3.1-dev.1: digest: sha256:87ec6ed90c0e4a287ceb20e3f4417973876c99dfbe603460fc4b6fc731db6130 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:29.462Z] 8cead8285480: Layer already exists [2020-11-19T05:25:29.462Z] 856f8dfa61f5: Layer already exists [2020-11-19T05:25:29.462Z] cd3761cfa1d9: Layer already exists [2020-11-19T05:25:29.462Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:d9e67e6d23992794a0cb8f66fca1f96c3f18043f93028e8c89ccc3e371f7e06a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:29.589Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:29.800Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:29.899Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:29.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-19T05:25:29.899Z] 2f902c5221ac: Preparing [2020-11-19T05:25:29.899Z] ec4e75d6844a: Preparing [2020-11-19T05:25:29.899Z] d2059cf1dd2a: Preparing [2020-11-19T05:25:29.899Z] 033f8d250c73: Preparing [2020-11-19T05:25:29.899Z] d2059cf1dd2a: Layer already exists [2020-11-19T05:25:29.899Z] 2f902c5221ac: Layer already exists [2020-11-19T05:25:29.899Z] 033f8d250c73: Layer already exists [2020-11-19T05:25:29.899Z] ec4e75d6844a: Layer already exists [2020-11-19T05:25:30.136Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-11-19T05:25:30.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-19T05:25:30.136Z] 93162cecc608: Preparing [2020-11-19T05:25:30.136Z] ec3cdb91ae20: Preparing [2020-11-19T05:25:30.136Z] 8cead8285480: Preparing [2020-11-19T05:25:30.136Z] 856f8dfa61f5: Preparing [2020-11-19T05:25:30.136Z] 22d7a8f43e68: Preparing [2020-11-19T05:25:30.136Z] cd3761cfa1d9: Preparing [2020-11-19T05:25:30.136Z] cd3761cfa1d9: Waiting [2020-11-19T05:25:30.136Z] 8cead8285480: Layer already exists [2020-11-19T05:25:30.136Z] 22d7a8f43e68: Layer already exists [2020-11-19T05:25:30.136Z] 93162cecc608: Layer already exists [2020-11-19T05:25:30.136Z] ec3cdb91ae20: Layer already exists [2020-11-19T05:25:30.136Z] 856f8dfa61f5: Layer already exists [2020-11-19T05:25:30.136Z] cd3761cfa1d9: Layer already exists [2020-11-19T05:25:30.173Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:87ec6ed90c0e4a287ceb20e3f4417973876c99dfbe603460fc4b6fc731db6130 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:30.407Z] master: digest: sha256:d9e67e6d23992794a0cb8f66fca1f96c3f18043f93028e8c89ccc3e371f7e06a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [2020-11-19T05:25:30.507Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:25:30.652Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-11-19T05:25:30.738Z] taggedImages: [2020-11-19T05:25:30.738Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:30.738Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.1 [2020-11-19T05:25:30.738Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:30.738Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-11-19T05:25:30.799Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-11-19T05:25:30.799Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:30.799Z] 1.3.1-dev.1 [2020-11-19T05:25:30.799Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:30.799Z] master [2020-11-19T05:25:30.799Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-11-19T05:25:31.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-11-19T05:25:31.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-19T05:25:31.007Z] 2f902c5221ac: Preparing [2020-11-19T05:25:31.007Z] ec4e75d6844a: Preparing [2020-11-19T05:25:31.007Z] d2059cf1dd2a: Preparing [2020-11-19T05:25:31.007Z] 033f8d250c73: Preparing [2020-11-19T05:25:31.007Z] ec4e75d6844a: Layer already exists [2020-11-19T05:25:31.007Z] 033f8d250c73: Layer already exists [2020-11-19T05:25:31.007Z] 2f902c5221ac: Layer already exists [2020-11-19T05:25:31.007Z] d2059cf1dd2a: Layer already exists [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:31.273Z] master: digest: sha256:87ec6ed90c0e4a287ceb20e3f4417973876c99dfbe603460fc4b6fc731db6130 size: 1153 [Pipeline] } [2020-11-19T05:25:31.330Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:25:31.446Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-11-19T05:25:31.550Z] taggedImages: [2020-11-19T05:25:31.550Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:31.550Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.1 [2020-11-19T05:25:31.550Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:31.550Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-11-19T05:25:31.638Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-11-19T05:25:31.638Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:31.638Z] 1.3.1-dev.1 [2020-11-19T05:25:31.638Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:31.638Z] master [2020-11-19T05:25:31.638Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-11-19T05:25:31.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:31.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-19T05:25:31.819Z] b76143651404: Preparing [2020-11-19T05:25:31.819Z] 4f0cca4a5e93: Preparing [2020-11-19T05:25:31.819Z] e009507825b5: Preparing [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:32.092Z] e009507825b5: Pushed [2020-11-19T05:25:32.092Z] b76143651404: Pushed [2020-11-19T05:25:32.138Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:32.534Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:32.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-19T05:25:32.534Z] de88fdbcba45: Preparing [2020-11-19T05:25:32.534Z] 046e8552a068: Preparing [2020-11-19T05:25:32.534Z] ce003d662fa9: Preparing [2020-11-19T05:25:32.534Z] ce5ee74bd539: Preparing [2020-11-19T05:25:32.534Z] d396ae381e6f: Preparing [2020-11-19T05:25:32.534Z] a3d37575d19b: Preparing [2020-11-19T05:25:32.534Z] a3d37575d19b: Waiting [2020-11-19T05:25:32.899Z] ce003d662fa9: Pushed [2020-11-19T05:25:32.899Z] de88fdbcba45: Pushed [2020-11-19T05:25:32.899Z] ce5ee74bd539: Pushed [2020-11-19T05:25:32.899Z] d396ae381e6f: Pushed [2020-11-19T05:25:33.222Z] a3d37575d19b: Pushed [2020-11-19T05:25:34.237Z] 046e8552a068: Pushed [2020-11-19T05:25:34.507Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:8b5a45c5b22a339bf4ffd1e867db509f78105c0d28774f06f7afa6c7641ca440 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:34.815Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:35.153Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.1 [2020-11-19T05:25:35.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-19T05:25:35.153Z] de88fdbcba45: Preparing [2020-11-19T05:25:35.153Z] 046e8552a068: Preparing [2020-11-19T05:25:35.153Z] ce003d662fa9: Preparing [2020-11-19T05:25:35.153Z] ce5ee74bd539: Preparing [2020-11-19T05:25:35.153Z] d396ae381e6f: Preparing [2020-11-19T05:25:35.153Z] a3d37575d19b: Preparing [2020-11-19T05:25:35.153Z] a3d37575d19b: Waiting [2020-11-19T05:25:35.153Z] de88fdbcba45: Layer already exists [2020-11-19T05:25:35.153Z] d396ae381e6f: Layer already exists [2020-11-19T05:25:35.153Z] 046e8552a068: Layer already exists [2020-11-19T05:25:35.153Z] ce5ee74bd539: Layer already exists [2020-11-19T05:25:35.153Z] ce003d662fa9: Layer already exists [2020-11-19T05:25:35.153Z] a3d37575d19b: Layer already exists [2020-11-19T05:25:35.424Z] 1.3.1-dev.1: digest: sha256:8b5a45c5b22a339bf4ffd1e867db509f78105c0d28774f06f7afa6c7641ca440 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:35.472Z] 4f0cca4a5e93: Pushed [2020-11-19T05:25:35.472Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:1e71c7aee9b40c6621cdb984eda44ae50b4d5439222f6d242a77c0fd88256618 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:35.758Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:35.864Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:36.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:36.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-19T05:25:36.090Z] de88fdbcba45: Preparing [2020-11-19T05:25:36.090Z] 046e8552a068: Preparing [2020-11-19T05:25:36.090Z] ce003d662fa9: Preparing [2020-11-19T05:25:36.090Z] ce5ee74bd539: Preparing [2020-11-19T05:25:36.090Z] d396ae381e6f: Preparing [2020-11-19T05:25:36.090Z] a3d37575d19b: Preparing [2020-11-19T05:25:36.090Z] a3d37575d19b: Waiting [2020-11-19T05:25:36.090Z] ce5ee74bd539: Layer already exists [2020-11-19T05:25:36.090Z] d396ae381e6f: Layer already exists [2020-11-19T05:25:36.090Z] 046e8552a068: Layer already exists [2020-11-19T05:25:36.090Z] ce003d662fa9: Layer already exists [2020-11-19T05:25:36.090Z] de88fdbcba45: Layer already exists [2020-11-19T05:25:36.090Z] a3d37575d19b: Layer already exists [2020-11-19T05:25:36.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.1 [2020-11-19T05:25:36.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-19T05:25:36.197Z] b76143651404: Preparing [2020-11-19T05:25:36.197Z] 4f0cca4a5e93: Preparing [2020-11-19T05:25:36.197Z] e009507825b5: Preparing [2020-11-19T05:25:36.197Z] b76143651404: Layer already exists [2020-11-19T05:25:36.355Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:8b5a45c5b22a339bf4ffd1e867db509f78105c0d28774f06f7afa6c7641ca440 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:36.467Z] 4f0cca4a5e93: Layer already exists [2020-11-19T05:25:36.467Z] e009507825b5: Layer already exists [2020-11-19T05:25:36.468Z] 1.3.1-dev.1: digest: sha256:1e71c7aee9b40c6621cdb984eda44ae50b4d5439222f6d242a77c0fd88256618 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:36.684Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:36.809Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:37.000Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-11-19T05:25:37.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-19T05:25:37.000Z] de88fdbcba45: Preparing [2020-11-19T05:25:37.000Z] 046e8552a068: Preparing [2020-11-19T05:25:37.000Z] ce003d662fa9: Preparing [2020-11-19T05:25:37.000Z] ce5ee74bd539: Preparing [2020-11-19T05:25:37.000Z] d396ae381e6f: Preparing [2020-11-19T05:25:37.000Z] a3d37575d19b: Preparing [2020-11-19T05:25:37.000Z] a3d37575d19b: Waiting [2020-11-19T05:25:37.000Z] ce003d662fa9: Layer already exists [2020-11-19T05:25:37.000Z] ce5ee74bd539: Layer already exists [2020-11-19T05:25:37.000Z] d396ae381e6f: Layer already exists [2020-11-19T05:25:37.000Z] 046e8552a068: Layer already exists [2020-11-19T05:25:37.000Z] de88fdbcba45: Layer already exists [2020-11-19T05:25:37.000Z] a3d37575d19b: Layer already exists [2020-11-19T05:25:37.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:37.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-19T05:25:37.139Z] b76143651404: Preparing [2020-11-19T05:25:37.139Z] 4f0cca4a5e93: Preparing [2020-11-19T05:25:37.139Z] e009507825b5: Preparing [2020-11-19T05:25:37.139Z] 4f0cca4a5e93: Layer already exists [2020-11-19T05:25:37.139Z] e009507825b5: Layer already exists [2020-11-19T05:25:37.139Z] b76143651404: Layer already exists [2020-11-19T05:25:37.264Z] master: digest: sha256:8b5a45c5b22a339bf4ffd1e867db509f78105c0d28774f06f7afa6c7641ca440 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-11-19T05:25:37.408Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:1e71c7aee9b40c6621cdb984eda44ae50b4d5439222f6d242a77c0fd88256618 size: 943 [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:25:37.507Z] ===================================================== [Pipeline] echo [2020-11-19T05:25:37.554Z] taggedImages: [2020-11-19T05:25:37.554Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:37.554Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.1 [2020-11-19T05:25:37.554Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:37.554Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-11-19T05:25:37.620Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-11-19T05:25:37.620Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:37.620Z] 1.3.1-dev.1 [2020-11-19T05:25:37.620Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:37.620Z] master [2020-11-19T05:25:37.620Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:37.936Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:38.199Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:38.289Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-11-19T05:25:38.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-19T05:25:38.289Z] b76143651404: Preparing [2020-11-19T05:25:38.289Z] 4f0cca4a5e93: Preparing [2020-11-19T05:25:38.289Z] e009507825b5: Preparing [2020-11-19T05:25:38.289Z] 4f0cca4a5e93: Layer already exists [2020-11-19T05:25:38.289Z] e009507825b5: Layer already exists [2020-11-19T05:25:38.289Z] b76143651404: Layer already exists [2020-11-19T05:25:38.557Z] master: digest: sha256:1e71c7aee9b40c6621cdb984eda44ae50b4d5439222f6d242a77c0fd88256618 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-11-19T05:25:38.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:38.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-19T05:25:38.692Z] 3116dda80f2a: Preparing [2020-11-19T05:25:38.692Z] e3e302b97222: Preparing [2020-11-19T05:25:38.692Z] 7c3b1ce1e4cf: Preparing [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:25:38.752Z] ===================================================== [Pipeline] echo [2020-11-19T05:25:38.803Z] taggedImages: [2020-11-19T05:25:38.803Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:38.803Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.1 [2020-11-19T05:25:38.803Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:38.803Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-11-19T05:25:38.904Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-11-19T05:25:38.904Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:38.904Z] 1.3.1-dev.1 [2020-11-19T05:25:38.904Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:38.904Z] master [2020-11-19T05:25:38.904Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-11-19T05:25:38.986Z] 7c3b1ce1e4cf: Pushed [2020-11-19T05:25:38.987Z] 3116dda80f2a: Pushed [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:39.401Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:39.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:39.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-19T05:25:39.744Z] 61bc7b188767: Preparing [2020-11-19T05:25:39.744Z] 7684222645d5: Preparing [2020-11-19T05:25:39.744Z] cce89a653afb: Preparing [2020-11-19T05:25:39.744Z] 5cee6ffe9322: Preparing [2020-11-19T05:25:39.744Z] c368ef62d825: Preparing [2020-11-19T05:25:39.744Z] e9c494051d01: Preparing [2020-11-19T05:25:39.744Z] 66b385cf80cf: Preparing [2020-11-19T05:25:39.744Z] e9c494051d01: Waiting [2020-11-19T05:25:39.744Z] 66b385cf80cf: Waiting [2020-11-19T05:25:40.018Z] cce89a653afb: Pushed [2020-11-19T05:25:40.018Z] 7684222645d5: Pushed [2020-11-19T05:25:40.018Z] c368ef62d825: Pushed [2020-11-19T05:25:40.290Z] 61bc7b188767: Pushed [2020-11-19T05:25:40.290Z] 66b385cf80cf: Layer already exists [2020-11-19T05:25:40.402Z] e3e302b97222: Pushed [2020-11-19T05:25:40.402Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:5a8ef060034b5f3de702db0dae20cf8ef3a943308f222a0067daed95c12493c8 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:40.819Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:40.880Z] e9c494051d01: Pushed [2020-11-19T05:25:41.223Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.1 [2020-11-19T05:25:41.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-19T05:25:41.223Z] 3116dda80f2a: Preparing [2020-11-19T05:25:41.223Z] e3e302b97222: Preparing [2020-11-19T05:25:41.223Z] 7c3b1ce1e4cf: Preparing [2020-11-19T05:25:41.223Z] 7c3b1ce1e4cf: Layer already exists [2020-11-19T05:25:41.223Z] e3e302b97222: Layer already exists [2020-11-19T05:25:41.223Z] 3116dda80f2a: Layer already exists [2020-11-19T05:25:41.223Z] 1.3.1-dev.1: digest: sha256:5a8ef060034b5f3de702db0dae20cf8ef3a943308f222a0067daed95c12493c8 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:41.542Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:41.894Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:41.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-19T05:25:41.894Z] 3116dda80f2a: Preparing [2020-11-19T05:25:41.894Z] e3e302b97222: Preparing [2020-11-19T05:25:41.894Z] 7c3b1ce1e4cf: Preparing [2020-11-19T05:25:42.158Z] 7c3b1ce1e4cf: Layer already exists [2020-11-19T05:25:42.158Z] e3e302b97222: Layer already exists [2020-11-19T05:25:42.158Z] 3116dda80f2a: Layer already exists [2020-11-19T05:25:42.158Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:5a8ef060034b5f3de702db0dae20cf8ef3a943308f222a0067daed95c12493c8 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:42.305Z] 5cee6ffe9322: Pushed [2020-11-19T05:25:42.305Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:c2b4d7568a3bac0a5c9a731a5b4d5fd19dde54e1451d8f43da7109ecc4072f5f size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:42.497Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:42.642Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:42.807Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-11-19T05:25:42.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-19T05:25:42.807Z] 3116dda80f2a: Preparing [2020-11-19T05:25:42.807Z] e3e302b97222: Preparing [2020-11-19T05:25:42.807Z] 7c3b1ce1e4cf: Preparing [2020-11-19T05:25:42.807Z] e3e302b97222: Layer already exists [2020-11-19T05:25:42.807Z] 7c3b1ce1e4cf: Layer already exists [2020-11-19T05:25:42.807Z] 3116dda80f2a: Layer already exists [2020-11-19T05:25:42.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.1 [2020-11-19T05:25:42.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-19T05:25:42.976Z] 61bc7b188767: Preparing [2020-11-19T05:25:42.976Z] 7684222645d5: Preparing [2020-11-19T05:25:42.976Z] cce89a653afb: Preparing [2020-11-19T05:25:42.976Z] 5cee6ffe9322: Preparing [2020-11-19T05:25:42.976Z] c368ef62d825: Preparing [2020-11-19T05:25:42.976Z] e9c494051d01: Preparing [2020-11-19T05:25:42.976Z] 66b385cf80cf: Preparing [2020-11-19T05:25:42.976Z] e9c494051d01: Waiting [2020-11-19T05:25:42.976Z] c368ef62d825: Layer already exists [2020-11-19T05:25:42.976Z] 5cee6ffe9322: Layer already exists [2020-11-19T05:25:42.976Z] cce89a653afb: Layer already exists [2020-11-19T05:25:42.976Z] 61bc7b188767: Layer already exists [2020-11-19T05:25:42.976Z] 7684222645d5: Layer already exists [2020-11-19T05:25:42.976Z] 66b385cf80cf: Layer already exists [2020-11-19T05:25:42.976Z] e9c494051d01: Layer already exists [2020-11-19T05:25:43.069Z] master: digest: sha256:5a8ef060034b5f3de702db0dae20cf8ef3a943308f222a0067daed95c12493c8 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-11-19T05:25:43.247Z] 1.3.1-dev.1: digest: sha256:c2b4d7568a3bac0a5c9a731a5b4d5fd19dde54e1451d8f43da7109ecc4072f5f size: 1778 [Pipeline] echo [2020-11-19T05:25:43.266Z] ===================================================== [Pipeline] echo [2020-11-19T05:25:43.392Z] taggedImages: [2020-11-19T05:25:43.392Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:43.392Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.1 [2020-11-19T05:25:43.392Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:43.392Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-11-19T05:25:43.481Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-11-19T05:25:43.481Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:43.481Z] 1.3.1-dev.1 [2020-11-19T05:25:43.481Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:43.481Z] master [2020-11-19T05:25:43.481Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:43.804Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:44.043Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:44.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:44.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-19T05:25:44.157Z] 61bc7b188767: Preparing [2020-11-19T05:25:44.157Z] 7684222645d5: Preparing [2020-11-19T05:25:44.157Z] cce89a653afb: Preparing [2020-11-19T05:25:44.157Z] 5cee6ffe9322: Preparing [2020-11-19T05:25:44.157Z] c368ef62d825: Preparing [2020-11-19T05:25:44.157Z] e9c494051d01: Preparing [2020-11-19T05:25:44.157Z] 66b385cf80cf: Preparing [2020-11-19T05:25:44.157Z] e9c494051d01: Waiting [2020-11-19T05:25:44.157Z] 66b385cf80cf: Waiting [2020-11-19T05:25:44.157Z] 5cee6ffe9322: Layer already exists [2020-11-19T05:25:44.157Z] 61bc7b188767: Layer already exists [2020-11-19T05:25:44.157Z] cce89a653afb: Layer already exists [2020-11-19T05:25:44.157Z] c368ef62d825: Layer already exists [2020-11-19T05:25:44.157Z] 7684222645d5: Layer already exists [2020-11-19T05:25:44.157Z] e9c494051d01: Layer already exists [2020-11-19T05:25:44.157Z] 66b385cf80cf: Layer already exists [2020-11-19T05:25:44.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:44.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-19T05:25:44.360Z] 67fcadd36d5a: Preparing [2020-11-19T05:25:44.360Z] 285d88fd8725: Preparing [2020-11-19T05:25:44.360Z] 666a4bd555e8: Preparing [2020-11-19T05:25:44.360Z] d0df86cbe3be: Preparing [2020-11-19T05:25:44.360Z] 92f4330a2e03: Preparing [2020-11-19T05:25:44.360Z] 817ab6f1fa91: Preparing [2020-11-19T05:25:44.360Z] 26c1743afb66: Preparing [2020-11-19T05:25:44.360Z] 1d278c39f50a: Preparing [2020-11-19T05:25:44.360Z] 3730a0890c46: Preparing [2020-11-19T05:25:44.360Z] 383f309b5d37: Preparing [2020-11-19T05:25:44.360Z] e1a73c32da76: Preparing [2020-11-19T05:25:44.360Z] 31b11ec6ff38: Preparing [2020-11-19T05:25:44.360Z] 911954e2fe49: Preparing [2020-11-19T05:25:44.360Z] ace0eda3e3be: Preparing [2020-11-19T05:25:44.360Z] 1d278c39f50a: Waiting [2020-11-19T05:25:44.360Z] 3730a0890c46: Waiting [2020-11-19T05:25:44.360Z] 383f309b5d37: Waiting [2020-11-19T05:25:44.360Z] e1a73c32da76: Waiting [2020-11-19T05:25:44.360Z] 31b11ec6ff38: Waiting [2020-11-19T05:25:44.360Z] 911954e2fe49: Waiting [2020-11-19T05:25:44.360Z] ace0eda3e3be: Waiting [2020-11-19T05:25:44.360Z] 817ab6f1fa91: Waiting [2020-11-19T05:25:44.360Z] 26c1743afb66: Waiting [2020-11-19T05:25:44.427Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:c2b4d7568a3bac0a5c9a731a5b4d5fd19dde54e1451d8f43da7109ecc4072f5f size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:44.772Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:45.026Z] 92f4330a2e03: Pushed [2020-11-19T05:25:45.026Z] 67fcadd36d5a: Pushed [2020-11-19T05:25:45.026Z] d0df86cbe3be: Pushed [2020-11-19T05:25:45.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-11-19T05:25:45.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-19T05:25:45.111Z] 61bc7b188767: Preparing [2020-11-19T05:25:45.111Z] 7684222645d5: Preparing [2020-11-19T05:25:45.111Z] cce89a653afb: Preparing [2020-11-19T05:25:45.111Z] 5cee6ffe9322: Preparing [2020-11-19T05:25:45.111Z] c368ef62d825: Preparing [2020-11-19T05:25:45.111Z] e9c494051d01: Preparing [2020-11-19T05:25:45.111Z] 66b385cf80cf: Preparing [2020-11-19T05:25:45.111Z] e9c494051d01: Waiting [2020-11-19T05:25:45.111Z] 66b385cf80cf: Waiting [2020-11-19T05:25:45.111Z] 5cee6ffe9322: Layer already exists [2020-11-19T05:25:45.111Z] c368ef62d825: Layer already exists [2020-11-19T05:25:45.111Z] 7684222645d5: Layer already exists [2020-11-19T05:25:45.111Z] 61bc7b188767: Layer already exists [2020-11-19T05:25:45.111Z] cce89a653afb: Layer already exists [2020-11-19T05:25:45.111Z] 66b385cf80cf: Layer already exists [2020-11-19T05:25:45.379Z] 1d278c39f50a: Layer already exists [2020-11-19T05:25:45.379Z] 3730a0890c46: Layer already exists [2020-11-19T05:25:45.382Z] e9c494051d01: Layer already exists [2020-11-19T05:25:45.382Z] master: digest: sha256:c2b4d7568a3bac0a5c9a731a5b4d5fd19dde54e1451d8f43da7109ecc4072f5f size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:25:45.627Z] ===================================================== [2020-11-19T05:25:45.716Z] 26c1743afb66: Pushed [2020-11-19T05:25:45.716Z] 383f309b5d37: Layer already exists [2020-11-19T05:25:45.716Z] e1a73c32da76: Layer already exists [2020-11-19T05:25:45.716Z] 31b11ec6ff38: Layer already exists [2020-11-19T05:25:45.716Z] 911954e2fe49: Layer already exists [2020-11-19T05:25:45.716Z] 285d88fd8725: Pushed [2020-11-19T05:25:45.716Z] ace0eda3e3be: Layer already exists [Pipeline] echo [2020-11-19T05:25:45.729Z] taggedImages: [2020-11-19T05:25:45.730Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:45.730Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.1 [2020-11-19T05:25:45.730Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:45.730Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-11-19T05:25:45.818Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-11-19T05:25:45.818Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:45.818Z] 1.3.1-dev.1 [2020-11-19T05:25:45.818Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:45.818Z] master [2020-11-19T05:25:45.818Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:46.318Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:46.320Z] 817ab6f1fa91: Pushed [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:46.648Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:46.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-19T05:25:46.648Z] 7701247d33c2: Preparing [2020-11-19T05:25:46.648Z] 7b720a7b9c15: Preparing [2020-11-19T05:25:46.648Z] 922d7c3bbadc: Preparing [2020-11-19T05:25:46.648Z] dbf3761b9f75: Preparing [2020-11-19T05:25:46.648Z] cd3761cfa1d9: Preparing [2020-11-19T05:25:46.920Z] cd3761cfa1d9: Layer already exists [2020-11-19T05:25:46.920Z] 922d7c3bbadc: Pushed [2020-11-19T05:25:46.920Z] 7b720a7b9c15: Pushed [2020-11-19T05:25:47.507Z] dbf3761b9f75: Pushed [2020-11-19T05:25:48.926Z] 7701247d33c2: Pushed [2020-11-19T05:25:48.926Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:9da0f0f889b10d6c897b139176a3b61e08635c929c9d8bf2a3c4df25d58fbfc6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:49.261Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:49.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.1 [2020-11-19T05:25:49.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-19T05:25:49.638Z] 7701247d33c2: Preparing [2020-11-19T05:25:49.638Z] 7b720a7b9c15: Preparing [2020-11-19T05:25:49.638Z] 922d7c3bbadc: Preparing [2020-11-19T05:25:49.638Z] dbf3761b9f75: Preparing [2020-11-19T05:25:49.638Z] cd3761cfa1d9: Preparing [2020-11-19T05:25:49.638Z] 7701247d33c2: Layer already exists [2020-11-19T05:25:49.638Z] cd3761cfa1d9: Layer already exists [2020-11-19T05:25:49.638Z] 7b720a7b9c15: Layer already exists [2020-11-19T05:25:49.638Z] dbf3761b9f75: Layer already exists [2020-11-19T05:25:49.638Z] 922d7c3bbadc: Layer already exists [2020-11-19T05:25:49.915Z] 1.3.1-dev.1: digest: sha256:9da0f0f889b10d6c897b139176a3b61e08635c929c9d8bf2a3c4df25d58fbfc6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:50.266Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:50.597Z] 666a4bd555e8: Pushed [2020-11-19T05:25:50.618Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:50.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-19T05:25:50.619Z] 7701247d33c2: Preparing [2020-11-19T05:25:50.619Z] 7b720a7b9c15: Preparing [2020-11-19T05:25:50.619Z] 922d7c3bbadc: Preparing [2020-11-19T05:25:50.619Z] dbf3761b9f75: Preparing [2020-11-19T05:25:50.619Z] cd3761cfa1d9: Preparing [2020-11-19T05:25:50.859Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:cf3ac96615a58995e8675cc1cadc22029c9595ef1a6876e14f562a781e3fe258 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:50.890Z] 7b720a7b9c15: Layer already exists [2020-11-19T05:25:50.891Z] dbf3761b9f75: Layer already exists [2020-11-19T05:25:50.891Z] cd3761cfa1d9: Layer already exists [2020-11-19T05:25:50.891Z] 922d7c3bbadc: Layer already exists [2020-11-19T05:25:50.891Z] 7701247d33c2: Layer already exists [2020-11-19T05:25:50.891Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:9da0f0f889b10d6c897b139176a3b61e08635c929c9d8bf2a3c4df25d58fbfc6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:51.168Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:51.280Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:51.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.1 [2020-11-19T05:25:51.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-19T05:25:51.486Z] 67fcadd36d5a: Preparing [2020-11-19T05:25:51.486Z] 285d88fd8725: Preparing [2020-11-19T05:25:51.486Z] 666a4bd555e8: Preparing [2020-11-19T05:25:51.486Z] d0df86cbe3be: Preparing [2020-11-19T05:25:51.486Z] 92f4330a2e03: Preparing [2020-11-19T05:25:51.486Z] 817ab6f1fa91: Preparing [2020-11-19T05:25:51.486Z] 26c1743afb66: Preparing [2020-11-19T05:25:51.486Z] 1d278c39f50a: Preparing [2020-11-19T05:25:51.486Z] 3730a0890c46: Preparing [2020-11-19T05:25:51.486Z] 383f309b5d37: Preparing [2020-11-19T05:25:51.486Z] e1a73c32da76: Preparing [2020-11-19T05:25:51.486Z] 31b11ec6ff38: Preparing [2020-11-19T05:25:51.486Z] 911954e2fe49: Preparing [2020-11-19T05:25:51.486Z] ace0eda3e3be: Preparing [2020-11-19T05:25:51.486Z] 817ab6f1fa91: Waiting [2020-11-19T05:25:51.486Z] 26c1743afb66: Waiting [2020-11-19T05:25:51.486Z] 1d278c39f50a: Waiting [2020-11-19T05:25:51.486Z] 3730a0890c46: Waiting [2020-11-19T05:25:51.486Z] 383f309b5d37: Waiting [2020-11-19T05:25:51.486Z] e1a73c32da76: Waiting [2020-11-19T05:25:51.486Z] 31b11ec6ff38: Waiting [2020-11-19T05:25:51.486Z] 911954e2fe49: Waiting [2020-11-19T05:25:51.486Z] ace0eda3e3be: Waiting [2020-11-19T05:25:51.486Z] d0df86cbe3be: Layer already exists [2020-11-19T05:25:51.486Z] 92f4330a2e03: Layer already exists [2020-11-19T05:25:51.486Z] 67fcadd36d5a: Layer already exists [2020-11-19T05:25:51.486Z] 285d88fd8725: Layer already exists [2020-11-19T05:25:51.486Z] 666a4bd555e8: Layer already exists [2020-11-19T05:25:51.486Z] 1d278c39f50a: Layer already exists [2020-11-19T05:25:51.486Z] 26c1743afb66: Layer already exists [2020-11-19T05:25:51.486Z] 817ab6f1fa91: Layer already exists [2020-11-19T05:25:51.486Z] 383f309b5d37: Layer already exists [2020-11-19T05:25:51.486Z] 3730a0890c46: Layer already exists [2020-11-19T05:25:51.486Z] ace0eda3e3be: Layer already exists [2020-11-19T05:25:51.486Z] 31b11ec6ff38: Layer already exists [2020-11-19T05:25:51.486Z] e1a73c32da76: Layer already exists [2020-11-19T05:25:51.486Z] 911954e2fe49: Layer already exists [2020-11-19T05:25:51.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-11-19T05:25:51.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-19T05:25:51.611Z] 7701247d33c2: Preparing [2020-11-19T05:25:51.611Z] 7b720a7b9c15: Preparing [2020-11-19T05:25:51.611Z] 922d7c3bbadc: Preparing [2020-11-19T05:25:51.611Z] dbf3761b9f75: Preparing [2020-11-19T05:25:51.611Z] cd3761cfa1d9: Preparing [2020-11-19T05:25:51.611Z] cd3761cfa1d9: Layer already exists [2020-11-19T05:25:51.611Z] 7b720a7b9c15: Layer already exists [2020-11-19T05:25:51.611Z] dbf3761b9f75: Layer already exists [2020-11-19T05:25:51.611Z] 922d7c3bbadc: Layer already exists [2020-11-19T05:25:51.611Z] 7701247d33c2: Layer already exists [2020-11-19T05:25:51.756Z] 1.3.1-dev.1: digest: sha256:cf3ac96615a58995e8675cc1cadc22029c9595ef1a6876e14f562a781e3fe258 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:51.881Z] master: digest: sha256:9da0f0f889b10d6c897b139176a3b61e08635c929c9d8bf2a3c4df25d58fbfc6 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:25:52.096Z] ===================================================== [2020-11-19T05:25:52.101Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] echo [2020-11-19T05:25:52.148Z] taggedImages: [2020-11-19T05:25:52.148Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:52.148Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.1 [2020-11-19T05:25:52.148Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:52.148Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-11-19T05:25:52.282Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-11-19T05:25:52.282Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:52.282Z] 1.3.1-dev.1 [2020-11-19T05:25:52.282Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:52.282Z] master [2020-11-19T05:25:52.282Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-11-19T05:25:52.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:52.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-19T05:25:52.454Z] 67fcadd36d5a: Preparing [2020-11-19T05:25:52.454Z] 285d88fd8725: Preparing [2020-11-19T05:25:52.454Z] 666a4bd555e8: Preparing [2020-11-19T05:25:52.454Z] d0df86cbe3be: Preparing [2020-11-19T05:25:52.454Z] 92f4330a2e03: Preparing [2020-11-19T05:25:52.454Z] 817ab6f1fa91: Preparing [2020-11-19T05:25:52.454Z] 26c1743afb66: Preparing [2020-11-19T05:25:52.454Z] 1d278c39f50a: Preparing [2020-11-19T05:25:52.454Z] 3730a0890c46: Preparing [2020-11-19T05:25:52.454Z] 383f309b5d37: Preparing [2020-11-19T05:25:52.454Z] e1a73c32da76: Preparing [2020-11-19T05:25:52.454Z] 31b11ec6ff38: Preparing [2020-11-19T05:25:52.454Z] 911954e2fe49: Preparing [2020-11-19T05:25:52.454Z] ace0eda3e3be: Preparing [2020-11-19T05:25:52.454Z] 817ab6f1fa91: Waiting [2020-11-19T05:25:52.454Z] 26c1743afb66: Waiting [2020-11-19T05:25:52.454Z] 1d278c39f50a: Waiting [2020-11-19T05:25:52.454Z] 3730a0890c46: Waiting [2020-11-19T05:25:52.454Z] 383f309b5d37: Waiting [2020-11-19T05:25:52.454Z] e1a73c32da76: Waiting [2020-11-19T05:25:52.455Z] 31b11ec6ff38: Waiting [2020-11-19T05:25:52.455Z] 911954e2fe49: Waiting [2020-11-19T05:25:52.455Z] ace0eda3e3be: Waiting [2020-11-19T05:25:52.455Z] 285d88fd8725: Layer already exists [2020-11-19T05:25:52.455Z] 92f4330a2e03: Layer already exists [2020-11-19T05:25:52.455Z] d0df86cbe3be: Layer already exists [2020-11-19T05:25:52.455Z] 666a4bd555e8: Layer already exists [2020-11-19T05:25:52.455Z] 67fcadd36d5a: Layer already exists [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:52.716Z] 3730a0890c46: Layer already exists [2020-11-19T05:25:52.716Z] 26c1743afb66: Layer already exists [2020-11-19T05:25:52.716Z] 1d278c39f50a: Layer already exists [2020-11-19T05:25:52.716Z] 817ab6f1fa91: Layer already exists [2020-11-19T05:25:52.716Z] 383f309b5d37: Layer already exists [2020-11-19T05:25:52.716Z] ace0eda3e3be: Layer already exists [2020-11-19T05:25:52.717Z] 911954e2fe49: Layer already exists [2020-11-19T05:25:52.717Z] 31b11ec6ff38: Layer already exists [2020-11-19T05:25:52.717Z] e1a73c32da76: Layer already exists [2020-11-19T05:25:52.717Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:cf3ac96615a58995e8675cc1cadc22029c9595ef1a6876e14f562a781e3fe258 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:52.803Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:53.025Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:53.151Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:53.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-19T05:25:53.151Z] f89294f1bca7: Preparing [2020-11-19T05:25:53.151Z] 381e1b9a557e: Preparing [2020-11-19T05:25:53.151Z] 231ba9528517: Preparing [2020-11-19T05:25:53.151Z] b442b94bf96c: Preparing [2020-11-19T05:25:53.151Z] b442b94bf96c: Preparing [2020-11-19T05:25:53.151Z] 06f8dd95271e: Preparing [2020-11-19T05:25:53.151Z] ea08f7e4b8d1: Preparing [2020-11-19T05:25:53.151Z] 075d7e15d0c1: Preparing [2020-11-19T05:25:53.151Z] f89294f1bca7: Preparing [2020-11-19T05:25:53.151Z] 9fcce6d5935c: Preparing [2020-11-19T05:25:53.151Z] 54f0de549883: Preparing [2020-11-19T05:25:53.151Z] f57bb4c9075c: Preparing [2020-11-19T05:25:53.151Z] cd3761cfa1d9: Preparing [2020-11-19T05:25:53.151Z] ea08f7e4b8d1: Waiting [2020-11-19T05:25:53.151Z] 075d7e15d0c1: Waiting [2020-11-19T05:25:53.151Z] 9fcce6d5935c: Waiting [2020-11-19T05:25:53.151Z] 54f0de549883: Waiting [2020-11-19T05:25:53.151Z] f57bb4c9075c: Waiting [2020-11-19T05:25:53.151Z] cd3761cfa1d9: Waiting [2020-11-19T05:25:53.328Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-11-19T05:25:53.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-19T05:25:53.328Z] 67fcadd36d5a: Preparing [2020-11-19T05:25:53.328Z] 285d88fd8725: Preparing [2020-11-19T05:25:53.328Z] 666a4bd555e8: Preparing [2020-11-19T05:25:53.328Z] d0df86cbe3be: Preparing [2020-11-19T05:25:53.328Z] 92f4330a2e03: Preparing [2020-11-19T05:25:53.328Z] 817ab6f1fa91: Preparing [2020-11-19T05:25:53.328Z] 26c1743afb66: Preparing [2020-11-19T05:25:53.328Z] 1d278c39f50a: Preparing [2020-11-19T05:25:53.328Z] 3730a0890c46: Preparing [2020-11-19T05:25:53.328Z] 383f309b5d37: Preparing [2020-11-19T05:25:53.328Z] e1a73c32da76: Preparing [2020-11-19T05:25:53.328Z] 31b11ec6ff38: Preparing [2020-11-19T05:25:53.328Z] 911954e2fe49: Preparing [2020-11-19T05:25:53.328Z] ace0eda3e3be: Preparing [2020-11-19T05:25:53.328Z] 817ab6f1fa91: Waiting [2020-11-19T05:25:53.328Z] 26c1743afb66: Waiting [2020-11-19T05:25:53.328Z] 1d278c39f50a: Waiting [2020-11-19T05:25:53.328Z] 3730a0890c46: Waiting [2020-11-19T05:25:53.328Z] 383f309b5d37: Waiting [2020-11-19T05:25:53.328Z] e1a73c32da76: Waiting [2020-11-19T05:25:53.328Z] 31b11ec6ff38: Waiting [2020-11-19T05:25:53.328Z] 911954e2fe49: Waiting [2020-11-19T05:25:53.328Z] ace0eda3e3be: Waiting [2020-11-19T05:25:53.328Z] 666a4bd555e8: Layer already exists [2020-11-19T05:25:53.328Z] 67fcadd36d5a: Layer already exists [2020-11-19T05:25:53.328Z] d0df86cbe3be: Layer already exists [2020-11-19T05:25:53.328Z] 92f4330a2e03: Layer already exists [2020-11-19T05:25:53.328Z] 285d88fd8725: Layer already exists [2020-11-19T05:25:53.328Z] 817ab6f1fa91: Layer already exists [2020-11-19T05:25:53.328Z] 26c1743afb66: Layer already exists [2020-11-19T05:25:53.328Z] 383f309b5d37: Layer already exists [2020-11-19T05:25:53.328Z] 3730a0890c46: Layer already exists [2020-11-19T05:25:53.328Z] 1d278c39f50a: Layer already exists [2020-11-19T05:25:53.328Z] e1a73c32da76: Layer already exists [2020-11-19T05:25:53.328Z] 911954e2fe49: Layer already exists [2020-11-19T05:25:53.328Z] 31b11ec6ff38: Layer already exists [2020-11-19T05:25:53.328Z] ace0eda3e3be: Layer already exists [2020-11-19T05:25:53.421Z] b442b94bf96c: Pushed [2020-11-19T05:25:53.421Z] 231ba9528517: Pushed [2020-11-19T05:25:53.421Z] 06f8dd95271e: Pushed [2020-11-19T05:25:53.421Z] 381e1b9a557e: Pushed [2020-11-19T05:25:53.593Z] master: digest: sha256:cf3ac96615a58995e8675cc1cadc22029c9595ef1a6876e14f562a781e3fe258 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-11-19T05:25:53.696Z] ea08f7e4b8d1: Pushed [2020-11-19T05:25:53.696Z] 075d7e15d0c1: Pushed [2020-11-19T05:25:53.696Z] 9fcce6d5935c: Pushed [2020-11-19T05:25:53.696Z] cd3761cfa1d9: Layer already exists [2020-11-19T05:25:53.696Z] 54f0de549883: Pushed [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:25:53.790Z] ===================================================== [Pipeline] echo [2020-11-19T05:25:53.838Z] taggedImages: [2020-11-19T05:25:53.838Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:53.838Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.1 [2020-11-19T05:25:53.838Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:53.838Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [2020-11-19T05:25:53.964Z] f57bb4c9075c: Pushed [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-11-19T05:25:55.383Z] f89294f1bca7: Pushed [2020-11-19T05:25:55.383Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:30b23ac2adef9dbabae4d011ecc8c997a8a6490b659804efac9b15ea3276aaff size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:55.723Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:56.058Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.1 [2020-11-19T05:25:56.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-19T05:25:56.058Z] f89294f1bca7: Preparing [2020-11-19T05:25:56.058Z] 381e1b9a557e: Preparing [2020-11-19T05:25:56.058Z] 231ba9528517: Preparing [2020-11-19T05:25:56.058Z] b442b94bf96c: Preparing [2020-11-19T05:25:56.058Z] b442b94bf96c: Preparing [2020-11-19T05:25:56.058Z] 06f8dd95271e: Preparing [2020-11-19T05:25:56.058Z] ea08f7e4b8d1: Preparing [2020-11-19T05:25:56.058Z] 075d7e15d0c1: Preparing [2020-11-19T05:25:56.058Z] f89294f1bca7: Preparing [2020-11-19T05:25:56.058Z] 9fcce6d5935c: Preparing [2020-11-19T05:25:56.058Z] 54f0de549883: Preparing [2020-11-19T05:25:56.058Z] f57bb4c9075c: Preparing [2020-11-19T05:25:56.058Z] cd3761cfa1d9: Preparing [2020-11-19T05:25:56.058Z] ea08f7e4b8d1: Waiting [2020-11-19T05:25:56.058Z] 075d7e15d0c1: Waiting [2020-11-19T05:25:56.058Z] 9fcce6d5935c: Waiting [2020-11-19T05:25:56.058Z] 54f0de549883: Waiting [2020-11-19T05:25:56.058Z] f57bb4c9075c: Waiting [2020-11-19T05:25:56.058Z] cd3761cfa1d9: Waiting [2020-11-19T05:25:56.328Z] 381e1b9a557e: Layer already exists [2020-11-19T05:25:56.328Z] b442b94bf96c: Layer already exists [2020-11-19T05:25:56.328Z] 231ba9528517: Layer already exists [2020-11-19T05:25:56.328Z] f89294f1bca7: Layer already exists [2020-11-19T05:25:56.328Z] 06f8dd95271e: Layer already exists [2020-11-19T05:25:56.328Z] 9fcce6d5935c: Layer already exists [2020-11-19T05:25:56.328Z] 54f0de549883: Layer already exists [2020-11-19T05:25:56.328Z] f57bb4c9075c: Layer already exists [2020-11-19T05:25:56.328Z] 075d7e15d0c1: Layer already exists [2020-11-19T05:25:56.328Z] ea08f7e4b8d1: Layer already exists [2020-11-19T05:25:56.328Z] cd3761cfa1d9: Layer already exists [2020-11-19T05:25:56.328Z] 1.3.1-dev.1: digest: sha256:30b23ac2adef9dbabae4d011ecc8c997a8a6490b659804efac9b15ea3276aaff size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:56.663Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:56.996Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:56.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-19T05:25:56.996Z] f89294f1bca7: Preparing [2020-11-19T05:25:56.996Z] 381e1b9a557e: Preparing [2020-11-19T05:25:56.996Z] 231ba9528517: Preparing [2020-11-19T05:25:56.996Z] b442b94bf96c: Preparing [2020-11-19T05:25:56.996Z] b442b94bf96c: Preparing [2020-11-19T05:25:56.996Z] 06f8dd95271e: Preparing [2020-11-19T05:25:56.996Z] ea08f7e4b8d1: Preparing [2020-11-19T05:25:56.996Z] 075d7e15d0c1: Preparing [2020-11-19T05:25:56.996Z] f89294f1bca7: Preparing [2020-11-19T05:25:56.996Z] 9fcce6d5935c: Preparing [2020-11-19T05:25:56.996Z] 54f0de549883: Preparing [2020-11-19T05:25:56.996Z] f57bb4c9075c: Preparing [2020-11-19T05:25:56.996Z] cd3761cfa1d9: Preparing [2020-11-19T05:25:56.996Z] 9fcce6d5935c: Waiting [2020-11-19T05:25:56.996Z] 54f0de549883: Waiting [2020-11-19T05:25:56.996Z] f57bb4c9075c: Waiting [2020-11-19T05:25:56.996Z] cd3761cfa1d9: Waiting [2020-11-19T05:25:56.996Z] ea08f7e4b8d1: Waiting [2020-11-19T05:25:56.996Z] 075d7e15d0c1: Waiting [2020-11-19T05:25:57.268Z] 381e1b9a557e: Layer already exists [2020-11-19T05:25:57.268Z] 06f8dd95271e: Layer already exists [2020-11-19T05:25:57.268Z] 231ba9528517: Layer already exists [2020-11-19T05:25:57.268Z] f89294f1bca7: Layer already exists [2020-11-19T05:25:57.268Z] b442b94bf96c: Layer already exists [2020-11-19T05:25:57.268Z] 075d7e15d0c1: Layer already exists [2020-11-19T05:25:57.268Z] 9fcce6d5935c: Layer already exists [2020-11-19T05:25:57.268Z] ea08f7e4b8d1: Layer already exists [2020-11-19T05:25:57.268Z] 54f0de549883: Layer already exists [2020-11-19T05:25:57.268Z] f57bb4c9075c: Layer already exists [2020-11-19T05:25:57.268Z] cd3761cfa1d9: Layer already exists [2020-11-19T05:25:57.268Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:30b23ac2adef9dbabae4d011ecc8c997a8a6490b659804efac9b15ea3276aaff size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:57.604Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:57.931Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-11-19T05:25:57.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-19T05:25:57.931Z] f89294f1bca7: Preparing [2020-11-19T05:25:57.931Z] 381e1b9a557e: Preparing [2020-11-19T05:25:57.931Z] 231ba9528517: Preparing [2020-11-19T05:25:57.931Z] b442b94bf96c: Preparing [2020-11-19T05:25:57.931Z] b442b94bf96c: Preparing [2020-11-19T05:25:57.931Z] 06f8dd95271e: Preparing [2020-11-19T05:25:57.931Z] ea08f7e4b8d1: Preparing [2020-11-19T05:25:57.931Z] 075d7e15d0c1: Preparing [2020-11-19T05:25:57.931Z] f89294f1bca7: Preparing [2020-11-19T05:25:57.931Z] 9fcce6d5935c: Preparing [2020-11-19T05:25:57.931Z] 54f0de549883: Preparing [2020-11-19T05:25:57.931Z] f57bb4c9075c: Preparing [2020-11-19T05:25:57.931Z] cd3761cfa1d9: Preparing [2020-11-19T05:25:57.931Z] 9fcce6d5935c: Waiting [2020-11-19T05:25:57.931Z] 54f0de549883: Waiting [2020-11-19T05:25:57.931Z] f57bb4c9075c: Waiting [2020-11-19T05:25:57.931Z] cd3761cfa1d9: Waiting [2020-11-19T05:25:57.931Z] ea08f7e4b8d1: Waiting [2020-11-19T05:25:57.931Z] 075d7e15d0c1: Waiting [2020-11-19T05:25:57.931Z] f89294f1bca7: Layer already exists [2020-11-19T05:25:57.931Z] 06f8dd95271e: Layer already exists [2020-11-19T05:25:57.931Z] 381e1b9a557e: Layer already exists [2020-11-19T05:25:57.931Z] b442b94bf96c: Layer already exists [2020-11-19T05:25:57.931Z] 231ba9528517: Layer already exists [2020-11-19T05:25:58.202Z] 54f0de549883: Layer already exists [2020-11-19T05:25:58.202Z] 075d7e15d0c1: Layer already exists [2020-11-19T05:25:58.202Z] 9fcce6d5935c: Layer already exists [2020-11-19T05:25:58.202Z] ea08f7e4b8d1: Layer already exists [2020-11-19T05:25:58.202Z] f57bb4c9075c: Layer already exists [2020-11-19T05:25:58.202Z] cd3761cfa1d9: Layer already exists [2020-11-19T05:25:58.202Z] master: digest: sha256:30b23ac2adef9dbabae4d011ecc8c997a8a6490b659804efac9b15ea3276aaff size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:25:58.424Z] ===================================================== [Pipeline] echo [2020-11-19T05:25:58.484Z] taggedImages: [2020-11-19T05:25:58.484Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:58.484Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.1 [2020-11-19T05:25:58.484Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:58.484Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-11-19T05:25:58.555Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-11-19T05:25:58.556Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:58.556Z] 1.3.1-dev.1 [2020-11-19T05:25:58.556Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:25:58.556Z] master [2020-11-19T05:25:58.556Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:59.322Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:25:59.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:25:59.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-19T05:25:59.659Z] c471bf17ab9e: Preparing [2020-11-19T05:25:59.659Z] e37b173611f3: Preparing [2020-11-19T05:25:59.659Z] fb818a5c2544: Preparing [2020-11-19T05:25:59.659Z] 4753a49929dd: Preparing [2020-11-19T05:25:59.659Z] 909645392f51: Preparing [2020-11-19T05:25:59.659Z] 58f592b77fbb: Preparing [2020-11-19T05:25:59.659Z] d9cae6dc3645: Preparing [2020-11-19T05:25:59.659Z] e9c494051d01: Preparing [2020-11-19T05:25:59.659Z] 66b385cf80cf: Preparing [2020-11-19T05:25:59.659Z] 58f592b77fbb: Waiting [2020-11-19T05:25:59.659Z] d9cae6dc3645: Waiting [2020-11-19T05:25:59.659Z] 66b385cf80cf: Waiting [2020-11-19T05:25:59.659Z] e9c494051d01: Waiting [2020-11-19T05:25:59.942Z] e37b173611f3: Pushed [2020-11-19T05:25:59.942Z] c471bf17ab9e: Pushed [2020-11-19T05:25:59.942Z] 909645392f51: Pushed [2020-11-19T05:26:00.212Z] e9c494051d01: Layer already exists [2020-11-19T05:26:00.212Z] 66b385cf80cf: Layer already exists [2020-11-19T05:26:00.212Z] 58f592b77fbb: Pushed [2020-11-19T05:26:00.212Z] d9cae6dc3645: Pushed [2020-11-19T05:26:02.179Z] 4753a49929dd: Pushed [2020-11-19T05:26:02.179Z] fb818a5c2544: Pushed [2020-11-19T05:26:02.179Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:764e5ac7a86bcf59697c35ac9627b590efea432774d1143d0b235e1cea461595 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:02.519Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:02.851Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.1 [2020-11-19T05:26:02.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-19T05:26:02.852Z] c471bf17ab9e: Preparing [2020-11-19T05:26:02.852Z] e37b173611f3: Preparing [2020-11-19T05:26:02.852Z] fb818a5c2544: Preparing [2020-11-19T05:26:02.852Z] 4753a49929dd: Preparing [2020-11-19T05:26:02.852Z] 909645392f51: Preparing [2020-11-19T05:26:02.852Z] 58f592b77fbb: Preparing [2020-11-19T05:26:02.852Z] d9cae6dc3645: Preparing [2020-11-19T05:26:02.852Z] e9c494051d01: Preparing [2020-11-19T05:26:02.852Z] 66b385cf80cf: Preparing [2020-11-19T05:26:02.852Z] 58f592b77fbb: Waiting [2020-11-19T05:26:02.852Z] d9cae6dc3645: Waiting [2020-11-19T05:26:02.852Z] e9c494051d01: Waiting [2020-11-19T05:26:02.852Z] 66b385cf80cf: Waiting [2020-11-19T05:26:03.123Z] fb818a5c2544: Layer already exists [2020-11-19T05:26:03.123Z] 909645392f51: Layer already exists [2020-11-19T05:26:03.123Z] e37b173611f3: Layer already exists [2020-11-19T05:26:03.123Z] c471bf17ab9e: Layer already exists [2020-11-19T05:26:03.123Z] 4753a49929dd: Layer already exists [2020-11-19T05:26:03.123Z] e9c494051d01: Layer already exists [2020-11-19T05:26:03.123Z] 58f592b77fbb: Layer already exists [2020-11-19T05:26:03.123Z] 66b385cf80cf: Layer already exists [2020-11-19T05:26:03.123Z] d9cae6dc3645: Layer already exists [2020-11-19T05:26:03.123Z] 1.3.1-dev.1: digest: sha256:764e5ac7a86bcf59697c35ac9627b590efea432774d1143d0b235e1cea461595 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:03.458Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:03.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:26:03.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-19T05:26:03.790Z] c471bf17ab9e: Preparing [2020-11-19T05:26:03.790Z] e37b173611f3: Preparing [2020-11-19T05:26:03.790Z] fb818a5c2544: Preparing [2020-11-19T05:26:03.790Z] 4753a49929dd: Preparing [2020-11-19T05:26:03.790Z] 909645392f51: Preparing [2020-11-19T05:26:03.790Z] 58f592b77fbb: Preparing [2020-11-19T05:26:03.790Z] d9cae6dc3645: Preparing [2020-11-19T05:26:03.790Z] e9c494051d01: Preparing [2020-11-19T05:26:03.790Z] 66b385cf80cf: Preparing [2020-11-19T05:26:03.790Z] 58f592b77fbb: Waiting [2020-11-19T05:26:03.790Z] d9cae6dc3645: Waiting [2020-11-19T05:26:03.790Z] e9c494051d01: Waiting [2020-11-19T05:26:03.790Z] 66b385cf80cf: Waiting [2020-11-19T05:26:03.790Z] 909645392f51: Layer already exists [2020-11-19T05:26:03.790Z] c471bf17ab9e: Layer already exists [2020-11-19T05:26:03.790Z] fb818a5c2544: Layer already exists [2020-11-19T05:26:03.790Z] e37b173611f3: Layer already exists [2020-11-19T05:26:03.790Z] 4753a49929dd: Layer already exists [2020-11-19T05:26:03.790Z] 58f592b77fbb: Layer already exists [2020-11-19T05:26:03.790Z] d9cae6dc3645: Layer already exists [2020-11-19T05:26:03.790Z] 66b385cf80cf: Layer already exists [2020-11-19T05:26:03.790Z] e9c494051d01: Layer already exists [2020-11-19T05:26:04.062Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:764e5ac7a86bcf59697c35ac9627b590efea432774d1143d0b235e1cea461595 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:04.397Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:04.727Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-11-19T05:26:04.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-19T05:26:04.727Z] c471bf17ab9e: Preparing [2020-11-19T05:26:04.727Z] e37b173611f3: Preparing [2020-11-19T05:26:04.727Z] fb818a5c2544: Preparing [2020-11-19T05:26:04.727Z] 4753a49929dd: Preparing [2020-11-19T05:26:04.727Z] 909645392f51: Preparing [2020-11-19T05:26:04.727Z] 58f592b77fbb: Preparing [2020-11-19T05:26:04.727Z] d9cae6dc3645: Preparing [2020-11-19T05:26:04.727Z] e9c494051d01: Preparing [2020-11-19T05:26:04.727Z] 66b385cf80cf: Preparing [2020-11-19T05:26:04.727Z] 58f592b77fbb: Waiting [2020-11-19T05:26:04.727Z] d9cae6dc3645: Waiting [2020-11-19T05:26:04.727Z] e9c494051d01: Waiting [2020-11-19T05:26:04.727Z] 66b385cf80cf: Waiting [2020-11-19T05:26:04.727Z] fb818a5c2544: Layer already exists [2020-11-19T05:26:04.727Z] e37b173611f3: Layer already exists [2020-11-19T05:26:04.727Z] 909645392f51: Layer already exists [2020-11-19T05:26:04.727Z] c471bf17ab9e: Layer already exists [2020-11-19T05:26:04.727Z] 4753a49929dd: Layer already exists [2020-11-19T05:26:04.727Z] 66b385cf80cf: Layer already exists [2020-11-19T05:26:04.727Z] e9c494051d01: Layer already exists [2020-11-19T05:26:04.727Z] 58f592b77fbb: Layer already exists [2020-11-19T05:26:04.727Z] d9cae6dc3645: Layer already exists [2020-11-19T05:26:04.995Z] master: digest: sha256:764e5ac7a86bcf59697c35ac9627b590efea432774d1143d0b235e1cea461595 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:26:05.205Z] ===================================================== [Pipeline] echo [2020-11-19T05:26:05.255Z] taggedImages: [2020-11-19T05:26:05.255Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:26:05.255Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.1 [2020-11-19T05:26:05.255Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:26:05.255Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-11-19T05:26:05.324Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-11-19T05:26:05.324Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:26:05.324Z] 1.3.1-dev.1 [2020-11-19T05:26:05.324Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:26:05.324Z] master [2020-11-19T05:26:05.324Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:05.831Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:06.160Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:26:06.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-19T05:26:06.160Z] f2f16429bd58: Preparing [2020-11-19T05:26:06.160Z] e646c3775dfc: Preparing [2020-11-19T05:26:06.160Z] 77383c2abf05: Preparing [2020-11-19T05:26:06.160Z] c7d2f98d0326: Preparing [2020-11-19T05:26:06.429Z] 77383c2abf05: Pushed [2020-11-19T05:26:06.429Z] f2f16429bd58: Pushed [2020-11-19T05:26:06.429Z] c7d2f98d0326: Pushed [2020-11-19T05:26:09.030Z] e646c3775dfc: Pushed [2020-11-19T05:26:09.030Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:2eef677f6193bfa9db22e3b64d61320fc49cd8970d5653070e58fd6433c5f12d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:09.368Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:09.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.1 [2020-11-19T05:26:09.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-19T05:26:09.700Z] f2f16429bd58: Preparing [2020-11-19T05:26:09.700Z] e646c3775dfc: Preparing [2020-11-19T05:26:09.700Z] 77383c2abf05: Preparing [2020-11-19T05:26:09.700Z] c7d2f98d0326: Preparing [2020-11-19T05:26:09.700Z] f2f16429bd58: Layer already exists [2020-11-19T05:26:09.700Z] c7d2f98d0326: Layer already exists [2020-11-19T05:26:09.700Z] 77383c2abf05: Layer already exists [2020-11-19T05:26:09.700Z] e646c3775dfc: Layer already exists [2020-11-19T05:26:09.974Z] 1.3.1-dev.1: digest: sha256:2eef677f6193bfa9db22e3b64d61320fc49cd8970d5653070e58fd6433c5f12d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:10.313Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:10.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:26:10.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-19T05:26:10.646Z] f2f16429bd58: Preparing [2020-11-19T05:26:10.646Z] e646c3775dfc: Preparing [2020-11-19T05:26:10.646Z] 77383c2abf05: Preparing [2020-11-19T05:26:10.646Z] c7d2f98d0326: Preparing [2020-11-19T05:26:10.646Z] f2f16429bd58: Layer already exists [2020-11-19T05:26:10.646Z] e646c3775dfc: Layer already exists [2020-11-19T05:26:10.916Z] 77383c2abf05: Layer already exists [2020-11-19T05:26:10.916Z] c7d2f98d0326: Layer already exists [2020-11-19T05:26:10.916Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:2eef677f6193bfa9db22e3b64d61320fc49cd8970d5653070e58fd6433c5f12d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:11.251Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:11.630Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-11-19T05:26:11.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-19T05:26:11.630Z] f2f16429bd58: Preparing [2020-11-19T05:26:11.630Z] e646c3775dfc: Preparing [2020-11-19T05:26:11.630Z] 77383c2abf05: Preparing [2020-11-19T05:26:11.630Z] c7d2f98d0326: Preparing [2020-11-19T05:26:11.905Z] e646c3775dfc: Layer already exists [2020-11-19T05:26:11.905Z] c7d2f98d0326: Layer already exists [2020-11-19T05:26:11.905Z] f2f16429bd58: Layer already exists [2020-11-19T05:26:11.905Z] 77383c2abf05: Layer already exists [2020-11-19T05:26:11.905Z] master: digest: sha256:2eef677f6193bfa9db22e3b64d61320fc49cd8970d5653070e58fd6433c5f12d size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:26:12.135Z] ===================================================== [Pipeline] echo [2020-11-19T05:26:12.232Z] taggedImages: [2020-11-19T05:26:12.232Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:26:12.232Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.1 [2020-11-19T05:26:12.232Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:26:12.232Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-11-19T05:26:12.302Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-11-19T05:26:12.302Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:26:12.302Z] 1.3.1-dev.1 [2020-11-19T05:26:12.302Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:26:12.302Z] master [2020-11-19T05:26:12.302Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:12.883Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:13.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:26:13.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-19T05:26:13.267Z] 3d5e4a646c97: Preparing [2020-11-19T05:26:13.267Z] cc81756218ce: Preparing [2020-11-19T05:26:13.267Z] 7f36e5dc239f: Preparing [2020-11-19T05:26:13.267Z] 5c8a9c9b3c5b: Preparing [2020-11-19T05:26:13.267Z] 76f65168a4a2: Preparing [2020-11-19T05:26:13.267Z] 3854fd5154f3: Preparing [2020-11-19T05:26:13.267Z] 3854fd5154f3: Waiting [2020-11-19T05:26:13.544Z] 7f36e5dc239f: Pushed [2020-11-19T05:26:13.544Z] 3d5e4a646c97: Pushed [2020-11-19T05:26:13.544Z] 76f65168a4a2: Pushed [2020-11-19T05:26:13.544Z] 5c8a9c9b3c5b: Pushed [2020-11-19T05:26:14.138Z] 3854fd5154f3: Pushed [2020-11-19T05:26:16.098Z] cc81756218ce: Pushed [2020-11-19T05:26:16.367Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:5efed2e17a2701d9a4df2e4210ec6ae8e1786e9ce7eab1303b68d90a6c5515ac size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:16.701Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:17.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.1 [2020-11-19T05:26:17.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-19T05:26:17.048Z] 3d5e4a646c97: Preparing [2020-11-19T05:26:17.049Z] cc81756218ce: Preparing [2020-11-19T05:26:17.049Z] 7f36e5dc239f: Preparing [2020-11-19T05:26:17.049Z] 5c8a9c9b3c5b: Preparing [2020-11-19T05:26:17.049Z] 76f65168a4a2: Preparing [2020-11-19T05:26:17.049Z] 3854fd5154f3: Preparing [2020-11-19T05:26:17.049Z] 3854fd5154f3: Waiting [2020-11-19T05:26:17.319Z] 3d5e4a646c97: Layer already exists [2020-11-19T05:26:17.319Z] 7f36e5dc239f: Layer already exists [2020-11-19T05:26:17.319Z] cc81756218ce: Layer already exists [2020-11-19T05:26:17.319Z] 5c8a9c9b3c5b: Layer already exists [2020-11-19T05:26:17.319Z] 76f65168a4a2: Layer already exists [2020-11-19T05:26:17.319Z] 3854fd5154f3: Layer already exists [2020-11-19T05:26:17.319Z] 1.3.1-dev.1: digest: sha256:5efed2e17a2701d9a4df2e4210ec6ae8e1786e9ce7eab1303b68d90a6c5515ac size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:17.663Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:17.993Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:26:17.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-19T05:26:17.993Z] 3d5e4a646c97: Preparing [2020-11-19T05:26:17.993Z] cc81756218ce: Preparing [2020-11-19T05:26:17.993Z] 7f36e5dc239f: Preparing [2020-11-19T05:26:17.993Z] 5c8a9c9b3c5b: Preparing [2020-11-19T05:26:17.993Z] 76f65168a4a2: Preparing [2020-11-19T05:26:17.993Z] 3854fd5154f3: Preparing [2020-11-19T05:26:17.993Z] 3854fd5154f3: Waiting [2020-11-19T05:26:18.263Z] 3d5e4a646c97: Layer already exists [2020-11-19T05:26:18.263Z] 7f36e5dc239f: Layer already exists [2020-11-19T05:26:18.263Z] 76f65168a4a2: Layer already exists [2020-11-19T05:26:18.263Z] 5c8a9c9b3c5b: Layer already exists [2020-11-19T05:26:18.263Z] cc81756218ce: Layer already exists [2020-11-19T05:26:18.263Z] 3854fd5154f3: Layer already exists [2020-11-19T05:26:18.263Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:5efed2e17a2701d9a4df2e4210ec6ae8e1786e9ce7eab1303b68d90a6c5515ac size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:18.603Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:18.940Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-11-19T05:26:18.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-19T05:26:18.940Z] 3d5e4a646c97: Preparing [2020-11-19T05:26:18.940Z] cc81756218ce: Preparing [2020-11-19T05:26:18.940Z] 7f36e5dc239f: Preparing [2020-11-19T05:26:18.940Z] 5c8a9c9b3c5b: Preparing [2020-11-19T05:26:18.940Z] 76f65168a4a2: Preparing [2020-11-19T05:26:18.940Z] 3854fd5154f3: Preparing [2020-11-19T05:26:18.940Z] 3854fd5154f3: Waiting [2020-11-19T05:26:19.211Z] cc81756218ce: Layer already exists [2020-11-19T05:26:19.211Z] 76f65168a4a2: Layer already exists [2020-11-19T05:26:19.211Z] 5c8a9c9b3c5b: Layer already exists [2020-11-19T05:26:19.211Z] 3d5e4a646c97: Layer already exists [2020-11-19T05:26:19.211Z] 7f36e5dc239f: Layer already exists [2020-11-19T05:26:19.211Z] 3854fd5154f3: Layer already exists [2020-11-19T05:26:19.211Z] master: digest: sha256:5efed2e17a2701d9a4df2e4210ec6ae8e1786e9ce7eab1303b68d90a6c5515ac size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:26:19.413Z] ===================================================== [Pipeline] echo [2020-11-19T05:26:19.471Z] taggedImages: [2020-11-19T05:26:19.471Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:26:19.471Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.1 [2020-11-19T05:26:19.471Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:26:19.471Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-11-19T05:26:19.541Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-11-19T05:26:19.541Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:26:19.541Z] 1.3.1-dev.1 [2020-11-19T05:26:19.541Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:26:19.541Z] master [2020-11-19T05:26:19.541Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:20.066Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:20.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:26:20.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-19T05:26:20.398Z] 4b1bf563e083: Preparing [2020-11-19T05:26:20.398Z] 171089307428: Preparing [2020-11-19T05:26:20.398Z] a26f299f8b22: Preparing [2020-11-19T05:26:20.682Z] 4b1bf563e083: Pushed [2020-11-19T05:26:20.682Z] a26f299f8b22: Pushed [2020-11-19T05:26:24.050Z] 171089307428: Pushed [2020-11-19T05:26:24.050Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:d4bc80117ec4818cb875556e4fba2c483bc68fba8568d8a44fac3298f0c0c21b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:24.389Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:24.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.1 [2020-11-19T05:26:24.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-19T05:26:24.718Z] 4b1bf563e083: Preparing [2020-11-19T05:26:24.718Z] 171089307428: Preparing [2020-11-19T05:26:24.718Z] a26f299f8b22: Preparing [2020-11-19T05:26:24.718Z] 171089307428: Layer already exists [2020-11-19T05:26:24.718Z] a26f299f8b22: Layer already exists [2020-11-19T05:26:24.718Z] 4b1bf563e083: Layer already exists [2020-11-19T05:26:24.987Z] 1.3.1-dev.1: digest: sha256:d4bc80117ec4818cb875556e4fba2c483bc68fba8568d8a44fac3298f0c0c21b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:25.321Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:25.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:26:25.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-19T05:26:25.653Z] 4b1bf563e083: Preparing [2020-11-19T05:26:25.653Z] 171089307428: Preparing [2020-11-19T05:26:25.653Z] a26f299f8b22: Preparing [2020-11-19T05:26:25.923Z] 171089307428: Layer already exists [2020-11-19T05:26:25.923Z] a26f299f8b22: Layer already exists [2020-11-19T05:26:25.923Z] 4b1bf563e083: Layer already exists [2020-11-19T05:26:25.923Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:d4bc80117ec4818cb875556e4fba2c483bc68fba8568d8a44fac3298f0c0c21b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:26.259Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:26.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-11-19T05:26:26.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-19T05:26:26.595Z] 4b1bf563e083: Preparing [2020-11-19T05:26:26.595Z] 171089307428: Preparing [2020-11-19T05:26:26.595Z] a26f299f8b22: Preparing [2020-11-19T05:26:26.863Z] 171089307428: Layer already exists [2020-11-19T05:26:26.863Z] a26f299f8b22: Layer already exists [2020-11-19T05:26:26.863Z] 4b1bf563e083: Layer already exists [2020-11-19T05:26:26.863Z] master: digest: sha256:d4bc80117ec4818cb875556e4fba2c483bc68fba8568d8a44fac3298f0c0c21b size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:26:27.132Z] ===================================================== [Pipeline] echo [2020-11-19T05:26:27.182Z] taggedImages: [2020-11-19T05:26:27.182Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:26:27.182Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.1 [2020-11-19T05:26:27.182Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:26:27.182Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-11-19T05:26:27.249Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-11-19T05:26:27.249Z] ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:26:27.249Z] 1.3.1-dev.1 [2020-11-19T05:26:27.249Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:26:27.249Z] master [2020-11-19T05:26:27.249Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:27.770Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:28.103Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:26:28.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-19T05:26:28.104Z] 623ec2b1fc3b: Preparing [2020-11-19T05:26:28.104Z] e32d00949b5d: Preparing [2020-11-19T05:26:28.104Z] 99ba55c5850f: Preparing [2020-11-19T05:26:28.104Z] b11605a73657: Preparing [2020-11-19T05:26:28.104Z] f741c1126e15: Preparing [2020-11-19T05:26:28.104Z] 89677ba8eb9e: Preparing [2020-11-19T05:26:28.104Z] 2364cf6557ca: Preparing [2020-11-19T05:26:28.104Z] 52543ddb2901: Preparing [2020-11-19T05:26:28.104Z] 9f553b275599: Preparing [2020-11-19T05:26:28.104Z] 3a47579f0cd1: Preparing [2020-11-19T05:26:28.104Z] cd6d79ebbfb6: Preparing [2020-11-19T05:26:28.104Z] 3e7dc55cab04: Preparing [2020-11-19T05:26:28.104Z] b2e85fd0898f: Preparing [2020-11-19T05:26:28.104Z] cd3761cfa1d9: Preparing [2020-11-19T05:26:28.104Z] 89677ba8eb9e: Waiting [2020-11-19T05:26:28.104Z] 52543ddb2901: Waiting [2020-11-19T05:26:28.104Z] 9f553b275599: Waiting [2020-11-19T05:26:28.104Z] 3a47579f0cd1: Waiting [2020-11-19T05:26:28.104Z] cd6d79ebbfb6: Waiting [2020-11-19T05:26:28.104Z] b2e85fd0898f: Waiting [2020-11-19T05:26:28.104Z] cd3761cfa1d9: Waiting [2020-11-19T05:26:28.104Z] 3e7dc55cab04: Waiting [2020-11-19T05:26:28.104Z] 2364cf6557ca: Waiting [2020-11-19T05:26:28.711Z] f741c1126e15: Pushed [2020-11-19T05:26:28.988Z] 623ec2b1fc3b: Pushed [2020-11-19T05:26:29.264Z] b11605a73657: Pushed [2020-11-19T05:26:29.264Z] 52543ddb2901: Layer already exists [2020-11-19T05:26:29.539Z] 9f553b275599: Layer already exists [2020-11-19T05:26:29.539Z] 3a47579f0cd1: Layer already exists [2020-11-19T05:26:29.539Z] 2364cf6557ca: Pushed [2020-11-19T05:26:29.539Z] cd6d79ebbfb6: Layer already exists [2020-11-19T05:26:29.539Z] 3e7dc55cab04: Layer already exists [2020-11-19T05:26:29.539Z] b2e85fd0898f: Layer already exists [2020-11-19T05:26:29.539Z] cd3761cfa1d9: Layer already exists [2020-11-19T05:26:30.134Z] e32d00949b5d: Pushed [2020-11-19T05:26:31.114Z] 89677ba8eb9e: Pushed [2020-11-19T05:26:43.458Z] 99ba55c5850f: Pushed [2020-11-19T05:26:43.459Z] ef0f5935d89e216213ef86d08ade71681b71b2d2: digest: sha256:7421a4545d5cb42daaa2d8a3a9bb8550fed61ee5fe14d67c9d813b8970abd00e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:43.798Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:44.135Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.1 [2020-11-19T05:26:44.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-19T05:26:44.136Z] 623ec2b1fc3b: Preparing [2020-11-19T05:26:44.136Z] e32d00949b5d: Preparing [2020-11-19T05:26:44.136Z] 99ba55c5850f: Preparing [2020-11-19T05:26:44.136Z] b11605a73657: Preparing [2020-11-19T05:26:44.136Z] f741c1126e15: Preparing [2020-11-19T05:26:44.136Z] 89677ba8eb9e: Preparing [2020-11-19T05:26:44.136Z] 2364cf6557ca: Preparing [2020-11-19T05:26:44.136Z] 52543ddb2901: Preparing [2020-11-19T05:26:44.136Z] 9f553b275599: Preparing [2020-11-19T05:26:44.136Z] 3a47579f0cd1: Preparing [2020-11-19T05:26:44.136Z] cd6d79ebbfb6: Preparing [2020-11-19T05:26:44.136Z] 3e7dc55cab04: Preparing [2020-11-19T05:26:44.136Z] b2e85fd0898f: Preparing [2020-11-19T05:26:44.136Z] cd3761cfa1d9: Preparing [2020-11-19T05:26:44.136Z] 9f553b275599: Waiting [2020-11-19T05:26:44.136Z] 3a47579f0cd1: Waiting [2020-11-19T05:26:44.136Z] cd6d79ebbfb6: Waiting [2020-11-19T05:26:44.136Z] 3e7dc55cab04: Waiting [2020-11-19T05:26:44.136Z] b2e85fd0898f: Waiting [2020-11-19T05:26:44.136Z] cd3761cfa1d9: Waiting [2020-11-19T05:26:44.136Z] 2364cf6557ca: Waiting [2020-11-19T05:26:44.136Z] 89677ba8eb9e: Waiting [2020-11-19T05:26:44.136Z] 52543ddb2901: Waiting [2020-11-19T05:26:44.136Z] e32d00949b5d: Layer already exists [2020-11-19T05:26:44.136Z] 623ec2b1fc3b: Layer already exists [2020-11-19T05:26:44.136Z] b11605a73657: Layer already exists [2020-11-19T05:26:44.406Z] 99ba55c5850f: Layer already exists [2020-11-19T05:26:44.406Z] f741c1126e15: Layer already exists [2020-11-19T05:26:44.406Z] 89677ba8eb9e: Layer already exists [2020-11-19T05:26:44.406Z] 3a47579f0cd1: Layer already exists [2020-11-19T05:26:44.406Z] 2364cf6557ca: Layer already exists [2020-11-19T05:26:44.406Z] 52543ddb2901: Layer already exists [2020-11-19T05:26:44.406Z] 9f553b275599: Layer already exists [2020-11-19T05:26:44.406Z] cd6d79ebbfb6: Layer already exists [2020-11-19T05:26:44.406Z] b2e85fd0898f: Layer already exists [2020-11-19T05:26:44.406Z] cd3761cfa1d9: Layer already exists [2020-11-19T05:26:44.406Z] 3e7dc55cab04: Layer already exists [2020-11-19T05:26:44.406Z] 1.3.1-dev.1: digest: sha256:7421a4545d5cb42daaa2d8a3a9bb8550fed61ee5fe14d67c9d813b8970abd00e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:44.743Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:45.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:26:45.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-19T05:26:45.075Z] 623ec2b1fc3b: Preparing [2020-11-19T05:26:45.075Z] e32d00949b5d: Preparing [2020-11-19T05:26:45.075Z] 99ba55c5850f: Preparing [2020-11-19T05:26:45.075Z] b11605a73657: Preparing [2020-11-19T05:26:45.075Z] f741c1126e15: Preparing [2020-11-19T05:26:45.075Z] 89677ba8eb9e: Preparing [2020-11-19T05:26:45.075Z] 2364cf6557ca: Preparing [2020-11-19T05:26:45.075Z] 52543ddb2901: Preparing [2020-11-19T05:26:45.075Z] 9f553b275599: Preparing [2020-11-19T05:26:45.075Z] 3a47579f0cd1: Preparing [2020-11-19T05:26:45.075Z] cd6d79ebbfb6: Preparing [2020-11-19T05:26:45.075Z] 3e7dc55cab04: Preparing [2020-11-19T05:26:45.075Z] b2e85fd0898f: Preparing [2020-11-19T05:26:45.075Z] cd3761cfa1d9: Preparing [2020-11-19T05:26:45.075Z] 89677ba8eb9e: Waiting [2020-11-19T05:26:45.075Z] cd6d79ebbfb6: Waiting [2020-11-19T05:26:45.075Z] 2364cf6557ca: Waiting [2020-11-19T05:26:45.075Z] 3e7dc55cab04: Waiting [2020-11-19T05:26:45.075Z] 52543ddb2901: Waiting [2020-11-19T05:26:45.075Z] b2e85fd0898f: Waiting [2020-11-19T05:26:45.075Z] 9f553b275599: Waiting [2020-11-19T05:26:45.075Z] 3a47579f0cd1: Waiting [2020-11-19T05:26:45.075Z] cd3761cfa1d9: Waiting [2020-11-19T05:26:45.345Z] b11605a73657: Layer already exists [2020-11-19T05:26:45.345Z] 623ec2b1fc3b: Layer already exists [2020-11-19T05:26:45.345Z] f741c1126e15: Layer already exists [2020-11-19T05:26:45.345Z] 99ba55c5850f: Layer already exists [2020-11-19T05:26:45.345Z] e32d00949b5d: Layer already exists [2020-11-19T05:26:45.345Z] 52543ddb2901: Layer already exists [2020-11-19T05:26:45.345Z] 2364cf6557ca: Layer already exists [2020-11-19T05:26:45.345Z] 89677ba8eb9e: Layer already exists [2020-11-19T05:26:45.345Z] 3a47579f0cd1: Layer already exists [2020-11-19T05:26:45.345Z] 9f553b275599: Layer already exists [2020-11-19T05:26:45.345Z] 3e7dc55cab04: Layer already exists [2020-11-19T05:26:45.345Z] b2e85fd0898f: Layer already exists [2020-11-19T05:26:45.345Z] cd6d79ebbfb6: Layer already exists [2020-11-19T05:26:45.345Z] cd3761cfa1d9: Layer already exists [2020-11-19T05:26:45.345Z] ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1: digest: sha256:7421a4545d5cb42daaa2d8a3a9bb8550fed61ee5fe14d67c9d813b8970abd00e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:45.684Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:46.047Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-11-19T05:26:46.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-19T05:26:46.047Z] 623ec2b1fc3b: Preparing [2020-11-19T05:26:46.047Z] e32d00949b5d: Preparing [2020-11-19T05:26:46.047Z] 99ba55c5850f: Preparing [2020-11-19T05:26:46.047Z] b11605a73657: Preparing [2020-11-19T05:26:46.047Z] f741c1126e15: Preparing [2020-11-19T05:26:46.047Z] 89677ba8eb9e: Preparing [2020-11-19T05:26:46.047Z] 2364cf6557ca: Preparing [2020-11-19T05:26:46.047Z] 52543ddb2901: Preparing [2020-11-19T05:26:46.047Z] 9f553b275599: Preparing [2020-11-19T05:26:46.047Z] 3a47579f0cd1: Preparing [2020-11-19T05:26:46.047Z] cd6d79ebbfb6: Preparing [2020-11-19T05:26:46.047Z] 3e7dc55cab04: Preparing [2020-11-19T05:26:46.047Z] b2e85fd0898f: Preparing [2020-11-19T05:26:46.047Z] cd3761cfa1d9: Preparing [2020-11-19T05:26:46.047Z] 89677ba8eb9e: Waiting [2020-11-19T05:26:46.047Z] 2364cf6557ca: Waiting [2020-11-19T05:26:46.047Z] 52543ddb2901: Waiting [2020-11-19T05:26:46.047Z] 9f553b275599: Waiting [2020-11-19T05:26:46.047Z] 3a47579f0cd1: Waiting [2020-11-19T05:26:46.047Z] 3e7dc55cab04: Waiting [2020-11-19T05:26:46.047Z] cd6d79ebbfb6: Waiting [2020-11-19T05:26:46.047Z] b2e85fd0898f: Waiting [2020-11-19T05:26:46.047Z] cd3761cfa1d9: Waiting [2020-11-19T05:26:46.329Z] b11605a73657: Layer already exists [2020-11-19T05:26:46.329Z] e32d00949b5d: Layer already exists [2020-11-19T05:26:46.329Z] f741c1126e15: Layer already exists [2020-11-19T05:26:46.329Z] 623ec2b1fc3b: Layer already exists [2020-11-19T05:26:46.329Z] 99ba55c5850f: Layer already exists [2020-11-19T05:26:46.329Z] 89677ba8eb9e: Layer already exists [2020-11-19T05:26:46.329Z] 2364cf6557ca: Layer already exists [2020-11-19T05:26:46.329Z] 52543ddb2901: Layer already exists [2020-11-19T05:26:46.329Z] 9f553b275599: Layer already exists [2020-11-19T05:26:46.329Z] 3a47579f0cd1: Layer already exists [2020-11-19T05:26:46.329Z] cd6d79ebbfb6: Layer already exists [2020-11-19T05:26:46.329Z] b2e85fd0898f: Layer already exists [2020-11-19T05:26:46.329Z] cd3761cfa1d9: Layer already exists [2020-11-19T05:26:46.329Z] 3e7dc55cab04: Layer already exists [2020-11-19T05:26:46.329Z] master: digest: sha256:7421a4545d5cb42daaa2d8a3a9bb8550fed61ee5fe14d67c9d813b8970abd00e size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T05:26:46.574Z] ===================================================== [Pipeline] echo [2020-11-19T05:26:46.631Z] taggedImages: [2020-11-19T05:26:46.631Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2 [2020-11-19T05:26:46.631Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.1 [2020-11-19T05:26:46.631Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ef0f5935d89e216213ef86d08ade71681b71b2d2-1.3.1-dev.1 [2020-11-19T05:26:46.631Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-19T05:26:48.711Z] provisioning config files... [2020-11-19T05:26:48.724Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/225@tmp/config8563971850756116978tmp [Pipeline] { [Pipeline] sh [2020-11-19T05:26:49.140Z] + set +x [2020-11-19T05:26:49.140Z] + curl -s https://codecov.io/bash [2020-11-19T05:26:49.140Z] + bash -s -- [2020-11-19T05:26:49.732Z] [2020-11-19T05:26:49.732Z] _____ _ [2020-11-19T05:26:49.732Z] / ____| | | [2020-11-19T05:26:49.732Z] | | ___ __| | ___ ___ _____ __ [2020-11-19T05:26:49.732Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-19T05:26:49.732Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-19T05:26:49.732Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-19T05:26:49.732Z] Bash-20201116-eea08d9 [2020-11-19T05:26:49.732Z] [2020-11-19T05:26:49.732Z] [2020-11-19T05:26:49.732Z] ==> Jenkins CI detected. [2020-11-19T05:26:49.732Z] project root: . [2020-11-19T05:26:49.732Z] --> token set from env [2020-11-19T05:26:49.732Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-19T05:26:49.732Z] ==> Running gcov in . (disable via -X gcov) [2020-11-19T05:26:49.732Z] ==> Python coveragepy not found [2020-11-19T05:26:49.732Z] ==> Searching for coverage reports in: [2020-11-19T05:26:49.732Z] + . [2020-11-19T05:26:49.732Z] -> Found 1 reports [2020-11-19T05:26:49.732Z] ==> Detecting git/mercurial file structure [2020-11-19T05:26:49.732Z] ==> Reading reports [2020-11-19T05:26:49.732Z] + ./coverage.out bytes=541383 [2020-11-19T05:26:49.732Z] ==> Appending adjustments [2020-11-19T05:26:49.732Z] https://docs.codecov.io/docs/fixing-reports [2020-11-19T05:26:53.996Z] + Found adjustments [2020-11-19T05:26:53.996Z] ==> Gzipping contents [2020-11-19T05:26:53.997Z] ==> Uploading reports [2020-11-19T05:26:53.997Z] url: https://codecov.io [2020-11-19T05:26:53.997Z] query: branch=master&commit=ef0f5935d89e216213ef86d08ade71681b71b2d2&build=225&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F225%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-19T05:26:53.997Z] -> Pinging Codecov [2020-11-19T05:26:53.997Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=ef0f5935d89e216213ef86d08ade71681b71b2d2&build=225&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F225%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-19T05:26:54.977Z] -> Uploading to [2020-11-19T05:26:54.977Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-19/00271124DB129430A58F1EEE437C3FCB/ef0f5935d89e216213ef86d08ade71681b71b2d2/83d09099-619d-4c9a-a1b7-8e51e3b1a456.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201119T052654Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8bb752248231aec6a52e008b7464b0ed85880201167071e4182c10ba10bce97e [2020-11-19T05:26:54.977Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T05:26:54.977Z] Dload Upload Total Spent Left Speed [2020-11-19T05:26:55.568Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85091 0 0 100 85091 0 135k --:--:-- --:--:-- --:--:-- 136k [2020-11-19T05:26:55.568Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ef0f5935d89e216213ef86d08ade71681b71b2d2 [Pipeline] } [2020-11-19T05:26:55.580Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-11-19T05:26:56.461Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-19T05:26:56.575Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:56.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T05:26:57.223Z] [2020-11-19T05:26:57.223Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:26:57.611Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T05:26:57.611Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-19T05:26:57.611Z] 188c0c94c7c5: Already exists [2020-11-19T05:26:57.611Z] 0ef7d3d256c8: Pulling fs layer [2020-11-19T05:26:57.611Z] de9db76c5a1d: Pulling fs layer [2020-11-19T05:26:57.611Z] 0eba1c9be4d2: Pulling fs layer [2020-11-19T05:26:57.611Z] 0d57e429df01: Pulling fs layer [2020-11-19T05:26:57.611Z] 4e4be7b47b0d: Pulling fs layer [2020-11-19T05:26:57.611Z] e1f770b5df2f: Pulling fs layer [2020-11-19T05:26:57.611Z] 85a0685a4137: Pulling fs layer [2020-11-19T05:26:57.611Z] 4e4be7b47b0d: Waiting [2020-11-19T05:26:57.611Z] e1f770b5df2f: Waiting [2020-11-19T05:26:57.611Z] 85a0685a4137: Waiting [2020-11-19T05:26:57.611Z] 0d57e429df01: Waiting [2020-11-19T05:26:57.890Z] de9db76c5a1d: Verifying Checksum [2020-11-19T05:26:57.890Z] de9db76c5a1d: Download complete [2020-11-19T05:26:57.890Z] 0ef7d3d256c8: Verifying Checksum [2020-11-19T05:26:57.890Z] 0ef7d3d256c8: Download complete [2020-11-19T05:26:57.890Z] 0d57e429df01: Verifying Checksum [2020-11-19T05:26:57.890Z] 0d57e429df01: Download complete [2020-11-19T05:26:58.178Z] 0ef7d3d256c8: Pull complete [2020-11-19T05:26:58.450Z] 4e4be7b47b0d: Download complete [2020-11-19T05:26:58.450Z] de9db76c5a1d: Pull complete [2020-11-19T05:27:01.207Z] e1f770b5df2f: Verifying Checksum [2020-11-19T05:27:01.207Z] e1f770b5df2f: Download complete [2020-11-19T05:27:06.988Z] 85a0685a4137: Verifying Checksum [2020-11-19T05:27:06.988Z] 85a0685a4137: Download complete [2020-11-19T05:27:07.301Z] 0eba1c9be4d2: Verifying Checksum [2020-11-19T05:27:07.301Z] 0eba1c9be4d2: Download complete [2020-11-19T05:27:15.787Z] 0eba1c9be4d2: Pull complete [2020-11-19T05:27:15.787Z] 0d57e429df01: Pull complete [2020-11-19T05:27:15.787Z] 4e4be7b47b0d: Pull complete [2020-11-19T05:27:18.377Z] e1f770b5df2f: Pull complete [2020-11-19T05:27:28.580Z] 85a0685a4137: Pull complete [2020-11-19T05:27:28.580Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-19T05:27:28.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T05:27:28.580Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-19T05:27:28.863Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:27:28.945Z] $ 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/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T05:27:30.245Z] $ docker top 091691377fdc60f318450e21fa857edc59276264ef9b2448367664d4f5cb6a95 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-19T05:27:30.516Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-19T05:27:30.845Z] + set -o pipefail [2020-11-19T05:27:30.845Z] + snyk monitor '--org=edgex-jenkins' [2020-11-19T05:27:41.084Z] [2020-11-19T05:27:41.084Z] Monitoring /w/workspace/edgex-go/225 (github.com/edgexfoundry/edgex-go)... [2020-11-19T05:27:41.084Z] [2020-11-19T05:27:41.084Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/623bd53a-afe8-4ed3-b54f-eeda21b0a0bd [2020-11-19T05:27:41.084Z] [2020-11-19T05:27:41.084Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-19T05:27:41.084Z] [2020-11-19T05:27:41.084Z] [2020-11-19T05:27:41.084Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-19T05:27:41.084Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-19T05:27:41.104Z] $ docker stop --time=1 091691377fdc60f318450e21fa857edc59276264ef9b2448367664d4f5cb6a95 [2020-11-19T05:27:44.250Z] $ docker rm -f 091691377fdc60f318450e21fa857edc59276264ef9b2448367664d4f5cb6a95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-19T05:27:45.746Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:ef0f5935d89e216213ef86d08ade71681b71b2d2, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-11-19T05:27:45.749Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T05:27:46.055Z] + set -o pipefail [2020-11-19T05:27:46.055Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T05:27:46.055Z] + tee .snyk [2020-11-19T05:27:46.320Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T05:27:46.320Z] version: v1.14.1 [2020-11-19T05:27:46.320Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T05:27:46.320Z] ignore: [2020-11-19T05:27:46.320Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T05:27:46.320Z] - '*': [2020-11-19T05:27:46.320Z] reason: does not apply # justification for ignoring [2020-11-19T05:27:46.320Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T05:27:46.320Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T05:27:46.320Z] - '*': [2020-11-19T05:27:46.320Z] reason: false positive [2020-11-19T05:27:46.320Z] expires: 2021-01-01T00:00:00 [2020-11-19T05:27:46.320Z] # patch: {} [Pipeline] withCredentials [2020-11-19T05:27:46.438Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:27:46.960Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T05:27:46.960Z] . [Pipeline] withDockerContainer [2020-11-19T05:27:47.147Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:27:47.221Z] $ 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/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T05:27:48.455Z] $ docker top 02ed37e9a658d43a28a61b47e9736f47e1eb85614308f6d9b0979d5f05fdfa7c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T05:27:49.343Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T05:27:49.359Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T05:27:49.997Z] + set -o pipefail [2020-11-19T05:27:49.997Z] + snyk-to-html -o snykReport.html [2020-11-19T05:27:49.997Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T05:28:02.393Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T05:28:02.419Z] $ docker stop --time=1 02ed37e9a658d43a28a61b47e9736f47e1eb85614308f6d9b0979d5f05fdfa7c [2020-11-19T05:28:04.139Z] $ docker rm -f 02ed37e9a658d43a28a61b47e9736f47e1eb85614308f6d9b0979d5f05fdfa7c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T05:28:04.558Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:ef0f5935d89e216213ef86d08ade71681b71b2d2, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-11-19T05:28:04.561Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T05:28:04.863Z] + set -o pipefail [2020-11-19T05:28:04.863Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T05:28:04.863Z] + tee .snyk [2020-11-19T05:28:05.125Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T05:28:05.125Z] version: v1.14.1 [2020-11-19T05:28:05.125Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T05:28:05.125Z] ignore: [2020-11-19T05:28:05.125Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T05:28:05.125Z] - '*': [2020-11-19T05:28:05.125Z] reason: does not apply # justification for ignoring [2020-11-19T05:28:05.125Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T05:28:05.125Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T05:28:05.125Z] - '*': [2020-11-19T05:28:05.125Z] reason: false positive [2020-11-19T05:28:05.125Z] expires: 2021-01-01T00:00:00 [2020-11-19T05:28:05.125Z] # patch: {} [Pipeline] withCredentials [2020-11-19T05:28:05.196Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:28:05.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T05:28:05.598Z] . [Pipeline] withDockerContainer [2020-11-19T05:28:05.792Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:28:05.877Z] $ 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/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T05:28:06.978Z] $ docker top 4df12132e9300792d9ae8a13b98bf3ce65c13a6988659724e6afc47479cba16b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T05:28:07.800Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T05:28:07.814Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T05:28:08.147Z] + set -o pipefail [2020-11-19T05:28:08.147Z] + snyk-to-html -o snykReport.html [2020-11-19T05:28:08.147Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T05:28:14.951Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T05:28:14.976Z] $ docker stop --time=1 4df12132e9300792d9ae8a13b98bf3ce65c13a6988659724e6afc47479cba16b [2020-11-19T05:28:16.577Z] $ docker rm -f 4df12132e9300792d9ae8a13b98bf3ce65c13a6988659724e6afc47479cba16b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T05:28:16.952Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ef0f5935d89e216213ef86d08ade71681b71b2d2, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-11-19T05:28:16.956Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T05:28:17.260Z] + set -o pipefail [2020-11-19T05:28:17.260Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T05:28:17.260Z] + tee .snyk [2020-11-19T05:28:17.524Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T05:28:17.524Z] version: v1.14.1 [2020-11-19T05:28:17.524Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T05:28:17.524Z] ignore: [2020-11-19T05:28:17.524Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T05:28:17.524Z] - '*': [2020-11-19T05:28:17.524Z] reason: does not apply # justification for ignoring [2020-11-19T05:28:17.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-11-19T05:28:17.524Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T05:28:17.524Z] - '*': [2020-11-19T05:28:17.524Z] reason: false positive [2020-11-19T05:28:17.524Z] expires: 2021-01-01T00:00:00 [2020-11-19T05:28:17.525Z] # patch: {} [Pipeline] withCredentials [2020-11-19T05:28:17.662Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:28:18.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T05:28:18.039Z] . [Pipeline] withDockerContainer [2020-11-19T05:28:18.255Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:28:18.342Z] $ 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/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T05:28:19.349Z] $ docker top 1e64997a81302ac8cc2bb7375c8901ab0eef4a5fb61a7ba349092803bb150e16 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T05:28:19.896Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T05:28:19.909Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T05:28:20.225Z] + set -o pipefail [2020-11-19T05:28:20.225Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T05:28:20.225Z] + snyk-to-html -o snykReport.html [2020-11-19T05:28:32.575Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T05:28:32.609Z] $ docker stop --time=1 1e64997a81302ac8cc2bb7375c8901ab0eef4a5fb61a7ba349092803bb150e16 [2020-11-19T05:28:34.211Z] $ docker rm -f 1e64997a81302ac8cc2bb7375c8901ab0eef4a5fb61a7ba349092803bb150e16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T05:28:34.655Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ef0f5935d89e216213ef86d08ade71681b71b2d2, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-11-19T05:28:34.658Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T05:28:34.959Z] + set -o pipefail [2020-11-19T05:28:34.959Z] + tee .snyk [2020-11-19T05:28:34.959Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T05:28:34.959Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T05:28:34.959Z] version: v1.14.1 [2020-11-19T05:28:34.959Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T05:28:34.959Z] ignore: [2020-11-19T05:28:34.959Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T05:28:34.959Z] - '*': [2020-11-19T05:28:34.959Z] reason: does not apply # justification for ignoring [2020-11-19T05:28:34.959Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T05:28:34.959Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T05:28:34.959Z] - '*': [2020-11-19T05:28:34.959Z] reason: false positive [2020-11-19T05:28:34.959Z] expires: 2021-01-01T00:00:00 [2020-11-19T05:28:34.959Z] # patch: {} [Pipeline] withCredentials [2020-11-19T05:28:35.339Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:28:35.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T05:28:35.704Z] . [Pipeline] withDockerContainer [2020-11-19T05:28:35.851Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:28:35.924Z] $ 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/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T05:28:36.772Z] $ docker top 24ff1dc44c7903cbbde748beda16be66133cef185cc4925a55719f3e44360f88 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T05:28:37.317Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T05:28:37.335Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T05:28:37.718Z] + set -o pipefail [2020-11-19T05:28:37.718Z] + snyk-to-html -o snykReport.html [2020-11-19T05:28:37.718Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T05:28:44.458Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T05:28:44.479Z] $ docker stop --time=1 24ff1dc44c7903cbbde748beda16be66133cef185cc4925a55719f3e44360f88 [2020-11-19T05:28:46.114Z] $ docker rm -f 24ff1dc44c7903cbbde748beda16be66133cef185cc4925a55719f3e44360f88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T05:28:46.521Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-11-19T05:28:46.524Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T05:28:46.825Z] + set -o pipefail [2020-11-19T05:28:46.825Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T05:28:46.825Z] + tee .snyk [2020-11-19T05:28:46.825Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T05:28:46.825Z] version: v1.14.1 [2020-11-19T05:28:46.825Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T05:28:46.825Z] ignore: [2020-11-19T05:28:46.825Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T05:28:46.825Z] - '*': [2020-11-19T05:28:46.825Z] reason: does not apply # justification for ignoring [2020-11-19T05:28:46.825Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T05:28:46.825Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T05:28:46.825Z] - '*': [2020-11-19T05:28:46.825Z] reason: false positive [2020-11-19T05:28:46.825Z] expires: 2021-01-01T00:00:00 [2020-11-19T05:28:46.825Z] # patch: {} [Pipeline] withCredentials [2020-11-19T05:28:46.926Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:28:47.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T05:28:47.283Z] . [Pipeline] withDockerContainer [2020-11-19T05:28:47.463Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:28:47.565Z] $ 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/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T05:28:48.868Z] $ docker top c89168995d3970bf65fb1f22cee407ed856b2f2f724d05f541aa51a005968b37 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T05:28:49.486Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T05:28:49.509Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T05:28:50.175Z] + set -o pipefail [2020-11-19T05:28:50.175Z] + snyk-to-html -o snykReport.html [2020-11-19T05:28:50.175Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T05:28:58.411Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T05:28:58.440Z] $ docker stop --time=1 c89168995d3970bf65fb1f22cee407ed856b2f2f724d05f541aa51a005968b37 [2020-11-19T05:29:00.206Z] $ docker rm -f c89168995d3970bf65fb1f22cee407ed856b2f2f724d05f541aa51a005968b37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T05:29:00.782Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-11-19T05:29:00.784Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T05:29:01.132Z] + set -o pipefail [2020-11-19T05:29:01.132Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T05:29:01.132Z] + tee .snyk [2020-11-19T05:29:01.132Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T05:29:01.132Z] version: v1.14.1 [2020-11-19T05:29:01.132Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T05:29:01.132Z] ignore: [2020-11-19T05:29:01.132Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T05:29:01.132Z] - '*': [2020-11-19T05:29:01.132Z] reason: does not apply # justification for ignoring [2020-11-19T05:29:01.132Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T05:29:01.132Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T05:29:01.132Z] - '*': [2020-11-19T05:29:01.132Z] reason: false positive [2020-11-19T05:29:01.132Z] expires: 2021-01-01T00:00:00 [2020-11-19T05:29:01.132Z] # patch: {} [Pipeline] withCredentials [2020-11-19T05:29:01.230Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:29:01.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T05:29:01.605Z] . [Pipeline] withDockerContainer [2020-11-19T05:29:01.747Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:29:01.809Z] $ 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/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T05:29:02.779Z] $ docker top 589f6ab33a2193e184027ba7f109ba99a00fbcb1af3e280f580e16d76fe53e96 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T05:29:03.466Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T05:29:03.478Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T05:29:03.780Z] + set -o pipefail [2020-11-19T05:29:03.781Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T05:29:03.781Z] + snyk-to-html -o snykReport.html [2020-11-19T05:29:13.867Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T05:29:13.890Z] $ docker stop --time=1 589f6ab33a2193e184027ba7f109ba99a00fbcb1af3e280f580e16d76fe53e96 [2020-11-19T05:29:15.568Z] $ docker rm -f 589f6ab33a2193e184027ba7f109ba99a00fbcb1af3e280f580e16d76fe53e96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T05:29:15.972Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-11-19T05:29:15.975Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T05:29:16.508Z] + set -o pipefail [2020-11-19T05:29:16.508Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T05:29:16.508Z] + tee .snyk [2020-11-19T05:29:16.592Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T05:29:16.592Z] version: v1.14.1 [2020-11-19T05:29:16.592Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T05:29:16.592Z] ignore: [2020-11-19T05:29:16.592Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T05:29:16.592Z] - '*': [2020-11-19T05:29:16.592Z] reason: does not apply # justification for ignoring [2020-11-19T05:29:16.592Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T05:29:16.592Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T05:29:16.592Z] - '*': [2020-11-19T05:29:16.592Z] reason: false positive [2020-11-19T05:29:16.592Z] expires: 2021-01-01T00:00:00 [2020-11-19T05:29:16.592Z] # patch: {} [Pipeline] withCredentials [2020-11-19T05:29:16.690Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:29:17.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T05:29:17.073Z] . [Pipeline] withDockerContainer [2020-11-19T05:29:17.257Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:29:17.380Z] $ 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/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T05:29:18.582Z] $ docker top 9d81111ab367533d45cddb0d24755b1aab3e9d0a6a1627f0f65da7ad65313758 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T05:29:19.141Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T05:29:19.169Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T05:29:19.521Z] + set -o pipefail [2020-11-19T05:29:19.794Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T05:29:19.794Z] + snyk-to-html -o snykReport.html [2020-11-19T05:29:29.091Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T05:29:29.186Z] $ docker stop --time=1 9d81111ab367533d45cddb0d24755b1aab3e9d0a6a1627f0f65da7ad65313758 [2020-11-19T05:29:30.922Z] $ docker rm -f 9d81111ab367533d45cddb0d24755b1aab3e9d0a6a1627f0f65da7ad65313758 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T05:29:31.449Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-logging-go:ef0f5935d89e216213ef86d08ade71681b71b2d2, dockerFile=cmd/support-logging/Dockerfile [Pipeline] echo [2020-11-19T05:29:31.452Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T05:29:31.759Z] + set -o pipefail [2020-11-19T05:29:31.759Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T05:29:31.759Z] + tee .snyk [2020-11-19T05:29:31.759Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T05:29:31.759Z] version: v1.14.1 [2020-11-19T05:29:31.759Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T05:29:31.759Z] ignore: [2020-11-19T05:29:31.759Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T05:29:31.759Z] - '*': [2020-11-19T05:29:31.759Z] reason: does not apply # justification for ignoring [2020-11-19T05:29:31.759Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T05:29:31.759Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T05:29:31.759Z] - '*': [2020-11-19T05:29:31.759Z] reason: false positive [2020-11-19T05:29:31.759Z] expires: 2021-01-01T00:00:00 [2020-11-19T05:29:31.759Z] # patch: {} [Pipeline] withCredentials [2020-11-19T05:29:31.882Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:29:32.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T05:29:32.285Z] . [Pipeline] withDockerContainer [2020-11-19T05:29:32.421Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:29:32.487Z] $ 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/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T05:29:33.491Z] $ docker top bdda009463becc7d8abc49e3a42ac12a98cb05a8952ae27824cc38e12476d981 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T05:29:34.081Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T05:29:34.096Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 --file=./cmd/support-logging/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T05:29:34.750Z] + set -o pipefail [2020-11-19T05:29:34.750Z] + snyk-to-html -o snykReport.html [2020-11-19T05:29:34.751Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 '--file=./cmd/support-logging/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T05:29:47.156Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T05:29:47.190Z] $ docker stop --time=1 bdda009463becc7d8abc49e3a42ac12a98cb05a8952ae27824cc38e12476d981 [2020-11-19T05:29:49.027Z] $ docker rm -f bdda009463becc7d8abc49e3a42ac12a98cb05a8952ae27824cc38e12476d981 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T05:29:49.434Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ef0f5935d89e216213ef86d08ade71681b71b2d2, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-11-19T05:29:49.437Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T05:29:49.744Z] + set -o pipefail [2020-11-19T05:29:49.744Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T05:29:49.744Z] + tee .snyk [2020-11-19T05:29:50.011Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T05:29:50.011Z] version: v1.14.1 [2020-11-19T05:29:50.011Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T05:29:50.011Z] ignore: [2020-11-19T05:29:50.011Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T05:29:50.011Z] - '*': [2020-11-19T05:29:50.011Z] reason: does not apply # justification for ignoring [2020-11-19T05:29:50.011Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T05:29:50.011Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T05:29:50.011Z] - '*': [2020-11-19T05:29:50.011Z] reason: false positive [2020-11-19T05:29:50.011Z] expires: 2021-01-01T00:00:00 [2020-11-19T05:29:50.011Z] # patch: {} [Pipeline] withCredentials [2020-11-19T05:29:50.148Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:29:50.632Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T05:29:50.632Z] . [Pipeline] withDockerContainer [2020-11-19T05:29:50.772Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:29:50.844Z] $ 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/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T05:29:51.767Z] $ docker top 7bc573e44e613e3f37debaa0a3a8174d93f2821188f3ce68edc06072e6c95d0c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T05:29:52.312Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T05:29:52.325Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T05:29:52.966Z] + set -o pipefail [2020-11-19T05:29:52.966Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T05:29:52.966Z] + snyk-to-html -o snykReport.html [2020-11-19T05:30:05.327Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T05:30:05.348Z] $ docker stop --time=1 7bc573e44e613e3f37debaa0a3a8174d93f2821188f3ce68edc06072e6c95d0c [2020-11-19T05:30:07.427Z] $ docker rm -f 7bc573e44e613e3f37debaa0a3a8174d93f2821188f3ce68edc06072e6c95d0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T05:30:07.918Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ef0f5935d89e216213ef86d08ade71681b71b2d2, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-11-19T05:30:07.921Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T05:30:08.274Z] + set -o pipefail [2020-11-19T05:30:08.274Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T05:30:08.274Z] + tee .snyk [2020-11-19T05:30:08.274Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T05:30:08.274Z] version: v1.14.1 [2020-11-19T05:30:08.274Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T05:30:08.274Z] ignore: [2020-11-19T05:30:08.274Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T05:30:08.274Z] - '*': [2020-11-19T05:30:08.274Z] reason: does not apply # justification for ignoring [2020-11-19T05:30:08.274Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T05:30:08.274Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T05:30:08.274Z] - '*': [2020-11-19T05:30:08.274Z] reason: false positive [2020-11-19T05:30:08.274Z] expires: 2021-01-01T00:00:00 [2020-11-19T05:30:08.274Z] # patch: {} [Pipeline] withCredentials [2020-11-19T05:30:08.400Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:30:08.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T05:30:08.796Z] . [Pipeline] withDockerContainer [2020-11-19T05:30:08.992Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:30:09.253Z] $ 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/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T05:30:11.201Z] $ docker top b86cb0b3550684a31691271adfad8aeb5755e637c5f7671e26b4e083c1df0d66 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T05:30:12.217Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T05:30:12.231Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T05:30:12.611Z] + set -o pipefail [2020-11-19T05:30:12.611Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T05:30:12.611Z] + snyk-to-html -o snykReport.html [2020-11-19T05:30:27.710Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T05:30:27.736Z] $ docker stop --time=1 b86cb0b3550684a31691271adfad8aeb5755e637c5f7671e26b4e083c1df0d66 [2020-11-19T05:30:29.595Z] $ docker rm -f b86cb0b3550684a31691271adfad8aeb5755e637c5f7671e26b4e083c1df0d66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T05:30:29.956Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ef0f5935d89e216213ef86d08ade71681b71b2d2, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-19T05:30:29.959Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T05:30:30.279Z] + set -o pipefail [2020-11-19T05:30:30.280Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T05:30:30.280Z] + tee .snyk [2020-11-19T05:30:30.544Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T05:30:30.544Z] version: v1.14.1 [2020-11-19T05:30:30.544Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T05:30:30.544Z] ignore: [2020-11-19T05:30:30.544Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T05:30:30.544Z] - '*': [2020-11-19T05:30:30.544Z] reason: does not apply # justification for ignoring [2020-11-19T05:30:30.544Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T05:30:30.544Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T05:30:30.544Z] - '*': [2020-11-19T05:30:30.544Z] reason: false positive [2020-11-19T05:30:30.544Z] expires: 2021-01-01T00:00:00 [2020-11-19T05:30:30.544Z] # patch: {} [Pipeline] withCredentials [2020-11-19T05:30:30.652Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:30:31.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T05:30:31.004Z] . [Pipeline] withDockerContainer [2020-11-19T05:30:31.154Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:30:31.229Z] $ 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/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T05:30:32.631Z] $ docker top 7e777c1b06271fda3801cb349db2917c7fe379caaae778dbd081103be023b01f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T05:30:33.227Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T05:30:33.241Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T05:30:33.562Z] + set -o pipefail [2020-11-19T05:30:33.563Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ef0f5935d89e216213ef86d08ade71681b71b2d2 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T05:30:33.563Z] + snyk-to-html -o snykReport.html [2020-11-19T05:30:45.915Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T05:30:45.943Z] $ docker stop --time=1 7e777c1b06271fda3801cb349db2917c7fe379caaae778dbd081103be023b01f [2020-11-19T05:30:47.921Z] $ docker rm -f 7e777c1b06271fda3801cb349db2917c7fe379caaae778dbd081103be023b01f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-11-19T05:30:49.008Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-19T05:30:49.066Z] provisioning config files... [2020-11-19T05:30:49.080Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/225@tmp/config9106287509499497303tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T05:30:49.495Z] --> edgex-publish-swagger.sh [2020-11-19T05:30:49.495Z] === Publish openapi/v1 API === [2020-11-19T05:30:49.495Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-11-19T05:30:49.495Z] [publishToSwagger] Publishing API Name [core-command] [2020-11-19T05:30:49.496Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T05:30:49.496Z] Dload Upload Total Spent Left Speed [2020-11-19T05:30:50.713Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9241 0:00:01 0:00:01 --:--:-- 9253 [2020-11-19T05:30:50.713Z] [2020-11-19T05:30:50.713Z] [2020-11-19T05:30:50.713Z] [publishToSwagger] Publishing API Name [core-data] [2020-11-19T05:30:50.713Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T05:30:50.713Z] Dload Upload Total Spent Left Speed [2020-11-19T05:30:51.705Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28815 0:00:01 0:00:01 --:--:-- 28836 100 32556 0 0 100 32556 0 28806 0:00:01 0:00:01 --:--:-- 28836 [2020-11-19T05:30:51.705Z] [2020-11-19T05:30:51.705Z] [2020-11-19T05:30:51.705Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-11-19T05:30:51.705Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T05:30:51.705Z] Dload Upload Total Spent Left Speed [2020-11-19T05:30:53.109Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 63366 0:00:01 0:00:01 --:--:-- 63387 100 73720 0 0 100 73720 0 63350 0:00:01 0:00:01 --:--:-- 63387 [2020-11-19T05:30:53.109Z] [2020-11-19T05:30:53.109Z] [2020-11-19T05:30:53.109Z] [publishToSwagger] Publishing API Name [support-logging] [2020-11-19T05:30:53.109Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T05:30:53.109Z] Dload Upload Total Spent Left Speed [2020-11-19T05:30:54.079Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12618 0:00:01 0:00:01 --:--:-- 12632 100 13580 0 0 100 13580 0 12616 0:00:01 0:00:01 --:--:-- 12620 [2020-11-19T05:30:54.079Z] [2020-11-19T05:30:54.079Z] [2020-11-19T05:30:54.079Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-11-19T05:30:54.079Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T05:30:54.079Z] Dload Upload Total Spent Left Speed [2020-11-19T05:30:55.050Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 33427 0:00:01 0:00:01 --:--:-- 33438 100 38889 0 0 100 38889 0 33419 0:00:01 0:00:01 --:--:-- 33438 [2020-11-19T05:30:55.314Z] [2020-11-19T05:30:55.314Z] [2020-11-19T05:30:55.314Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-11-19T05:30:55.314Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T05:30:55.314Z] Dload Upload Total Spent Left Speed [2020-11-19T05:30:56.269Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12658 0:00:01 0:00:01 --:--:-- 12664 100 14248 0 0 100 14248 0 12654 0:00:01 0:00:01 --:--:-- 12664 [2020-11-19T05:30:56.269Z] [2020-11-19T05:30:56.269Z] [2020-11-19T05:30:56.269Z] [publishToSwagger] Publishing API Name [system-agent] [2020-11-19T05:30:56.269Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T05:30:56.269Z] Dload Upload Total Spent Left Speed [2020-11-19T05:30:57.507Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3480 0:00:01 0:00:01 --:--:-- 3482 [2020-11-19T05:30:57.507Z] [2020-11-19T05:30:57.507Z] [2020-11-19T05:30:57.507Z] === Publish openapi/v2 API === [2020-11-19T05:30:57.507Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-11-19T05:30:57.507Z] [publishToSwagger] Publishing API Name [core-command] [2020-11-19T05:30:57.507Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T05:30:57.507Z] Dload Upload Total Spent Left Speed [2020-11-19T05:30:58.908Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 27585 0:00:01 0:00:01 --:--:-- 27602 100 29535 0 0 100 29535 0 27579 0:00:01 0:00:01 --:--:-- 27602 [2020-11-19T05:30:58.908Z] [2020-11-19T05:30:58.908Z] [2020-11-19T05:30:58.908Z] [publishToSwagger] Publishing API Name [core-data] [2020-11-19T05:30:58.908Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T05:30:58.908Z] Dload Upload Total Spent Left Speed [2020-11-19T05:30:59.864Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65634 0 0 100 65634 0 55389 0:00:01 0:00:01 --:--:-- 55434 100 65634 0 0 100 65634 0 55366 0:00:01 0:00:01 --:--:-- 55387 [2020-11-19T05:30:59.864Z] [2020-11-19T05:30:59.864Z] [2020-11-19T05:30:59.864Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-11-19T05:30:59.864Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T05:30:59.864Z] Dload Upload Total Spent Left Speed [2020-11-19T05:31:01.270Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 96485 0:00:01 0:00:01 --:--:-- 96584 100 119k 0 0 100 119k 0 94432 0:00:01 0:00:01 --:--:-- 94494 [2020-11-19T05:31:01.270Z] [2020-11-19T05:31:01.270Z] [2020-11-19T05:31:01.270Z] [publishToSwagger] Publishing API Name [support-logging] [2020-11-19T05:31:01.270Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T05:31:01.270Z] Dload Upload Total Spent Left Speed [2020-11-19T05:31:02.246Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 20851 0:00:01 0:00:01 --:--:-- 20873 100 23691 0 0 100 23691 0 20844 0:00:01 0:00:01 --:--:-- 20854 [2020-11-19T05:31:02.246Z] [2020-11-19T05:31:02.246Z] [2020-11-19T05:31:02.246Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-11-19T05:31:02.246Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T05:31:02.246Z] Dload Upload Total Spent Left Speed [2020-11-19T05:31:03.721Z] 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 53806 0:00:01 0:00:01 --:--:-- 53858 [2020-11-19T05:31:03.721Z] [2020-11-19T05:31:03.721Z] [2020-11-19T05:31:03.721Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-11-19T05:31:03.721Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T05:31:03.721Z] Dload Upload Total Spent Left Speed [2020-11-19T05:31:04.982Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 36694 0:00:01 0:00:01 --:--:-- 36723 100 46198 0 0 100 46198 0 34922 0:00:01 0:00:01 --:--:-- 34945 [2020-11-19T05:31:04.982Z] [2020-11-19T05:31:04.982Z] [2020-11-19T05:31:04.982Z] [publishToSwagger] Publishing API Name [system-agent] [2020-11-19T05:31:04.982Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T05:31:04.982Z] Dload Upload Total Spent Left Speed [2020-11-19T05:31:06.401Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 19601 0:00:01 0:00:01 --:--:-- 19607 100 23725 0 0 100 23725 0 19598 0:00:01 0:00:01 --:--:-- 19607 [2020-11-19T05:31:06.401Z] [2020-11-19T05:31:06.401Z] [Pipeline] } [2020-11-19T05:31:06.412Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:31:07.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T05:31:07.338Z] . [Pipeline] withDockerContainer [2020-11-19T05:31:07.480Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:31:07.568Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T05:31:08.981Z] $ docker top b76109c75d1af7e463ea5b9adca3a46b23c382af51429236928c4452327dec5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T05:31:09.450Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T05:31:09.450Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T05:31:10.395Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T05:31:10.401Z] $ docker exec b76109c75d1af7e463ea5b9adca3a46b23c382af51429236928c4452327dec5a ssh-agent [2020-11-19T05:31:10.733Z] SSH_AUTH_SOCK=/tmp/ssh-uePWOSQK1JZB/agent.12 [2020-11-19T05:31:10.733Z] SSH_AGENT_PID=17 [2020-11-19T05:31:10.753Z] Running ssh-add (command line suppressed) [2020-11-19T05:31:11.087Z] Identity added: /w/workspace/edgex-go/225@tmp/private_key_6393856545576999373.key (/w/workspace/edgex-go/225@tmp/private_key_6393856545576999373.key) [2020-11-19T05:31:11.236Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T05:31:11.632Z] + git semver tag [2020-11-19T05:31:11.898Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T05:31:11.898Z] # $GIT_DIR = /w/workspace/edgex-go/225/.git [2020-11-19T05:31:11.898Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/225 [2020-11-19T05:31:11.898Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T05:31:11.898Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T05:31:11.898Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T05:31:11.898Z] # $SEMVER_BRANCH = master [2020-11-19T05:31:11.898Z] # $SEMVER_DIR = /w/workspace/edgex-go/225/.semver [2020-11-19T05:31:11.898Z] # ef0f5935d89e216213ef86d08ade71681b71b2d2 HEAD [2020-11-19T05:31:12.485Z] # -> Force: false [2020-11-19T05:31:12.485Z] # 4ce711a000b19049e94211f0a8ab4c2f7d231c5b refs/tags/v1.3.1-dev.1 [Pipeline] } [2020-11-19T05:31:12.507Z] $ docker exec --env ******** --env ******** b76109c75d1af7e463ea5b9adca3a46b23c382af51429236928c4452327dec5a ssh-agent -k [2020-11-19T05:31:13.240Z] unset SSH_AUTH_SOCK; [2020-11-19T05:31:13.240Z] unset SSH_AGENT_PID; [2020-11-19T05:31:13.241Z] echo Agent pid 17 killed; [2020-11-19T05:31:13.421Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T05:31:13.994Z] + git semver [Pipeline] } [2020-11-19T05:31:14.293Z] $ docker stop --time=1 b76109c75d1af7e463ea5b9adca3a46b23c382af51429236928c4452327dec5a [2020-11-19T05:31:15.848Z] $ docker rm -f b76109c75d1af7e463ea5b9adca3a46b23c382af51429236928c4452327dec5a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:31:16.577Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-19T05:31:16.849Z] [2020-11-19T05:31:16.849Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:31:17.243Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-19T05:31:17.508Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-19T05:31:17.508Z] ab5ef0e58194: Pulling fs layer [2020-11-19T05:31:17.508Z] 9712f1f96733: Pulling fs layer [2020-11-19T05:31:17.508Z] 63f879dbbcfc: Pulling fs layer [2020-11-19T05:31:17.508Z] 0d9ebad4ef96: Pulling fs layer [2020-11-19T05:31:17.508Z] e9a5061849ea: Pulling fs layer [2020-11-19T05:31:17.508Z] d747dcd14b5f: Pulling fs layer [2020-11-19T05:31:17.508Z] 2de7ff778b66: Pulling fs layer [2020-11-19T05:31:17.508Z] e9a5061849ea: Waiting [2020-11-19T05:31:17.508Z] d747dcd14b5f: Waiting [2020-11-19T05:31:17.508Z] 2de7ff778b66: Waiting [2020-11-19T05:31:17.508Z] 0d9ebad4ef96: Waiting [2020-11-19T05:31:17.508Z] 9712f1f96733: Verifying Checksum [2020-11-19T05:31:17.508Z] 9712f1f96733: Download complete [2020-11-19T05:31:21.814Z] 63f879dbbcfc: Verifying Checksum [2020-11-19T05:31:21.814Z] 63f879dbbcfc: Download complete [2020-11-19T05:31:21.814Z] e9a5061849ea: Verifying Checksum [2020-11-19T05:31:21.814Z] e9a5061849ea: Download complete [2020-11-19T05:31:21.814Z] d747dcd14b5f: Download complete [2020-11-19T05:31:21.814Z] 0d9ebad4ef96: Verifying Checksum [2020-11-19T05:31:21.814Z] 0d9ebad4ef96: Download complete [2020-11-19T05:31:22.088Z] 2de7ff778b66: Verifying Checksum [2020-11-19T05:31:22.088Z] 2de7ff778b66: Download complete [2020-11-19T05:31:22.357Z] ab5ef0e58194: Verifying Checksum [2020-11-19T05:31:22.357Z] ab5ef0e58194: Download complete [2020-11-19T05:31:29.035Z] ab5ef0e58194: Pull complete [2020-11-19T05:31:29.303Z] 9712f1f96733: Pull complete [2020-11-19T05:31:31.910Z] 63f879dbbcfc: Pull complete [2020-11-19T05:31:44.342Z] 0d9ebad4ef96: Pull complete [2020-11-19T05:31:45.747Z] e9a5061849ea: Pull complete [2020-11-19T05:31:45.747Z] d747dcd14b5f: Pull complete [2020-11-19T05:31:47.719Z] 2de7ff778b66: Pull complete [2020-11-19T05:31:47.719Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-19T05:31:47.719Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-19T05:31:47.719Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-19T05:31:48.222Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:31:48.279Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-19T05:31:52.866Z] $ docker top 6f882119a4eb0e1f2ff574f0563ee479f8559e88d400a2434311fd79f877afe7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-19T05:31:53.247Z] provisioning config files... [2020-11-19T05:31:53.258Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/225@tmp/config1922162237593871255tmp [2020-11-19T05:31:53.275Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/225@tmp/config2859605702663418349tmp [2020-11-19T05:31:53.290Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/225@tmp/config4910848554767029085tmp [Pipeline] { [Pipeline] echo [2020-11-19T05:31:53.374Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T05:31:53.723Z] ---> sigul-configuration.sh [2020-11-19T05:31:53.723Z] gpg: directory `/root/.gnupg' created [2020-11-19T05:31:53.723Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-19T05:31:53.723Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-19T05:31:53.723Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-19T05:31:53.723Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-19T05:31:53.723Z] gpg: CAST5 encrypted data [2020-11-19T05:31:53.986Z] gpg: encrypted with 1 passphrase [2020-11-19T05:31:53.986Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-19T05:31:54.620Z] + mkdir /home/jenkins [2020-11-19T05:31:54.620Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-19T05:31:55.263Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-11-19T05:31:55.282Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T05:31:55.593Z] ---> sigul-install.sh [2020-11-19T05:32:03.870Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-19T05:32:04.557Z] + git tag --list [2020-11-19T05:32:04.557Z] 0.6.0 [2020-11-19T05:32:04.557Z] 0.6.1 [2020-11-19T05:32:04.557Z] 0.7.0 [2020-11-19T05:32:04.557Z] 0.7.1 [2020-11-19T05:32:04.557Z] v1.0.0 [2020-11-19T05:32:04.557Z] v1.0.1 [2020-11-19T05:32:04.557Z] v1.1.0 [2020-11-19T05:32:04.557Z] v1.2.0 [2020-11-19T05:32:04.557Z] v1.2.1 [2020-11-19T05:32:04.557Z] v1.2.2-dev.1 [2020-11-19T05:32:04.557Z] v1.2.2-dev.10 [2020-11-19T05:32:04.557Z] v1.2.2-dev.100 [2020-11-19T05:32:04.557Z] v1.2.2-dev.101 [2020-11-19T05:32:04.557Z] v1.2.2-dev.102 [2020-11-19T05:32:04.557Z] v1.2.2-dev.103 [2020-11-19T05:32:04.557Z] v1.2.2-dev.104 [2020-11-19T05:32:04.557Z] v1.2.2-dev.105 [2020-11-19T05:32:04.557Z] v1.2.2-dev.106 [2020-11-19T05:32:04.557Z] v1.2.2-dev.107 [2020-11-19T05:32:04.557Z] v1.2.2-dev.11 [2020-11-19T05:32:04.557Z] v1.2.2-dev.12 [2020-11-19T05:32:04.557Z] v1.2.2-dev.13 [2020-11-19T05:32:04.557Z] v1.2.2-dev.14 [2020-11-19T05:32:04.557Z] v1.2.2-dev.15 [2020-11-19T05:32:04.557Z] v1.2.2-dev.16 [2020-11-19T05:32:04.557Z] v1.2.2-dev.17 [2020-11-19T05:32:04.557Z] v1.2.2-dev.18 [2020-11-19T05:32:04.557Z] v1.2.2-dev.19 [2020-11-19T05:32:04.557Z] v1.2.2-dev.2 [2020-11-19T05:32:04.557Z] v1.2.2-dev.20 [2020-11-19T05:32:04.557Z] v1.2.2-dev.21 [2020-11-19T05:32:04.557Z] v1.2.2-dev.22 [2020-11-19T05:32:04.557Z] v1.2.2-dev.23 [2020-11-19T05:32:04.557Z] v1.2.2-dev.24 [2020-11-19T05:32:04.557Z] v1.2.2-dev.25 [2020-11-19T05:32:04.557Z] v1.2.2-dev.26 [2020-11-19T05:32:04.557Z] v1.2.2-dev.27 [2020-11-19T05:32:04.557Z] v1.2.2-dev.28 [2020-11-19T05:32:04.557Z] v1.2.2-dev.29 [2020-11-19T05:32:04.557Z] v1.2.2-dev.3 [2020-11-19T05:32:04.557Z] v1.2.2-dev.30 [2020-11-19T05:32:04.557Z] v1.2.2-dev.31 [2020-11-19T05:32:04.557Z] v1.2.2-dev.32 [2020-11-19T05:32:04.557Z] v1.2.2-dev.33 [2020-11-19T05:32:04.557Z] v1.2.2-dev.34 [2020-11-19T05:32:04.557Z] v1.2.2-dev.35 [2020-11-19T05:32:04.557Z] v1.2.2-dev.36 [2020-11-19T05:32:04.557Z] v1.2.2-dev.37 [2020-11-19T05:32:04.557Z] v1.2.2-dev.38 [2020-11-19T05:32:04.557Z] v1.2.2-dev.39 [2020-11-19T05:32:04.557Z] v1.2.2-dev.4 [2020-11-19T05:32:04.557Z] v1.2.2-dev.40 [2020-11-19T05:32:04.557Z] v1.2.2-dev.41 [2020-11-19T05:32:04.557Z] v1.2.2-dev.42 [2020-11-19T05:32:04.557Z] v1.2.2-dev.43 [2020-11-19T05:32:04.557Z] v1.2.2-dev.44 [2020-11-19T05:32:04.557Z] v1.2.2-dev.45 [2020-11-19T05:32:04.557Z] v1.2.2-dev.46 [2020-11-19T05:32:04.557Z] v1.2.2-dev.47 [2020-11-19T05:32:04.557Z] v1.2.2-dev.48 [2020-11-19T05:32:04.557Z] v1.2.2-dev.49 [2020-11-19T05:32:04.557Z] v1.2.2-dev.5 [2020-11-19T05:32:04.557Z] v1.2.2-dev.50 [2020-11-19T05:32:04.557Z] v1.2.2-dev.51 [2020-11-19T05:32:04.557Z] v1.2.2-dev.52 [2020-11-19T05:32:04.557Z] v1.2.2-dev.53 [2020-11-19T05:32:04.557Z] v1.2.2-dev.54 [2020-11-19T05:32:04.557Z] v1.2.2-dev.55 [2020-11-19T05:32:04.557Z] v1.2.2-dev.56 [2020-11-19T05:32:04.557Z] v1.2.2-dev.57 [2020-11-19T05:32:04.557Z] v1.2.2-dev.58 [2020-11-19T05:32:04.557Z] v1.2.2-dev.59 [2020-11-19T05:32:04.557Z] v1.2.2-dev.6 [2020-11-19T05:32:04.557Z] v1.2.2-dev.60 [2020-11-19T05:32:04.557Z] v1.2.2-dev.61 [2020-11-19T05:32:04.557Z] v1.2.2-dev.62 [2020-11-19T05:32:04.557Z] v1.2.2-dev.63 [2020-11-19T05:32:04.557Z] v1.2.2-dev.64 [2020-11-19T05:32:04.557Z] v1.2.2-dev.65 [2020-11-19T05:32:04.557Z] v1.2.2-dev.66 [2020-11-19T05:32:04.557Z] v1.2.2-dev.67 [2020-11-19T05:32:04.557Z] v1.2.2-dev.68 [2020-11-19T05:32:04.557Z] v1.2.2-dev.69 [2020-11-19T05:32:04.557Z] v1.2.2-dev.7 [2020-11-19T05:32:04.557Z] v1.2.2-dev.70 [2020-11-19T05:32:04.557Z] v1.2.2-dev.71 [2020-11-19T05:32:04.557Z] v1.2.2-dev.72 [2020-11-19T05:32:04.557Z] v1.2.2-dev.73 [2020-11-19T05:32:04.557Z] v1.2.2-dev.74 [2020-11-19T05:32:04.557Z] v1.2.2-dev.75 [2020-11-19T05:32:04.557Z] v1.2.2-dev.76 [2020-11-19T05:32:04.557Z] v1.2.2-dev.77 [2020-11-19T05:32:04.557Z] v1.2.2-dev.78 [2020-11-19T05:32:04.557Z] v1.2.2-dev.79 [2020-11-19T05:32:04.557Z] v1.2.2-dev.8 [2020-11-19T05:32:04.557Z] v1.2.2-dev.80 [2020-11-19T05:32:04.557Z] v1.2.2-dev.81 [2020-11-19T05:32:04.557Z] v1.2.2-dev.82 [2020-11-19T05:32:04.557Z] v1.2.2-dev.83 [2020-11-19T05:32:04.557Z] v1.2.2-dev.84 [2020-11-19T05:32:04.557Z] v1.2.2-dev.85 [2020-11-19T05:32:04.557Z] v1.2.2-dev.86 [2020-11-19T05:32:04.557Z] v1.2.2-dev.87 [2020-11-19T05:32:04.557Z] v1.2.2-dev.88 [2020-11-19T05:32:04.557Z] v1.2.2-dev.89 [2020-11-19T05:32:04.557Z] v1.2.2-dev.9 [2020-11-19T05:32:04.557Z] v1.2.2-dev.90 [2020-11-19T05:32:04.557Z] v1.2.2-dev.91 [2020-11-19T05:32:04.557Z] v1.2.2-dev.92 [2020-11-19T05:32:04.557Z] v1.2.2-dev.93 [2020-11-19T05:32:04.557Z] v1.2.2-dev.94 [2020-11-19T05:32:04.557Z] v1.2.2-dev.95 [2020-11-19T05:32:04.557Z] v1.2.2-dev.96 [2020-11-19T05:32:04.557Z] v1.2.2-dev.97 [2020-11-19T05:32:04.557Z] v1.2.2-dev.98 [2020-11-19T05:32:04.557Z] v1.2.2-dev.99 [2020-11-19T05:32:04.557Z] v1.3.0 [2020-11-19T05:32:04.557Z] v1.3.1-dev.1 [Pipeline] sh [2020-11-19T05:32:04.897Z] + lftools sign git-tag v1.3.1-dev.1 [2020-11-19T05:32:06.296Z] Signing Git tag with Sigul... [2020-11-19T05:32:06.296Z] Signing v1.3.1-dev.1 [Pipeline] echo [2020-11-19T05:32:08.242Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T05:32:08.576Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-19T05:32:08.596Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-19T05:32:08.705Z] $ docker stop --time=1 6f882119a4eb0e1f2ff574f0563ee479f8559e88d400a2434311fd79f877afe7 [2020-11-19T05:32:10.877Z] $ docker rm -f 6f882119a4eb0e1f2ff574f0563ee479f8559e88d400a2434311fd79f877afe7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:32:11.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T05:32:11.848Z] . [Pipeline] withDockerContainer [2020-11-19T05:32:12.018Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:32:12.082Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T05:32:13.326Z] $ docker top 790971508be85d7c5ca38d075b14293cadc02bf6ce86a66aa1c8c4cab91af86b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T05:32:13.722Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T05:32:13.723Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T05:32:14.011Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T05:32:14.017Z] $ docker exec 790971508be85d7c5ca38d075b14293cadc02bf6ce86a66aa1c8c4cab91af86b ssh-agent [2020-11-19T05:32:14.426Z] SSH_AUTH_SOCK=/tmp/ssh-RE7dbm2zAA8Z/agent.13 [2020-11-19T05:32:14.426Z] SSH_AGENT_PID=18 [2020-11-19T05:32:14.436Z] Running ssh-add (command line suppressed) [2020-11-19T05:32:14.651Z] Identity added: /w/workspace/edgex-go/225@tmp/private_key_6369703760366884117.key (/w/workspace/edgex-go/225@tmp/private_key_6369703760366884117.key) [2020-11-19T05:32:14.732Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T05:32:15.288Z] + git semver bump pre [2020-11-19T05:32:15.289Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T05:32:15.289Z] # $GIT_DIR = /w/workspace/edgex-go/225/.git [2020-11-19T05:32:15.289Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/225 [2020-11-19T05:32:15.289Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T05:32:15.289Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T05:32:15.289Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T05:32:15.289Z] # $SEMVER_BRANCH = master [2020-11-19T05:32:15.289Z] # $SEMVER_DIR = /w/workspace/edgex-go/225/.semver [2020-11-19T05:32:15.289Z] 1.3.1-dev.2 [Pipeline] } [2020-11-19T05:32:15.358Z] $ docker exec --env ******** --env ******** 790971508be85d7c5ca38d075b14293cadc02bf6ce86a66aa1c8c4cab91af86b ssh-agent -k [2020-11-19T05:32:15.528Z] unset SSH_AUTH_SOCK; [2020-11-19T05:32:15.529Z] unset SSH_AGENT_PID; [2020-11-19T05:32:15.529Z] echo Agent pid 18 killed; [2020-11-19T05:32:15.598Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T05:32:16.117Z] + git semver [Pipeline] } [2020-11-19T05:32:16.182Z] $ docker stop --time=1 790971508be85d7c5ca38d075b14293cadc02bf6ce86a66aa1c8c4cab91af86b [2020-11-19T05:32:17.787Z] $ docker rm -f 790971508be85d7c5ca38d075b14293cadc02bf6ce86a66aa1c8c4cab91af86b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:32:18.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T05:32:18.421Z] . [Pipeline] withDockerContainer [2020-11-19T05:32:18.551Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:32:18.625Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T05:32:19.666Z] $ docker top 5dd01d4adedceecac11aa265c0a0718e22055a108fc6ae8b4f841891422e8874 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T05:32:20.055Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T05:32:20.055Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T05:32:20.400Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T05:32:20.406Z] $ docker exec 5dd01d4adedceecac11aa265c0a0718e22055a108fc6ae8b4f841891422e8874 ssh-agent [2020-11-19T05:32:20.764Z] SSH_AUTH_SOCK=/tmp/ssh-8zrf4ICyAviz/agent.11 [2020-11-19T05:32:20.764Z] SSH_AGENT_PID=17 [2020-11-19T05:32:20.776Z] Running ssh-add (command line suppressed) [2020-11-19T05:32:21.032Z] Identity added: /w/workspace/edgex-go/225@tmp/private_key_4845195177707109390.key (/w/workspace/edgex-go/225@tmp/private_key_4845195177707109390.key) [2020-11-19T05:32:21.127Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T05:32:21.517Z] + git semver push [2020-11-19T05:32:21.803Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T05:32:21.803Z] # $GIT_DIR = /w/workspace/edgex-go/225/.git [2020-11-19T05:32:21.803Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/225 [2020-11-19T05:32:21.803Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T05:32:21.803Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T05:32:21.803Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T05:32:21.803Z] # $SEMVER_BRANCH = master [2020-11-19T05:32:21.803Z] # $SEMVER_DIR = /w/workspace/edgex-go/225/.semver [Pipeline] } [2020-11-19T05:32:34.123Z] $ docker exec --env ******** --env ******** 5dd01d4adedceecac11aa265c0a0718e22055a108fc6ae8b4f841891422e8874 ssh-agent -k [2020-11-19T05:32:34.417Z] unset SSH_AUTH_SOCK; [2020-11-19T05:32:34.417Z] unset SSH_AGENT_PID; [2020-11-19T05:32:34.417Z] echo Agent pid 17 killed; [2020-11-19T05:32:34.494Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T05:32:35.061Z] + git semver [Pipeline] } [2020-11-19T05:32:35.092Z] $ docker stop --time=1 5dd01d4adedceecac11aa265c0a0718e22055a108fc6ae8b4f841891422e8874 [2020-11-19T05:32:36.523Z] $ docker rm -f 5dd01d4adedceecac11aa265c0a0718e22055a108fc6ae8b4f841891422e8874 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-19T05:32:38.124Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T05:32:39.025Z] ---> package-listing.sh [2020-11-19T05:32:39.025Z] ++ facter osfamily [2020-11-19T05:32:39.025Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-19T05:32:39.025Z] + OS_FAMILY=redhat [2020-11-19T05:32:39.025Z] + workspace=/w/workspace/edgex-go/225 [2020-11-19T05:32:39.025Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-19T05:32:39.025Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-19T05:32:39.025Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-19T05:32:39.025Z] + PACKAGES=/tmp/packages_start.txt [2020-11-19T05:32:39.025Z] + '[' /w/workspace/edgex-go/225 ']' [2020-11-19T05:32:39.025Z] + PACKAGES=/tmp/packages_end.txt [2020-11-19T05:32:39.025Z] + case "${OS_FAMILY}" in [2020-11-19T05:32:39.025Z] + rpm -qa [2020-11-19T05:32:39.025Z] + sort [2020-11-19T05:32:43.268Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-19T05:32:43.268Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-19T05:32:43.268Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-19T05:32:43.268Z] + '[' /w/workspace/edgex-go/225 ']' [2020-11-19T05:32:43.268Z] + mkdir -p /w/workspace/edgex-go/225/archives/ [2020-11-19T05:32:43.268Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/225/archives/ [Pipeline] echo [2020-11-19T05:32:43.285Z] 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/225/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-19T05:32:43.601Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:32:44.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T05:32:44.193Z] [2020-11-19T05:32:44.193Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-19T05:32:44.808Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T05:32:44.808Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-19T05:32:44.808Z] df20fa9351a1: Already exists [2020-11-19T05:32:45.095Z] 36b3adc4ff6f: Pulling fs layer [2020-11-19T05:32:45.095Z] 8ad3a11d3b57: Pulling fs layer [2020-11-19T05:32:45.095Z] 46f8f816bc3b: Pulling fs layer [2020-11-19T05:32:45.095Z] 93b61091891f: Pulling fs layer [2020-11-19T05:32:45.095Z] 93b9cdb0e59b: Pulling fs layer [2020-11-19T05:32:45.095Z] 5e14af77c1be: Pulling fs layer [2020-11-19T05:32:45.095Z] 01666e4c0597: Pulling fs layer [2020-11-19T05:32:45.095Z] aa168da1d23b: Pulling fs layer [2020-11-19T05:32:45.095Z] 93b9cdb0e59b: Waiting [2020-11-19T05:32:45.095Z] 5e14af77c1be: Waiting [2020-11-19T05:32:45.095Z] 01666e4c0597: Waiting [2020-11-19T05:32:45.095Z] aa168da1d23b: Waiting [2020-11-19T05:32:45.095Z] 93b61091891f: Waiting [2020-11-19T05:32:45.095Z] 46f8f816bc3b: Verifying Checksum [2020-11-19T05:32:45.095Z] 46f8f816bc3b: Download complete [2020-11-19T05:32:45.095Z] 36b3adc4ff6f: Download complete [2020-11-19T05:32:45.095Z] 93b9cdb0e59b: Verifying Checksum [2020-11-19T05:32:45.095Z] 93b9cdb0e59b: Download complete [2020-11-19T05:32:45.095Z] 5e14af77c1be: Verifying Checksum [2020-11-19T05:32:45.095Z] 5e14af77c1be: Download complete [2020-11-19T05:32:45.379Z] 01666e4c0597: Verifying Checksum [2020-11-19T05:32:45.379Z] 01666e4c0597: Download complete [2020-11-19T05:32:45.379Z] 36b3adc4ff6f: Pull complete [2020-11-19T05:32:45.641Z] 93b61091891f: Download complete [2020-11-19T05:32:46.656Z] 8ad3a11d3b57: Verifying Checksum [2020-11-19T05:32:46.656Z] 8ad3a11d3b57: Download complete [2020-11-19T05:32:48.128Z] 8ad3a11d3b57: Pull complete [2020-11-19T05:32:48.423Z] 46f8f816bc3b: Pull complete [2020-11-19T05:32:49.438Z] 93b61091891f: Pull complete [2020-11-19T05:32:50.433Z] aa168da1d23b: Verifying Checksum [2020-11-19T05:32:50.433Z] aa168da1d23b: Download complete [2020-11-19T05:32:50.433Z] 93b9cdb0e59b: Pull complete [2020-11-19T05:32:50.718Z] 5e14af77c1be: Pull complete [2020-11-19T05:32:50.984Z] 01666e4c0597: Pull complete [2020-11-19T05:33:01.403Z] aa168da1d23b: Pull complete [2020-11-19T05:33:01.403Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-19T05:33:01.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T05:33:01.403Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-19T05:33:01.782Z] prd-centos7-docker-4c-2g-12697 does not seem to be running inside a container [2020-11-19T05:33:01.888Z] $ 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/225/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/225 -v /w/workspace/edgex-go/225:/w/workspace/edgex-go/225:rw,z -v /w/workspace/edgex-go/225@tmp:/w/workspace/edgex-go/225@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-19T05:33:04.777Z] $ docker top 748a8e992759407dc37c2e6a6fc091300fff065adb2dd92940f47bd264767d46 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T05:33:05.443Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-19T05:33:05.811Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-19T05:33:06.479Z] + ls /var/log/sa-host [2020-11-19T05:33:06.479Z] + sadf -c /var/log/sa-host/sa05 [2020-11-19T05:33:06.479Z] file_magic: OK [2020-11-19T05:33:06.479Z] HZ: Using current value: 100 [2020-11-19T05:33:06.479Z] file_header: OK [2020-11-19T05:33:06.479Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-19T05:33:06.479Z] Statistics: [2020-11-19T05:33:06.479Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-19T05:33:06.479Z] File successfully converted to sysstat format version 12.2.1 [2020-11-19T05:33:06.479Z] + sadf -c /var/log/sa-host/sa19 [2020-11-19T05:33:06.479Z] file_magic: OK [2020-11-19T05:33:06.479Z] HZ: Using current value: 100 [2020-11-19T05:33:06.479Z] file_header: OK [2020-11-19T05:33:06.479Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-19T05:33:06.479Z] Statistics: [2020-11-19T05:33:06.479Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-19T05:33:06.479Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-19T05:33:07.239Z] provisioning config files... [2020-11-19T05:33:07.264Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/225@tmp/config4501327404664646378tmp [Pipeline] { [Pipeline] echo [2020-11-19T05:33:07.792Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T05:33:08.248Z] ---> create-netrc.sh [Pipeline] } [2020-11-19T05:33:08.261Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-19T05:33:08.365Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T05:33:08.683Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-19T05:33:08.707Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T05:33:09.069Z] ---> sudo-logs.sh [2020-11-19T05:33:09.069Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-19T05:33:09.188Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T05:33:09.519Z] ---> job-cost.sh [2020-11-19T05:33:09.519Z] lf-activate-venv: SKIPPING [2020-11-19T05:33:09.519Z] INFO: No Stack... [2020-11-19T05:33:10.514Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-19T05:33:11.118Z] INFO: Archiving Costs [Pipeline] echo [2020-11-19T05:33:11.139Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T05:33:11.519Z] ---> logs-deploy.sh [2020-11-19T05:33:11.519Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/225 [2020-11-19T05:33:11.519Z] INFO: archiving workspace using pattern(s): [2020-11-19T05:33:14.525Z] Archives upload complete. [2020-11-19T05:33:14.525Z] INFO: archiving logs to Nexus [2020-11-19T05:33:15.559Z] ---> uname -a: [2020-11-19T05:33:15.559Z] Linux prd-centos7-docker-4c-2g-12697.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-11-19T05:33:15.559Z] [2020-11-19T05:33:15.559Z] [2020-11-19T05:33:15.559Z] ---> lscpu: [2020-11-19T05:33:15.559Z] Architecture: x86_64 [2020-11-19T05:33:15.559Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-19T05:33:15.559Z] Byte Order: Little Endian [2020-11-19T05:33:15.559Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-19T05:33:15.559Z] CPU(s): 4 [2020-11-19T05:33:15.559Z] On-line CPU(s) list: 0-3 [2020-11-19T05:33:15.559Z] Thread(s) per core: 1 [2020-11-19T05:33:15.559Z] Core(s) per socket: 1 [2020-11-19T05:33:15.559Z] Socket(s): 4 [2020-11-19T05:33:15.559Z] NUMA node(s): 1 [2020-11-19T05:33:15.559Z] Vendor ID: GenuineIntel [2020-11-19T05:33:15.559Z] CPU family: 6 [2020-11-19T05:33:15.559Z] Model: 44 [2020-11-19T05:33:15.559Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-19T05:33:15.559Z] Stepping: 1 [2020-11-19T05:33:15.559Z] CPU MHz: 2933.438 [2020-11-19T05:33:15.559Z] BogoMIPS: 5866.87 [2020-11-19T05:33:15.559Z] Virtualization: VT-x [2020-11-19T05:33:15.559Z] Hypervisor vendor: KVM [2020-11-19T05:33:15.559Z] Virtualization type: full [2020-11-19T05:33:15.559Z] L1d cache: 128 KiB [2020-11-19T05:33:15.559Z] L1i cache: 128 KiB [2020-11-19T05:33:15.559Z] L2 cache: 16 MiB [2020-11-19T05:33:15.559Z] L3 cache: 64 MiB [2020-11-19T05:33:15.559Z] NUMA node0 CPU(s): 0-3 [2020-11-19T05:33:15.559Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-19T05:33:15.559Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-19T05:33:15.559Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-19T05:33:15.559Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-19T05:33:15.559Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-19T05:33:15.559Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-19T05:33:15.559Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-19T05:33:15.559Z] Vulnerability Tsx async abort: Not affected [2020-11-19T05:33:15.559Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-11-19T05:33:15.559Z] [2020-11-19T05:33:15.559Z] [2020-11-19T05:33:15.559Z] ---> nproc: [2020-11-19T05:33:15.559Z] 4 [2020-11-19T05:33:15.559Z] [2020-11-19T05:33:15.559Z] [2020-11-19T05:33:15.559Z] ---> df -h: [2020-11-19T05:33:15.559Z] Filesystem Size Used Available Use% Mounted on [2020-11-19T05:33:15.559Z] overlay 50.0G 14.0G 36.0G 28% / [2020-11-19T05:33:15.559Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-11-19T05:33:15.559Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-11-19T05:33:15.559Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-11-19T05:33:15.559Z] /dev/vda1 50.0G 14.0G 36.0G 28% /facter-os [2020-11-19T05:33:15.559Z] /dev/vda1 50.0G 14.0G 36.0G 28% /etc/resolv.conf [2020-11-19T05:33:15.559Z] /dev/vda1 50.0G 14.0G 36.0G 28% /etc/hostname [2020-11-19T05:33:15.559Z] /dev/vda1 50.0G 14.0G 36.0G 28% /etc/hosts [2020-11-19T05:33:15.559Z] /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/auth.log [2020-11-19T05:33:15.559Z] /dev/vda1 50.0G 14.0G 36.0G 28% /run/cloud-init/result.json [2020-11-19T05:33:15.559Z] /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/sa-host [2020-11-19T05:33:15.559Z] /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/secure [2020-11-19T05:33:15.559Z] /dev/vda1 50.0G 14.0G 36.0G 28% /w/workspace/edgex-go/225 [2020-11-19T05:33:15.559Z] /dev/vda1 50.0G 14.0G 36.0G 28% /w/workspace/edgex-go/225@tmp [2020-11-19T05:33:15.559Z] [2020-11-19T05:33:15.559Z] [2020-11-19T05:33:15.559Z] ---> free -m: [2020-11-19T05:33:15.559Z] total used free shared buff/cache available [2020-11-19T05:33:15.559Z] Mem: 1837 802 143 0 890 1019 [2020-11-19T05:33:15.559Z] Swap: 1023 64 959 [2020-11-19T05:33:15.559Z] [2020-11-19T05:33:15.559Z] [2020-11-19T05:33:15.559Z] ---> ip addr: [2020-11-19T05:33:15.559Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-11-19T05:33:15.559Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-11-19T05:33:15.559Z] inet 127.0.0.1/8 scope host lo [2020-11-19T05:33:15.559Z] valid_lft forever preferred_lft forever [2020-11-19T05:33:15.559Z] inet6 ::1/128 scope host [2020-11-19T05:33:15.559Z] valid_lft forever preferred_lft forever [2020-11-19T05:33:15.559Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-11-19T05:33:15.559Z] link/ether fa:16:3e:a7:9a:6e brd ff:ff:ff:ff:ff:ff [2020-11-19T05:33:15.559Z] inet 10.30.122.12/23 brd 10.30.123.255 scope global dynamic eth0 [2020-11-19T05:33:15.559Z] valid_lft 80997sec preferred_lft 80997sec [2020-11-19T05:33:15.559Z] inet6 fe80::f816:3eff:fea7:9a6e/64 scope link [2020-11-19T05:33:15.559Z] valid_lft forever preferred_lft forever [2020-11-19T05:33:15.559Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-11-19T05:33:15.559Z] link/ether 02:42:9d:58:f3:d2 brd ff:ff:ff:ff:ff:ff [2020-11-19T05:33:15.559Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-11-19T05:33:15.559Z] valid_lft forever preferred_lft forever [2020-11-19T05:33:15.559Z] inet6 fe80::42:9dff:fe58:f3d2/64 scope link [2020-11-19T05:33:15.559Z] valid_lft forever preferred_lft forever [2020-11-19T05:33:15.559Z] [2020-11-19T05:33:15.559Z] [2020-11-19T05:33:15.559Z] ---> sar -b -r -n DEV: [2020-11-19T05:33:15.559Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/19/20 _x86_64_ (4 CPU) [2020-11-19T05:33:15.559Z] [2020-11-19T05:33:15.559Z] 04:02:55 LINUX RESTART (4 CPU) [2020-11-19T05:33:15.559Z] [2020-11-19T05:33:15.559Z] 04:04:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-11-19T05:33:15.559Z] 04:05:01 0.41 0.00 0.41 0.00 0.00 8.41 0.00 [2020-11-19T05:33:15.559Z] 04:06:01 0.30 0.02 0.28 0.00 2.00 3.76 0.00 [2020-11-19T05:33:15.559Z] 04:07:01 0.27 0.00 0.27 0.00 0.00 2.48 0.00 [2020-11-19T05:33:15.559Z] 04:08:01 0.30 0.00 0.30 0.00 0.00 3.65 0.00 [2020-11-19T05:33:15.559Z] 04:09:01 0.33 0.00 0.33 0.00 0.00 4.63 0.00 [2020-11-19T05:33:15.559Z] 04:10:01 0.20 0.00 0.20 0.00 0.00 1.95 0.00 [2020-11-19T05:33:15.559Z] 04:11:01 0.30 0.00 0.30 0.00 0.00 3.66 0.00 [2020-11-19T05:33:15.559Z] 04:12:01 0.22 0.00 0.22 0.00 0.00 2.46 0.00 [2020-11-19T05:33:15.559Z] 04:13:01 0.27 0.00 0.27 0.00 0.00 3.53 0.00 [2020-11-19T05:33:15.559Z] 04:14:01 0.23 0.00 0.23 0.00 0.00 2.88 0.00 [2020-11-19T05:33:15.559Z] 04:15:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 [2020-11-19T05:33:15.559Z] 04:16:01 0.35 0.00 0.35 0.00 0.00 4.91 0.00 [2020-11-19T05:33:15.559Z] 04:17:01 0.25 0.00 0.25 0.00 0.00 2.61 0.00 [2020-11-19T05:33:15.559Z] 04:18:01 0.42 0.17 0.25 0.00 5.33 3.51 0.00 [2020-11-19T05:33:15.559Z] 04:19:01 0.72 0.00 0.72 0.00 0.00 13.72 0.00 [2020-11-19T05:33:15.559Z] 04:20:02 0.28 0.00 0.28 0.00 0.00 3.41 0.00 [2020-11-19T05:33:15.559Z] 04:21:01 0.22 0.00 0.22 0.00 0.00 2.10 0.00 [2020-11-19T05:33:15.559Z] 04:22:01 0.18 0.00 0.18 0.00 0.00 2.05 0.00 [2020-11-19T05:33:15.559Z] 04:23:01 0.28 0.00 0.28 0.00 0.00 3.75 0.00 [2020-11-19T05:33:15.559Z] 04:24:01 0.25 0.00 0.25 0.00 0.00 2.46 0.00 [2020-11-19T05:33:15.559Z] 04:25:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 [2020-11-19T05:33:15.559Z] 04:26:01 0.25 0.00 0.25 0.00 0.00 3.15 0.00 [2020-11-19T05:33:15.559Z] 04:27:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 [2020-11-19T05:33:15.559Z] 04:28:01 0.27 0.00 0.27 0.00 0.00 2.86 0.00 [2020-11-19T05:33:15.560Z] 04:29:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 [2020-11-19T05:33:15.560Z] 04:30:01 0.33 0.00 0.33 0.00 0.00 4.66 0.00 [2020-11-19T05:33:15.560Z] 04:31:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 [2020-11-19T05:33:15.560Z] 04:32:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 [2020-11-19T05:33:15.560Z] 04:33:01 0.25 0.00 0.25 0.00 0.00 3.38 0.00 [2020-11-19T05:33:15.560Z] 04:34:02 0.22 0.00 0.22 0.00 0.00 2.18 0.00 [2020-11-19T05:33:15.560Z] 04:35:01 0.25 0.00 0.25 0.00 0.00 3.03 0.00 [2020-11-19T05:33:15.560Z] 04:36:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 [2020-11-19T05:33:15.560Z] 04:37:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 [2020-11-19T05:33:15.560Z] 04:38:01 0.30 0.00 0.30 0.00 0.00 3.26 0.00 [2020-11-19T05:33:15.560Z] 04:39:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 [2020-11-19T05:33:15.560Z] 04:40:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 [2020-11-19T05:33:15.560Z] 04:41:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 [2020-11-19T05:33:15.560Z] 04:42:01 0.17 0.00 0.17 0.00 0.00 1.46 0.00 [2020-11-19T05:33:15.560Z] 04:43:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 [2020-11-19T05:33:15.560Z] 04:44:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 [2020-11-19T05:33:15.560Z] 04:45:01 0.27 0.00 0.27 0.00 0.00 3.39 0.00 [2020-11-19T05:33:15.560Z] 04:46:01 0.25 0.00 0.25 0.00 0.00 2.46 0.00 [2020-11-19T05:33:15.560Z] 04:47:02 0.17 0.00 0.17 0.00 0.00 1.36 0.00 [2020-11-19T05:33:15.560Z] 04:48:01 0.25 0.00 0.25 0.00 0.00 3.03 0.00 [2020-11-19T05:33:15.560Z] 04:49:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 [2020-11-19T05:33:15.560Z] 04:50:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 [2020-11-19T05:33:15.560Z] 04:51:01 0.27 0.00 0.27 0.00 0.00 2.50 0.00 [2020-11-19T05:33:15.560Z] 04:52:01 0.22 0.00 0.22 0.00 0.00 1.68 0.00 [2020-11-19T05:33:15.560Z] 04:53:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 [2020-11-19T05:33:15.560Z] 04:54:01 0.25 0.00 0.25 0.00 0.00 4.26 0.00 [2020-11-19T05:33:15.560Z] 04:55:01 0.32 0.00 0.32 0.00 0.00 4.78 0.00 [2020-11-19T05:33:15.560Z] 04:56:01 0.27 0.00 0.27 0.00 0.00 3.78 0.00 [2020-11-19T05:33:15.560Z] 04:57:01 0.22 0.00 0.22 0.00 0.00 2.91 0.00 [2020-11-19T05:33:15.560Z] 04:58:01 0.35 0.00 0.35 0.00 0.00 5.03 0.00 [2020-11-19T05:33:15.560Z] 04:59:01 0.27 0.00 0.27 0.00 0.00 4.53 0.00 [2020-11-19T05:33:15.560Z] 05:00:02 0.32 0.00 0.32 0.00 0.00 4.77 0.00 [2020-11-19T05:33:15.560Z] 05:01:01 0.30 0.03 0.27 0.00 0.27 3.98 0.00 [2020-11-19T05:33:15.560Z] 05:02:01 0.43 0.10 0.33 0.00 2.00 5.69 0.00 [2020-11-19T05:33:15.560Z] 05:03:01 0.22 0.00 0.22 0.00 0.00 2.01 0.00 [2020-11-19T05:33:15.560Z] 05:04:01 0.27 0.00 0.27 0.00 0.00 3.56 0.00 [2020-11-19T05:33:15.560Z] 05:05:01 0.23 0.00 0.23 0.00 0.00 3.86 0.00 [2020-11-19T05:33:15.560Z] 05:06:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 [2020-11-19T05:33:15.560Z] 05:07:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 [2020-11-19T05:33:15.560Z] 05:08:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 [2020-11-19T05:33:15.560Z] 05:09:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 [2020-11-19T05:33:15.560Z] 05:10:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 [2020-11-19T05:33:15.560Z] 05:11:01 26.71 3.93 22.78 0.00 326.53 5728.06 0.00 [2020-11-19T05:33:15.560Z] 05:12:01 41.79 17.68 24.11 0.00 5033.72 6635.72 0.00 [2020-11-19T05:33:15.560Z] 05:13:02 196.74 99.07 97.67 0.00 6038.98 39463.82 0.00 [2020-11-19T05:33:15.560Z] 05:14:01 247.59 106.38 141.20 0.00 5818.30 31837.74 0.00 [2020-11-19T05:33:15.560Z] 05:15:01 118.59 35.33 83.26 0.00 1546.50 11193.98 0.00 [2020-11-19T05:33:15.560Z] 05:16:01 121.27 70.44 50.83 0.00 2272.56 4209.29 0.00 [2020-11-19T05:33:15.560Z] 05:17:01 55.00 16.65 38.36 0.00 1361.08 11926.57 0.00 [2020-11-19T05:33:15.560Z] 05:18:04 534.26 329.11 205.15 0.00 74582.47 140254.37 0.00 [2020-11-19T05:33:15.560Z] 05:19:02 2296.51 2000.49 296.02 0.00 135689.15 144458.33 0.00 [2020-11-19T05:33:15.560Z] 05:20:02 778.30 636.13 142.18 0.00 36236.49 44165.06 0.00 [2020-11-19T05:33:15.560Z] 05:21:03 1398.29 1058.41 339.88 0.00 118193.68 122350.58 0.00 [2020-11-19T05:33:15.560Z] 05:22:02 1685.07 1450.05 235.02 0.00 90622.31 97138.22 0.00 [2020-11-19T05:33:15.560Z] 05:23:02 896.58 641.77 254.81 0.00 56191.81 60198.48 0.00 [2020-11-19T05:33:15.560Z] 05:24:01 785.22 575.29 209.93 0.00 34965.27 49051.60 0.00 [2020-11-19T05:33:15.560Z] 05:25:01 122.27 44.42 77.85 0.00 5457.60 5949.78 0.00 [2020-11-19T05:33:15.560Z] 05:26:01 38.04 26.87 11.17 0.00 2773.83 224.22 0.00 [2020-11-19T05:33:15.560Z] 05:27:01 16.79 14.12 2.68 0.00 799.73 70.29 0.00 [2020-11-19T05:33:15.560Z] 05:28:01 316.14 136.85 179.29 0.00 6957.82 36918.27 0.00 [2020-11-19T05:33:15.560Z] 05:29:02 101.21 16.48 84.73 0.00 1028.61 986.41 0.00 [2020-11-19T05:33:15.560Z] 05:30:01 108.03 20.26 87.77 0.00 445.59 1006.75 0.00 [2020-11-19T05:33:15.560Z] 05:31:01 318.80 222.19 96.61 0.00 3616.23 1888.61 0.00 [2020-11-19T05:33:15.560Z] 05:32:01 394.08 245.44 148.65 0.00 10125.71 31089.68 0.00 [2020-11-19T05:33:15.560Z] 05:33:01 172.73 89.16 83.56 0.00 7398.50 19154.93 0.00 [2020-11-19T05:33:15.560Z] Average: 120.62 87.73 32.90 0.00 6818.06 9747.90 0.00 [2020-11-19T05:33:15.560Z] [2020-11-19T05:33:15.560Z] 04:04:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-11-19T05:33:15.560Z] 04:05:01 113096 0 459448 24.42 2620 1306392 996720 34.02 303956 1311184 36 [2020-11-19T05:33:15.560Z] 04:06:01 113268 0 459268 24.41 2620 1306400 996720 34.02 304008 1310948 8 [2020-11-19T05:33:15.560Z] 04:07:01 111592 0 460940 24.50 2620 1306404 996720 34.02 305852 1310948 8 [2020-11-19T05:33:15.560Z] 04:08:01 111296 0 461232 24.51 2620 1306408 1004916 34.30 306148 1310864 8 [2020-11-19T05:33:15.560Z] 04:09:01 110692 0 461832 24.55 2620 1306412 1005000 34.30 304800 1312808 8 [2020-11-19T05:33:15.560Z] 04:10:01 110520 0 461996 24.55 2620 1306420 1005012 34.30 305136 1312808 8 [2020-11-19T05:33:15.560Z] 04:11:01 109880 0 462636 24.59 2620 1306420 1005108 34.30 303068 1315296 8 [2020-11-19T05:33:15.560Z] 04:12:01 110932 0 461580 24.53 2620 1306424 1004916 34.30 302164 1315296 8 [2020-11-19T05:33:15.560Z] 04:13:01 110732 0 461772 24.54 2620 1306432 1004916 34.30 302172 1315296 8 [2020-11-19T05:33:15.560Z] 04:14:01 110340 0 462160 24.56 2620 1306436 1005080 34.30 302364 1315376 8 [2020-11-19T05:33:15.560Z] 04:15:01 111012 0 461484 24.53 2620 1306440 1004984 34.30 301988 1315376 8 [2020-11-19T05:33:15.560Z] 04:16:01 111400 0 461092 24.51 2620 1306444 1004984 34.30 301812 1315432 8 [2020-11-19T05:33:15.560Z] 04:17:01 111120 0 461364 24.52 2620 1306452 1004984 34.30 301816 1315436 8 [2020-11-19T05:33:15.560Z] 04:18:01 111088 0 461392 24.52 2620 1306456 1004984 34.30 301948 1315432 16 [2020-11-19T05:33:15.560Z] 04:19:01 110208 0 462264 24.57 2620 1306464 1005108 34.30 302296 1315432 16 [2020-11-19T05:33:15.560Z] 04:20:02 110600 0 461868 24.55 2620 1306468 1005048 34.30 301900 1315428 16 [2020-11-19T05:33:15.560Z] 04:21:01 110948 0 461520 24.53 2620 1306468 1005048 34.30 302024 1315428 16 [2020-11-19T05:33:15.560Z] 04:22:01 110824 0 461636 24.53 2620 1306476 1005048 34.30 301912 1315428 20 [2020-11-19T05:33:15.560Z] 04:23:01 110756 0 461700 24.54 2620 1306480 1005048 34.30 302164 1315428 8 [2020-11-19T05:33:15.560Z] 04:24:01 110552 0 461900 24.55 2620 1306484 1005108 34.30 302348 1315428 12 [2020-11-19T05:33:15.560Z] 04:25:01 110316 0 462132 24.56 2620 1306488 1005132 34.30 302464 1315428 20 [2020-11-19T05:33:15.560Z] 04:26:01 110692 0 461748 24.54 2620 1306496 1005048 34.30 301932 1315428 12 [2020-11-19T05:33:15.560Z] 04:27:01 110716 0 461724 24.54 2620 1306496 1005048 34.30 301756 1315604 8 [2020-11-19T05:33:15.560Z] 04:28:01 110716 0 461720 24.54 2620 1306500 1005048 34.30 301884 1315604 8 [2020-11-19T05:33:15.560Z] 04:29:01 110388 0 462040 24.56 2620 1306508 1005120 34.30 302400 1315604 16 [2020-11-19T05:33:15.560Z] 04:30:01 110864 0 461560 24.53 2620 1306512 1005048 34.30 301900 1315604 12 [2020-11-19T05:33:15.560Z] 04:31:01 110748 0 461672 24.54 2620 1306516 1005048 34.30 301784 1315604 8 [2020-11-19T05:33:15.560Z] 04:32:01 110840 0 461576 24.53 2620 1306520 1005048 34.30 301912 1315604 8 [2020-11-19T05:33:15.560Z] 04:33:01 110660 0 461744 24.54 2620 1306532 1005072 34.30 302052 1315604 8 [2020-11-19T05:33:15.560Z] 04:34:02 110544 0 461860 24.55 2620 1306532 1013304 34.58 302320 1315604 12 [2020-11-19T05:33:15.560Z] 04:35:01 110444 0 461956 24.55 2620 1306536 1013244 34.58 301940 1315604 12 [2020-11-19T05:33:15.560Z] 04:36:01 110484 0 461908 24.55 2620 1306544 1013244 34.58 301828 1315604 8 [2020-11-19T05:33:15.560Z] 04:37:01 110204 0 462188 24.56 2620 1306544 1013244 34.58 302012 1315668 8 [2020-11-19T05:33:15.560Z] 04:38:01 110700 0 461684 24.54 2620 1306552 1013244 34.58 301880 1315668 8 [2020-11-19T05:33:15.560Z] 04:39:01 110092 0 462288 24.57 2620 1306556 1013304 34.58 302212 1315668 8 [2020-11-19T05:33:15.560Z] 04:40:01 110468 0 461908 24.55 2620 1306560 1013244 34.58 301904 1315668 8 [2020-11-19T05:33:15.560Z] 04:41:01 110600 0 461772 24.54 2620 1306564 1013244 34.58 301908 1315668 8 [2020-11-19T05:33:15.560Z] 04:42:01 110716 0 461648 24.54 2620 1306572 1013244 34.58 301912 1315672 8 [2020-11-19T05:33:15.560Z] 04:43:01 109640 0 462724 24.59 2620 1306572 1013424 34.59 302908 1315668 8 [2020-11-19T05:33:15.560Z] 04:44:01 109532 0 462828 24.60 2620 1306576 1013388 34.59 302592 1315668 12 [2020-11-19T05:33:15.560Z] 04:45:01 110700 0 461648 24.54 2620 1306588 1013244 34.58 301932 1315672 8 [2020-11-19T05:33:15.560Z] 04:46:01 110428 0 461916 24.55 2620 1306592 1013244 34.58 301816 1315668 8 [2020-11-19T05:33:15.560Z] 04:47:02 110428 0 461912 24.55 2620 1306596 1013244 34.58 301824 1315668 8 [2020-11-19T05:33:15.560Z] 04:48:01 110304 0 462028 24.56 2620 1306604 1013244 34.58 301832 1315668 8 [2020-11-19T05:33:15.560Z] 04:49:01 109936 0 462388 24.57 2620 1306612 1013328 34.58 302396 1315672 8 [2020-11-19T05:33:15.560Z] 04:50:01 110940 0 461384 24.52 2620 1306612 1013244 34.58 301968 1315668 8 [2020-11-19T05:33:15.560Z] 04:51:01 110544 0 461776 24.54 2620 1306616 1013244 34.58 302096 1315668 8 [2020-11-19T05:33:15.560Z] 04:52:01 110692 0 461620 24.53 2620 1306624 1013244 34.58 301984 1315668 8 [2020-11-19T05:33:15.560Z] 04:53:01 110964 0 461348 24.52 2620 1306624 1013244 34.58 301860 1315668 8 [2020-11-19T05:33:15.560Z] 04:54:01 110116 0 462188 24.56 2620 1306632 1013304 34.58 302176 1315668 8 [2020-11-19T05:33:15.560Z] 04:55:01 110568 0 461732 24.54 2620 1306636 1013244 34.58 301876 1315668 8 [2020-11-19T05:33:15.560Z] 04:56:01 110700 0 461596 24.53 2620 1306640 1013244 34.58 302004 1315668 8 [2020-11-19T05:33:15.560Z] 04:57:01 110600 0 461692 24.54 2620 1306644 1013244 34.58 302132 1315668 8 [2020-11-19T05:33:15.560Z] 04:58:01 110476 0 461812 24.54 2620 1306648 1013244 34.58 302016 1315668 8 [2020-11-19T05:33:15.560Z] 04:59:01 110232 0 462052 24.56 2620 1306652 1013316 34.58 302396 1315668 8 [2020-11-19T05:33:15.561Z] 05:00:02 110460 0 461820 24.54 2620 1306656 1013244 34.58 302024 1315668 8 [2020-11-19T05:33:15.561Z] 05:01:01 109400 0 462872 24.60 2620 1306664 1015716 34.66 302776 1315668 8 [2020-11-19T05:33:15.561Z] 05:02:01 110072 0 462056 24.56 2620 1306808 1013752 34.60 302320 1315748 8 [2020-11-19T05:33:15.561Z] 05:03:01 110112 0 462016 24.55 2620 1306808 1013752 34.60 302256 1315748 8 [2020-11-19T05:33:15.561Z] 05:04:01 109556 0 462568 24.58 2620 1306812 1013824 34.60 302708 1315748 8 [2020-11-19T05:33:15.561Z] 05:05:01 108452 0 463660 24.64 2620 1306824 1013980 34.61 303496 1315748 12 [2020-11-19T05:33:15.561Z] 05:06:01 110104 0 462008 24.55 2620 1306824 1013752 34.60 302508 1315748 8 [2020-11-19T05:33:15.561Z] 05:07:01 109948 0 462156 24.56 2620 1306832 1013752 34.60 302524 1315748 8 [2020-11-19T05:33:15.561Z] 05:08:01 109816 0 462284 24.57 2620 1306836 1013752 34.60 302528 1315748 8 [2020-11-19T05:33:15.561Z] 05:09:01 109216 0 462880 24.60 2620 1306840 1013812 34.60 302848 1315748 8 [2020-11-19T05:33:15.561Z] 05:10:01 109576 0 462516 24.58 2620 1306844 1013752 34.60 302292 1315748 8 [2020-11-19T05:33:15.561Z] 05:11:01 82136 0 550900 29.28 2620 1245900 1073932 36.65 497640 1140184 11952 [2020-11-19T05:33:15.561Z] 05:12:01 93548 0 765160 40.67 2620 1020228 1463896 49.96 657200 969492 24100 [2020-11-19T05:33:15.561Z] 05:13:02 74704 0 680896 36.19 2344 1123612 1435628 49.00 611792 994504 69904 [2020-11-19T05:33:15.561Z] 05:14:01 98616 0 765544 40.69 1256 1016140 1778288 60.69 734644 812572 29632 [2020-11-19T05:33:15.561Z] 05:15:01 293328 0 754760 40.11 612 832856 1773864 60.54 673604 679280 27720 [2020-11-19T05:33:15.561Z] 05:16:01 358632 0 679068 36.09 612 843244 1225884 41.84 553156 722856 36256 [2020-11-19T05:33:15.561Z] 05:17:01 257192 0 693596 36.86 580 930188 1367152 46.66 617064 777496 35740 [2020-11-19T05:33:15.561Z] 05:18:04 73216 0 788664 41.92 48 1019628 2275072 77.64 659040 991648 4016 [2020-11-19T05:33:15.561Z] 05:19:02 76524 0 800552 42.55 4 1004476 2394644 81.72 787036 840936 47608 [2020-11-19T05:33:15.561Z] 05:20:02 304808 0 748652 39.79 4 828092 1868700 63.78 722484 651512 9420 [2020-11-19T05:33:15.561Z] 05:21:03 61996 0 843380 44.82 4 976176 2563860 87.50 759568 875724 57284 [2020-11-19T05:33:15.561Z] 05:22:02 248752 0 765788 40.70 4 867012 2459972 83.95 642176 799676 0 [2020-11-19T05:33:15.561Z] 05:23:02 62884 0 729756 38.78 4 1088912 2107636 71.93 587008 1040108 93708 [2020-11-19T05:33:15.561Z] 05:24:01 355456 0 652396 34.67 4 873700 1927376 65.78 462156 878064 32 [2020-11-19T05:33:15.561Z] 05:25:01 413124 0 611100 32.48 4 857328 1438828 49.10 455600 817220 32 [2020-11-19T05:33:15.561Z] 05:26:01 359316 0 585056 31.09 4 937180 1234696 42.14 485148 842216 20 [2020-11-19T05:33:15.561Z] 05:27:01 221220 0 616772 32.78 4 1043560 1388036 47.37 531744 926332 82888 [2020-11-19T05:33:15.561Z] 05:28:01 390824 0 629408 33.45 4 861320 1282932 43.78 582316 664088 12 [2020-11-19T05:33:15.561Z] 05:29:02 435464 0 679100 36.09 4 766988 1413316 48.23 581720 602840 28 [2020-11-19T05:33:15.561Z] 05:30:01 358276 0 750728 39.90 4 772548 1555388 53.08 636056 612400 20 [2020-11-19T05:33:15.561Z] 05:31:01 410876 0 732080 38.91 4 738596 1233972 42.11 552480 584668 1288 [2020-11-19T05:33:15.561Z] 05:32:01 72296 0 842068 44.75 4 967188 1384440 47.25 595140 784680 46544 [2020-11-19T05:33:15.561Z] 05:33:01 208868 0 791456 42.06 4 881228 1403800 47.91 519984 770736 58712 [2020-11-19T05:33:15.561Z] Average: 141647 0 527400 28.03 2064 1210445 1176073 40.14 380502 1186344 7164 [2020-11-19T05:33:15.561Z] [2020-11-19T05:33:15.561Z] 04:04:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-11-19T05:33:15.561Z] 04:05:01 eth0 0.47 0.08 0.05 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:06:01 eth0 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:07:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:08:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:09:01 eth0 0.75 0.18 0.13 0.07 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:10:01 eth0 0.20 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:11:01 eth0 1.32 0.47 0.38 0.21 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:12:01 eth0 0.62 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:13:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:14:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:15:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:16:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:17:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:18:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:19:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:20:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:21:01 eth0 0.42 0.07 0.04 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:22:01 eth0 0.25 0.07 0.03 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:23:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:24:01 eth0 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:25:01 eth0 0.20 0.17 0.18 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:26:01 eth0 0.75 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:27:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:28:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:29:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:30:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:31:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:32:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:33:01 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:34:02 eth0 0.68 0.12 0.13 0.07 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:35:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:36:01 eth0 0.57 0.03 0.05 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:37:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:38:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:39:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.561Z] 04:40:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:41:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:42:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:43:01 eth0 0.42 0.30 0.26 0.17 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:44:01 eth0 0.20 0.15 0.08 0.10 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:45:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:46:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:47:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:48:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:49:01 eth0 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:50:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:51:01 eth0 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:52:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:53:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:54:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:55:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:56:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:57:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:58:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:59:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:00:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:01:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:02:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:03:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:04:01 eth0 0.55 0.08 0.12 0.06 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:05:01 eth0 1.12 0.92 0.69 0.24 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:06:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:07:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:08:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:09:01 eth0 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:10:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:11:01 eth0 545.56 390.61 2966.29 61.24 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:12:01 eth0 844.70 1089.76 2996.36 122.32 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:12:01 veth1f3d6f9 1036.25 771.80 92.25 2660.90 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:12:01 docker0 1036.25 771.67 78.08 2660.89 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:13:02 vethacd3763 51.83 62.62 3.54 359.95 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:13:02 eth0 357.02 315.28 3199.78 32.49 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:13:02 docker0 51.86 62.50 2.83 359.94 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:14:01 eth0 268.56 191.24 1666.80 87.50 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:14:01 veth425fd97 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:14:01 docker0 79.11 86.73 6.23 474.46 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:15:01 eth0 23.53 16.91 21.52 9.61 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:15:01 veth425fd97 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:16:01 eth0 20.78 15.61 16.35 8.86 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:16:01 veth425fd97 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:17:01 eth0 178.16 150.84 1311.95 85.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:18:04 eth0 51.61 43.45 392.35 11.16 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:18:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:18:04 veth3b3d234 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:18:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:19:02 eth0 54.21 49.23 166.86 62.51 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:19:02 veth3b3d234 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:19:02 docker0 24.55 27.67 1.45 150.05 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:20:02 veth417963b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:20:02 eth0 13.18 9.87 10.05 5.47 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.562Z] 05:20:02 veth3b3d234 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:21:03 vethc170114 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:21:03 eth0 97.65 66.54 250.23 26.33 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:21:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:21:03 veth3b3d234 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:22:02 veth6718f45 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:22:02 veth74102b1 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:22:02 eth0 36.98 31.24 48.12 70.09 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:23:02 eth0 52.42 43.74 33.37 76.11 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:23:02 veth3b3d234 0.00 0.84 0.00 0.04 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:23:02 veth76402a4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:24:01 veth4d81df5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:24:01 veth63f6020 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:24:01 eth0 60.03 41.23 143.17 17.16 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:25:01 eth0 229.03 179.62 449.12 566.85 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:25:01 docker0 1252.19 1064.83 92.18 4302.22 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:26:01 eth0 344.78 325.79 166.13 1220.85 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:27:01 eth0 155.44 134.42 1391.63 14.75 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:28:01 eth0 333.43 287.38 2885.65 67.35 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:28:01 veth1ab26c8 0.45 0.55 0.08 0.20 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:28:01 docker0 36.42 36.25 3.49 225.27 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:29:02 eth0 72.02 56.07 65.25 80.78 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:29:02 vetha88385d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:29:02 veth0a1c226 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:30:01 eth0 55.39 43.51 59.71 50.64 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:30:01 veth559dbc1 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:30:01 docker0 1314.27 1123.35 97.99 4607.83 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:31:01 eth0 50.17 37.43 43.60 48.36 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:31:01 docker0 1.35 1.33 0.29 0.56 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:32:01 eth0 417.70 364.13 3402.90 102.05 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:32:01 veth0f31de4 19.18 25.13 1.32 183.21 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:32:01 docker0 19.18 25.01 1.06 183.20 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:33:01 eth0 251.69 203.86 2173.78 67.11 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] 05:33:01 docker0 2.96 2.21 0.64 0.80 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] Average: eth0 50.91 46.06 268.60 32.55 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] Average: docker0 14.82 12.76 1.11 53.11 0.00 0.00 0.00 0.00 [2020-11-19T05:33:15.563Z] [2020-11-19T05:33:15.563Z] [2020-11-19T05:33:15.563Z] ---> sar -P ALL: [2020-11-19T05:33:15.563Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/19/20 _x86_64_ (4 CPU) [2020-11-19T05:33:15.563Z] [2020-11-19T05:33:15.563Z] 04:02:55 LINUX RESTART (4 CPU) [2020-11-19T05:33:15.563Z] [2020-11-19T05:33:15.563Z] 04:04:02 CPU %user %nice %system %iowait %steal %idle [2020-11-19T05:33:15.563Z] 04:05:01 all 0.09 0.00 0.07 0.00 0.48 99.36 [2020-11-19T05:33:15.563Z] 04:05:01 0 0.02 0.00 0.03 0.00 0.37 99.58 [2020-11-19T05:33:15.563Z] 04:05:01 1 0.03 0.00 0.12 0.00 0.54 99.31 [2020-11-19T05:33:15.563Z] 04:05:01 2 0.27 0.00 0.08 0.00 0.41 99.24 [2020-11-19T05:33:15.563Z] 04:05:01 3 0.03 0.00 0.05 0.00 0.61 99.31 [2020-11-19T05:33:15.563Z] 04:06:01 all 0.10 0.00 0.02 0.00 0.19 99.69 [2020-11-19T05:33:15.563Z] 04:06:01 0 0.02 0.00 0.00 0.00 0.08 99.90 [2020-11-19T05:33:15.563Z] 04:06:01 1 0.03 0.00 0.02 0.02 0.13 99.80 [2020-11-19T05:33:15.563Z] 04:06:01 2 0.05 0.00 0.03 0.00 0.30 99.62 [2020-11-19T05:33:15.563Z] 04:06:01 3 0.28 0.00 0.02 0.00 0.25 99.45 [2020-11-19T05:33:15.563Z] 04:07:01 all 0.10 0.00 0.04 0.00 0.21 99.65 [2020-11-19T05:33:15.563Z] 04:07:01 0 0.00 0.00 0.02 0.00 0.17 99.82 [2020-11-19T05:33:15.563Z] 04:07:01 1 0.03 0.00 0.03 0.00 0.33 99.60 [2020-11-19T05:33:15.563Z] 04:07:01 2 0.02 0.00 0.05 0.00 0.05 99.88 [2020-11-19T05:33:15.563Z] 04:07:01 3 0.33 0.00 0.05 0.00 0.30 99.32 [2020-11-19T05:33:15.563Z] 04:08:01 all 0.11 0.00 0.05 0.00 0.24 99.60 [2020-11-19T05:33:15.563Z] 04:08:01 0 0.05 0.00 0.10 0.00 0.22 99.63 [2020-11-19T05:33:15.563Z] 04:08:01 1 0.03 0.00 0.03 0.00 0.17 99.77 [2020-11-19T05:33:15.563Z] 04:08:01 2 0.02 0.00 0.02 0.00 0.12 99.85 [2020-11-19T05:33:15.563Z] 04:08:01 3 0.35 0.00 0.05 0.00 0.47 99.14 [2020-11-19T05:33:15.563Z] 04:09:01 all 0.11 0.00 0.03 0.00 0.22 99.63 [2020-11-19T05:33:15.563Z] 04:09:01 0 0.02 0.00 0.03 0.00 0.10 99.85 [2020-11-19T05:33:15.563Z] 04:09:01 1 0.05 0.00 0.05 0.00 0.27 99.63 [2020-11-19T05:33:15.563Z] 04:09:01 2 0.02 0.00 0.02 0.00 0.10 99.87 [2020-11-19T05:33:15.563Z] 04:09:01 3 0.37 0.00 0.02 0.00 0.43 99.19 [2020-11-19T05:33:15.563Z] 04:10:01 all 0.12 0.00 0.02 0.00 0.18 99.68 [2020-11-19T05:33:15.563Z] 04:10:01 0 0.02 0.00 0.02 0.00 0.08 99.88 [2020-11-19T05:33:15.563Z] 04:10:01 1 0.05 0.00 0.05 0.00 0.30 99.60 [2020-11-19T05:33:15.563Z] 04:10:01 2 0.03 0.00 0.02 0.00 0.13 99.82 [2020-11-19T05:33:15.563Z] 04:10:01 3 0.37 0.00 0.02 0.00 0.22 99.40 [2020-11-19T05:33:15.563Z] 04:11:01 all 0.06 0.00 0.03 0.00 0.13 99.78 [2020-11-19T05:33:15.563Z] 04:11:01 0 0.02 0.00 0.03 0.00 0.05 99.90 [2020-11-19T05:33:15.563Z] 04:11:01 1 0.05 0.00 0.03 0.00 0.20 99.72 [2020-11-19T05:33:15.563Z] 04:11:01 2 0.03 0.00 0.02 0.00 0.03 99.92 [2020-11-19T05:33:15.563Z] 04:11:01 3 0.13 0.00 0.03 0.00 0.23 99.60 [2020-11-19T05:33:15.563Z] 04:12:01 all 0.09 0.00 0.04 0.00 0.15 99.72 [2020-11-19T05:33:15.563Z] 04:12:01 0 0.00 0.00 0.02 0.00 0.03 99.95 [2020-11-19T05:33:15.563Z] 04:12:01 1 0.07 0.00 0.05 0.00 0.32 99.57 [2020-11-19T05:33:15.563Z] 04:12:01 2 0.03 0.00 0.03 0.00 0.10 99.83 [2020-11-19T05:33:15.563Z] 04:12:01 3 0.27 0.00 0.05 0.00 0.15 99.53 [2020-11-19T05:33:15.563Z] 04:13:01 all 0.06 0.00 0.03 0.00 0.12 99.78 [2020-11-19T05:33:15.563Z] 04:13:01 0 0.00 0.00 0.03 0.00 0.05 99.92 [2020-11-19T05:33:15.563Z] 04:13:01 1 0.22 0.00 0.05 0.00 0.28 99.45 [2020-11-19T05:33:15.563Z] 04:13:01 2 0.03 0.00 0.03 0.00 0.10 99.83 [2020-11-19T05:33:15.563Z] 04:13:01 3 0.00 0.00 0.00 0.00 0.07 99.93 [2020-11-19T05:33:15.563Z] 04:14:01 all 0.10 0.00 0.02 0.00 0.12 99.75 [2020-11-19T05:33:15.563Z] 04:14:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2020-11-19T05:33:15.563Z] 04:14:01 1 0.28 0.00 0.03 0.00 0.20 99.48 [2020-11-19T05:33:15.563Z] 04:14:01 2 0.05 0.00 0.03 0.00 0.22 99.70 [2020-11-19T05:33:15.563Z] 04:14:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2020-11-19T05:33:15.563Z] 04:15:01 all 0.10 0.00 0.03 0.00 0.12 99.74 [2020-11-19T05:33:15.563Z] 04:15:01 0 0.00 0.00 0.02 0.00 0.03 99.95 [2020-11-19T05:33:15.563Z] 04:15:01 1 0.05 0.00 0.03 0.00 0.12 99.80 [2020-11-19T05:33:15.563Z] 04:15:01 2 0.35 0.00 0.07 0.00 0.32 99.27 [2020-11-19T05:33:15.563Z] 04:15:01 3 0.00 0.00 0.02 0.00 0.03 99.95 [2020-11-19T05:33:15.563Z] [2020-11-19T05:33:15.563Z] 04:15:01 CPU %user %nice %system %iowait %steal %idle [2020-11-19T05:33:15.563Z] 04:16:01 all 0.12 0.00 0.02 0.00 0.14 99.72 [2020-11-19T05:33:15.563Z] 04:16:01 0 0.00 0.00 0.02 0.00 0.07 99.92 [2020-11-19T05:33:15.564Z] 04:16:01 1 0.03 0.00 0.03 0.00 0.18 99.75 [2020-11-19T05:33:15.564Z] 04:16:01 2 0.45 0.00 0.03 0.00 0.27 99.25 [2020-11-19T05:33:15.564Z] 04:16:01 3 0.00 0.00 0.02 0.00 0.03 99.95 [2020-11-19T05:33:15.564Z] 04:17:01 all 0.07 0.00 0.03 0.00 0.15 99.74 [2020-11-19T05:33:15.564Z] 04:17:01 0 0.02 0.00 0.03 0.00 0.08 99.87 [2020-11-19T05:33:15.564Z] 04:17:01 1 0.13 0.00 0.05 0.00 0.17 99.65 [2020-11-19T05:33:15.564Z] 04:17:01 2 0.13 0.00 0.02 0.00 0.25 99.60 [2020-11-19T05:33:15.564Z] 04:17:01 3 0.02 0.00 0.02 0.00 0.12 99.85 [2020-11-19T05:33:15.564Z] 04:18:01 all 0.08 0.00 0.05 0.00 0.14 99.74 [2020-11-19T05:33:15.564Z] 04:18:01 0 0.00 0.00 0.02 0.00 0.05 99.93 [2020-11-19T05:33:15.564Z] 04:18:01 1 0.03 0.00 0.05 0.00 0.20 99.72 [2020-11-19T05:33:15.564Z] 04:18:01 2 0.27 0.00 0.07 0.00 0.08 99.58 [2020-11-19T05:33:15.564Z] 04:18:01 3 0.02 0.00 0.05 0.00 0.22 99.72 [2020-11-19T05:33:15.564Z] 04:19:01 all 0.09 0.00 0.03 0.00 0.03 99.85 [2020-11-19T05:33:15.564Z] 04:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-11-19T05:33:15.564Z] 04:19:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2020-11-19T05:33:15.564Z] 04:19:01 2 0.08 0.00 0.03 0.00 0.02 99.87 [2020-11-19T05:33:15.564Z] 04:19:01 3 0.23 0.00 0.05 0.00 0.07 99.65 [2020-11-19T05:33:15.564Z] 04:20:02 all 0.12 0.00 0.03 0.00 0.06 99.79 [2020-11-19T05:33:15.564Z] 04:20:02 0 0.02 0.00 0.03 0.00 0.02 99.93 [2020-11-19T05:33:15.564Z] 04:20:02 1 0.03 0.00 0.02 0.00 0.05 99.90 [2020-11-19T05:33:15.564Z] 04:20:02 2 0.37 0.00 0.03 0.00 0.03 99.57 [2020-11-19T05:33:15.564Z] 04:20:02 3 0.07 0.00 0.05 0.00 0.13 99.75 [2020-11-19T05:33:15.564Z] 04:21:01 all 0.09 0.00 0.03 0.00 0.08 99.80 [2020-11-19T05:33:15.564Z] 04:21:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2020-11-19T05:33:15.564Z] 04:21:01 1 0.05 0.00 0.02 0.00 0.03 99.90 [2020-11-19T05:33:15.564Z] 04:21:01 2 0.29 0.00 0.07 0.00 0.24 99.41 [2020-11-19T05:33:15.564Z] 04:21:01 3 0.02 0.00 0.00 0.00 0.03 99.95 [2020-11-19T05:33:15.564Z] 04:22:01 all 0.11 0.00 0.04 0.00 0.08 99.77 [2020-11-19T05:33:15.564Z] 04:22:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2020-11-19T05:33:15.564Z] 04:22:01 1 0.03 0.00 0.05 0.00 0.12 99.80 [2020-11-19T05:33:15.564Z] 04:22:01 2 0.38 0.00 0.02 0.00 0.03 99.57 [2020-11-19T05:33:15.564Z] 04:22:01 3 0.02 0.00 0.05 0.00 0.13 99.80 [2020-11-19T05:33:15.564Z] 04:23:01 all 0.10 0.00 0.03 0.00 0.08 99.79 [2020-11-19T05:33:15.564Z] 04:23:01 0 0.00 0.00 0.00 0.00 0.03 99.97 [2020-11-19T05:33:15.564Z] 04:23:01 1 0.07 0.00 0.07 0.00 0.15 99.72 [2020-11-19T05:33:15.564Z] 04:23:01 2 0.32 0.00 0.02 0.00 0.07 99.60 [2020-11-19T05:33:15.564Z] 04:23:01 3 0.02 0.00 0.03 0.00 0.07 99.88 [2020-11-19T05:33:15.564Z] 04:24:01 all 0.11 0.00 0.03 0.00 0.05 99.80 [2020-11-19T05:33:15.564Z] 04:24:01 0 0.00 0.00 0.02 0.00 0.07 99.92 [2020-11-19T05:33:15.564Z] 04:24:01 1 0.07 0.00 0.05 0.00 0.10 99.78 [2020-11-19T05:33:15.564Z] 04:24:01 2 0.35 0.00 0.05 0.00 0.02 99.58 [2020-11-19T05:33:15.564Z] 04:24:01 3 0.02 0.00 0.02 0.00 0.03 99.93 [2020-11-19T05:33:15.564Z] 04:25:01 all 0.08 0.00 0.03 0.00 0.28 99.61 [2020-11-19T05:33:15.564Z] 04:25:01 0 0.03 0.00 0.02 0.00 0.12 99.83 [2020-11-19T05:33:15.564Z] 04:25:01 1 0.02 0.00 0.02 0.00 0.40 99.57 [2020-11-19T05:33:15.564Z] 04:25:01 2 0.25 0.00 0.05 0.00 0.50 99.20 [2020-11-19T05:33:15.564Z] 04:25:01 3 0.02 0.00 0.03 0.00 0.10 99.85 [2020-11-19T05:33:15.564Z] 04:26:01 all 0.08 0.00 0.03 0.00 0.15 99.74 [2020-11-19T05:33:15.564Z] 04:26:01 0 0.05 0.00 0.07 0.00 0.35 99.53 [2020-11-19T05:33:15.564Z] 04:26:01 1 0.15 0.00 0.02 0.00 0.10 99.73 [2020-11-19T05:33:15.564Z] 04:26:01 2 0.10 0.00 0.02 0.00 0.07 99.82 [2020-11-19T05:33:15.564Z] 04:26:01 3 0.02 0.00 0.02 0.00 0.08 99.88 [2020-11-19T05:33:15.564Z] [2020-11-19T05:33:15.564Z] 04:26:01 CPU %user %nice %system %iowait %steal %idle [2020-11-19T05:33:15.564Z] 04:27:01 all 0.08 0.00 0.02 0.00 0.11 99.78 [2020-11-19T05:33:15.564Z] 04:27:01 0 0.07 0.00 0.03 0.00 0.33 99.57 [2020-11-19T05:33:15.564Z] 04:27:01 1 0.25 0.00 0.05 0.00 0.05 99.65 [2020-11-19T05:33:15.564Z] 04:27:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2020-11-19T05:33:15.564Z] 04:27:01 3 0.02 0.00 0.00 0.00 0.03 99.95 [2020-11-19T05:33:15.564Z] 04:28:01 all 0.07 0.00 0.05 0.00 0.07 99.80 [2020-11-19T05:33:15.564Z] 04:28:01 0 0.00 0.00 0.03 0.00 0.03 99.93 [2020-11-19T05:33:15.564Z] 04:28:01 1 0.23 0.00 0.05 0.00 0.05 99.67 [2020-11-19T05:33:15.564Z] 04:28:01 2 0.05 0.00 0.07 0.00 0.20 99.68 [2020-11-19T05:33:15.564Z] 04:28:01 3 0.02 0.00 0.05 0.00 0.02 99.92 [2020-11-19T05:33:15.564Z] 04:29:01 all 0.10 0.00 0.03 0.00 0.19 99.68 [2020-11-19T05:33:15.564Z] 04:29:01 0 0.02 0.00 0.02 0.00 0.13 99.83 [2020-11-19T05:33:15.564Z] 04:29:01 1 0.32 0.00 0.00 0.00 0.20 99.48 [2020-11-19T05:33:15.564Z] 04:29:01 2 0.07 0.00 0.08 0.00 0.35 99.50 [2020-11-19T05:33:15.564Z] 04:29:01 3 0.02 0.00 0.02 0.00 0.07 99.90 [2020-11-19T05:33:15.564Z] 04:30:01 all 0.14 0.00 0.05 0.00 0.24 99.58 [2020-11-19T05:33:15.564Z] 04:30:01 0 0.02 0.00 0.05 0.00 0.37 99.57 [2020-11-19T05:33:15.564Z] 04:30:01 1 0.46 0.00 0.03 0.00 0.36 99.14 [2020-11-19T05:33:15.564Z] 04:30:01 2 0.03 0.00 0.07 0.00 0.10 99.80 [2020-11-19T05:33:15.564Z] 04:30:01 3 0.03 0.00 0.03 0.00 0.13 99.80 [2020-11-19T05:33:15.564Z] 04:31:01 all 0.07 0.00 0.02 0.00 0.30 99.61 [2020-11-19T05:33:15.564Z] 04:31:01 0 0.02 0.00 0.03 0.00 0.18 99.77 [2020-11-19T05:33:15.564Z] 04:31:01 1 0.23 0.00 0.02 0.00 0.52 99.24 [2020-11-19T05:33:15.564Z] 04:31:01 2 0.03 0.00 0.03 0.00 0.37 99.57 [2020-11-19T05:33:15.564Z] 04:31:01 3 0.02 0.00 0.02 0.00 0.12 99.85 [2020-11-19T05:33:15.564Z] 04:32:01 all 0.11 0.00 0.02 0.00 0.07 99.80 [2020-11-19T05:33:15.564Z] 04:32:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2020-11-19T05:33:15.564Z] 04:32:01 1 0.35 0.00 0.02 0.00 0.07 99.57 [2020-11-19T05:33:15.564Z] 04:32:01 2 0.03 0.00 0.03 0.00 0.12 99.82 [2020-11-19T05:33:15.564Z] 04:32:01 3 0.02 0.00 0.02 0.00 0.03 99.93 [2020-11-19T05:33:15.564Z] 04:33:01 all 0.10 0.00 0.03 0.00 0.26 99.61 [2020-11-19T05:33:15.564Z] 04:33:01 0 0.02 0.00 0.02 0.00 0.10 99.87 [2020-11-19T05:33:15.564Z] 04:33:01 1 0.35 0.00 0.03 0.00 0.18 99.43 [2020-11-19T05:33:15.564Z] 04:33:01 2 0.02 0.00 0.05 0.00 0.40 99.53 [2020-11-19T05:33:15.564Z] 04:33:01 3 0.02 0.00 0.03 0.00 0.35 99.60 [2020-11-19T05:33:15.564Z] 04:34:02 all 0.09 0.00 0.03 0.00 0.44 99.44 [2020-11-19T05:33:15.564Z] 04:34:02 0 0.00 0.00 0.02 0.00 0.27 99.72 [2020-11-19T05:33:15.564Z] 04:34:02 1 0.28 0.00 0.03 0.00 0.50 99.19 [2020-11-19T05:33:15.564Z] 04:34:02 2 0.03 0.00 0.03 0.00 0.23 99.70 [2020-11-19T05:33:15.564Z] 04:34:02 3 0.03 0.00 0.05 0.00 0.76 99.16 [2020-11-19T05:33:15.564Z] 04:35:01 all 0.11 0.00 0.03 0.00 0.17 99.68 [2020-11-19T05:33:15.564Z] 04:35:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2020-11-19T05:33:15.564Z] 04:35:01 1 0.37 0.00 0.02 0.00 0.25 99.36 [2020-11-19T05:33:15.564Z] 04:35:01 2 0.05 0.00 0.07 0.00 0.27 99.61 [2020-11-19T05:33:15.564Z] 04:35:01 3 0.02 0.00 0.02 0.00 0.12 99.85 [2020-11-19T05:33:15.564Z] 04:36:01 all 0.11 0.00 0.05 0.00 0.29 99.56 [2020-11-19T05:33:15.564Z] 04:36:01 0 0.00 0.00 0.03 0.00 0.12 99.85 [2020-11-19T05:33:15.564Z] 04:36:01 1 0.35 0.00 0.03 0.00 0.20 99.42 [2020-11-19T05:33:15.564Z] 04:36:01 2 0.03 0.00 0.07 0.00 0.56 99.34 [2020-11-19T05:33:15.564Z] 04:36:01 3 0.05 0.00 0.05 0.00 0.28 99.62 [2020-11-19T05:33:15.564Z] 04:37:01 all 0.12 0.00 0.02 0.00 0.13 99.72 [2020-11-19T05:33:15.564Z] 04:37:01 0 0.03 0.00 0.02 0.00 0.10 99.85 [2020-11-19T05:33:15.564Z] 04:37:01 1 0.42 0.00 0.03 0.00 0.28 99.27 [2020-11-19T05:33:15.564Z] 04:37:01 2 0.03 0.00 0.03 0.00 0.13 99.80 [2020-11-19T05:33:15.564Z] 04:37:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2020-11-19T05:33:15.564Z] [2020-11-19T05:33:15.564Z] 04:37:01 CPU %user %nice %system %iowait %steal %idle [2020-11-19T05:33:15.564Z] 04:38:01 all 0.11 0.00 0.02 0.00 0.16 99.70 [2020-11-19T05:33:15.564Z] 04:38:01 0 0.02 0.00 0.00 0.00 0.05 99.93 [2020-11-19T05:33:15.564Z] 04:38:01 1 0.37 0.00 0.05 0.00 0.35 99.23 [2020-11-19T05:33:15.564Z] 04:38:01 2 0.03 0.00 0.03 0.00 0.20 99.73 [2020-11-19T05:33:15.564Z] 04:38:01 3 0.03 0.00 0.02 0.00 0.05 99.90 [2020-11-19T05:33:15.564Z] 04:39:01 all 0.10 0.00 0.04 0.00 0.08 99.78 [2020-11-19T05:33:15.564Z] 04:39:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2020-11-19T05:33:15.564Z] 04:39:01 1 0.32 0.00 0.05 0.00 0.23 99.40 [2020-11-19T05:33:15.564Z] 04:39:01 2 0.02 0.00 0.03 0.00 0.03 99.92 [2020-11-19T05:33:15.564Z] 04:39:01 3 0.03 0.00 0.05 0.00 0.05 99.87 [2020-11-19T05:33:15.564Z] 04:40:01 all 0.11 0.00 0.03 0.00 0.14 99.71 [2020-11-19T05:33:15.564Z] 04:40:01 0 0.02 0.00 0.03 0.00 0.08 99.87 [2020-11-19T05:33:15.564Z] 04:40:01 1 0.35 0.00 0.02 0.00 0.18 99.45 [2020-11-19T05:33:15.564Z] 04:40:01 2 0.03 0.00 0.02 0.00 0.20 99.75 [2020-11-19T05:33:15.564Z] 04:40:01 3 0.05 0.00 0.07 0.00 0.10 99.78 [2020-11-19T05:33:15.564Z] 04:41:01 all 0.11 0.00 0.02 0.00 0.13 99.73 [2020-11-19T05:33:15.564Z] 04:41:01 0 0.02 0.00 0.03 0.00 0.22 99.73 [2020-11-19T05:33:15.564Z] 04:41:01 1 0.40 0.00 0.03 0.00 0.13 99.43 [2020-11-19T05:33:15.564Z] 04:41:01 2 0.02 0.00 0.02 0.00 0.12 99.85 [2020-11-19T05:33:15.564Z] 04:41:01 3 0.02 0.00 0.02 0.00 0.05 99.92 [2020-11-19T05:33:15.564Z] 04:42:01 all 0.07 0.00 0.02 0.00 0.33 99.59 [2020-11-19T05:33:15.564Z] 04:42:01 0 0.00 0.00 0.00 0.00 0.48 99.52 [2020-11-19T05:33:15.564Z] 04:42:01 1 0.23 0.00 0.02 0.00 0.48 99.27 [2020-11-19T05:33:15.564Z] 04:42:01 2 0.02 0.00 0.02 0.00 0.08 99.88 [2020-11-19T05:33:15.564Z] 04:42:01 3 0.02 0.00 0.03 0.00 0.27 99.68 [2020-11-19T05:33:15.564Z] 04:43:01 all 0.10 0.00 0.04 0.00 0.14 99.72 [2020-11-19T05:33:15.564Z] 04:43:01 0 0.02 0.00 0.02 0.00 0.12 99.85 [2020-11-19T05:33:15.564Z] 04:43:01 1 0.33 0.00 0.05 0.00 0.13 99.48 [2020-11-19T05:33:15.564Z] 04:43:01 2 0.05 0.00 0.07 0.00 0.25 99.63 [2020-11-19T05:33:15.564Z] 04:43:01 3 0.02 0.00 0.03 0.00 0.05 99.90 [2020-11-19T05:33:15.564Z] 04:44:01 all 0.12 0.00 0.03 0.00 0.30 99.55 [2020-11-19T05:33:15.564Z] 04:44:01 0 0.38 0.00 0.02 0.00 0.68 98.92 [2020-11-19T05:33:15.564Z] 04:44:01 1 0.05 0.00 0.03 0.00 0.37 99.55 [2020-11-19T05:33:15.564Z] 04:44:01 2 0.02 0.00 0.03 0.00 0.08 99.87 [2020-11-19T05:33:15.564Z] 04:44:01 3 0.02 0.00 0.03 0.00 0.08 99.87 [2020-11-19T05:33:15.565Z] 04:45:01 all 0.07 0.00 0.03 0.00 0.30 99.61 [2020-11-19T05:33:15.565Z] 04:45:01 0 0.22 0.00 0.03 0.00 0.53 99.22 [2020-11-19T05:33:15.565Z] 04:45:01 1 0.02 0.00 0.05 0.00 0.32 99.62 [2020-11-19T05:33:15.565Z] 04:45:01 2 0.02 0.00 0.02 0.00 0.25 99.72 [2020-11-19T05:33:15.565Z] 04:45:01 3 0.02 0.00 0.02 0.00 0.10 99.87 [2020-11-19T05:33:15.565Z] 04:46:01 all 0.08 0.00 0.03 0.00 0.30 99.58 [2020-11-19T05:33:15.565Z] 04:46:01 0 0.23 0.00 0.03 0.00 0.27 99.47 [2020-11-19T05:33:15.565Z] 04:46:01 1 0.05 0.00 0.03 0.00 0.12 99.80 [2020-11-19T05:33:15.565Z] 04:46:01 2 0.03 0.00 0.02 0.00 0.50 99.45 [2020-11-19T05:33:15.565Z] 04:46:01 3 0.02 0.00 0.03 0.00 0.33 99.62 [2020-11-19T05:33:15.565Z] 04:47:02 all 0.13 0.00 0.02 0.00 0.15 99.69 [2020-11-19T05:33:15.565Z] 04:47:02 0 0.42 0.00 0.00 0.00 0.23 99.35 [2020-11-19T05:33:15.565Z] 04:47:02 1 0.05 0.00 0.05 0.00 0.22 99.68 [2020-11-19T05:33:15.565Z] 04:47:02 2 0.03 0.00 0.03 0.00 0.13 99.80 [2020-11-19T05:33:15.565Z] 04:47:02 3 0.02 0.00 0.02 0.00 0.03 99.93 [2020-11-19T05:33:15.565Z] 04:48:01 all 0.12 0.00 0.03 0.00 0.09 99.75 [2020-11-19T05:33:15.565Z] 04:48:01 0 0.39 0.00 0.03 0.00 0.07 99.51 [2020-11-19T05:33:15.565Z] 04:48:01 1 0.05 0.00 0.02 0.00 0.08 99.85 [2020-11-19T05:33:15.565Z] 04:48:01 2 0.02 0.00 0.02 0.00 0.17 99.80 [2020-11-19T05:33:15.565Z] 04:48:01 3 0.03 0.00 0.05 0.00 0.05 99.86 [2020-11-19T05:33:15.565Z] [2020-11-19T05:33:15.565Z] 04:48:01 CPU %user %nice %system %iowait %steal %idle [2020-11-19T05:33:15.565Z] 04:49:01 all 0.11 0.00 0.02 0.00 0.22 99.65 [2020-11-19T05:33:15.565Z] 04:49:01 0 0.33 0.00 0.02 0.00 0.13 99.52 [2020-11-19T05:33:15.565Z] 04:49:01 1 0.02 0.00 0.02 0.00 0.28 99.68 [2020-11-19T05:33:15.565Z] 04:49:01 2 0.08 0.00 0.05 0.00 0.43 99.43 [2020-11-19T05:33:15.565Z] 04:49:01 3 0.00 0.00 0.00 0.00 0.03 99.97 [2020-11-19T05:33:15.565Z] 04:50:01 all 0.12 0.00 0.04 0.00 0.10 99.75 [2020-11-19T05:33:15.565Z] 04:50:01 0 0.02 0.00 0.02 0.00 0.08 99.88 [2020-11-19T05:33:15.565Z] 04:50:01 1 0.05 0.00 0.03 0.00 0.12 99.80 [2020-11-19T05:33:15.565Z] 04:50:01 2 0.38 0.00 0.07 0.00 0.12 99.43 [2020-11-19T05:33:15.565Z] 04:50:01 3 0.02 0.00 0.03 0.00 0.08 99.87 [2020-11-19T05:33:15.565Z] 04:51:01 all 0.12 0.00 0.02 0.00 0.06 99.79 [2020-11-19T05:33:15.565Z] 04:51:01 0 0.02 0.00 0.02 0.00 0.08 99.88 [2020-11-19T05:33:15.565Z] 04:51:01 1 0.07 0.00 0.02 0.00 0.05 99.87 [2020-11-19T05:33:15.565Z] 04:51:01 2 0.40 0.00 0.05 0.00 0.10 99.45 [2020-11-19T05:33:15.565Z] 04:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2020-11-19T05:33:15.565Z] 04:52:01 all 0.13 0.00 0.02 0.00 0.03 99.82 [2020-11-19T05:33:15.565Z] 04:52:01 0 0.00 0.00 0.00 0.00 0.03 99.97 [2020-11-19T05:33:15.565Z] 04:52:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2020-11-19T05:33:15.565Z] 04:52:01 2 0.45 0.00 0.02 0.00 0.03 99.50 [2020-11-19T05:33:15.565Z] 04:52:01 3 0.03 0.00 0.03 0.00 0.03 99.90 [2020-11-19T05:33:15.565Z] 04:53:01 all 0.12 0.00 0.02 0.00 0.09 99.77 [2020-11-19T05:33:15.565Z] 04:53:01 0 0.02 0.00 0.02 0.00 0.10 99.87 [2020-11-19T05:33:15.565Z] 04:53:01 1 0.03 0.00 0.03 0.00 0.12 99.82 [2020-11-19T05:33:15.565Z] 04:53:01 2 0.42 0.00 0.03 0.00 0.10 99.45 [2020-11-19T05:33:15.565Z] 04:53:01 3 0.00 0.00 0.02 0.00 0.03 99.95 [2020-11-19T05:33:15.565Z] 04:54:01 all 0.12 0.00 0.02 0.00 0.11 99.75 [2020-11-19T05:33:15.565Z] 04:54:01 0 0.03 0.00 0.02 0.00 0.12 99.83 [2020-11-19T05:33:15.565Z] 04:54:01 1 0.03 0.00 0.03 0.00 0.23 99.70 [2020-11-19T05:33:15.565Z] 04:54:01 2 0.42 0.00 0.03 0.00 0.03 99.52 [2020-11-19T05:33:15.565Z] 04:54:01 3 0.02 0.00 0.00 0.00 0.05 99.93 [2020-11-19T05:33:15.565Z] 04:55:01 all 0.13 0.00 0.03 0.00 0.06 99.78 [2020-11-19T05:33:15.565Z] 04:55:01 0 0.02 0.00 0.03 0.00 0.13 99.82 [2020-11-19T05:33:15.565Z] 04:55:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2020-11-19T05:33:15.565Z] 04:55:01 2 0.45 0.00 0.03 0.00 0.07 99.45 [2020-11-19T05:33:15.565Z] 04:55:01 3 0.02 0.00 0.03 0.00 0.03 99.92 [2020-11-19T05:33:15.565Z] 04:56:01 all 0.10 0.00 0.03 0.00 0.09 99.78 [2020-11-19T05:33:15.565Z] 04:56:01 0 0.05 0.00 0.03 0.00 0.13 99.78 [2020-11-19T05:33:15.565Z] 04:56:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2020-11-19T05:33:15.565Z] 04:56:01 2 0.33 0.00 0.03 0.00 0.12 99.52 [2020-11-19T05:33:15.565Z] 04:56:01 3 0.02 0.00 0.03 0.00 0.12 99.83 [2020-11-19T05:33:15.565Z] 04:57:01 all 0.12 0.00 0.03 0.00 0.09 99.77 [2020-11-19T05:33:15.565Z] 04:57:01 0 0.02 0.00 0.05 0.00 0.08 99.85 [2020-11-19T05:33:15.565Z] 04:57:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2020-11-19T05:33:15.565Z] 04:57:01 2 0.35 0.00 0.03 0.00 0.17 99.45 [2020-11-19T05:33:15.565Z] 04:57:01 3 0.05 0.00 0.03 0.00 0.10 99.82 [2020-11-19T05:33:15.565Z] 04:58:01 all 0.13 0.00 0.02 0.00 0.06 99.78 [2020-11-19T05:33:15.565Z] 04:58:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-19T05:33:15.565Z] 04:58:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2020-11-19T05:33:15.565Z] 04:58:01 2 0.45 0.00 0.02 0.00 0.17 99.37 [2020-11-19T05:33:15.565Z] 04:58:01 3 0.03 0.00 0.03 0.00 0.07 99.87 [2020-11-19T05:33:15.565Z] 04:59:01 all 0.14 0.00 0.02 0.00 0.02 99.82 [2020-11-19T05:33:15.565Z] 04:59:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2020-11-19T05:33:15.565Z] 04:59:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2020-11-19T05:33:15.565Z] 04:59:01 2 0.45 0.00 0.02 0.00 0.05 99.48 [2020-11-19T05:33:15.565Z] 04:59:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2020-11-19T05:33:15.565Z] [2020-11-19T05:33:15.565Z] 04:59:01 CPU %user %nice %system %iowait %steal %idle [2020-11-19T05:33:15.565Z] 05:00:02 all 0.14 0.00 0.04 0.00 0.21 99.61 [2020-11-19T05:33:15.565Z] 05:00:02 0 0.03 0.00 0.03 0.00 0.22 99.72 [2020-11-19T05:33:15.565Z] 05:00:02 1 0.05 0.00 0.07 0.00 0.33 99.55 [2020-11-19T05:33:15.565Z] 05:00:02 2 0.45 0.00 0.02 0.00 0.20 99.34 [2020-11-19T05:33:15.565Z] 05:00:02 3 0.02 0.00 0.03 0.00 0.10 99.85 [2020-11-19T05:33:15.565Z] 05:01:01 all 0.11 0.00 0.04 0.00 0.14 99.71 [2020-11-19T05:33:15.565Z] 05:01:01 0 0.00 0.00 0.03 0.00 0.03 99.93 [2020-11-19T05:33:15.565Z] 05:01:01 1 0.05 0.00 0.07 0.00 0.25 99.63 [2020-11-19T05:33:15.565Z] 05:01:01 2 0.39 0.00 0.03 0.00 0.14 99.44 [2020-11-19T05:33:15.565Z] 05:01:01 3 0.02 0.00 0.02 0.00 0.14 99.83 [2020-11-19T05:33:15.565Z] 05:02:01 all 0.13 0.00 0.04 0.01 0.13 99.68 [2020-11-19T05:33:15.565Z] 05:02:01 0 0.02 0.00 0.02 0.00 0.15 99.82 [2020-11-19T05:33:15.565Z] 05:02:01 1 0.05 0.00 0.03 0.02 0.22 99.68 [2020-11-19T05:33:15.565Z] 05:02:01 2 0.02 0.00 0.07 0.02 0.02 99.88 [2020-11-19T05:33:15.565Z] 05:02:01 3 0.45 0.00 0.03 0.02 0.15 99.35 [2020-11-19T05:33:15.565Z] 05:03:01 all 0.12 0.00 0.02 0.00 0.11 99.75 [2020-11-19T05:33:15.565Z] 05:03:01 0 0.02 0.00 0.00 0.00 0.03 99.95 [2020-11-19T05:33:15.565Z] 05:03:01 1 0.03 0.00 0.03 0.00 0.12 99.82 [2020-11-19T05:33:15.565Z] 05:03:01 2 0.02 0.00 0.02 0.00 0.05 99.92 [2020-11-19T05:33:15.565Z] 05:03:01 3 0.43 0.00 0.02 0.00 0.23 99.32 [2020-11-19T05:33:15.565Z] 05:04:01 all 0.11 0.00 0.04 0.00 0.16 99.69 [2020-11-19T05:33:15.565Z] 05:04:01 0 0.02 0.00 0.02 0.00 0.08 99.88 [2020-11-19T05:33:15.565Z] 05:04:01 1 0.07 0.00 0.03 0.00 0.15 99.75 [2020-11-19T05:33:15.565Z] 05:04:01 2 0.05 0.00 0.07 0.00 0.22 99.67 [2020-11-19T05:33:15.565Z] 05:04:01 3 0.30 0.00 0.03 0.00 0.20 99.47 [2020-11-19T05:33:15.565Z] 05:05:01 all 0.15 0.00 0.02 0.00 0.07 99.76 [2020-11-19T05:33:15.565Z] 05:05:01 0 0.03 0.00 0.03 0.00 0.05 99.88 [2020-11-19T05:33:15.565Z] 05:05:01 1 0.02 0.00 0.03 0.00 0.07 99.88 [2020-11-19T05:33:15.565Z] 05:05:01 2 0.10 0.00 0.02 0.00 0.12 99.77 [2020-11-19T05:33:15.565Z] 05:05:01 3 0.45 0.00 0.02 0.00 0.03 99.50 [2020-11-19T05:33:15.565Z] 05:06:01 all 0.11 0.00 0.03 0.00 0.12 99.74 [2020-11-19T05:33:15.565Z] 05:06:01 0 0.17 0.00 0.02 0.00 0.03 99.78 [2020-11-19T05:33:15.565Z] 05:06:01 1 0.10 0.00 0.03 0.00 0.15 99.72 [2020-11-19T05:33:15.565Z] 05:06:01 2 0.17 0.00 0.05 0.00 0.28 99.50 [2020-11-19T05:33:15.565Z] 05:06:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2020-11-19T05:33:15.565Z] 05:07:01 all 0.12 0.00 0.02 0.00 0.05 99.80 [2020-11-19T05:33:15.565Z] 05:07:01 0 0.40 0.00 0.02 0.00 0.03 99.55 [2020-11-19T05:33:15.565Z] 05:07:01 1 0.03 0.00 0.03 0.00 0.12 99.82 [2020-11-19T05:33:15.565Z] 05:07:01 2 0.03 0.00 0.02 0.00 0.07 99.88 [2020-11-19T05:33:15.565Z] 05:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-11-19T05:33:15.565Z] 05:08:01 all 0.11 0.00 0.03 0.00 0.18 99.68 [2020-11-19T05:33:15.565Z] 05:08:01 0 0.37 0.00 0.03 0.00 0.12 99.48 [2020-11-19T05:33:15.565Z] 05:08:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-19T05:33:15.565Z] 05:08:01 2 0.05 0.00 0.05 0.00 0.58 99.32 [2020-11-19T05:33:15.565Z] 05:08:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2020-11-19T05:33:15.565Z] 05:09:01 all 0.08 0.00 0.03 0.00 0.11 99.77 [2020-11-19T05:33:15.565Z] 05:09:01 0 0.23 0.00 0.03 0.00 0.10 99.63 [2020-11-19T05:33:15.565Z] 05:09:01 1 0.02 0.00 0.02 0.00 0.03 99.93 [2020-11-19T05:33:15.565Z] 05:09:01 2 0.07 0.00 0.05 0.00 0.32 99.57 [2020-11-19T05:33:15.565Z] 05:09:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-11-19T05:33:15.565Z] 05:10:01 all 0.10 0.00 0.02 0.00 0.06 99.81 [2020-11-19T05:33:15.565Z] 05:10:01 0 0.28 0.00 0.00 0.00 0.05 99.67 [2020-11-19T05:33:15.565Z] 05:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-11-19T05:33:15.565Z] 05:10:01 2 0.08 0.00 0.07 0.00 0.17 99.68 [2020-11-19T05:33:15.565Z] 05:10:01 3 0.00 0.00 0.02 0.00 0.03 99.95 [2020-11-19T05:33:15.565Z] [2020-11-19T05:33:15.565Z] 05:10:01 CPU %user %nice %system %iowait %steal %idle [2020-11-19T05:33:15.566Z] 05:11:01 all 5.19 0.00 1.64 0.78 3.19 89.20 [2020-11-19T05:33:15.566Z] 05:11:01 0 6.00 0.00 1.82 0.46 2.85 88.86 [2020-11-19T05:33:15.566Z] 05:11:01 1 5.69 0.00 1.60 0.29 3.18 89.24 [2020-11-19T05:33:15.566Z] 05:11:01 2 5.49 0.00 1.99 1.36 3.70 87.46 [2020-11-19T05:33:15.566Z] 05:11:01 3 3.62 0.00 1.17 0.99 3.01 91.21 [2020-11-19T05:33:15.566Z] 05:12:01 all 6.64 0.00 3.28 0.57 9.93 79.58 [2020-11-19T05:33:15.566Z] 05:12:01 0 5.73 0.00 3.96 1.59 10.31 78.41 [2020-11-19T05:33:15.566Z] 05:12:01 1 7.86 0.00 2.91 0.38 11.09 77.75 [2020-11-19T05:33:15.566Z] 05:12:01 2 4.84 0.00 2.96 0.17 9.05 82.99 [2020-11-19T05:33:15.566Z] 05:12:01 3 8.10 0.00 3.31 0.18 9.28 79.13 [2020-11-19T05:33:15.566Z] 05:13:02 all 5.96 0.00 4.13 1.83 8.61 79.47 [2020-11-19T05:33:15.566Z] 05:13:02 0 5.26 0.00 3.77 0.67 9.09 81.20 [2020-11-19T05:33:15.566Z] 05:13:02 1 5.43 0.00 4.15 2.85 8.50 79.07 [2020-11-19T05:33:15.566Z] 05:13:02 2 5.52 0.00 4.43 1.87 8.56 79.61 [2020-11-19T05:33:15.566Z] 05:13:02 3 7.61 0.00 4.15 1.94 8.30 78.00 [2020-11-19T05:33:15.566Z] 05:14:01 all 11.01 0.00 7.49 5.24 9.94 66.31 [2020-11-19T05:33:15.566Z] 05:14:01 0 8.86 0.00 5.97 5.39 10.93 68.86 [2020-11-19T05:33:15.566Z] 05:14:01 1 10.95 0.00 8.04 6.56 9.59 64.84 [2020-11-19T05:33:15.566Z] 05:14:01 2 12.52 0.00 7.97 4.55 9.84 65.13 [2020-11-19T05:33:15.566Z] 05:14:01 3 11.75 0.00 8.02 4.46 9.39 66.38 [2020-11-19T05:33:15.566Z] 05:15:01 all 48.05 0.00 13.08 4.26 16.57 18.05 [2020-11-19T05:33:15.566Z] 05:15:01 0 45.55 0.00 13.38 4.31 16.89 19.88 [2020-11-19T05:33:15.566Z] 05:15:01 1 51.30 0.00 13.95 5.57 15.21 13.97 [2020-11-19T05:33:15.566Z] 05:15:01 2 49.90 0.00 12.48 2.32 15.99 19.30 [2020-11-19T05:33:15.566Z] 05:15:01 3 45.61 0.00 12.52 4.88 18.11 18.88 [2020-11-19T05:33:15.566Z] 05:16:01 all 42.91 0.00 14.62 2.25 16.53 23.69 [2020-11-19T05:33:15.566Z] 05:16:01 0 40.53 0.00 13.33 2.12 17.94 26.07 [2020-11-19T05:33:15.566Z] 05:16:01 1 45.52 0.00 15.49 2.11 14.68 22.18 [2020-11-19T05:33:15.566Z] 05:16:01 2 45.79 0.00 15.08 3.38 15.51 20.23 [2020-11-19T05:33:15.566Z] 05:16:01 3 39.93 0.00 14.61 1.44 17.92 26.10 [2020-11-19T05:33:15.566Z] 05:17:01 all 18.03 0.00 8.84 1.00 17.32 54.81 [2020-11-19T05:33:15.566Z] 05:17:01 0 17.18 0.00 8.62 0.18 18.18 55.84 [2020-11-19T05:33:15.566Z] 05:17:01 1 17.37 0.00 8.26 0.90 17.59 55.89 [2020-11-19T05:33:15.566Z] 05:17:01 2 18.98 0.00 9.06 1.88 16.58 53.50 [2020-11-19T05:33:15.566Z] 05:17:01 3 18.65 0.00 9.43 1.07 16.90 53.94 [2020-11-19T05:33:15.566Z] 05:18:04 all 12.97 0.00 13.01 6.09 15.29 52.64 [2020-11-19T05:33:15.566Z] 05:18:04 0 11.47 0.00 11.87 7.35 16.05 53.25 [2020-11-19T05:33:15.566Z] 05:18:04 1 14.17 0.00 12.58 5.79 15.56 51.89 [2020-11-19T05:33:15.566Z] 05:18:04 2 13.64 0.00 14.27 5.58 14.51 52.01 [2020-11-19T05:33:15.566Z] 05:18:04 3 12.63 0.00 13.35 5.61 15.00 53.41 [2020-11-19T05:33:15.566Z] 05:19:02 all 12.83 0.00 16.52 22.66 22.95 25.06 [2020-11-19T05:33:15.566Z] 05:19:02 0 13.69 0.00 15.02 22.67 23.45 25.17 [2020-11-19T05:33:15.566Z] 05:19:02 1 12.56 0.00 15.67 23.57 23.05 25.16 [2020-11-19T05:33:15.566Z] 05:19:02 2 12.22 0.00 16.91 21.74 22.32 26.81 [2020-11-19T05:33:15.566Z] 05:19:02 3 12.80 0.00 18.58 22.63 22.95 23.04 [2020-11-19T05:33:15.566Z] 05:20:02 all 51.27 0.00 14.78 9.47 16.77 7.71 [2020-11-19T05:33:15.566Z] 05:20:02 0 49.89 0.00 14.39 9.91 17.76 8.05 [2020-11-19T05:33:15.566Z] 05:20:02 1 51.04 0.00 14.23 10.13 16.77 7.82 [2020-11-19T05:33:15.566Z] 05:20:02 2 50.90 0.00 14.63 8.90 17.39 8.19 [2020-11-19T05:33:15.566Z] 05:20:02 3 53.31 0.00 15.92 8.95 15.09 6.74 [2020-11-19T05:33:15.566Z] 05:21:03 all 14.63 0.00 17.84 19.94 21.55 26.03 [2020-11-19T05:33:15.566Z] 05:21:03 0 13.57 0.00 17.95 18.45 22.10 27.93 [2020-11-19T05:33:15.566Z] 05:21:03 1 15.28 0.00 17.22 18.39 21.42 27.69 [2020-11-19T05:33:15.566Z] 05:21:03 2 14.38 0.00 17.78 20.57 21.54 25.73 [2020-11-19T05:33:15.566Z] 05:21:03 3 15.35 0.00 18.44 22.43 21.13 22.65 [2020-11-19T05:33:15.566Z] [2020-11-19T05:33:15.566Z] 05:21:03 CPU %user %nice %system %iowait %steal %idle [2020-11-19T05:33:15.566Z] 05:22:02 all 41.71 0.00 20.93 9.42 23.82 4.11 [2020-11-19T05:33:15.566Z] 05:22:02 0 37.07 0.00 20.64 10.20 25.13 6.96 [2020-11-19T05:33:15.566Z] 05:22:02 1 45.38 0.00 21.11 8.80 22.20 2.52 [2020-11-19T05:33:15.566Z] 05:22:02 2 40.33 0.00 19.63 11.04 24.67 4.33 [2020-11-19T05:33:15.566Z] 05:22:02 3 44.26 0.00 22.36 7.61 23.23 2.54 [2020-11-19T05:33:15.566Z] 05:23:02 all 46.88 0.00 19.30 6.97 20.88 5.97 [2020-11-19T05:33:15.566Z] 05:23:02 0 46.99 0.00 18.08 7.32 20.63 6.97 [2020-11-19T05:33:15.566Z] 05:23:02 1 44.72 0.00 19.36 6.20 21.30 8.42 [2020-11-19T05:33:15.566Z] 05:23:02 2 45.15 0.00 19.50 8.91 21.76 4.69 [2020-11-19T05:33:15.566Z] 05:23:02 3 50.71 0.00 20.25 5.44 19.80 3.80 [2020-11-19T05:33:15.566Z] 05:24:01 all 14.10 0.00 11.20 11.13 14.55 49.02 [2020-11-19T05:33:15.566Z] 05:24:01 0 13.44 0.00 11.35 9.56 15.50 50.16 [2020-11-19T05:33:15.566Z] 05:24:01 1 13.15 0.00 9.89 11.46 14.98 50.52 [2020-11-19T05:33:15.566Z] 05:24:01 2 15.49 0.00 11.34 11.83 13.72 47.62 [2020-11-19T05:33:15.566Z] 05:24:01 3 14.37 0.00 12.27 11.68 13.96 47.72 [2020-11-19T05:33:15.566Z] 05:25:01 all 7.45 0.00 4.23 3.04 7.42 77.85 [2020-11-19T05:33:15.566Z] 05:25:01 0 12.28 0.00 5.95 3.55 8.17 70.04 [2020-11-19T05:33:15.566Z] 05:25:01 1 3.46 0.00 3.03 1.83 7.57 84.11 [2020-11-19T05:33:15.566Z] 05:25:01 2 9.69 0.00 5.13 5.45 7.51 72.21 [2020-11-19T05:33:15.566Z] 05:25:01 3 4.60 0.00 2.88 1.42 6.44 84.65 [2020-11-19T05:33:15.566Z] 05:26:01 all 6.36 0.00 2.71 0.65 7.63 82.64 [2020-11-19T05:33:15.566Z] 05:26:01 0 6.16 0.00 3.29 0.62 8.03 81.89 [2020-11-19T05:33:15.566Z] 05:26:01 1 6.38 0.00 2.17 0.39 7.56 83.50 [2020-11-19T05:33:15.566Z] 05:26:01 2 8.43 0.00 3.32 1.03 7.25 79.97 [2020-11-19T05:33:15.566Z] 05:26:01 3 4.53 0.00 2.09 0.57 7.68 85.12 [2020-11-19T05:33:15.566Z] 05:27:01 all 1.36 0.00 1.09 0.37 2.25 94.93 [2020-11-19T05:33:15.566Z] 05:27:01 0 2.20 0.00 1.72 0.82 2.17 93.09 [2020-11-19T05:33:15.566Z] 05:27:01 1 0.58 0.00 0.88 0.10 2.07 96.38 [2020-11-19T05:33:15.566Z] 05:27:01 2 1.48 0.00 1.05 0.33 2.18 94.95 [2020-11-19T05:33:15.566Z] 05:27:01 3 1.17 0.00 0.74 0.25 2.57 95.26 [2020-11-19T05:33:15.566Z] 05:28:01 all 9.51 0.00 8.66 4.22 8.36 69.25 [2020-11-19T05:33:15.566Z] 05:28:01 0 9.97 0.00 8.51 5.53 9.40 66.60 [2020-11-19T05:33:15.566Z] 05:28:01 1 8.82 0.00 7.56 2.45 8.26 72.91 [2020-11-19T05:33:15.566Z] 05:28:01 2 10.10 0.00 10.31 3.87 8.12 67.61 [2020-11-19T05:33:15.566Z] 05:28:01 3 9.15 0.00 8.31 5.07 7.66 69.82 [2020-11-19T05:33:15.566Z] 05:29:02 all 7.88 0.00 8.49 2.28 6.78 74.57 [2020-11-19T05:33:15.566Z] 05:29:02 0 7.26 0.00 8.31 2.87 6.41 75.15 [2020-11-19T05:33:15.566Z] 05:29:02 1 9.02 0.00 8.60 1.92 6.95 73.51 [2020-11-19T05:33:15.566Z] 05:29:02 2 9.59 0.00 9.70 3.01 7.01 70.69 [2020-11-19T05:33:15.566Z] 05:29:02 3 5.67 0.00 7.39 1.33 6.73 78.88 [2020-11-19T05:33:15.566Z] 05:30:01 all 7.51 0.00 8.19 3.00 7.22 74.08 [2020-11-19T05:33:15.566Z] 05:30:01 0 7.47 0.00 7.99 3.90 7.37 73.27 [2020-11-19T05:33:15.566Z] 05:30:01 1 7.75 0.00 9.03 3.66 6.97 72.59 [2020-11-19T05:33:15.566Z] 05:30:01 2 8.34 0.00 8.01 2.75 7.63 73.27 [2020-11-19T05:33:15.566Z] 05:30:01 3 6.47 0.00 7.75 1.69 6.92 77.17 [2020-11-19T05:33:15.566Z] 05:31:01 all 4.99 2.36 16.29 8.38 10.41 57.57 [2020-11-19T05:33:15.566Z] 05:31:01 0 5.65 1.99 15.22 5.89 10.31 60.93 [2020-11-19T05:33:15.566Z] 05:31:01 1 5.20 2.47 16.67 9.33 10.83 55.50 [2020-11-19T05:33:15.566Z] 05:31:01 2 4.05 2.81 16.74 10.41 10.33 55.66 [2020-11-19T05:33:15.566Z] 05:31:01 3 5.05 2.16 16.54 7.90 10.16 58.20 [2020-11-19T05:33:15.566Z] 05:32:01 all 7.29 0.08 7.75 2.01 11.56 71.31 [2020-11-19T05:33:15.566Z] 05:32:01 0 5.83 0.08 6.91 1.50 11.67 74.00 [2020-11-19T05:33:15.566Z] 05:32:01 1 7.04 0.03 8.26 2.09 11.59 70.99 [2020-11-19T05:33:15.566Z] 05:32:01 2 9.40 0.05 7.60 1.82 11.79 69.34 [2020-11-19T05:33:15.566Z] 05:32:01 3 6.91 0.15 8.22 2.65 11.18 70.89 [2020-11-19T05:33:15.566Z] [2020-11-19T05:33:15.566Z] 05:32:01 CPU %user %nice %system %iowait %steal %idle [2020-11-19T05:33:15.566Z] 05:33:01 all 7.68 0.00 6.73 2.14 8.30 75.15 [2020-11-19T05:33:15.566Z] 05:33:01 0 6.33 0.00 5.96 1.29 8.35 78.08 [2020-11-19T05:33:15.566Z] 05:33:01 1 9.33 0.00 7.84 2.57 8.01 72.24 [2020-11-19T05:33:15.566Z] 05:33:01 2 7.92 0.00 5.97 3.42 8.55 74.14 [2020-11-19T05:33:15.566Z] 05:33:01 3 7.17 0.00 7.18 1.28 8.27 76.10 [2020-11-19T05:33:15.566Z] Average: all 4.16 0.03 2.47 1.35 3.18 88.81 [2020-11-19T05:33:15.566Z] Average: 0 4.02 0.02 2.42 1.35 3.30 88.89 [2020-11-19T05:33:15.566Z] Average: 1 4.22 0.03 2.44 1.35 3.18 88.79 [2020-11-19T05:33:15.566Z] Average: 2 4.31 0.03 2.53 1.44 3.16 88.52 [2020-11-19T05:33:15.566Z] Average: 3 4.08 0.03 2.50 1.27 3.08 89.04 [2020-11-19T05:33:15.566Z] [2020-11-19T05:33:15.566Z] [2020-11-19T05:33:15.566Z]