Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a296f24e360d73b4e20a007fd564889f5e431139 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25048 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/341 [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/341 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision a296f24e360d73b4e20a007fd564889f5e431139 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 Commit message: "feat(notifications): Implement GET /subscription/category/{category} V2 API (#3125)" > git rev-list --no-walk c250855f865f8c62af0409146ed617a84f3308da # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T20:04:52.019Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T20:04:52.283Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T20:04:52.389Z] ========================================================= [2021-02-04T20:04:52.390Z] EdgeX Global Pipelines Version Info [2021-02-04T20:04:52.390Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T20:04:55.172Z] ------------------- [2021-02-04T20:04:55.172Z] stable info: [2021-02-04T20:04:55.172Z] ------------------- [2021-02-04T20:04:55.172Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T20:04:55.172Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T20:04:55.172Z] Message: update stable to v1.0.179 [2021-02-04T20:04:56.242Z] ------------------- [2021-02-04T20:04:56.242Z] experimental info: [2021-02-04T20:04:56.242Z] ------------------- [2021-02-04T20:04:56.242Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T20:04:56.242Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T20:04:56.242Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T20:04:56.518Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T20:04:56.613Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T20:04:56.718Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T20:04:56.814Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T20:04:56.916Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T20:04:57.017Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T20:04:57.109Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T20:04:57.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T20:04:57.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T20:04:57.395Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T20:04:57.485Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T20:04:57.595Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T20:04:57.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T20:04:57.780Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T20:04:57.878Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T20:04:57.970Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T20:04:58.075Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T20:04:58.171Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T20:04:58.264Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T20:04:58.357Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T20:04:58.452Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T20:04:58.541Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T20:04:58.646Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T20:04:58.748Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-04T20:04:58.866Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-04T20:04:58.957Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-04T20:04:59.045Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] echo [2021-02-04T20:04:59.143Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a296f24 [Pipeline] echo [2021-02-04T20:04:59.233Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T20:04:59.403Z] provisioning config files... [2021-02-04T20:04:59.435Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/341@tmp/config2340582140282282570tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T20:04:59.824Z] ---> docker-login.sh [2021-02-04T20:04:59.824Z] nexus3.edgexfoundry.org:10001 [2021-02-04T20:05:00.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:05:00.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:05:00.683Z] Configure a credential helper to remove this warning. See [2021-02-04T20:05:00.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:05:00.683Z] [2021-02-04T20:05:00.683Z] Login Succeeded [2021-02-04T20:05:00.683Z] nexus3.edgexfoundry.org:10002 [2021-02-04T20:05:00.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:05:00.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:05:00.957Z] Configure a credential helper to remove this warning. See [2021-02-04T20:05:00.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:05:00.957Z] [2021-02-04T20:05:00.957Z] Login Succeeded [2021-02-04T20:05:00.957Z] nexus3.edgexfoundry.org:10003 [2021-02-04T20:05:00.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:05:01.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:05:01.257Z] Configure a credential helper to remove this warning. See [2021-02-04T20:05:01.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:05:01.257Z] [2021-02-04T20:05:01.257Z] Login Succeeded [2021-02-04T20:05:01.257Z] nexus3.edgexfoundry.org:10004 [2021-02-04T20:05:01.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:05:01.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:05:01.595Z] Configure a credential helper to remove this warning. See [2021-02-04T20:05:01.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:05:01.595Z] [2021-02-04T20:05:01.595Z] Login Succeeded [2021-02-04T20:05:01.595Z] docker.io [2021-02-04T20:05:01.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:05:02.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:05:02.193Z] Configure a credential helper to remove this warning. See [2021-02-04T20:05:02.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:05:02.193Z] [2021-02-04T20:05:02.193Z] Login Succeeded [2021-02-04T20:05:02.193Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T20:05:02.215Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T20:05:02.794Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-04T20:05:02.794Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T20:05:02.794Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T20:05:02.794Z] ++ cut -d/ -f2 [2021-02-04T20:05:02.794Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T20:05:02.794Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T20:05:02.794Z] ++ cut -d/ -f2 [2021-02-04T20:05:02.794Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T20:05:02.794Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T20:05:02.794Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T20:05:02.794Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T20:05:02.794Z] ++ cut -d/ -f2 [2021-02-04T20:05:02.794Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T20:05:02.794Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T20:05:02.794Z] ++ cut -d/ -f2 [2021-02-04T20:05:02.794Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T20:05:02.794Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T20:05:02.794Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T20:05:02.794Z] ++ cut -d/ -f2 [2021-02-04T20:05:02.794Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T20:05:02.794Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T20:05:02.794Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T20:05:02.794Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T20:05:02.794Z] ++ cut -d/ -f2 [2021-02-04T20:05:02.794Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T20:05:02.794Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T20:05:02.794Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T20:05:02.794Z] ++ cut -d/ -f2 [2021-02-04T20:05:02.794Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T20:05:02.794Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T20:05:02.794Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T20:05:02.794Z] ++ cut -d/ -f2 [2021-02-04T20:05:02.794Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T20:05:02.794Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T20:05:02.794Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T20:05:02.794Z] ++ cut -d/ -f2 [2021-02-04T20:05:02.794Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T20:05:02.962Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:05:04.661Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T20:05:04.661Z] [2021-02-04T20:05:04.661Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:05:05.087Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T20:05:05.087Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T20:05:05.087Z] 31603596830f: Pulling fs layer [2021-02-04T20:05:05.087Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T20:05:05.087Z] 6ca5941a6612: Pulling fs layer [2021-02-04T20:05:05.087Z] ecc8261a40a4: Pulling fs layer [2021-02-04T20:05:05.087Z] ecc8261a40a4: Waiting [2021-02-04T20:05:05.087Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T20:05:05.087Z] 2a8b12db71e7: Download complete [2021-02-04T20:05:05.375Z] 31603596830f: Verifying Checksum [2021-02-04T20:05:05.375Z] 31603596830f: Download complete [2021-02-04T20:05:05.681Z] ecc8261a40a4: Verifying Checksum [2021-02-04T20:05:05.681Z] ecc8261a40a4: Download complete [2021-02-04T20:05:05.952Z] 6ca5941a6612: Verifying Checksum [2021-02-04T20:05:05.952Z] 6ca5941a6612: Download complete [2021-02-04T20:05:05.952Z] 31603596830f: Pull complete [2021-02-04T20:05:06.228Z] 2a8b12db71e7: Pull complete [2021-02-04T20:05:07.698Z] 6ca5941a6612: Pull complete [2021-02-04T20:05:07.978Z] ecc8261a40a4: Pull complete [2021-02-04T20:05:07.978Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T20:05:07.978Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T20:05:07.978Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T20:05:08.220Z] prd-centos7-docker-4c-2g-25048 does not seem to be running inside a container [2021-02-04T20:05:08.314Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/341 -v /w/workspace/edgex-go/341:/w/workspace/edgex-go/341:rw,z -v /w/workspace/edgex-go/341@tmp:/w/workspace/edgex-go/341@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T20:05:11.260Z] $ docker top 04bafb748000585adf6a79f42adf40aed11f575b6b378c30a18d62b7da202f46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T20:05:11.633Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T20:05:11.633Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T20:05:11.967Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T20:05:11.981Z] $ docker exec 04bafb748000585adf6a79f42adf40aed11f575b6b378c30a18d62b7da202f46 ssh-agent [2021-02-04T20:05:12.292Z] SSH_AUTH_SOCK=/tmp/ssh-Gsj9eb6GuyZx/agent.12 [2021-02-04T20:05:12.292Z] SSH_AGENT_PID=17 [2021-02-04T20:05:12.305Z] Running ssh-add (command line suppressed) [2021-02-04T20:05:12.521Z] Identity added: /w/workspace/edgex-go/341@tmp/private_key_5036178559916976122.key (/w/workspace/edgex-go/341@tmp/private_key_5036178559916976122.key) [2021-02-04T20:05:12.613Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T20:05:12.996Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T20:05:13.039Z] $ docker exec --env ******** --env ******** 04bafb748000585adf6a79f42adf40aed11f575b6b378c30a18d62b7da202f46 ssh-agent -k [2021-02-04T20:05:13.219Z] unset SSH_AUTH_SOCK; [2021-02-04T20:05:13.220Z] unset SSH_AGENT_PID; [2021-02-04T20:05:13.220Z] echo Agent pid 17 killed; [2021-02-04T20:05:13.285Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T20:05:13.431Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T20:05:13.431Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T20:05:13.753Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T20:05:13.760Z] $ docker exec 04bafb748000585adf6a79f42adf40aed11f575b6b378c30a18d62b7da202f46 ssh-agent [2021-02-04T20:05:14.146Z] SSH_AUTH_SOCK=/tmp/ssh-9EP2NWad1XrF/agent.45 [2021-02-04T20:05:14.146Z] SSH_AGENT_PID=50 [2021-02-04T20:05:14.158Z] Running ssh-add (command line suppressed) [2021-02-04T20:05:14.336Z] Identity added: /w/workspace/edgex-go/341@tmp/private_key_6571087536829301535.key (/w/workspace/edgex-go/341@tmp/private_key_6571087536829301535.key) [2021-02-04T20:05:14.436Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T20:05:14.789Z] + git semver init [2021-02-04T20:05:14.789Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T20:05:14.789Z] # $GIT_DIR = /w/workspace/edgex-go/341/.git [2021-02-04T20:05:14.789Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/341 [2021-02-04T20:05:14.789Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T20:05:14.789Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T20:05:14.789Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T20:05:14.789Z] # $SEMVER_BRANCH = master [2021-02-04T20:05:14.789Z] # $SEMVER_TEMP = /tmp/semver-763242381 [2021-02-04T20:05:14.789Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T20:05:41.889Z] # '/tmp/semver-763242381' -> '/w/workspace/edgex-go/341/.semver' [2021-02-04T20:05:42.176Z] # -> Force: false [2021-02-04T20:05:42.176Z] # $SEMVER_DIR = /w/workspace/edgex-go/341/.semver [Pipeline] } [2021-02-04T20:05:42.208Z] $ docker exec --env ******** --env ******** 04bafb748000585adf6a79f42adf40aed11f575b6b378c30a18d62b7da202f46 ssh-agent -k [2021-02-04T20:05:42.820Z] unset SSH_AUTH_SOCK; [2021-02-04T20:05:42.840Z] unset SSH_AGENT_PID; [2021-02-04T20:05:42.841Z] echo Agent pid 50 killed; [2021-02-04T20:05:43.142Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T20:05:43.676Z] + git semver [Pipeline] } [2021-02-04T20:05:43.975Z] $ docker stop --time=1 04bafb748000585adf6a79f42adf40aed11f575b6b378c30a18d62b7da202f46 [2021-02-04T20:05:45.849Z] $ docker rm -f 04bafb748000585adf6a79f42adf40aed11f575b6b378c30a18d62b7da202f46 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T20:05:46.489Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T20:05:47.300Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T20:05:47.303Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.76 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T20:05:48.346Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T20:05:48.671Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T20:05:49.039Z] + sudo service docker restart [2021-02-04T20:05:49.039Z] + true [2021-02-04T20:05:49.039Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T20:05:50.028Z] ========================================================= [2021-02-04T20:05:50.028Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T20:05:50.028Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:05:50.427Z] + 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 . [2021-02-04T20:05:58.772Z] Sending build context to Docker daemon 327.5MB [2021-02-04T20:05:58.772Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T20:05:58.772Z] Step 2/6 : FROM ${BASE} [2021-02-04T20:05:58.772Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T20:05:58.772Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T20:05:58.772Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T20:05:58.772Z] de9db76c5a1d: Pulling fs layer [2021-02-04T20:05:58.772Z] bca2f99d35d6: Pulling fs layer [2021-02-04T20:05:58.772Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T20:05:58.772Z] 7c6f9722023f: Pulling fs layer [2021-02-04T20:05:58.772Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T20:05:58.772Z] 93359f2a8cfa: Waiting [2021-02-04T20:05:58.772Z] 7c6f9722023f: Waiting [2021-02-04T20:05:58.772Z] a35cf1a2eb13: Waiting [2021-02-04T20:05:58.772Z] bca2f99d35d6: Waiting [2021-02-04T20:05:58.772Z] de9db76c5a1d: Verifying Checksum [2021-02-04T20:05:58.772Z] de9db76c5a1d: Download complete [2021-02-04T20:05:58.772Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T20:05:58.772Z] 0ef7d3d256c8: Download complete [2021-02-04T20:05:58.772Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T20:05:58.772Z] 93359f2a8cfa: Download complete [2021-02-04T20:05:58.772Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T20:05:58.772Z] 7c6f9722023f: Verifying Checksum [2021-02-04T20:05:58.772Z] 7c6f9722023f: Download complete [2021-02-04T20:05:59.050Z] 188c0c94c7c5: Pull complete [2021-02-04T20:05:59.325Z] 0ef7d3d256c8: Pull complete [2021-02-04T20:05:59.929Z] de9db76c5a1d: Pull complete [2021-02-04T20:06:02.572Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T20:06:02.572Z] a35cf1a2eb13: Download complete [2021-02-04T20:06:02.769Z] Still waiting to schedule task [2021-02-04T20:06:02.769Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-04T20:06:04.004Z] bca2f99d35d6: Download complete [2021-02-04T20:06:14.285Z] bca2f99d35d6: Pull complete [2021-02-04T20:06:14.285Z] 93359f2a8cfa: Pull complete [2021-02-04T20:06:14.285Z] 7c6f9722023f: Pull complete [2021-02-04T20:06:21.151Z] a35cf1a2eb13: Pull complete [2021-02-04T20:06:21.151Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T20:06:21.151Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T20:06:21.151Z] ---> a62c8e92a672 [2021-02-04T20:06:21.151Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-04T20:06:21.151Z] ---> Running in 9b0cb9b0d5e7 [2021-02-04T20:06:22.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:06:23.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:06:23.819Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T20:06:23.819Z] (2/12) Installing file (5.38-r0) [2021-02-04T20:06:23.819Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T20:06:24.094Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T20:06:27.478Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T20:06:27.478Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T20:06:27.478Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T20:06:27.478Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T20:06:27.478Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T20:06:27.478Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T20:06:27.754Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T20:06:27.754Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T20:06:27.754Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:06:27.754Z] OK: 233 MiB in 51 packages [2021-02-04T20:06:32.104Z] Removing intermediate container 9b0cb9b0d5e7 [2021-02-04T20:06:32.104Z] ---> 205d4b428aa1 [2021-02-04T20:06:32.104Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T20:06:32.104Z] ---> Running in 369f92d1e5b1 [2021-02-04T20:06:32.104Z] Removing intermediate container 369f92d1e5b1 [2021-02-04T20:06:32.104Z] ---> 2af85a9be20a [2021-02-04T20:06:32.104Z] Step 5/6 : COPY go.mod . [2021-02-04T20:06:32.735Z] ---> 913b6507fe50 [2021-02-04T20:06:32.736Z] Step 6/6 : RUN go mod download [2021-02-04T20:06:32.736Z] ---> Running in 94b24c434c59 [2021-02-04T20:06:59.792Z] Removing intermediate container 94b24c434c59 [2021-02-04T20:06:59.792Z] ---> 4297ce4b7957 [2021-02-04T20:07:00.085Z] Successfully built 4297ce4b7957 [2021-02-04T20:07:00.382Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:07:00.741Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T20:07:00.741Z] . [Pipeline] withDockerContainer [2021-02-04T20:07:00.871Z] prd-centos7-docker-4c-2g-25048 does not seem to be running inside a container [2021-02-04T20:07:00.945Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/341 -v /w/workspace/edgex-go/341:/w/workspace/edgex-go/341:rw,z -v /w/workspace/edgex-go/341@tmp:/w/workspace/edgex-go/341@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 ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T20:07:02.354Z] $ docker top d5db3334507776b11da1287bb32c2a9a26d2eb9a2a3176f3ee127a90776bddb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T20:07:03.383Z] + go version [2021-02-04T20:07:03.383Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T20:07:03.401Z] $ docker stop --time=1 d5db3334507776b11da1287bb32c2a9a26d2eb9a2a3176f3ee127a90776bddb4 [2021-02-04T20:07:05.134Z] $ docker rm -f d5db3334507776b11da1287bb32c2a9a26d2eb9a2a3176f3ee127a90776bddb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:07:06.581Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T20:07:06.581Z] . [Pipeline] withDockerContainer [2021-02-04T20:07:06.801Z] prd-centos7-docker-4c-2g-25048 does not seem to be running inside a container [2021-02-04T20:07:07.159Z] $ 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/341 -v /w/workspace/edgex-go/341:/w/workspace/edgex-go/341:rw,z -v /w/workspace/edgex-go/341@tmp:/w/workspace/edgex-go/341@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 ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T20:07:08.629Z] $ docker top 0b9321b678e33df0cd221fd3dcb6e9a496f097d5d9bccc9b1a3ba24fe93cdcb6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T20:07:09.096Z] ========================================================= [2021-02-04T20:07:09.096Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T20:07:09.096Z] ========================================================= [Pipeline] sh [2021-02-04T20:07:09.821Z] + make test [2021-02-04T20:07:09.821Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T20:07:28.510Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T20:07:47.489Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25050 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-04T20:07:47.584Z] Running in /w/workspace/edgex-go/341 [Pipeline] { [Pipeline] checkout [2021-02-04T20:07:52.551Z] using credential edgex-jenkins-ssh [2021-02-04T20:07:52.619Z] Cloning the remote Git repository [2021-02-04T20:07:52.672Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T20:07:52.782Z] > git init /w/workspace/edgex-go/341 # timeout=10 [2021-02-04T20:07:52.853Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T20:07:52.854Z] > git --version # timeout=10 [2021-02-04T20:07:52.872Z] > git --version # 'git version 2.17.1' [2021-02-04T20:07:52.874Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T20:07:52.958Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T20:08:01.512Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T20:08:07.541Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T20:08:07.562Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T20:08:07.588Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T20:08:07.620Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T20:08:07.621Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T20:08:07.632Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T20:08:08.237Z] Checking out Revision a296f24e360d73b4e20a007fd564889f5e431139 (master) [2021-02-04T20:08:08.261Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T20:08:08.276Z] > git checkout -f a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 [2021-02-04T20:08:12.042Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T20:08:12.042Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T20:08:12.042Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T20:08:12.042Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T20:08:13.059Z] Commit message: "feat(notifications): Implement GET /subscription/category/{category} V2 API (#3125)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T20:08:14.621Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T20:08:15.019Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T20:08:15.364Z] + sudo service docker restart [2021-02-04T20:08:15.365Z] + true [2021-02-04T20:08:15.667Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T20:08:15.667Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T20:08:15.667Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T20:08:15.667Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T20:08:15.667Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T20:08:17.263Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T20:08:17.479Z] provisioning config files... [2021-02-04T20:08:17.531Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/341@tmp/config8772788670802031303tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T20:08:17.936Z] ---> docker-login.sh [2021-02-04T20:08:17.936Z] nexus3.edgexfoundry.org:10001 [2021-02-04T20:08:18.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:08:19.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:08:19.197Z] Configure a credential helper to remove this warning. See [2021-02-04T20:08:19.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:08:19.197Z] [2021-02-04T20:08:19.197Z] Login Succeeded [2021-02-04T20:08:19.197Z] nexus3.edgexfoundry.org:10002 [2021-02-04T20:08:19.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:08:19.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:08:19.744Z] Configure a credential helper to remove this warning. See [2021-02-04T20:08:19.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:08:19.744Z] [2021-02-04T20:08:19.744Z] Login Succeeded [2021-02-04T20:08:19.744Z] nexus3.edgexfoundry.org:10003 [2021-02-04T20:08:20.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:08:20.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:08:20.291Z] Configure a credential helper to remove this warning. See [2021-02-04T20:08:20.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:08:20.291Z] [2021-02-04T20:08:20.291Z] Login Succeeded [2021-02-04T20:08:20.291Z] nexus3.edgexfoundry.org:10004 [2021-02-04T20:08:20.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:08:20.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:08:20.566Z] Configure a credential helper to remove this warning. See [2021-02-04T20:08:20.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:08:20.566Z] [2021-02-04T20:08:20.566Z] Login Succeeded [2021-02-04T20:08:20.566Z] docker.io [2021-02-04T20:08:20.948Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T20:08:20.948Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T20:08:20.948Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T20:08:21.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:08:21.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:08:21.437Z] Configure a credential helper to remove this warning. See [2021-02-04T20:08:21.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:08:21.437Z] [2021-02-04T20:08:21.437Z] Login Succeeded [2021-02-04T20:08:21.437Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T20:08:21.454Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T20:08:21.892Z] ========================================================= [2021-02-04T20:08:21.893Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T20:08:21.893Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:08:22.284Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-04T20:08:24.278Z] Sending build context to Docker daemon 166.1MB [2021-02-04T20:08:24.554Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T20:08:24.554Z] Step 2/6 : FROM ${BASE} [2021-02-04T20:08:24.554Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T20:08:24.554Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T20:08:24.554Z] a4357932f1b6: Pulling fs layer [2021-02-04T20:08:24.554Z] 18c013af1878: Pulling fs layer [2021-02-04T20:08:24.554Z] 00ac8860ef70: Pulling fs layer [2021-02-04T20:08:24.554Z] 63d7cb157983: Pulling fs layer [2021-02-04T20:08:24.554Z] b116817d02f9: Pulling fs layer [2021-02-04T20:08:24.554Z] 745a02a5169b: Pulling fs layer [2021-02-04T20:08:24.554Z] 00ac8860ef70: Waiting [2021-02-04T20:08:24.554Z] 63d7cb157983: Waiting [2021-02-04T20:08:24.554Z] b116817d02f9: Waiting [2021-02-04T20:08:24.554Z] 745a02a5169b: Waiting [2021-02-04T20:08:24.554Z] 18c013af1878: Verifying Checksum [2021-02-04T20:08:24.554Z] 18c013af1878: Download complete [2021-02-04T20:08:24.554Z] a4357932f1b6: Verifying Checksum [2021-02-04T20:08:24.554Z] a4357932f1b6: Download complete [2021-02-04T20:08:24.554Z] 63d7cb157983: Verifying Checksum [2021-02-04T20:08:24.554Z] 63d7cb157983: Download complete [2021-02-04T20:08:24.554Z] b116817d02f9: Verifying Checksum [2021-02-04T20:08:24.554Z] b116817d02f9: Download complete [2021-02-04T20:08:24.554Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T20:08:24.554Z] 5f621e34cdf4: Download complete [2021-02-04T20:08:25.155Z] 5f621e34cdf4: Pull complete [2021-02-04T20:08:25.733Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.460s coverage: 46.0% of statements [2021-02-04T20:08:25.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T20:08:25.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T20:08:25.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T20:08:25.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T20:08:25.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T20:08:25.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T20:08:25.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T20:08:25.733Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.200s coverage: 100.0% of statements [2021-02-04T20:08:25.767Z] a4357932f1b6: Pull complete [2021-02-04T20:08:26.365Z] 18c013af1878: Pull complete [2021-02-04T20:08:27.801Z] 745a02a5169b: Verifying Checksum [2021-02-04T20:08:27.801Z] 745a02a5169b: Download complete [2021-02-04T20:08:28.397Z] 00ac8860ef70: Verifying Checksum [2021-02-04T20:08:28.397Z] 00ac8860ef70: Download complete [2021-02-04T20:08:30.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.498s coverage: 27.1% of statements [2021-02-04T20:08:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T20:08:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T20:08:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T20:08:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T20:08:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T20:08:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T20:08:30.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements [2021-02-04T20:08:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T20:08:30.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-02-04T20:08:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T20:08:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T20:08:30.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.162s coverage: 65.8% of statements [2021-02-04T20:08:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T20:08:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T20:08:32.570Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.506s coverage: 82.3% of statements [2021-02-04T20:08:32.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T20:08:32.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T20:08:32.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T20:08:32.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T20:08:37.286Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.869s coverage: 28.6% of statements [2021-02-04T20:08:37.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T20:08:37.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T20:08:37.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T20:08:37.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T20:08:37.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T20:08:37.286Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.119s coverage: 100.0% of statements [2021-02-04T20:08:37.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T20:08:37.286Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements [2021-02-04T20:08:37.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T20:08:37.286Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.363s coverage: 86.7% of statements [2021-02-04T20:08:37.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T20:08:37.286Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.293s coverage: 97.5% of statements [2021-02-04T20:08:37.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T20:08:37.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.191s coverage: 78.3% of statements [2021-02-04T20:08:37.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T20:08:37.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T20:08:37.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T20:08:37.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T20:08:38.551Z] 00ac8860ef70: Pull complete [2021-02-04T20:08:38.551Z] 63d7cb157983: Pull complete [2021-02-04T20:08:39.147Z] b116817d02f9: Pull complete [2021-02-04T20:08:43.461Z] 745a02a5169b: Pull complete [2021-02-04T20:08:43.461Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T20:08:43.461Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T20:08:43.461Z] ---> b7e6874047d6 [2021-02-04T20:08:43.461Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-04T20:08:43.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.790s coverage: 92.8% of statements [2021-02-04T20:08:43.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T20:08:43.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T20:08:43.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T20:08:43.928Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T20:08:43.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T20:08:43.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T20:08:43.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T20:08:43.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T20:08:43.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T20:08:43.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T20:08:43.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T20:08:43.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T20:08:43.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T20:08:43.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T20:08:43.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T20:08:43.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T20:08:43.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T20:08:43.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T20:08:43.929Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.095s coverage: 58.8% of statements [2021-02-04T20:08:43.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T20:08:43.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T20:08:43.929Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.091s coverage: 0.1% of statements [2021-02-04T20:08:43.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T20:08:43.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T20:08:43.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T20:08:43.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 45.5% of statements [2021-02-04T20:08:43.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.192s coverage: 79.5% of statements [2021-02-04T20:08:43.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.083s coverage: 94.1% of statements [2021-02-04T20:08:43.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2021-02-04T20:08:43.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.089s coverage: 87.5% of statements [2021-02-04T20:08:46.109Z] ---> Running in 11795d9d969f [2021-02-04T20:08:47.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:08:48.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:08:48.745Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T20:08:49.016Z] (2/12) Installing file (5.38-r0) [2021-02-04T20:08:49.016Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T20:08:49.016Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T20:08:53.306Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T20:08:53.306Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T20:08:53.306Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T20:08:53.576Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T20:08:53.577Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T20:08:53.577Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T20:08:53.851Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T20:08:53.851Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T20:08:53.851Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:08:53.851Z] OK: 217 MiB in 51 packages [2021-02-04T20:08:56.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.120s coverage: 94.4% of statements [2021-02-04T20:08:56.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.135s coverage: 44.8% of statements [2021-02-04T20:08:58.164Z] Removing intermediate container 11795d9d969f [2021-02-04T20:08:58.164Z] ---> 478a55edce39 [2021-02-04T20:08:58.164Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T20:08:58.164Z] ---> Running in c3ce180da240 [2021-02-04T20:08:58.760Z] Removing intermediate container c3ce180da240 [2021-02-04T20:08:58.760Z] ---> b34f1acac32c [2021-02-04T20:08:58.760Z] Step 5/6 : COPY go.mod . [2021-02-04T20:08:59.355Z] ---> 6fb5f2168288 [2021-02-04T20:08:59.355Z] Step 6/6 : RUN go mod download [2021-02-04T20:08:59.355Z] ---> Running in e423ffc0b6be [2021-02-04T20:09:07.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.135s coverage: 92.9% of statements [2021-02-04T20:09:07.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T20:09:07.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T20:09:07.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T20:09:07.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T20:09:07.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.127s coverage: 87.2% of statements [2021-02-04T20:09:07.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T20:09:07.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T20:09:07.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements [2021-02-04T20:09:07.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T20:09:07.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.109s coverage: 75.5% of statements [2021-02-04T20:09:07.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T20:09:07.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.374s coverage: 80.8% of statements [2021-02-04T20:09:07.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.110s coverage: 87.2% of statements [2021-02-04T20:09:07.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 84.2% of statements [2021-02-04T20:09:07.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.160s coverage: 91.4% of statements [2021-02-04T20:09:07.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T20:09:07.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.413s coverage: 63.5% of statements [2021-02-04T20:09:07.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T20:09:07.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T20:09:07.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.108s coverage: 100.0% of statements [2021-02-04T20:09:07.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.158s coverage: 91.3% of statements [2021-02-04T20:09:07.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.091s coverage: 100.0% of statements [2021-02-04T20:09:07.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.102s coverage: 73.7% of statements [2021-02-04T20:09:07.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-02-04T20:09:07.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.171s coverage: 68.9% of statements [2021-02-04T20:09:07.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T20:09:07.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T20:09:07.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T20:09:07.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T20:09:07.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T20:09:07.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.289s coverage: 37.0% of statements [2021-02-04T20:09:07.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T20:09:07.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T20:09:07.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.789s coverage: 84.0% of statements [2021-02-04T20:09:07.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements [2021-02-04T20:09:07.983Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.214s coverage: 47.0% of statements [2021-02-04T20:09:07.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T20:09:07.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T20:09:07.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T20:09:07.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T20:09:07.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T20:09:07.983Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.099s coverage: 100.0% of statements [2021-02-04T20:09:07.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T20:09:07.983Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements [2021-02-04T20:09:07.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T20:09:07.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T20:09:07.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T20:09:07.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T20:09:09.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.291s coverage: 87.0% of statements [2021-02-04T20:09:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T20:09:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T20:09:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T20:09:14.178Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.183s coverage: 29.1% of statements [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T20:09:14.178Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.150s coverage: 99.0% of statements [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T20:09:14.178Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T20:09:14.178Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.078s coverage: 100.0% of statements [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T20:09:14.178Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T20:09:14.178Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T20:09:14.178Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.121s coverage: 87.9% of statements [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T20:09:14.178Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T20:09:14.178Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements [2021-02-04T20:09:14.774Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements [2021-02-04T20:09:15.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.118s coverage: 100.0% of statements [2021-02-04T20:09:15.966Z] GO111MODULE=on go vet ./... [2021-02-04T20:09:26.173Z] Removing intermediate container e423ffc0b6be [2021-02-04T20:09:26.173Z] ---> d74040b7f426 [2021-02-04T20:09:26.173Z] Successfully built d74040b7f426 [2021-02-04T20:09:26.173Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:09:26.518Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T20:09:26.518Z] . [Pipeline] withDockerContainer [2021-02-04T20:09:26.794Z] prd-ubuntu18.04-docker-arm64-4c-16g-25050 does not seem to be running inside a container [2021-02-04T20:09:26.896Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/341 -v /w/workspace/edgex-go/341:/w/workspace/edgex-go/341:rw,z -v /w/workspace/edgex-go/341@tmp:/w/workspace/edgex-go/341@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 ******** -e ******** ci-base-image-arm64 cat [2021-02-04T20:09:28.421Z] $ docker top d73393633f85d9471aebe581b0b1e622abe1c56ad897918980caf6c198fd2581 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T20:09:29.447Z] + go version [2021-02-04T20:09:29.447Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T20:09:29.481Z] $ docker stop --time=1 d73393633f85d9471aebe581b0b1e622abe1c56ad897918980caf6c198fd2581 [2021-02-04T20:09:31.413Z] $ docker rm -f d73393633f85d9471aebe581b0b1e622abe1c56ad897918980caf6c198fd2581 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:09:35.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T20:09:35.239Z] [2021-02-04T20:09:35.239Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:09:35.626Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T20:09:35.627Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T20:09:35.627Z] 29e5d40040c1: Pulling fs layer [2021-02-04T20:09:35.627Z] 1ce36da41761: Pulling fs layer [2021-02-04T20:09:35.627Z] 25b303627fd3: Pulling fs layer [2021-02-04T20:09:36.218Z] 29e5d40040c1: Verifying Checksum [2021-02-04T20:09:36.218Z] 29e5d40040c1: Download complete [2021-02-04T20:09:36.813Z] 29e5d40040c1: Pull complete [2021-02-04T20:09:36.813Z] 1ce36da41761: Verifying Checksum [2021-02-04T20:09:36.813Z] 1ce36da41761: Download complete [2021-02-04T20:09:38.239Z] 1ce36da41761: Pull complete [2021-02-04T20:09:38.239Z] 25b303627fd3: Verifying Checksum [2021-02-04T20:09:38.239Z] 25b303627fd3: Download complete [2021-02-04T20:09:48.379Z] 25b303627fd3: Pull complete [2021-02-04T20:09:48.379Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T20:09:48.379Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T20:09:48.379Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T20:09:48.640Z] prd-ubuntu18.04-docker-arm64-4c-16g-25050 does not seem to be running inside a container [2021-02-04T20:09:48.733Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/341 -v /w/workspace/edgex-go/341:/w/workspace/edgex-go/341:rw,z -v /w/workspace/edgex-go/341@tmp:/w/workspace/edgex-go/341@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T20:09:51.894Z] $ docker top a610cfcdc8f33b1bfdb2ecd723f8a126e88cb58578ee753486cd8c85528a8051 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T20:09:52.949Z] + + docker-composegrep build parallel --help [2021-02-04T20:09:52.949Z] [2021-02-04T20:09:56.316Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T20:09:56.352Z] $ docker stop --time=1 a610cfcdc8f33b1bfdb2ecd723f8a126e88cb58578ee753486cd8c85528a8051 [2021-02-04T20:09:58.316Z] $ docker rm -f a610cfcdc8f33b1bfdb2ecd723f8a126e88cb58578ee753486cd8c85528a8051 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:09:59.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T20:09:59.146Z] . [Pipeline] withDockerContainer [2021-02-04T20:09:59.410Z] prd-ubuntu18.04-docker-arm64-4c-16g-25050 does not seem to be running inside a container [2021-02-04T20:09:59.504Z] $ 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/341 -v /w/workspace/edgex-go/341:/w/workspace/edgex-go/341:rw,z -v /w/workspace/edgex-go/341@tmp:/w/workspace/edgex-go/341@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T20:10:00.950Z] $ docker top 446b59d38a8269c60b71d2acbc6773e0a4be9e0655b9f50024fab1e69909fed1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T20:10:02.064Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T20:10:06.422Z] Building docker-core-command-go ... [2021-02-04T20:10:06.422Z] Building docker-core-data-go ... [2021-02-04T20:10:06.422Z] Building docker-core-metadata-go ... [2021-02-04T20:10:06.422Z] Building docker-security-bootstrapper-go ... [2021-02-04T20:10:06.422Z] Building docker-security-proxy-setup-go ... [2021-02-04T20:10:06.422Z] Building docker-security-secretstore-setup-go ... [2021-02-04T20:10:06.422Z] Building docker-support-notifications-go ... [2021-02-04T20:10:06.422Z] Building docker-support-scheduler-go ... [2021-02-04T20:10:06.422Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T20:10:06.422Z] Building docker-core-metadata-go [2021-02-04T20:10:06.422Z] Building docker-security-bootstrapper-go [2021-02-04T20:10:06.422Z] Building docker-core-command-go [2021-02-04T20:10:06.422Z] Building docker-support-notifications-go [2021-02-04T20:10:06.422Z] Building docker-support-scheduler-go [2021-02-04T20:10:12.975Z] gofmt -l . [2021-02-04T20:10:12.976Z] [ "`gofmt -l .`" = "" ] [2021-02-04T20:10:12.976Z] ./bin/test-go-mod-tidy.sh [2021-02-04T20:10:12.976Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T20:10:13.704Z] + ls -al . [2021-02-04T20:10:13.704Z] total 688 [2021-02-04T20:10:13.704Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 20:10 . [2021-02-04T20:10:13.704Z] drwxr-xr-x 4 root root 32 Feb 4 20:07 .. [2021-02-04T20:10:13.704Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 20:04 .dockerignore [2021-02-04T20:10:13.704Z] drwxrwxr-x 8 1001 1001 162 Feb 4 20:04 .git [2021-02-04T20:10:13.704Z] drwxrwxr-x 3 1001 1001 125 Feb 4 20:04 .github [2021-02-04T20:10:13.704Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 20:04 .gitignore [2021-02-04T20:10:13.704Z] drwx------ 3 1001 1001 45 Feb 4 20:05 .semver [2021-02-04T20:10:13.704Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 20:04 .sonarcloud.properties [2021-02-04T20:10:13.704Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 20:04 Attribution.txt [2021-02-04T20:10:13.705Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 20:04 CONTRIBUTING.md [2021-02-04T20:10:13.705Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 20:04 Dockerfile.build [2021-02-04T20:10:13.705Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 20:04 Jenkinsfile [2021-02-04T20:10:13.705Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 20:04 LICENSE [2021-02-04T20:10:13.705Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 20:04 Makefile [2021-02-04T20:10:13.705Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 20:04 README.md [2021-02-04T20:10:13.705Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 20:04 SECURITY.md [2021-02-04T20:10:13.705Z] -rw-rw-r-- 1 1001 1001 12 Feb 4 20:05 VERSION [2021-02-04T20:10:13.705Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 20:04 ZMQWindows.md [2021-02-04T20:10:13.705Z] drwxrwxr-x 2 1001 1001 117 Feb 4 20:04 bin [2021-02-04T20:10:13.705Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 20:04 cmd [2021-02-04T20:10:13.705Z] -rw-r--r-- 1 root root 583066 Feb 4 20:09 coverage.out [2021-02-04T20:10:13.705Z] -rw-r--r-- 1 root root 1054 Feb 4 20:10 go.mod [2021-02-04T20:10:13.705Z] -rw-r--r-- 1 root root 19290 Feb 4 20:10 go.sum [2021-02-04T20:10:13.705Z] drwxrwxr-x 8 1001 1001 127 Feb 4 20:04 internal [2021-02-04T20:10:13.705Z] drwxrwxr-x 4 1001 1001 26 Feb 4 20:04 openapi [2021-02-04T20:10:13.705Z] drwxrwxr-x 4 1001 1001 71 Feb 4 20:04 snap [2021-02-04T20:10:13.705Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 20:04 version.go [Pipeline] sh [2021-02-04T20:10:14.453Z] + '[' -e coverage.out ] [2021-02-04T20:10:14.453Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T20:10:15.160Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T20:10:15.854Z] + make build [2021-02-04T20:10:15.854Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T20:10:21.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T20:10:40.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T20:10:41.761Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T20:10:45.333Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T20:10:46.342Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T20:10:50.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T20:10:53.377Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:10:53.377Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:10:53.377Z] ---> d74040b7f426 [2021-02-04T20:10:53.377Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T20:10:53.377Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:10:53.377Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:10:53.377Z] ---> d74040b7f426 [2021-02-04T20:10:53.377Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T20:10:53.377Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:10:53.377Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:10:53.377Z] ---> d74040b7f426 [2021-02-04T20:10:53.377Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T20:10:53.377Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:10:53.377Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:10:53.377Z] ---> d74040b7f426 [2021-02-04T20:10:53.377Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T20:10:53.377Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:10:53.377Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:10:53.377Z] ---> d74040b7f426 [2021-02-04T20:10:53.377Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T20:10:54.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T20:10:55.988Z] ---> Running in 85988e155d9f [2021-02-04T20:10:55.988Z] ---> Running in 7104f37c646f [2021-02-04T20:10:55.988Z] ---> Running in 9cd2aff22035 [2021-02-04T20:10:55.988Z] ---> Running in 8d8ef4f1ce74 [2021-02-04T20:10:55.988Z] ---> Running in 3cf1d7d1bb22 [2021-02-04T20:10:56.590Z] Removing intermediate container 8d8ef4f1ce74 [2021-02-04T20:10:56.590Z] ---> e73b8228dd0f [2021-02-04T20:10:56.590Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:10:56.590Z] Removing intermediate container 3cf1d7d1bb22 [2021-02-04T20:10:56.590Z] ---> 5c4e42da75e8 [2021-02-04T20:10:56.590Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 9cd2aff22035 [2021-02-04T20:10:56.590Z] ---> af58b30a9170 [2021-02-04T20:10:56.590Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:10:56.590Z] Removing intermediate container 85988e155d9f [2021-02-04T20:10:56.590Z] ---> ba00822cd429 [2021-02-04T20:10:56.590Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:10:56.590Z] [2021-02-04T20:10:56.590Z] Removing intermediate container 7104f37c646f [2021-02-04T20:10:56.590Z] ---> cc07e951d142 [2021-02-04T20:10:56.590Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:10:56.590Z] ---> Running in 471caffe1247 [2021-02-04T20:10:56.864Z] ---> Running in 429f3cd228df [2021-02-04T20:10:56.864Z] ---> Running in 68e34d4a3518 [2021-02-04T20:10:56.865Z] ---> Running in d48c8c643738 [2021-02-04T20:10:56.865Z] ---> Running in 64745145a2a9 [2021-02-04T20:10:57.340Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T20:11:00.273Z] Removing intermediate container 471caffe1247 [2021-02-04T20:11:00.273Z] ---> f795856147ed [2021-02-04T20:11:00.273Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T20:11:00.547Z] ---> Running in 99c24b97493a [2021-02-04T20:11:00.547Z] Removing intermediate container 64745145a2a9 [2021-02-04T20:11:00.547Z] ---> 95741522d0ff [2021-02-04T20:11:00.547Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T20:11:00.839Z] Removing intermediate container 68e34d4a3518 [2021-02-04T20:11:00.839Z] ---> 3b19869dc842 [2021-02-04T20:11:00.839Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T20:11:00.839Z] ---> Running in a67f2d44f9cb [2021-02-04T20:11:00.950Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T20:11:01.111Z] ---> Running in 33a7db9e9af2 [2021-02-04T20:11:01.387Z] Removing intermediate container d48c8c643738 [2021-02-04T20:11:01.387Z] ---> 76321eeb89ae [2021-02-04T20:11:01.387Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T20:11:01.387Z] Removing intermediate container 429f3cd228df [2021-02-04T20:11:01.387Z] ---> 73a6b6638532 [2021-02-04T20:11:01.387Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T20:11:01.662Z] ---> Running in bdee86d8c25a [2021-02-04T20:11:01.662Z] ---> Running in 8b8217cfc318 [2021-02-04T20:11:02.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:11:02.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:11:02.951Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T20:11:03.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:11:03.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:11:03.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:11:03.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:11:03.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:11:03.697Z] OK: 217 MiB in 51 packages [2021-02-04T20:11:03.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:11:03.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:11:04.254Z] OK: 217 MiB in 51 packages [2021-02-04T20:11:04.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:11:04.863Z] OK: 217 MiB in 51 packages [2021-02-04T20:11:05.032Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T20:11:05.142Z] OK: 217 MiB in 51 packages [2021-02-04T20:11:05.142Z] OK: 217 MiB in 51 packages [2021-02-04T20:11:05.419Z] Removing intermediate container 99c24b97493a [2021-02-04T20:11:05.419Z] ---> 8084c1404471 [2021-02-04T20:11:05.419Z] Step 6/31 : COPY go.mod . [2021-02-04T20:11:06.405Z] Removing intermediate container a67f2d44f9cb [2021-02-04T20:11:06.405Z] ---> 0b356edb2965 [2021-02-04T20:11:06.405Z] Step 6/22 : COPY go.mod . [2021-02-04T20:11:06.405Z] ---> c8d4e3f2d8e0 [2021-02-04T20:11:06.684Z] Step 7/31 : RUN go mod download [2021-02-04T20:11:06.684Z] Removing intermediate container 33a7db9e9af2 [2021-02-04T20:11:06.684Z] ---> 87bacdb1b1b4 [2021-02-04T20:11:06.684Z] Step 6/23 : COPY go.mod . [2021-02-04T20:11:06.684Z] ---> Running in 897fb86dc0a5 [2021-02-04T20:11:06.960Z] Removing intermediate container bdee86d8c25a [2021-02-04T20:11:06.960Z] ---> 1dbf8ac94b51 [2021-02-04T20:11:06.960Z] Step 6/22 : COPY go.mod . [2021-02-04T20:11:06.960Z] Removing intermediate container 8b8217cfc318 [2021-02-04T20:11:06.960Z] ---> e4e788b980a8 [2021-02-04T20:11:07.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T20:11:07.236Z] Step 6/23 : COPY go.mod . [2021-02-04T20:11:07.236Z] ---> 5ca7485db29c [2021-02-04T20:11:07.236Z] Step 7/22 : RUN go mod download [2021-02-04T20:11:07.509Z] ---> Running in 96fbb90b354d [2021-02-04T20:11:07.783Z] ---> 55b2b4de3c10 [2021-02-04T20:11:07.783Z] Step 7/23 : RUN go mod download [2021-02-04T20:11:08.055Z] ---> bb85f99e4446 [2021-02-04T20:11:08.055Z] Step 7/22 : RUN go mod download [2021-02-04T20:11:08.055Z] ---> Running in 788c062fa264 [2021-02-04T20:11:08.330Z] ---> Running in 067a76679202 [2021-02-04T20:11:08.606Z] ---> a570e4271aec [2021-02-04T20:11:08.606Z] Step 7/23 : RUN go mod download [2021-02-04T20:11:08.881Z] ---> Running in 463af29589dd [2021-02-04T20:11:11.507Z] Removing intermediate container 897fb86dc0a5 [2021-02-04T20:11:11.507Z] ---> 7bcf101b6417 [2021-02-04T20:11:11.507Z] Step 8/31 : COPY . . [Pipeline] } [2021-02-04T20:11:11.523Z] $ docker stop --time=1 0b9321b678e33df0cd221fd3dcb6e9a496f097d5d9bccc9b1a3ba24fe93cdcb6 [2021-02-04T20:11:11.782Z] Removing intermediate container 96fbb90b354d [2021-02-04T20:11:11.782Z] ---> 0b99285fce89 [2021-02-04T20:11:11.782Z] Step 8/22 : COPY . . [2021-02-04T20:11:13.226Z] Removing intermediate container 788c062fa264 [2021-02-04T20:11:13.226Z] ---> 247819538e84 [2021-02-04T20:11:13.226Z] Step 8/23 : COPY . . [2021-02-04T20:11:13.226Z] Removing intermediate container 067a76679202 [2021-02-04T20:11:13.226Z] ---> 276361378470 [2021-02-04T20:11:13.226Z] Step 8/22 : COPY . . [2021-02-04T20:11:13.802Z] $ docker rm -f 0b9321b678e33df0cd221fd3dcb6e9a496f097d5d9bccc9b1a3ba24fe93cdcb6 [2021-02-04T20:11:13.825Z] Removing intermediate container 463af29589dd [2021-02-04T20:11:13.825Z] ---> 4d0eaf394a5c [2021-02-04T20:11:13.825Z] Step 8/23 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:11:15.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T20:11:15.864Z] [2021-02-04T20:11:15.864Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:11:16.262Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T20:11:16.532Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T20:11:16.532Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T20:11:16.532Z] ca9280d653b3: Pulling fs layer [2021-02-04T20:11:16.532Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T20:11:17.153Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-04T20:11:17.153Z] cbdbe7a5bc2a: Download complete [2021-02-04T20:11:18.177Z] cbdbe7a5bc2a: Pull complete [2021-02-04T20:11:18.177Z] ca9280d653b3: Verifying Checksum [2021-02-04T20:11:18.177Z] ca9280d653b3: Download complete [2021-02-04T20:11:20.829Z] 7e9c9ca2126c: Verifying Checksum [2021-02-04T20:11:20.829Z] 7e9c9ca2126c: Download complete [2021-02-04T20:11:20.830Z] ca9280d653b3: Pull complete [2021-02-04T20:11:32.203Z] ---> f3e318dd7537 [2021-02-04T20:11:32.203Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T20:11:32.203Z] ---> f992d6e3cbff [2021-02-04T20:11:32.203Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T20:11:32.203Z] ---> fd0dab1b4c10 [2021-02-04T20:11:32.203Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T20:11:32.203Z] ---> 3468af2ad0eb [2021-02-04T20:11:32.203Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T20:11:32.203Z] ---> c06f7e901b0b [2021-02-04T20:11:32.203Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T20:11:32.203Z] ---> Running in 648766ae220d [2021-02-04T20:11:32.203Z] ---> Running in 531dc3eb39f4 [2021-02-04T20:11:32.203Z] ---> Running in 1ed7b2d6e4e6 [2021-02-04T20:11:32.203Z] ---> Running in 86484159a5fa [2021-02-04T20:11:32.203Z] ---> Running in 1ec457e5ccf9 [2021-02-04T20:11:33.367Z] 7e9c9ca2126c: Pull complete [2021-02-04T20:11:33.367Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T20:11:33.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T20:11:33.367Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T20:11:33.636Z] prd-centos7-docker-4c-2g-25048 does not seem to be running inside a container [2021-02-04T20:11:33.686Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T20:11:33.686Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T20:11:33.733Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/341 -v /w/workspace/edgex-go/341:/w/workspace/edgex-go/341:rw,z -v /w/workspace/edgex-go/341@tmp:/w/workspace/edgex-go/341@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T20:11:34.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T20:11:34.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T20:11:34.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T20:11:36.937Z] $ docker top e35650faa471313dacbd596bf421490263ec613971074502908946dcd40b5e41 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T20:11:38.123Z] + docker-compose build --help [2021-02-04T20:11:38.123Z] + grep parallel [2021-02-04T20:11:39.085Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T20:11:39.371Z] $ docker stop --time=1 e35650faa471313dacbd596bf421490263ec613971074502908946dcd40b5e41 [2021-02-04T20:11:40.972Z] $ docker rm -f e35650faa471313dacbd596bf421490263ec613971074502908946dcd40b5e41 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:11:41.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T20:11:41.699Z] . [Pipeline] withDockerContainer [2021-02-04T20:11:42.411Z] prd-centos7-docker-4c-2g-25048 does not seem to be running inside a container [2021-02-04T20:11:42.533Z] $ 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/341 -v /w/workspace/edgex-go/341:/w/workspace/edgex-go/341:rw,z -v /w/workspace/edgex-go/341@tmp:/w/workspace/edgex-go/341@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T20:11:44.125Z] $ docker top 94ee0f7c90e5ec9e713db4c2ec8d50c868a51790e8e2b0723a7a66e22735b0e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T20:11:45.149Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T20:11:46.794Z] Building docker-core-command-go ... [2021-02-04T20:11:46.794Z] Building docker-core-data-go ... [2021-02-04T20:11:46.794Z] Building docker-core-metadata-go ... [2021-02-04T20:11:46.794Z] Building docker-security-bootstrapper-go ... [2021-02-04T20:11:46.794Z] Building docker-security-proxy-setup-go ... [2021-02-04T20:11:46.794Z] Building docker-security-secretstore-setup-go ... [2021-02-04T20:11:46.794Z] Building docker-support-notifications-go ... [2021-02-04T20:11:46.794Z] Building docker-support-scheduler-go ... [2021-02-04T20:11:46.794Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T20:11:46.794Z] Building docker-core-data-go [2021-02-04T20:11:46.794Z] Building docker-security-bootstrapper-go [2021-02-04T20:11:46.794Z] Building docker-sys-mgmt-agent-go [2021-02-04T20:11:46.794Z] Building docker-security-secretstore-setup-go [2021-02-04T20:11:46.794Z] Building docker-security-proxy-setup-go [2021-02-04T20:12:56.120Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T20:12:56.155Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:12:56.156Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:12:56.156Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:12:56.156Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:12:56.156Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:12:56.156Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:12:56.156Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:12:56.156Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:12:56.156Z] ---> 4297ce4b7957 [2021-02-04T20:12:56.156Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T20:12:56.156Z] ---> 4297ce4b7957 [2021-02-04T20:12:56.156Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T20:12:56.156Z] ---> 4297ce4b7957 [2021-02-04T20:12:56.156Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T20:12:56.156Z] ---> 4297ce4b7957 [2021-02-04T20:12:56.156Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T20:12:56.156Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:12:56.156Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:12:56.156Z] ---> 4297ce4b7957 [2021-02-04T20:12:56.156Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T20:12:56.156Z] ---> Running in 3154b48c86b6 [2021-02-04T20:12:56.156Z] ---> Running in 72d37973c608 [2021-02-04T20:12:56.156Z] ---> Running in fddc76a8ece2 [2021-02-04T20:12:56.156Z] ---> Running in 76dfeda030b6 [2021-02-04T20:12:56.156Z] ---> Running in eecb1ee8883e [2021-02-04T20:12:56.156Z] Removing intermediate container eecb1ee8883e [2021-02-04T20:12:56.156Z] ---> 5d323a50fe4e [2021-02-04T20:12:56.156Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:12:56.156Z] Removing intermediate container 3154b48c86b6 [2021-02-04T20:12:56.156Z] ---> a0ad65126ae1 [2021-02-04T20:12:56.156Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:12:56.156Z] Removing intermediate container fddc76a8ece2 [2021-02-04T20:12:56.156Z] ---> 93d92009ae7f [2021-02-04T20:12:56.156Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:12:56.156Z] Removing intermediate container 76dfeda030b6 [2021-02-04T20:12:56.156Z] ---> 5b12e8d0eaad [2021-02-04T20:12:56.156Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:12:56.156Z] Removing intermediate container 72d37973c608 [2021-02-04T20:12:56.156Z] ---> 7d37d2ffe1fc [2021-02-04T20:12:56.156Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:12:56.156Z] ---> Running in b26db79bf07b [2021-02-04T20:12:56.156Z] ---> Running in 74fb554b92b9 [2021-02-04T20:12:56.156Z] ---> Running in 2270aa359f31 [2021-02-04T20:12:56.156Z] ---> Running in 0a78f9a29b64 [2021-02-04T20:12:56.156Z] ---> Running in 86846d56311b [2021-02-04T20:12:56.156Z] Removing intermediate container 74fb554b92b9 [2021-02-04T20:12:56.156Z] ---> b97b77f88355 [2021-02-04T20:12:56.156Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T20:12:56.156Z] ---> Running in b56f1b2eb88a [2021-02-04T20:12:56.156Z] Removing intermediate container b26db79bf07b [2021-02-04T20:12:56.156Z] ---> 97d28a698970 [2021-02-04T20:12:56.156Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T20:12:56.156Z] Removing intermediate container 2270aa359f31 [2021-02-04T20:12:56.156Z] ---> 58ba74267375 [2021-02-04T20:12:56.156Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T20:12:56.156Z] Removing intermediate container 0a78f9a29b64 [2021-02-04T20:12:56.156Z] ---> 81c13470335d [2021-02-04T20:12:56.156Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T20:12:56.156Z] Removing intermediate container 86846d56311b [2021-02-04T20:12:56.156Z] ---> 3dcdef76ba80 [2021-02-04T20:12:56.156Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T20:12:56.156Z] ---> Running in 4fb7663862b7 [2021-02-04T20:12:56.156Z] ---> Running in 6dd889347cd2 [2021-02-04T20:12:56.156Z] ---> Running in f34d9c61b339 [2021-02-04T20:12:56.156Z] ---> Running in e51bbd1e8a12 [2021-02-04T20:12:56.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:12:56.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:12:56.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:12:56.721Z] OK: 233 MiB in 51 packages [2021-02-04T20:12:56.721Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:12:56.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:12:56.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:12:56.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:12:57.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:12:57.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:12:57.970Z] OK: 233 MiB in 51 packages [2021-02-04T20:12:57.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:12:57.970Z] OK: 233 MiB in 51 packages [2021-02-04T20:12:58.374Z] Removing intermediate container b56f1b2eb88a [2021-02-04T20:12:58.374Z] ---> 4f5fcb83f7fa [2021-02-04T20:12:58.374Z] Step 6/24 : COPY go.mod . [2021-02-04T20:12:58.374Z] OK: 233 MiB in 51 packages [2021-02-04T20:12:58.712Z] OK: 233 MiB in 51 packages [2021-02-04T20:12:59.015Z] Removing intermediate container 4fb7663862b7 [2021-02-04T20:12:59.015Z] ---> 28783188cea6 [2021-02-04T20:12:59.015Z] Step 6/23 : COPY go.mod . [2021-02-04T20:12:59.304Z] ---> 1a6da5c9efb0 [2021-02-04T20:12:59.304Z] Step 7/24 : RUN go mod download [2021-02-04T20:12:59.594Z] Removing intermediate container 6dd889347cd2 [2021-02-04T20:12:59.594Z] ---> ea78ceb70091 [2021-02-04T20:12:59.594Z] Step 6/31 : COPY go.mod . [2021-02-04T20:12:59.594Z] ---> Running in de2700c04c90 [2021-02-04T20:12:59.936Z] ---> 1f1856dfe572 [2021-02-04T20:12:59.936Z] Step 7/23 : RUN go mod download [2021-02-04T20:12:59.936Z] ---> Running in 489f333077bf [2021-02-04T20:12:59.936Z] Removing intermediate container e51bbd1e8a12 [2021-02-04T20:12:59.936Z] ---> ebbc3ae4b89c [2021-02-04T20:12:59.936Z] Step 6/26 : COPY go.mod . [2021-02-04T20:13:00.245Z] ---> c3987572d9bd [2021-02-04T20:13:00.245Z] Step 7/31 : RUN go mod download [2021-02-04T20:13:00.245Z] Removing intermediate container f34d9c61b339 [2021-02-04T20:13:00.245Z] ---> 8a36782eca83 [2021-02-04T20:13:00.245Z] Step 6/21 : COPY go.mod . [2021-02-04T20:13:00.245Z] ---> Running in 5bc006d4e7ce [2021-02-04T20:13:01.330Z] ---> 7caaa8171d54 [2021-02-04T20:13:01.330Z] Step 7/26 : RUN go mod download [2021-02-04T20:13:01.330Z] ---> 380bc8150b61 [2021-02-04T20:13:01.330Z] Step 7/21 : RUN go mod download [2021-02-04T20:13:01.330Z] ---> Running in 7989dff7d534 [2021-02-04T20:13:01.630Z] ---> Running in 8bdfaf16a436 [2021-02-04T20:13:04.438Z] Removing intermediate container de2700c04c90 [2021-02-04T20:13:04.438Z] ---> 0c635c3f749d [2021-02-04T20:13:04.438Z] Step 8/24 : COPY . . [2021-02-04T20:13:04.713Z] Removing intermediate container 5bc006d4e7ce [2021-02-04T20:13:04.713Z] ---> 99c829f8c710 [2021-02-04T20:13:04.713Z] Step 8/31 : COPY . . [2021-02-04T20:13:04.713Z] Removing intermediate container 489f333077bf [2021-02-04T20:13:04.713Z] ---> fb4fc26d0378 [2021-02-04T20:13:04.713Z] Step 8/23 : COPY . . [2021-02-04T20:13:06.815Z] Removing intermediate container 7989dff7d534 [2021-02-04T20:13:06.815Z] ---> cc5259f626ea [2021-02-04T20:13:06.815Z] Step 8/26 : COPY . . [2021-02-04T20:13:08.449Z] Removing intermediate container 8bdfaf16a436 [2021-02-04T20:13:08.449Z] ---> ee9ab870f758 [2021-02-04T20:13:08.449Z] Step 8/21 : COPY . . [2021-02-04T20:13:22.966Z] Removing intermediate container 531dc3eb39f4 [2021-02-04T20:13:22.966Z] ---> aaf18a4611c6 [2021-02-04T20:13:22.966Z] [2021-02-04T20:13:22.966Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T20:13:22.966Z] 3.12: Pulling from library/alpine [2021-02-04T20:13:22.966Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T20:13:22.966Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T20:13:22.966Z] ---> afeebe901d6b [2021-02-04T20:13:22.966Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T20:13:22.966Z] ---> Running in ad99b88e7817 [2021-02-04T20:13:23.996Z] Removing intermediate container ad99b88e7817 [2021-02-04T20:13:23.996Z] ---> bc5f05018773 [2021-02-04T20:13:23.996Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T20:13:24.274Z] ---> Running in 622fb8e05cb1 [2021-02-04T20:13:26.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:13:26.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:13:27.523Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T20:13:27.523Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T20:13:27.523Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:13:27.523Z] OK: 5 MiB in 16 packages [2021-02-04T20:13:30.149Z] Removing intermediate container 1ec457e5ccf9 [2021-02-04T20:13:30.149Z] ---> fa8441672360 [2021-02-04T20:13:30.149Z] [2021-02-04T20:13:30.149Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T20:13:30.149Z] ---> afeebe901d6b [2021-02-04T20:13:30.149Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T20:13:30.149Z] Removing intermediate container 648766ae220d [2021-02-04T20:13:30.149Z] ---> f6839837ade4 [2021-02-04T20:13:30.149Z] [2021-02-04T20:13:30.149Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T20:13:30.149Z] ---> afeebe901d6b [2021-02-04T20:13:30.149Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T20:13:30.149Z] Removing intermediate container 1ed7b2d6e4e6 [2021-02-04T20:13:30.149Z] ---> 5442445c8781 [2021-02-04T20:13:30.149Z] [2021-02-04T20:13:30.149Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T20:13:30.149Z] ---> afeebe901d6b [2021-02-04T20:13:30.149Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T20:13:30.149Z] ---> Running in 0884eefcca0b [2021-02-04T20:13:30.149Z] ---> Running in 0ff9a90d0be7 [2021-02-04T20:13:30.426Z] Removing intermediate container 622fb8e05cb1 [2021-02-04T20:13:30.426Z] ---> a10ed4763ba7 [2021-02-04T20:13:30.426Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T20:13:30.426Z] ---> Running in 247bf2c49256 [2021-02-04T20:13:30.703Z] ---> Running in b37b9fc3c713 [2021-02-04T20:13:31.712Z] Removing intermediate container b37b9fc3c713 [2021-02-04T20:13:31.712Z] ---> 23adea9a9b70 [2021-02-04T20:13:31.712Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T20:13:31.990Z] ---> Running in 1cd7e1bd3fcb [2021-02-04T20:13:32.263Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:13:32.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:13:32.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:13:32.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:13:32.815Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:13:32.815Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:13:33.100Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T20:13:33.100Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:13:33.100Z] OK: 5 MiB in 15 packages [2021-02-04T20:13:33.100Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T20:13:33.100Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:13:33.374Z] OK: 5 MiB in 15 packages [2021-02-04T20:13:33.374Z] Removing intermediate container 1cd7e1bd3fcb [2021-02-04T20:13:33.374Z] ---> 44042759a208 [2021-02-04T20:13:33.374Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T20:13:33.374Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T20:13:33.649Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T20:13:33.649Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:13:33.649Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T20:13:33.928Z] ---> Running in 309be0778175 [2021-02-04T20:13:33.928Z] OK: 6 MiB in 16 packages [2021-02-04T20:13:35.498Z] Removing intermediate container 86484159a5fa [2021-02-04T20:13:35.498Z] ---> 7bce0fa80960 [2021-02-04T20:13:35.498Z] [2021-02-04T20:13:35.498Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T20:13:35.498Z] ---> afeebe901d6b [2021-02-04T20:13:35.498Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T20:13:35.498Z] ---> Running in 82504c7a6517 [2021-02-04T20:13:35.788Z] Removing intermediate container 0ff9a90d0be7 [2021-02-04T20:13:35.788Z] ---> b26d4383692d [2021-02-04T20:13:35.788Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T20:13:35.788Z] Removing intermediate container 0884eefcca0b [2021-02-04T20:13:35.788Z] ---> c7bf6e40f305 [2021-02-04T20:13:35.788Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T20:13:36.102Z] ---> Running in d276104e8a43 [2021-02-04T20:13:36.102Z] ---> Running in b6c239fd464d [2021-02-04T20:13:36.718Z] Removing intermediate container 247bf2c49256 [2021-02-04T20:13:36.718Z] ---> fe14da9378ff [2021-02-04T20:13:36.718Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T20:13:37.041Z] ---> Running in 59fadb6bb697 [2021-02-04T20:13:37.041Z] Removing intermediate container b6c239fd464d [2021-02-04T20:13:37.041Z] ---> 824378ee455c [2021-02-04T20:13:37.041Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T20:13:37.041Z] Removing intermediate container d276104e8a43 [2021-02-04T20:13:37.041Z] ---> 06bb1920bd4a [2021-02-04T20:13:37.041Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T20:13:37.321Z] ---> Running in d17439dc4c8c [2021-02-04T20:13:37.321Z] ---> Running in 77f5984fbf95 [2021-02-04T20:13:37.594Z] Removing intermediate container 309be0778175 [2021-02-04T20:13:37.594Z] ---> 9d50a4f9dea3 [2021-02-04T20:13:37.594Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T20:13:37.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:13:37.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:13:37.865Z] Removing intermediate container 59fadb6bb697 [2021-02-04T20:13:37.865Z] ---> 761d21845342 [2021-02-04T20:13:37.865Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T20:13:37.865Z] ---> Running in 38d46825ffc7 [2021-02-04T20:13:38.139Z] ---> Running in aacb0080b1fa [2021-02-04T20:13:38.139Z] Removing intermediate container d17439dc4c8c [2021-02-04T20:13:38.139Z] ---> 3e91e48786b0 [2021-02-04T20:13:38.139Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T20:13:38.139Z] Removing intermediate container 77f5984fbf95 [2021-02-04T20:13:38.139Z] ---> ce79d5da3c4b [2021-02-04T20:13:38.139Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T20:13:38.418Z] ---> Running in c13be51c56a0 [2021-02-04T20:13:38.418Z] ---> Running in 83d63c3b2f1e [2021-02-04T20:13:38.418Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T20:13:38.418Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:13:38.418Z] OK: 5 MiB in 15 packages [2021-02-04T20:13:38.691Z] Removing intermediate container aacb0080b1fa [2021-02-04T20:13:38.691Z] ---> 91c4777e2b04 [2021-02-04T20:13:38.691Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T20:13:38.691Z] Removing intermediate container 38d46825ffc7 [2021-02-04T20:13:38.691Z] ---> 46e453264127 [2021-02-04T20:13:38.691Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T20:13:38.965Z] ---> Running in 6f2ad5ba74ba [2021-02-04T20:13:38.965Z] Removing intermediate container c13be51c56a0 [2021-02-04T20:13:38.965Z] ---> 9b124e206987 [2021-02-04T20:13:38.965Z] Step 15/23 : WORKDIR / [2021-02-04T20:13:39.236Z] Removing intermediate container 83d63c3b2f1e [2021-02-04T20:13:39.236Z] ---> 929962ac662b [2021-02-04T20:13:39.236Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T20:13:39.236Z] ---> Running in cf881034dd83 [2021-02-04T20:13:39.508Z] Removing intermediate container 6f2ad5ba74ba [2021-02-04T20:13:39.508Z] ---> 49f1b9b13b48 [2021-02-04T20:13:39.508Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T20:13:39.780Z] ---> c567def15d81 [2021-02-04T20:13:39.780Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T20:13:40.052Z] ---> Running in f30fa4dd93e6 [2021-02-04T20:13:40.052Z] Removing intermediate container cf881034dd83 [2021-02-04T20:13:40.052Z] ---> e37ac53ba93c [2021-02-04T20:13:40.052Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T20:13:40.332Z] ---> 33d96b43cbbe [2021-02-04T20:13:40.332Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T20:13:40.332Z] Removing intermediate container 82504c7a6517 [2021-02-04T20:13:40.332Z] ---> 6d7f331ea180 [2021-02-04T20:13:40.332Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T20:13:40.332Z] ---> fa0b1063d35b [2021-02-04T20:13:40.332Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T20:13:40.606Z] ---> Running in e969e3ec680b [2021-02-04T20:13:41.203Z] Removing intermediate container e969e3ec680b [2021-02-04T20:13:41.203Z] ---> d6027efe4d29 [2021-02-04T20:13:41.203Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T20:13:41.475Z] ---> 30d88e385c45 [2021-02-04T20:13:41.475Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T20:13:41.749Z] ---> Running in 518cd8e2d81f [2021-02-04T20:13:42.026Z] ---> 436a4f6470d3 [2021-02-04T20:13:42.026Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T20:13:42.026Z] ---> 12b0b0f1c9d0 [2021-02-04T20:13:42.026Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T20:13:42.629Z] Removing intermediate container 518cd8e2d81f [2021-02-04T20:13:42.629Z] ---> 2c4915c51889 [2021-02-04T20:13:42.629Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T20:13:42.909Z] ---> Running in 403cfcc024f8 [2021-02-04T20:13:43.184Z] ---> 3af5ced9d178 [2021-02-04T20:13:43.184Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T20:13:43.184Z] ---> b834e1a53593 [2021-02-04T20:13:43.184Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T20:13:43.476Z] ---> Running in c6f711715362 [2021-02-04T20:13:43.476Z] ---> c1ae57e29b30 [2021-02-04T20:13:43.476Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T20:13:43.476Z] Removing intermediate container 403cfcc024f8 [2021-02-04T20:13:43.476Z] Removing intermediate container f30fa4dd93e6 [2021-02-04T20:13:43.476Z] ---> 299039de44f4 [2021-02-04T20:13:43.476Z] Step 15/23 : WORKDIR / [2021-02-04T20:13:43.476Z] ---> d39f414e2a78 [2021-02-04T20:13:43.476Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T20:13:43.749Z] ---> Running in 3ae6cfafe97d [2021-02-04T20:13:43.749Z] ---> Running in 96543e5899be [2021-02-04T20:13:44.023Z] Removing intermediate container c6f711715362 [2021-02-04T20:13:44.023Z] ---> f42ca392062f [2021-02-04T20:13:44.023Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T20:13:44.298Z] ---> Running in ae1bc3905cdf [2021-02-04T20:13:44.298Z] ---> 0c186246476f [2021-02-04T20:13:44.298Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T20:13:44.572Z] Removing intermediate container 3ae6cfafe97d [2021-02-04T20:13:44.572Z] ---> 22f352c570bd [2021-02-04T20:13:44.572Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T20:13:44.572Z] ---> Running in 59f9cac075f3 [2021-02-04T20:13:44.572Z] Removing intermediate container 96543e5899be [2021-02-04T20:13:44.572Z] ---> b6d4ec68049c [2021-02-04T20:13:44.572Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T20:13:44.572Z] ---> f0e5a986ff4d [2021-02-04T20:13:44.572Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T20:13:44.844Z] ---> Running in 7f817e481c27 [2021-02-04T20:13:44.844Z] Removing intermediate container ae1bc3905cdf [2021-02-04T20:13:44.844Z] ---> 4e3deaba2441 [2021-02-04T20:13:44.844Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T20:13:45.119Z] ---> Running in c086b89f88e3 [2021-02-04T20:13:45.119Z] Removing intermediate container 59f9cac075f3 [2021-02-04T20:13:45.119Z] ---> 4ad7fdf368e9 [2021-02-04T20:13:45.119Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T20:13:45.396Z] Removing intermediate container 7f817e481c27 [2021-02-04T20:13:45.396Z] ---> 817677ff884c [2021-02-04T20:13:45.396Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T20:13:45.672Z] ---> Running in 8754c30a6e1d [2021-02-04T20:13:45.672Z] ---> 677a4e132ab6 [2021-02-04T20:13:45.672Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T20:13:45.946Z] ---> Running in 3609757616af [2021-02-04T20:13:45.947Z] Removing intermediate container c086b89f88e3 [2021-02-04T20:13:45.947Z] ---> 3d2ab3c94a16 [2021-02-04T20:13:45.947Z] Step 21/22 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:13:46.545Z] ---> Running in 73b4146a0f5c [2021-02-04T20:13:46.545Z] Removing intermediate container 8754c30a6e1d [2021-02-04T20:13:46.545Z] ---> eff48a210325 [2021-02-04T20:13:46.545Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T20:13:46.545Z] ---> 89d33e835797 [2021-02-04T20:13:46.545Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T20:13:46.826Z] Removing intermediate container 3609757616af [2021-02-04T20:13:46.826Z] ---> de633cd5b3dc [2021-02-04T20:13:46.826Z] Step 21/22 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:13:46.826Z] ---> Running in 56d1a34fd786 [2021-02-04T20:13:47.102Z] ---> Running in dd08a4628457 [2021-02-04T20:13:47.102Z] Removing intermediate container 73b4146a0f5c [2021-02-04T20:13:47.102Z] ---> 4eedfcf60794 [2021-02-04T20:13:47.102Z] Step 22/22 : LABEL version=2.0.0-dev.76 [2021-02-04T20:13:47.375Z] ---> 306d87f00a1f [2021-02-04T20:13:47.375Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T20:13:47.375Z] ---> Running in f11d01602d7d [2021-02-04T20:13:47.652Z] Removing intermediate container 56d1a34fd786 [2021-02-04T20:13:47.652Z] ---> 5f4b36b55001 [2021-02-04T20:13:47.652Z] Step 22/23 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:13:47.652Z] ---> 1220fbc6fb26 [2021-02-04T20:13:47.652Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T20:13:47.652Z] ---> Running in fd171fce0fe3 [2021-02-04T20:13:47.927Z] Removing intermediate container dd08a4628457 [2021-02-04T20:13:47.927Z] ---> f1d39725e813 [2021-02-04T20:13:47.927Z] Step 22/22 : LABEL version=2.0.0-dev.76 [2021-02-04T20:13:48.214Z] ---> Running in 0164e63d8edf [2021-02-04T20:13:48.214Z] Removing intermediate container f11d01602d7d [2021-02-04T20:13:48.214Z] ---> 3642c523f7b8 [2021-02-04T20:13:48.214Z] [2021-02-04T20:13:48.487Z] Successfully built 3642c523f7b8 [2021-02-04T20:13:48.756Z] ---> 16930b545a54 [2021-02-04T20:13:48.756Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T20:13:48.756Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T20:13:48.756Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-02-04T20:13:48.756Z] Removing intermediate container fd171fce0fe3 [2021-02-04T20:13:48.756Z] ---> 0fb7a23035b2 [2021-02-04T20:13:48.756Z] Step 23/23 : LABEL version=2.0.0-dev.76 [2021-02-04T20:13:49.026Z] ---> Running in e9cd94cb28d6 [2021-02-04T20:13:49.026Z] ---> Running in bcdd568a0053 [2021-02-04T20:13:49.026Z] Removing intermediate container 0164e63d8edf [2021-02-04T20:13:49.026Z] ---> 4d91490fd46b [2021-02-04T20:13:49.026Z] [2021-02-04T20:13:49.026Z] ---> d9d7f3bb5981 [2021-02-04T20:13:49.026Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T20:13:49.632Z] Successfully built 4d91490fd46b [2021-02-04T20:13:49.632Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T20:13:49.632Z] Building docker-security-secretstore-setup-go [2021-02-04T20:13:49.632Z] Removing intermediate container bcdd568a0053 [2021-02-04T20:13:49.632Z]  Building docker-support-scheduler-go ... done  ---> 96e0404a85ab [2021-02-04T20:13:49.632Z] [2021-02-04T20:13:49.918Z] Removing intermediate container e9cd94cb28d6 [2021-02-04T20:13:49.918Z] ---> 8aec37d91c34 [2021-02-04T20:13:49.918Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T20:13:49.918Z] Successfully built 96e0404a85ab [2021-02-04T20:13:49.918Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T20:13:50.195Z]  Building docker-core-command-go ... done  ---> Running in fe857ecbe618 [2021-02-04T20:13:50.195Z] Building docker-core-data-go [2021-02-04T20:13:50.195Z] ---> 656fd697ddf2 [2021-02-04T20:13:50.195Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T20:13:50.467Z] ---> Running in a090518dc7b1 [2021-02-04T20:13:50.738Z] Removing intermediate container fe857ecbe618 [2021-02-04T20:13:50.738Z] ---> 722302e99de2 [2021-02-04T20:13:50.738Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T20:13:51.010Z] ---> Running in 97555c66d3f8 [2021-02-04T20:13:51.310Z] Removing intermediate container a090518dc7b1 [2021-02-04T20:13:51.310Z] ---> 8337f64af92f [2021-02-04T20:13:51.310Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T20:13:51.603Z] Removing intermediate container 97555c66d3f8 [2021-02-04T20:13:51.603Z] ---> 807cfa37f5cf [2021-02-04T20:13:51.603Z] Step 22/23 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:13:52.211Z] ---> Running in 2a9a28af4fff [2021-02-04T20:13:53.655Z] ---> 66ad76813d1f [2021-02-04T20:13:53.655Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T20:13:54.252Z] Removing intermediate container 2a9a28af4fff [2021-02-04T20:13:54.252Z] ---> 5ddf4a5c07d8 [2021-02-04T20:13:54.252Z] Step 23/23 : LABEL version=2.0.0-dev.76 [2021-02-04T20:13:55.236Z] ---> Running in 5ec486bcab4d [2021-02-04T20:13:55.839Z] ---> Running in b50a1c532f83 [2021-02-04T20:13:56.833Z] Removing intermediate container b50a1c532f83 [2021-02-04T20:13:56.833Z] ---> 8c91aec1bdd5 [2021-02-04T20:13:56.833Z] [2021-02-04T20:13:57.111Z] Successfully built 8c91aec1bdd5 [2021-02-04T20:13:57.386Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T20:13:57.386Z] Building docker-sys-mgmt-agent-go [2021-02-04T20:13:58.377Z]  Building docker-core-metadata-go ... done Removing intermediate container 5ec486bcab4d [2021-02-04T20:13:58.377Z] ---> f910ed4f2a5f [2021-02-04T20:13:58.377Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T20:13:58.975Z] ---> Running in 0acfbed96bd2 [2021-02-04T20:13:59.567Z] Removing intermediate container 0acfbed96bd2 [2021-02-04T20:13:59.567Z] ---> 6b4240a2267a [2021-02-04T20:13:59.567Z] Step 28/31 : CMD ["gate"] [2021-02-04T20:13:59.840Z] ---> Running in d93d2b5fd65e [2021-02-04T20:14:00.438Z] Removing intermediate container d93d2b5fd65e [2021-02-04T20:14:00.438Z] ---> 3fda62131599 [2021-02-04T20:14:00.438Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T20:14:00.708Z] ---> Running in dd2a36726a30 [2021-02-04T20:14:01.304Z] Removing intermediate container dd2a36726a30 [2021-02-04T20:14:01.304Z] ---> a02ee6813616 [2021-02-04T20:14:01.304Z] Step 30/31 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:14:01.574Z] ---> Running in 03137e9f4999 [2021-02-04T20:14:02.164Z] Removing intermediate container 03137e9f4999 [2021-02-04T20:14:02.164Z] ---> 283ce8e08222 [2021-02-04T20:14:02.164Z] Step 31/31 : LABEL version=2.0.0-dev.76 [2021-02-04T20:14:02.753Z] ---> Running in 07162cf24c6d [2021-02-04T20:14:03.347Z] Removing intermediate container 07162cf24c6d [2021-02-04T20:14:03.347Z] ---> 13a8f33a47c7 [2021-02-04T20:14:03.347Z] [2021-02-04T20:14:03.619Z] Successfully built 13a8f33a47c7 [2021-02-04T20:14:03.619Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T20:14:17.612Z] ---> 0c015ebea889 [2021-02-04T20:14:17.612Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T20:14:17.612Z] ---> 53f3b5ba7875 [2021-02-04T20:14:17.612Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T20:14:17.612Z] ---> f0e10d143683 [2021-02-04T20:14:17.612Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T20:14:17.612Z] ---> fae6297b8119 [2021-02-04T20:14:17.612Z] ---> ee5d15c6ccdb [2021-02-04T20:14:17.612Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T20:14:17.612Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T20:14:17.612Z] ---> Running in c16ee5fa0fab [2021-02-04T20:14:17.612Z] ---> Running in 6391c9d7ddb4 [2021-02-04T20:14:17.612Z] ---> Running in fd345ca980cc [2021-02-04T20:14:17.612Z] ---> Running in a46096c276a9 [2021-02-04T20:14:17.612Z] ---> Running in 353c6be3392f [2021-02-04T20:14:17.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T20:14:17.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T20:14:17.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T20:14:17.930Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T20:14:17.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T20:14:25.803Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:14:25.803Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:14:25.803Z] ---> d74040b7f426 [2021-02-04T20:14:25.803Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T20:14:25.803Z] ---> Using cache [2021-02-04T20:14:25.803Z] ---> cc07e951d142 [2021-02-04T20:14:25.803Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:14:25.803Z] ---> Using cache [2021-02-04T20:14:25.803Z] ---> 95741522d0ff [2021-02-04T20:14:25.803Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T20:14:25.803Z] ---> Using cache [2021-02-04T20:14:25.803Z] ---> 0b356edb2965 [2021-02-04T20:14:25.803Z] Step 6/21 : COPY go.mod . [2021-02-04T20:14:25.803Z] ---> Using cache [2021-02-04T20:14:25.803Z] ---> 5ca7485db29c [2021-02-04T20:14:25.803Z] Step 7/21 : RUN go mod download [2021-02-04T20:14:25.803Z] ---> Using cache [2021-02-04T20:14:25.803Z] ---> 0b99285fce89 [2021-02-04T20:14:25.803Z] Step 8/21 : COPY . . [2021-02-04T20:14:25.803Z] ---> Using cache [2021-02-04T20:14:25.803Z] ---> f992d6e3cbff [2021-02-04T20:14:25.803Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T20:14:25.803Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:14:25.803Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:14:25.803Z] ---> d74040b7f426 [2021-02-04T20:14:25.803Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T20:14:25.803Z] ---> Using cache [2021-02-04T20:14:25.803Z] ---> cc07e951d142 [2021-02-04T20:14:25.803Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:14:25.803Z] ---> Using cache [2021-02-04T20:14:25.803Z] ---> 95741522d0ff [2021-02-04T20:14:25.803Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T20:14:25.803Z] ---> Using cache [2021-02-04T20:14:25.803Z] ---> 0b356edb2965 [2021-02-04T20:14:25.803Z] Step 6/24 : COPY go.mod . [2021-02-04T20:14:25.803Z] ---> Using cache [2021-02-04T20:14:25.803Z] ---> 5ca7485db29c [2021-02-04T20:14:25.803Z] Step 7/24 : RUN go mod download [2021-02-04T20:14:25.803Z] ---> Using cache [2021-02-04T20:14:25.803Z] ---> 0b99285fce89 [2021-02-04T20:14:25.803Z] Step 8/24 : COPY . . [2021-02-04T20:14:25.803Z] ---> Using cache [2021-02-04T20:14:25.803Z] ---> f992d6e3cbff [2021-02-04T20:14:25.803Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T20:14:25.803Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:14:25.803Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:14:25.803Z] ---> d74040b7f426 [2021-02-04T20:14:25.803Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T20:14:25.803Z] ---> Using cache [2021-02-04T20:14:25.803Z] ---> cc07e951d142 [2021-02-04T20:14:25.803Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:14:25.803Z] ---> Using cache [2021-02-04T20:14:25.803Z] ---> 95741522d0ff [2021-02-04T20:14:25.803Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T20:14:26.803Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:14:26.803Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:14:26.803Z] ---> d74040b7f426 [2021-02-04T20:14:26.803Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T20:14:26.803Z] ---> Using cache [2021-02-04T20:14:26.803Z] ---> cc07e951d142 [2021-02-04T20:14:26.803Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:14:26.803Z] ---> Using cache [2021-02-04T20:14:26.803Z] ---> 95741522d0ff [2021-02-04T20:14:26.803Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T20:14:28.794Z] ---> Running in 92ad660908f2 [2021-02-04T20:14:28.794Z] ---> Running in 1cb470d1002c [2021-02-04T20:14:28.794Z] ---> Running in 84626419c3da [2021-02-04T20:14:28.794Z] ---> Running in 5990ef1396b3 [2021-02-04T20:14:30.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:14:30.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:14:30.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T20:14:30.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T20:14:31.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:14:31.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:14:32.384Z] OK: 217 MiB in 51 packages [2021-02-04T20:14:32.384Z] OK: 217 MiB in 51 packages [2021-02-04T20:14:34.398Z] Removing intermediate container 92ad660908f2 [2021-02-04T20:14:34.398Z] ---> 9b1354a7afd7 [2021-02-04T20:14:34.398Z] Step 6/23 : COPY go.mod . [2021-02-04T20:14:34.673Z] Removing intermediate container 84626419c3da [2021-02-04T20:14:34.673Z] ---> faad21a7a474 [2021-02-04T20:14:34.673Z] Step 6/26 : COPY go.mod . [2021-02-04T20:14:35.668Z] ---> bf5c9fdf4a24 [2021-02-04T20:14:35.668Z] Step 7/23 : RUN go mod download [2021-02-04T20:14:35.943Z] ---> Running in 24bf50b168e9 [2021-02-04T20:14:35.943Z] ---> 24d292128858 [2021-02-04T20:14:35.943Z] Step 7/26 : RUN go mod download [2021-02-04T20:14:36.222Z] ---> Running in f6a6a4d885ed [2021-02-04T20:14:41.673Z] Removing intermediate container 24bf50b168e9 [2021-02-04T20:14:41.673Z] ---> b36e4b566400 [2021-02-04T20:14:41.673Z] Step 8/23 : COPY . . [2021-02-04T20:14:41.673Z] Removing intermediate container f6a6a4d885ed [2021-02-04T20:14:41.673Z] ---> 4fd8a3870510 [2021-02-04T20:14:41.673Z] Step 8/26 : COPY . . [2021-02-04T20:15:03.918Z] ---> 47e5129a9669 [2021-02-04T20:15:03.918Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T20:15:03.918Z] ---> 410d82b07a58 [2021-02-04T20:15:03.918Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T20:15:03.918Z] ---> Running in 44f0f3b85525 [2021-02-04T20:15:03.918Z] ---> Running in 382908f080f4 [2021-02-04T20:15:03.918Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T20:15:03.918Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T20:15:05.503Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T20:15:05.503Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T20:15:05.503Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T20:15:14.259Z] Removing intermediate container 6391c9d7ddb4 [2021-02-04T20:15:14.259Z] ---> 6bead607e3ae [2021-02-04T20:15:14.259Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T20:15:14.553Z] ---> Running in 9ebfab790f7b [2021-02-04T20:15:17.483Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T20:15:19.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T20:15:20.483Z] Removing intermediate container fd345ca980cc [2021-02-04T20:15:20.483Z] ---> 5b48cb28a08d [2021-02-04T20:15:20.483Z] [2021-02-04T20:15:20.483Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T20:15:20.483Z] 3.12: Pulling from library/alpine [2021-02-04T20:15:20.483Z] Removing intermediate container c16ee5fa0fab [2021-02-04T20:15:20.483Z] ---> a8d66d403f14 [2021-02-04T20:15:20.483Z] [2021-02-04T20:15:20.483Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T20:15:20.483Z] 3.12: Pulling from library/alpine [2021-02-04T20:15:21.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T20:15:22.495Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T20:15:22.495Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T20:15:22.495Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T20:15:22.495Z] ---> 389fef711851 [2021-02-04T20:15:22.495Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T20:15:22.495Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T20:15:22.495Z] ---> 389fef711851 [2021-02-04T20:15:22.495Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T20:15:22.495Z] Removing intermediate container a46096c276a9 [2021-02-04T20:15:22.495Z] ---> 93dd5cdfe992 [2021-02-04T20:15:22.495Z] [2021-02-04T20:15:22.495Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T20:15:22.495Z] ---> 389fef711851 [2021-02-04T20:15:22.495Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T20:15:22.495Z] ---> Running in 915614e6426a [2021-02-04T20:15:22.495Z] ---> Running in 9e1417c0b46c [2021-02-04T20:15:22.772Z] ---> Running in 9a3238f02a8b [2021-02-04T20:15:23.051Z] Removing intermediate container 9ebfab790f7b [2021-02-04T20:15:23.051Z] ---> 046c1c920304 [2021-02-04T20:15:23.051Z] [2021-02-04T20:15:23.051Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T20:15:23.382Z] 20.10.0: Pulling from library/docker [2021-02-04T20:15:23.681Z] Removing intermediate container 9a3238f02a8b [2021-02-04T20:15:23.681Z] ---> ba786886dec6 [2021-02-04T20:15:23.681Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T20:15:23.990Z] ---> Running in 9725a7783654 [2021-02-04T20:15:24.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:15:24.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:15:24.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:15:24.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:15:25.060Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T20:15:25.060Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T20:15:25.060Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T20:15:25.060Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T20:15:25.060Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T20:15:25.060Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T20:15:25.060Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T20:15:25.060Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T20:15:25.060Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T20:15:25.060Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:15:25.060Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:15:25.060Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T20:15:25.060Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T20:15:25.352Z] OK: 7 MiB in 19 packages [2021-02-04T20:15:25.352Z] OK: 7 MiB in 18 packages [2021-02-04T20:15:25.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:15:25.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:15:25.920Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T20:15:25.920Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T20:15:25.920Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:15:25.920Z] OK: 6 MiB in 16 packages [2021-02-04T20:15:30.436Z] Removing intermediate container 353c6be3392f [2021-02-04T20:15:30.436Z] ---> b809bc296d80 [2021-02-04T20:15:30.436Z] [2021-02-04T20:15:30.436Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T20:15:30.436Z] ---> 389fef711851 [2021-02-04T20:15:30.436Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T20:15:30.436Z] ---> Running in ff28bba58fb2 [2021-02-04T20:15:30.720Z] Removing intermediate container 915614e6426a [2021-02-04T20:15:30.720Z] ---> c1222330d23a [2021-02-04T20:15:30.720Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T20:15:30.720Z] Removing intermediate container 9725a7783654 [2021-02-04T20:15:30.720Z] ---> fbc7b64ef203 [2021-02-04T20:15:30.720Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T20:15:30.720Z] Removing intermediate container 9e1417c0b46c [2021-02-04T20:15:30.720Z] ---> 283c2565372f [2021-02-04T20:15:30.720Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T20:15:30.720Z] Removing intermediate container ff28bba58fb2 [2021-02-04T20:15:30.720Z] ---> c18bfe703756 [2021-02-04T20:15:30.720Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T20:15:31.017Z] ---> Running in 9094ad350225 [2021-02-04T20:15:31.017Z] ---> Running in f59728107263 [2021-02-04T20:15:31.017Z] ---> Running in 825f7c5317c6 [2021-02-04T20:15:31.312Z] ---> Running in b702a5a529ec [2021-02-04T20:15:31.582Z] Removing intermediate container 9094ad350225 [2021-02-04T20:15:31.582Z] ---> 9d3347703bef [2021-02-04T20:15:31.582Z] Step 13/21 : WORKDIR /edgex [2021-02-04T20:15:31.582Z] Removing intermediate container f59728107263 [2021-02-04T20:15:31.582Z] ---> fc1060cf9c23 [2021-02-04T20:15:31.582Z] Step 13/24 : WORKDIR / [2021-02-04T20:15:31.852Z] ---> Running in f5837149ab54 [2021-02-04T20:15:31.852Z] Removing intermediate container 825f7c5317c6 [2021-02-04T20:15:31.852Z] ---> 03c16361f779 [2021-02-04T20:15:31.852Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T20:15:31.852Z] ---> Running in 03b2533ea2b0 [2021-02-04T20:15:31.852Z] Removing intermediate container b702a5a529ec [2021-02-04T20:15:31.852Z] ---> cc5276f06a3b [2021-02-04T20:15:31.852Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T20:15:32.138Z] ---> Running in 03f6c459cc3f [2021-02-04T20:15:32.138Z] ---> Running in 96368c6f8d0b [2021-02-04T20:15:32.409Z] Removing intermediate container f5837149ab54 [2021-02-04T20:15:32.409Z] ---> 5e42516cb3e6 [2021-02-04T20:15:32.410Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T20:15:32.693Z] Removing intermediate container 03b2533ea2b0 [2021-02-04T20:15:32.693Z] ---> ef0060148206 [2021-02-04T20:15:32.693Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-04T20:15:32.693Z] Removing intermediate container 03f6c459cc3f [2021-02-04T20:15:32.693Z] ---> 5517df00e43e [2021-02-04T20:15:32.693Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T20:15:32.984Z] Removing intermediate container 96368c6f8d0b [2021-02-04T20:15:32.984Z] ---> 6a219faf061c [2021-02-04T20:15:32.984Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:15:32.984Z] ---> Running in 5bd7a6883499 [2021-02-04T20:15:33.292Z] ---> Running in 61f30d2e623e [2021-02-04T20:15:33.573Z] ---> f09180df83f1 [2021-02-04T20:15:33.573Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-04T20:15:33.573Z] ---> e7597ae417de [2021-02-04T20:15:33.573Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T20:15:34.601Z] ---> d2f95e80df0b [2021-02-04T20:15:34.601Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T20:15:35.650Z] ---> 2bfd8aba119f [2021-02-04T20:15:35.650Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T20:15:35.650Z] ---> f80757693265 [2021-02-04T20:15:35.650Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T20:15:36.282Z] Removing intermediate container 5bd7a6883499 [2021-02-04T20:15:36.283Z] ---> 8c459a779953 [2021-02-04T20:15:36.283Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T20:15:36.645Z] Removing intermediate container 61f30d2e623e [2021-02-04T20:15:36.645Z] ---> 9098fb897a78 [2021-02-04T20:15:36.645Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T20:15:36.645Z] ---> Running in 7b245ff37378 [2021-02-04T20:15:36.645Z] ---> Running in a2f4c91e34aa [2021-02-04T20:15:36.936Z] ---> f7704cc9ba78 [2021-02-04T20:15:36.936Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T20:15:36.936Z] ---> 5fac07fa54d5 [2021-02-04T20:15:36.936Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T20:15:37.071Z] Removing intermediate container 1cb470d1002c [2021-02-04T20:15:37.072Z] ---> 368e18441cc9 [2021-02-04T20:15:37.072Z] [2021-02-04T20:15:37.072Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T20:15:37.072Z] ---> afeebe901d6b [2021-02-04T20:15:37.072Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T20:15:37.072Z] ---> Running in 53d29c2638a2 [2021-02-04T20:15:37.246Z] ---> Running in 6fae023da422 [2021-02-04T20:15:37.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:15:37.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:15:37.538Z] Removing intermediate container 7b245ff37378 [2021-02-04T20:15:37.538Z] ---> a6c620a232c8 [2021-02-04T20:15:37.538Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T20:15:37.832Z] Removing intermediate container 6fae023da422 [2021-02-04T20:15:37.832Z] ---> e04b520a08d0 [2021-02-04T20:15:37.832Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T20:15:38.352Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T20:15:38.352Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T20:15:38.352Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T20:15:38.352Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T20:15:38.352Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T20:15:38.352Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:15:38.352Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T20:15:38.630Z] OK: 7 MiB in 19 packages [2021-02-04T20:15:38.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:15:38.907Z] Removing intermediate container 5990ef1396b3 [2021-02-04T20:15:38.907Z] ---> dcfb49882f47 [2021-02-04T20:15:38.907Z] [2021-02-04T20:15:38.907Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T20:15:38.907Z] ---> afeebe901d6b [2021-02-04T20:15:38.907Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T20:15:39.167Z] ---> Running in 5a43d3364060 [2021-02-04T20:15:39.183Z] ---> Running in be9925a7a075 [2021-02-04T20:15:39.473Z] ---> 7410cb55776a [2021-02-04T20:15:39.473Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T20:15:39.473Z] ---> 3947fc3d3611 [2021-02-04T20:15:39.473Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T20:15:39.765Z] ---> Running in 137ef1bc5f78 [2021-02-04T20:15:39.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:15:39.765Z] Removing intermediate container 5a43d3364060 [2021-02-04T20:15:39.765Z] ---> 51876a297668 [2021-02-04T20:15:39.765Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T20:15:40.065Z] ---> f05a575d6897 [2021-02-04T20:15:40.065Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-04T20:15:40.065Z] ---> Running in ee6e3816b372 [2021-02-04T20:15:40.343Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T20:15:40.343Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T20:15:40.647Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T20:15:40.647Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T20:15:40.647Z] ---> Running in b4c2e76c8de8 [2021-02-04T20:15:40.949Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T20:15:40.949Z] Removing intermediate container ee6e3816b372 [2021-02-04T20:15:40.949Z] ---> 8edd6d7ad123 [2021-02-04T20:15:40.949Z] Step 20/21 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:15:40.949Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T20:15:41.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:15:41.238Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:15:41.238Z] OK: 8 MiB in 20 packages [2021-02-04T20:15:41.238Z] ---> Running in fd96fbc3071b [2021-02-04T20:15:41.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:15:41.462Z] Removing intermediate container 53d29c2638a2 [2021-02-04T20:15:41.462Z] ---> 685dcb2dbc29 [2021-02-04T20:15:41.462Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T20:15:41.744Z] ---> Running in 819fa4c4f168 [2021-02-04T20:15:41.937Z] Removing intermediate container fd96fbc3071b [2021-02-04T20:15:41.937Z] ---> 9c8c86dc65e5 [2021-02-04T20:15:41.937Z] Step 21/21 : LABEL version=2.0.0-dev.76 [2021-02-04T20:15:41.937Z] ---> Running in 7f5b590d2821 [2021-02-04T20:15:42.027Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T20:15:42.027Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T20:15:42.027Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T20:15:42.027Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T20:15:42.027Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:15:42.027Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T20:15:42.215Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T20:15:42.215Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T20:15:42.215Z] ---> aefe523efa57 [2021-02-04T20:15:42.215Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T20:15:42.304Z] Removing intermediate container 819fa4c4f168 [2021-02-04T20:15:42.304Z] ---> 742510a1cb6c [2021-02-04T20:15:42.304Z] Step 13/24 : WORKDIR / [2021-02-04T20:15:42.304Z] OK: 7 MiB in 18 packages [2021-02-04T20:15:42.503Z] ---> Running in 72fe42415e30 [2021-02-04T20:15:42.582Z] ---> Running in 736104969ed6 [2021-02-04T20:15:42.817Z] Removing intermediate container a2f4c91e34aa [2021-02-04T20:15:42.818Z] ---> e6fdfe30cbea [2021-02-04T20:15:42.818Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T20:15:42.818Z] Removing intermediate container 137ef1bc5f78 [2021-02-04T20:15:42.818Z] ---> 671012a5b0b3 [2021-02-04T20:15:42.818Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T20:15:42.818Z] Removing intermediate container 7f5b590d2821 [2021-02-04T20:15:42.818Z] ---> 61b80d6c1bd7 [2021-02-04T20:15:42.818Z] [2021-02-04T20:15:43.162Z] Removing intermediate container b4c2e76c8de8 [2021-02-04T20:15:43.162Z] ---> 8be361530eb9 [2021-02-04T20:15:43.162Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T20:15:43.162Z] ---> Running in 489cc6011e36 [2021-02-04T20:15:43.562Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:15:43.562Z] ---> 9a435c9d5be1 [2021-02-04T20:15:43.562Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T20:15:43.562Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:15:43.562Z] ---> acb9efd859f7 [2021-02-04T20:15:43.562Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T20:15:43.562Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T20:15:43.575Z] Removing intermediate container 736104969ed6 [2021-02-04T20:15:43.575Z] ---> 41d15719536b [2021-02-04T20:15:43.575Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-04T20:15:44.190Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T20:15:44.190Z] Executing bash-5.0.17-r0.post-install [2021-02-04T20:15:44.190Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:15:44.190Z] Successfully built 61b80d6c1bd7 [2021-02-04T20:15:44.190Z] OK: 12 MiB in 22 packages [2021-02-04T20:15:44.190Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T20:15:44.190Z] Building docker-support-scheduler-go [2021-02-04T20:15:44.701Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 489cc6011e36 [2021-02-04T20:15:44.701Z] ---> 5dd99051d059 [2021-02-04T20:15:44.701Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T20:15:44.701Z] ---> Running in 4c7251e0a775 [2021-02-04T20:15:45.034Z] ---> 21d9fd8414eb [2021-02-04T20:15:45.034Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-04T20:15:45.034Z] Removing intermediate container be9925a7a075 [2021-02-04T20:15:45.034Z] ---> 921cd0e584ca [2021-02-04T20:15:45.034Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T20:15:45.167Z] ---> 0491843c2433 [2021-02-04T20:15:45.167Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T20:15:45.167Z] ---> fa7a8e855310 [2021-02-04T20:15:45.167Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T20:15:45.313Z] ---> Running in 73b2f48f97ed [2021-02-04T20:15:45.822Z] Removing intermediate container 4c7251e0a775 [2021-02-04T20:15:45.822Z] ---> 9f7564d6ee57 [2021-02-04T20:15:45.822Z] Step 23/24 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:15:45.822Z] Removing intermediate container 72fe42415e30 [2021-02-04T20:15:45.822Z] ---> 30acec98bdbc [2021-02-04T20:15:45.822Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T20:15:45.822Z] ---> 9744d314b040 [2021-02-04T20:15:45.822Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T20:15:46.121Z] ---> Running in 6ccb4e8b7de2 [2021-02-04T20:15:46.310Z] Removing intermediate container 73b2f48f97ed [2021-02-04T20:15:46.310Z] ---> cda42c3e5d0f [2021-02-04T20:15:46.310Z] Step 13/21 : WORKDIR /edgex [2021-02-04T20:15:46.310Z] ---> ccbb97c086b1 [2021-02-04T20:15:46.310Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T20:15:46.595Z] ---> Running in 303a739d319d [2021-02-04T20:15:47.593Z] Removing intermediate container 303a739d319d [2021-02-04T20:15:47.593Z] ---> 78d1e00b1d67 [2021-02-04T20:15:47.593Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T20:15:47.593Z] ---> 5f048e4c27f5 [2021-02-04T20:15:47.593Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T20:15:48.122Z] ---> Running in 202570276b38 [2021-02-04T20:15:48.122Z] ---> d5817b35a258 [2021-02-04T20:15:48.122Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T20:15:48.412Z] Removing intermediate container 6ccb4e8b7de2 [2021-02-04T20:15:48.412Z] ---> 50d73deb322b [2021-02-04T20:15:48.412Z] Step 24/24 : LABEL version=2.0.0-dev.76 [2021-02-04T20:15:48.412Z] ---> Running in a3bc2883f957 [2021-02-04T20:15:48.412Z] ---> a5143d7fbd52 [2021-02-04T20:15:48.412Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T20:15:48.412Z] ---> Running in 4ce5378b1fa9 [2021-02-04T20:15:48.702Z] Removing intermediate container 202570276b38 [2021-02-04T20:15:48.702Z] ---> 08bd8d814877 [2021-02-04T20:15:48.702Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T20:15:48.702Z] ---> Running in 52bb70f76d6e [2021-02-04T20:15:48.983Z] Removing intermediate container a3bc2883f957 [2021-02-04T20:15:48.983Z] ---> ed2a78870d1b [2021-02-04T20:15:48.984Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T20:15:48.984Z] ---> bf68a52dd129 [2021-02-04T20:15:48.984Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T20:15:48.984Z] Removing intermediate container 4ce5378b1fa9 [2021-02-04T20:15:48.984Z] ---> d05a27d26f84 [2021-02-04T20:15:48.984Z] [2021-02-04T20:15:48.984Z] ---> Running in d1b10b5fe62a [2021-02-04T20:15:49.058Z] ---> e69869951db3 [2021-02-04T20:15:49.058Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T20:15:49.577Z] ---> Running in 6a604cf2e078 [2021-02-04T20:15:49.663Z] ---> ccbc7430cdb0 [2021-02-04T20:15:49.663Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T20:15:49.878Z] Successfully built d05a27d26f84 [2021-02-04T20:15:49.878Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T20:15:49.878Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-02-04T20:15:50.911Z] Removing intermediate container 52bb70f76d6e [2021-02-04T20:15:50.911Z] ---> 78cddf3ac001 [2021-02-04T20:15:50.911Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T20:15:50.911Z] Removing intermediate container d1b10b5fe62a [2021-02-04T20:15:50.911Z] ---> 3e1486e0cfa3 [2021-02-04T20:15:50.911Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T20:15:51.153Z] ---> ddc05cbd7dd1 [2021-02-04T20:15:51.153Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T20:15:51.764Z] ---> b91e472ec646 [2021-02-04T20:15:51.764Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T20:15:51.930Z] ---> Running in 77e1e8d161f2 [2021-02-04T20:15:51.930Z] ---> Running in 2b5773cfed74 [2021-02-04T20:15:52.256Z] Removing intermediate container 6a604cf2e078 [2021-02-04T20:15:52.256Z] ---> 693ec78c6ff1 [2021-02-04T20:15:52.256Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T20:15:53.210Z] ---> a94fc12728c7 [2021-02-04T20:15:53.210Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T20:15:53.278Z] Removing intermediate container 2b5773cfed74 [2021-02-04T20:15:53.279Z] ---> 30f09dbf0f34 [2021-02-04T20:15:53.279Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T20:15:53.279Z] Removing intermediate container 77e1e8d161f2 [2021-02-04T20:15:53.279Z] ---> 43f859d5acd5 [2021-02-04T20:15:53.279Z] Step 22/23 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:15:53.279Z] ---> Running in f0523c4d113e [2021-02-04T20:15:53.492Z] ---> 70cf5e717666 [2021-02-04T20:15:53.492Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-04T20:15:53.492Z] ---> Running in 8759f3e74848 [2021-02-04T20:15:53.571Z] ---> b2349a87560e [2021-02-04T20:15:53.571Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T20:15:53.770Z] ---> Running in cd64abfce570 [2021-02-04T20:15:54.383Z] Removing intermediate container 8759f3e74848 [2021-02-04T20:15:54.383Z] ---> 0491ae88be74 [2021-02-04T20:15:54.383Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T20:15:54.662Z] ---> Running in c8fde5eda6f6 [2021-02-04T20:15:55.269Z] ---> Running in 9e71dbb3da50 [2021-02-04T20:15:55.667Z] Removing intermediate container c8fde5eda6f6 [2021-02-04T20:15:55.667Z] ---> f2ed2c1e8730 [2021-02-04T20:15:55.667Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T20:15:55.667Z] ---> Running in a0a67d750cba [2021-02-04T20:15:56.501Z] Removing intermediate container f0523c4d113e [2021-02-04T20:15:56.501Z] ---> c9fc226589ce [2021-02-04T20:15:56.501Z] Step 23/23 : LABEL version=2.0.0-dev.76 [2021-02-04T20:15:56.501Z] ---> b2e022dfcc88 [2021-02-04T20:15:56.501Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T20:15:56.674Z] Removing intermediate container a0a67d750cba [2021-02-04T20:15:56.674Z] ---> 5f50d38a72bd [2021-02-04T20:15:56.674Z] Step 20/21 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:15:56.674Z] ---> Running in eb5ed69686f7 [2021-02-04T20:15:57.677Z] Removing intermediate container eb5ed69686f7 [2021-02-04T20:15:57.677Z] Removing intermediate container cd64abfce570 [2021-02-04T20:15:57.677Z] ---> 9010cd232307 [2021-02-04T20:15:57.677Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T20:15:57.677Z] ---> a6fa063f2255 [2021-02-04T20:15:57.677Z] Step 21/21 : LABEL version=2.0.0-dev.76 [2021-02-04T20:15:57.955Z] ---> Running in 936708ec7e7c [2021-02-04T20:15:57.959Z] ---> Running in 40276a31b552 [2021-02-04T20:15:57.959Z] ---> Running in 7011aa53bbb7 [2021-02-04T20:15:58.573Z] Removing intermediate container 40276a31b552 [2021-02-04T20:15:58.573Z] ---> 784314d7a51f [2021-02-04T20:15:58.573Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T20:15:58.608Z] ---> b358c26abc7e [2021-02-04T20:15:58.608Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T20:15:58.608Z] Removing intermediate container 936708ec7e7c [2021-02-04T20:15:58.608Z] ---> 8fc73b4333f2 [2021-02-04T20:15:58.608Z] [2021-02-04T20:15:58.859Z] Removing intermediate container 7011aa53bbb7 [2021-02-04T20:15:58.859Z] ---> b27583bbfa34 [2021-02-04T20:15:58.859Z] [2021-02-04T20:15:58.859Z] ---> Running in 6319dc0ffe9d [2021-02-04T20:15:59.475Z] Successfully built b27583bbfa34 [2021-02-04T20:15:59.475Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T20:15:59.637Z] Successfully built 8fc73b4333f2 [2021-02-04T20:15:59.637Z] Successfully tagged docker-core-data-go:latest [2021-02-04T20:15:59.637Z] Building docker-core-metadata-go [2021-02-04T20:15:59.767Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6319dc0ffe9d [2021-02-04T20:15:59.767Z] ---> 2c6fff533957 [2021-02-04T20:15:59.767Z] Step 23/24 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:15:59.767Z] ---> Running in 9b2448e9c885 [2021-02-04T20:15:59.922Z]  Building docker-core-data-go ... done  ---> be02e98c3efa [2021-02-04T20:15:59.922Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T20:16:00.206Z] ---> Running in f23c624be3bc [2021-02-04T20:16:00.378Z] Removing intermediate container 9b2448e9c885 [2021-02-04T20:16:00.378Z] ---> 3bae7f954cce [2021-02-04T20:16:00.378Z] Step 24/24 : LABEL version=2.0.0-dev.76 [2021-02-04T20:16:00.663Z] ---> Running in cee6d94cd222 [2021-02-04T20:16:01.273Z] Removing intermediate container cee6d94cd222 [2021-02-04T20:16:01.273Z] ---> 7ce1761d75e3 [2021-02-04T20:16:01.273Z] [2021-02-04T20:16:01.670Z] Removing intermediate container 9e71dbb3da50 [2021-02-04T20:16:01.671Z] ---> 5bc9cb3f31ce [2021-02-04T20:16:01.671Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T20:16:01.884Z] Successfully built 7ce1761d75e3 [2021-02-04T20:16:01.884Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T20:16:03.870Z] ---> Running in 4ee7eaa92497 [2021-02-04T20:16:04.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:16:04.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:16:04.783Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T20:16:04.783Z] Removing intermediate container 4ee7eaa92497 [2021-02-04T20:16:04.783Z] ---> af338e6944f3 [2021-02-04T20:16:04.783Z] Step 28/31 : CMD ["gate"] [2021-02-04T20:16:04.783Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T20:16:04.783Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T20:16:04.783Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T20:16:05.076Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T20:16:05.076Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T20:16:05.076Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T20:16:05.743Z] ---> Running in a8125c060762 [2021-02-04T20:16:10.203Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 382908f080f4 [2021-02-04T20:16:10.203Z] ---> 7e6bc4a5e8d6 [2021-02-04T20:16:10.203Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T20:16:10.479Z] ---> Running in c172cacac5e3 [2021-02-04T20:16:10.878Z] Removing intermediate container a8125c060762 [2021-02-04T20:16:10.878Z] ---> f02a14900004 [2021-02-04T20:16:10.878Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T20:16:10.878Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T20:16:10.878Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T20:16:10.878Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T20:16:10.878Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T20:16:10.878Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T20:16:10.878Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T20:16:11.406Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T20:16:11.466Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T20:16:11.863Z] ---> Running in 4ccd2202faca [2021-02-04T20:16:11.863Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T20:16:11.863Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T20:16:12.318Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T20:16:13.120Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T20:16:13.120Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T20:16:13.120Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T20:16:13.497Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T20:16:13.497Z] Removing intermediate container 4ccd2202faca [2021-02-04T20:16:13.497Z] ---> 2427b9900759 [2021-02-04T20:16:13.497Z] Step 30/31 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:16:14.018Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T20:16:14.018Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T20:16:14.358Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T20:16:14.358Z] ---> Running in 535c937222cb [2021-02-04T20:16:14.358Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T20:16:14.358Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T20:16:14.878Z] Removing intermediate container c172cacac5e3 [2021-02-04T20:16:14.878Z] ---> 11da4c3dbe15 [2021-02-04T20:16:14.878Z] [2021-02-04T20:16:14.878Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T20:16:14.878Z] 20.10.0: Pulling from library/docker [2021-02-04T20:16:15.261Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T20:16:15.261Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T20:16:15.261Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T20:16:15.261Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T20:16:15.974Z] Removing intermediate container 535c937222cb [2021-02-04T20:16:15.974Z] ---> 951b758cb855 [2021-02-04T20:16:15.974Z] Step 31/31 : LABEL version=2.0.0-dev.76 [2021-02-04T20:16:15.974Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T20:16:16.325Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T20:16:16.325Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T20:16:16.966Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:16:17.595Z] OK: 71 MiB in 55 packages [2021-02-04T20:16:17.595Z] ---> Running in 8f022242e6c5 [2021-02-04T20:16:19.183Z] Removing intermediate container 8f022242e6c5 [2021-02-04T20:16:19.183Z] ---> 7fdee403a4a2 [2021-02-04T20:16:19.183Z] [2021-02-04T20:16:21.412Z] Successfully built 7fdee403a4a2 [2021-02-04T20:16:21.412Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T20:16:21.412Z] Building docker-core-command-go [2021-02-04T20:16:25.056Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T20:16:25.056Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T20:16:25.056Z] ---> eeaf43b92773 [2021-02-04T20:16:25.056Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T20:16:25.056Z] Removing intermediate container 44f0f3b85525 [2021-02-04T20:16:25.056Z] ---> 7db48830801f [2021-02-04T20:16:25.056Z] [2021-02-04T20:16:25.056Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T20:16:25.056Z] ---> afeebe901d6b [2021-02-04T20:16:25.056Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T20:16:25.056Z] ---> Running in 2f020ade9d87 [2021-02-04T20:16:25.056Z] ---> Running in 508d135e6225 [2021-02-04T20:16:25.056Z] Removing intermediate container 508d135e6225 [2021-02-04T20:16:25.056Z] ---> 791d77e23312 [2021-02-04T20:16:25.056Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T20:16:25.056Z] ---> Running in 8f779c7a228b [2021-02-04T20:16:25.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:16:25.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:16:25.330Z] Removing intermediate container 8f779c7a228b [2021-02-04T20:16:25.330Z] ---> 965cc1a097a5 [2021-02-04T20:16:25.330Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T20:16:25.604Z] ---> Running in 81b37706aca1 [2021-02-04T20:16:25.879Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T20:16:25.879Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T20:16:25.879Z] Executing bash-5.0.17-r0.post-install [2021-02-04T20:16:25.879Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:16:25.879Z] OK: 12 MiB in 22 packages [2021-02-04T20:16:26.153Z] Removing intermediate container 81b37706aca1 [2021-02-04T20:16:26.153Z] ---> 98c798cc4d9c [2021-02-04T20:16:26.153Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:16:26.153Z] ---> Running in 23fa612bb0c5 [2021-02-04T20:16:27.146Z] Removing intermediate container 2f020ade9d87 [2021-02-04T20:16:27.146Z] ---> 01a0902d404b [2021-02-04T20:16:27.146Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T20:16:27.421Z] ---> Running in c6db463e7de2 [2021-02-04T20:16:28.016Z] Removing intermediate container c6db463e7de2 [2021-02-04T20:16:28.016Z] ---> a562d285a318 [2021-02-04T20:16:28.016Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T20:16:28.298Z] ---> Running in e820daff7290 [2021-02-04T20:16:28.570Z] Removing intermediate container e820daff7290 [2021-02-04T20:16:28.570Z] ---> 15f2a32a05b1 [2021-02-04T20:16:28.570Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T20:16:28.844Z] ---> Running in 05b92d4ff7d6 [2021-02-04T20:16:28.844Z] Removing intermediate container 23fa612bb0c5 [2021-02-04T20:16:28.844Z] ---> 3263edd6fe99 [2021-02-04T20:16:28.844Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T20:16:29.121Z] ---> Running in dd5a1a0b4ede [2021-02-04T20:16:29.407Z] Removing intermediate container 05b92d4ff7d6 [2021-02-04T20:16:29.407Z] ---> b5451282d76d [2021-02-04T20:16:29.407Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T20:16:30.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:16:30.664Z] ---> 183466f01cab [2021-02-04T20:16:30.664Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T20:16:30.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:16:31.541Z] ---> b640b22f8842 [2021-02-04T20:16:31.542Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T20:16:31.818Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T20:16:32.093Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T20:16:32.093Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T20:16:32.094Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T20:16:32.094Z] ---> 9569e3ccd78c [2021-02-04T20:16:32.094Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T20:16:32.375Z] ---> Running in 85aaa96398a0 [2021-02-04T20:16:32.375Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T20:16:32.653Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T20:16:32.653Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:16:32.653Z] OK: 8 MiB in 20 packages [2021-02-04T20:16:33.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:16:33.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:16:33.918Z] Removing intermediate container dd5a1a0b4ede [2021-02-04T20:16:33.918Z] ---> 35602536d670 [2021-02-04T20:16:33.918Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T20:16:34.195Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T20:16:34.195Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T20:16:34.195Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T20:16:34.195Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T20:16:34.195Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T20:16:34.195Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T20:16:34.475Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T20:16:35.076Z] ---> 832591074df7 [2021-02-04T20:16:35.076Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T20:16:36.518Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T20:16:36.518Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T20:16:36.518Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T20:16:36.518Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T20:16:36.518Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T20:16:36.518Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T20:16:36.518Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T20:16:36.518Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T20:16:36.518Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T20:16:36.518Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T20:16:36.795Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T20:16:36.795Z] ---> edd4032ded8f [2021-02-04T20:16:36.795Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T20:16:36.795Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T20:16:36.795Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T20:16:36.795Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T20:16:36.795Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T20:16:36.795Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T20:16:36.795Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T20:16:36.795Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T20:16:36.795Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T20:16:36.795Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T20:16:36.795Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T20:16:37.074Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T20:16:37.074Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T20:16:37.074Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T20:16:37.074Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T20:16:37.074Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T20:16:37.074Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:16:37.074Z] OK: 71 MiB in 55 packages [2021-02-04T20:16:37.680Z] ---> 990da09f21f8 [2021-02-04T20:16:37.680Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T20:16:37.962Z] ---> Running in e11aba07b630 [2021-02-04T20:16:38.564Z] Removing intermediate container e11aba07b630 [2021-02-04T20:16:38.564Z] ---> d5c648a97f3e [2021-02-04T20:16:38.564Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T20:16:38.840Z] ---> Running in 53156325cae7 [2021-02-04T20:16:39.441Z] Removing intermediate container 53156325cae7 [2021-02-04T20:16:39.441Z] ---> 0c8998ded9fc [2021-02-04T20:16:39.441Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T20:16:39.441Z] ---> Running in fe542e1dfa20 [2021-02-04T20:16:40.045Z] Removing intermediate container fe542e1dfa20 [2021-02-04T20:16:40.045Z] ---> f1cf198021ff [2021-02-04T20:16:40.046Z] Step 22/23 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:16:40.326Z] ---> Running in 86ee8a70054b [2021-02-04T20:16:40.699Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:16:40.699Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:16:40.699Z] ---> 4297ce4b7957 [2021-02-04T20:16:40.699Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T20:16:40.699Z] ---> Using cache [2021-02-04T20:16:40.699Z] ---> 7d37d2ffe1fc [2021-02-04T20:16:40.699Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:16:40.699Z] ---> Using cache [2021-02-04T20:16:40.699Z] ---> 3dcdef76ba80 [2021-02-04T20:16:40.699Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T20:16:40.699Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:16:40.699Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:16:40.699Z] ---> 4297ce4b7957 [2021-02-04T20:16:40.700Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T20:16:40.700Z] ---> Using cache [2021-02-04T20:16:40.700Z] ---> 7d37d2ffe1fc [2021-02-04T20:16:40.700Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:16:40.700Z] ---> Using cache [2021-02-04T20:16:40.700Z] ---> 3dcdef76ba80 [2021-02-04T20:16:40.700Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T20:16:40.931Z] Removing intermediate container 86ee8a70054b [2021-02-04T20:16:40.932Z] ---> 085e296f4e93 [2021-02-04T20:16:40.932Z] Step 23/23 : LABEL version=2.0.0-dev.76 [2021-02-04T20:16:41.208Z] ---> Running in 5dbe0b6db601 [2021-02-04T20:16:41.774Z] ---> Running in 73c4ac4271ed [2021-02-04T20:16:41.774Z] ---> Running in 7c1e1d0c224a [2021-02-04T20:16:41.811Z] Removing intermediate container 5dbe0b6db601 [2021-02-04T20:16:41.811Z] ---> 9e47dcaaab76 [2021-02-04T20:16:41.811Z] [2021-02-04T20:16:42.410Z] Successfully built 9e47dcaaab76 [2021-02-04T20:16:42.410Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T20:16:43.021Z]  Building docker-core-data-go ... done Removing intermediate container 85aaa96398a0 [2021-02-04T20:16:43.021Z] ---> a5d5a81847a3 [2021-02-04T20:16:43.021Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T20:16:43.021Z] ---> Running in 2baabce32f7a [2021-02-04T20:16:45.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:16:45.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:16:45.812Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:16:45.812Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:16:45.812Z] ---> 4297ce4b7957 [2021-02-04T20:16:45.812Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T20:16:45.812Z] ---> Using cache [2021-02-04T20:16:45.812Z] ---> 7d37d2ffe1fc [2021-02-04T20:16:45.812Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:16:45.812Z] ---> Using cache [2021-02-04T20:16:45.812Z] ---> 3dcdef76ba80 [2021-02-04T20:16:45.812Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T20:16:46.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:16:46.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:16:46.539Z] ---> Running in 3d16e1d4685b [2021-02-04T20:16:47.253Z] OK: 233 MiB in 51 packages [2021-02-04T20:16:47.253Z] OK: 233 MiB in 51 packages [2021-02-04T20:16:48.509Z] Collecting docker-compose==1.23.2 [2021-02-04T20:16:48.509Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T20:16:48.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:16:49.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:16:49.484Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T20:16:49.484Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T20:16:50.080Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T20:16:50.080Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T20:16:50.080Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-04T20:16:50.168Z] OK: 233 MiB in 51 packages [2021-02-04T20:16:50.675Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T20:16:50.675Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T20:16:51.270Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T20:16:51.270Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T20:16:51.549Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T20:16:51.823Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T20:16:53.670Z] Removing intermediate container 7c1e1d0c224a [2021-02-04T20:16:53.670Z] ---> c6600bc02e50 [2021-02-04T20:16:53.670Z] Step 6/22 : COPY go.mod . [2021-02-04T20:16:53.789Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T20:16:53.790Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T20:16:55.011Z] Removing intermediate container 73c4ac4271ed [2021-02-04T20:16:55.011Z] ---> 140fcf3ab5f9 [2021-02-04T20:16:55.011Z] Step 6/22 : COPY go.mod . [2021-02-04T20:16:55.216Z] Collecting PyYAML<4,>=3.10 [2021-02-04T20:16:55.216Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T20:16:57.122Z] Removing intermediate container 3d16e1d4685b [2021-02-04T20:16:57.123Z] ---> c0b367433338 [2021-02-04T20:16:57.123Z] Step 6/23 : COPY go.mod . [2021-02-04T20:16:57.463Z] ---> 819a55ce91a9 [2021-02-04T20:16:57.463Z] Step 7/22 : RUN go mod download [2021-02-04T20:16:57.463Z] ---> 0c2dc1dbd622 [2021-02-04T20:16:57.463Z] Step 7/22 : RUN go mod download [2021-02-04T20:16:57.790Z] ---> Running in f630b3a1c30c [2021-02-04T20:16:57.829Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T20:16:57.829Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T20:16:58.142Z] ---> Running in 1548960baa2f [2021-02-04T20:16:58.751Z] ---> ef85825987b5 [2021-02-04T20:16:58.751Z] Step 7/23 : RUN go mod download [2021-02-04T20:16:59.377Z] ---> Running in 298dc8b67238 [2021-02-04T20:16:59.799Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T20:17:00.070Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T20:17:01.498Z] 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) [2021-02-04T20:17:02.093Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T20:17:02.365Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T20:17:02.365Z] 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) [2021-02-04T20:17:02.636Z] Collecting idna<2.8,>=2.5 [2021-02-04T20:17:02.636Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T20:17:02.907Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T20:17:03.178Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T20:17:03.178Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T20:17:03.178Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T20:17:03.178Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T20:17:03.178Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T20:17:04.151Z] Installing collected packages: urllib3, idna, requests, cached-property, websocket-client, jsonschema, dockerpty, docker-pycreds, docker, PyYAML, docopt, texttable, docker-compose [2021-02-04T20:17:04.151Z] Attempting uninstall: urllib3 [2021-02-04T20:17:04.151Z] Found existing installation: urllib3 1.25.9 [2021-02-04T20:17:04.151Z] Uninstalling urllib3-1.25.9: [2021-02-04T20:17:04.151Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T20:17:04.744Z] Attempting uninstall: idna [2021-02-04T20:17:04.744Z] Found existing installation: idna 2.9 [2021-02-04T20:17:04.744Z] Uninstalling idna-2.9: [2021-02-04T20:17:04.744Z] Successfully uninstalled idna-2.9 [2021-02-04T20:17:05.339Z] Attempting uninstall: requests [2021-02-04T20:17:05.339Z] Found existing installation: requests 2.23.0 [2021-02-04T20:17:05.339Z] Uninstalling requests-2.23.0: [2021-02-04T20:17:05.612Z] Successfully uninstalled requests-2.23.0 [2021-02-04T20:17:06.600Z] Running setup.py install for dockerpty: started [2021-02-04T20:17:08.040Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T20:17:08.088Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T20:17:08.088Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T20:17:08.088Z] ---> 4297ce4b7957 [2021-02-04T20:17:08.088Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T20:17:08.088Z] ---> Using cache [2021-02-04T20:17:08.088Z] ---> 7d37d2ffe1fc [2021-02-04T20:17:08.088Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T20:17:08.088Z] ---> Using cache [2021-02-04T20:17:08.088Z] ---> 3dcdef76ba80 [2021-02-04T20:17:08.088Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T20:17:08.088Z] ---> Using cache [2021-02-04T20:17:08.088Z] ---> c0b367433338 [2021-02-04T20:17:08.088Z] Step 6/23 : COPY go.mod . [2021-02-04T20:17:08.088Z] ---> Using cache [2021-02-04T20:17:08.088Z] ---> ef85825987b5 [2021-02-04T20:17:08.088Z] Step 7/23 : RUN go mod download [2021-02-04T20:17:08.088Z] ---> Running in a98e7b8046d2 [2021-02-04T20:17:08.366Z] Removing intermediate container f630b3a1c30c [2021-02-04T20:17:08.366Z] ---> c89788d15996 [2021-02-04T20:17:08.366Z] Step 8/22 : COPY . . [2021-02-04T20:17:08.964Z] Removing intermediate container 1548960baa2f [2021-02-04T20:17:08.964Z] ---> 342f8ef2ad5f [2021-02-04T20:17:08.964Z] Step 8/22 : COPY . . [2021-02-04T20:17:09.018Z] Running setup.py install for PyYAML: started [2021-02-04T20:17:09.343Z] Removing intermediate container 298dc8b67238 [2021-02-04T20:17:09.343Z] ---> 0bba7d4a184d [2021-02-04T20:17:09.343Z] Step 8/23 : COPY . . [2021-02-04T20:17:10.988Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T20:17:10.988Z] Running setup.py install for docopt: started [2021-02-04T20:17:12.959Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T20:17:12.959Z] Running setup.py install for texttable: started [2021-02-04T20:17:14.389Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T20:17:15.366Z] 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 [2021-02-04T20:17:17.629Z] Removing intermediate container f23c624be3bc [2021-02-04T20:17:17.629Z] ---> 42ba5ce5bfda [2021-02-04T20:17:17.629Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T20:17:17.913Z] Removing intermediate container a98e7b8046d2 [2021-02-04T20:17:17.913Z] ---> af1dc825a937 [2021-02-04T20:17:17.913Z] Step 8/23 : COPY . . [2021-02-04T20:17:17.913Z] ---> Running in 14a5bfe179aa [2021-02-04T20:17:18.744Z] Removing intermediate container 2baabce32f7a [2021-02-04T20:17:18.744Z] ---> d8ee4f6ecdb8 [2021-02-04T20:17:18.744Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T20:17:19.018Z] ---> Running in de6c1ae5974d [2021-02-04T20:17:19.997Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T20:17:20.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T20:17:20.870Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T20:17:20.870Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T20:17:20.871Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T20:17:20.871Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:17:20.871Z] OK: 71 MiB in 58 packages [2021-02-04T20:17:21.862Z] Removing intermediate container de6c1ae5974d [2021-02-04T20:17:21.862Z] ---> a8f4a2bd4eaf [2021-02-04T20:17:21.862Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T20:17:22.140Z] ---> Running in 1a6a1dcb551f [2021-02-04T20:17:22.415Z] Removing intermediate container 1a6a1dcb551f [2021-02-04T20:17:22.415Z] ---> 0430e7efff12 [2021-02-04T20:17:22.415Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T20:17:22.692Z] ---> Running in 000363ddd5f2 [2021-02-04T20:17:23.291Z] Removing intermediate container 000363ddd5f2 [2021-02-04T20:17:23.291Z] ---> ef0c83a355a4 [2021-02-04T20:17:23.291Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T20:17:23.291Z] ---> Running in 538a3f50ecf4 [2021-02-04T20:17:23.887Z] Removing intermediate container 538a3f50ecf4 [2021-02-04T20:17:23.887Z] ---> 95e4c418e512 [2021-02-04T20:17:23.887Z] Step 25/26 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:17:23.887Z] ---> Running in 3d5f979baebb [2021-02-04T20:17:24.483Z] Removing intermediate container 3d5f979baebb [2021-02-04T20:17:24.483Z] ---> 5c2a71fd6ef8 [2021-02-04T20:17:24.483Z] Step 26/26 : LABEL version=2.0.0-dev.76 [2021-02-04T20:17:24.483Z] ---> Running in e1d55a723bf3 [2021-02-04T20:17:24.758Z] Removing intermediate container e1d55a723bf3 [2021-02-04T20:17:24.758Z] ---> a7ca71244c1f [2021-02-04T20:17:24.758Z] [2021-02-04T20:17:25.354Z] Successfully built a7ca71244c1f [2021-02-04T20:17:25.354Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T20:17:25.371Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T20:17:25.410Z] $ docker stop --time=1 446b59d38a8269c60b71d2acbc6773e0a4be9e0655b9f50024fab1e69909fed1 [2021-02-04T20:17:27.314Z] $ docker rm -f 446b59d38a8269c60b71d2acbc6773e0a4be9e0655b9f50024fab1e69909fed1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T20:17:27.995Z] + + grepdocker docker images [2021-02-04T20:17:27.995Z] [2021-02-04T20:17:28.268Z] docker-sys-mgmt-agent-go-arm64 latest a7ca71244c1f 4 seconds ago 300MB [2021-02-04T20:17:28.268Z] docker-core-data-go-arm64 latest 9e47dcaaab76 47 seconds ago 21MB [2021-02-04T20:17:28.268Z] docker-security-secretstore-setup-go-arm64 latest 7ce1761d75e3 About a minute ago 23.4MB [2021-02-04T20:17:28.268Z] docker-security-proxy-setup-go-arm64 latest b27583bbfa34 About a minute ago 23.2MB [2021-02-04T20:17:28.268Z] docker-security-bootstrapper-go-arm64 latest 13a8f33a47c7 3 minutes ago 22.6MB [2021-02-04T20:17:28.268Z] docker-core-metadata-go-arm64 latest 8c91aec1bdd5 3 minutes ago 17.7MB [2021-02-04T20:17:28.268Z] docker-core-command-go-arm64 latest 96e0404a85ab 3 minutes ago 16MB [2021-02-04T20:17:28.268Z] docker-support-scheduler-go-arm64 latest 4d91490fd46b 3 minutes ago 16.1MB [2021-02-04T20:17:28.268Z] docker-support-notifications-go-arm64 latest 3642c523f7b8 3 minutes ago 16.7MB [2021-02-04T20:17:28.268Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T20:17:28.993Z] provisioning config files... [2021-02-04T20:17:29.032Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/341@tmp/config1936865589276243548tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T20:17:29.449Z] ---> docker-login.sh [2021-02-04T20:17:29.449Z] nexus3.edgexfoundry.org:10001 [2021-02-04T20:17:29.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:17:29.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:17:29.994Z] Configure a credential helper to remove this warning. See [2021-02-04T20:17:29.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:17:29.994Z] [2021-02-04T20:17:29.994Z] Login Succeeded [2021-02-04T20:17:29.994Z] nexus3.edgexfoundry.org:10002 [2021-02-04T20:17:30.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:17:30.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:17:30.539Z] Configure a credential helper to remove this warning. See [2021-02-04T20:17:30.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:17:30.539Z] [2021-02-04T20:17:30.539Z] Login Succeeded [2021-02-04T20:17:30.539Z] nexus3.edgexfoundry.org:10003 [2021-02-04T20:17:30.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:17:31.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:17:31.084Z] Configure a credential helper to remove this warning. See [2021-02-04T20:17:31.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:17:31.084Z] [2021-02-04T20:17:31.084Z] Login Succeeded [2021-02-04T20:17:31.084Z] nexus3.edgexfoundry.org:10004 [2021-02-04T20:17:31.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:17:31.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:17:31.684Z] Configure a credential helper to remove this warning. See [2021-02-04T20:17:31.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:17:31.684Z] [2021-02-04T20:17:31.684Z] Login Succeeded [2021-02-04T20:17:31.684Z] docker.io [2021-02-04T20:17:31.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:17:32.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:17:32.560Z] Configure a credential helper to remove this warning. See [2021-02-04T20:17:32.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:17:32.560Z] [2021-02-04T20:17:32.560Z] Login Succeeded [2021-02-04T20:17:32.560Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T20:17:32.575Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:17:32.835Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-04T20:17:32.835Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:17:32.835Z] 2.0.0-dev.76 [2021-02-04T20:17:32.835Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:17:32.835Z] master [2021-02-04T20:17:32.835Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:33.374Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:33.707Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:17:33.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-04T20:17:33.707Z] a755b30698ee: Preparing [2021-02-04T20:17:33.707Z] afc9c4571aac: Preparing [2021-02-04T20:17:33.707Z] 5c20b00901ee: Preparing [2021-02-04T20:17:33.707Z] 858c275e2b01: Preparing [2021-02-04T20:17:33.707Z] 379067d0cb53: Preparing [2021-02-04T20:17:33.979Z] 379067d0cb53: Layer already exists [2021-02-04T20:17:33.980Z] 858c275e2b01: Pushed [2021-02-04T20:17:33.980Z] 5c20b00901ee: Pushed [2021-02-04T20:17:33.980Z] a755b30698ee: Pushed [2021-02-04T20:17:36.581Z] afc9c4571aac: Pushed [2021-02-04T20:17:36.850Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:def1059b34d62804da334898d4c3a9d814acab149ba18c67eb2ee25939c81366 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:37.187Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:37.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.76 [2021-02-04T20:17:37.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-04T20:17:37.521Z] a755b30698ee: Preparing [2021-02-04T20:17:37.521Z] afc9c4571aac: Preparing [2021-02-04T20:17:37.521Z] 5c20b00901ee: Preparing [2021-02-04T20:17:37.521Z] 858c275e2b01: Preparing [2021-02-04T20:17:37.521Z] 379067d0cb53: Preparing [2021-02-04T20:17:37.521Z] 5c20b00901ee: Layer already exists [2021-02-04T20:17:37.521Z] afc9c4571aac: Layer already exists [2021-02-04T20:17:37.521Z] 858c275e2b01: Layer already exists [2021-02-04T20:17:37.521Z] 379067d0cb53: Layer already exists [2021-02-04T20:17:37.801Z] a755b30698ee: Layer already exists [2021-02-04T20:17:37.801Z] 2.0.0-dev.76: digest: sha256:def1059b34d62804da334898d4c3a9d814acab149ba18c67eb2ee25939c81366 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:38.157Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:38.517Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:17:38.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-04T20:17:38.517Z] a755b30698ee: Preparing [2021-02-04T20:17:38.517Z] afc9c4571aac: Preparing [2021-02-04T20:17:38.517Z] 5c20b00901ee: Preparing [2021-02-04T20:17:38.517Z] 858c275e2b01: Preparing [2021-02-04T20:17:38.517Z] 379067d0cb53: Preparing [2021-02-04T20:17:38.517Z] 379067d0cb53: Layer already exists [2021-02-04T20:17:38.517Z] 5c20b00901ee: Layer already exists [2021-02-04T20:17:38.517Z] afc9c4571aac: Layer already exists [2021-02-04T20:17:38.517Z] 858c275e2b01: Layer already exists [2021-02-04T20:17:38.517Z] a755b30698ee: Layer already exists [2021-02-04T20:17:38.792Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:def1059b34d62804da334898d4c3a9d814acab149ba18c67eb2ee25939c81366 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:39.160Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:39.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-04T20:17:39.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-04T20:17:39.521Z] a755b30698ee: Preparing [2021-02-04T20:17:39.521Z] afc9c4571aac: Preparing [2021-02-04T20:17:39.521Z] 5c20b00901ee: Preparing [2021-02-04T20:17:39.521Z] 858c275e2b01: Preparing [2021-02-04T20:17:39.521Z] 379067d0cb53: Preparing [2021-02-04T20:17:39.521Z] 379067d0cb53: Layer already exists [2021-02-04T20:17:39.521Z] afc9c4571aac: Layer already exists [2021-02-04T20:17:39.521Z] 858c275e2b01: Layer already exists [2021-02-04T20:17:39.793Z] a755b30698ee: Layer already exists [2021-02-04T20:17:39.793Z] 5c20b00901ee: Layer already exists [2021-02-04T20:17:39.793Z] master: digest: sha256:def1059b34d62804da334898d4c3a9d814acab149ba18c67eb2ee25939c81366 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:17:40.026Z] ===================================================== [Pipeline] echo [2021-02-04T20:17:40.082Z] taggedImages: [2021-02-04T20:17:40.083Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:17:40.083Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.76 [2021-02-04T20:17:40.083Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:17:40.083Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-04T20:17:40.184Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-04T20:17:40.184Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:17:40.184Z] 2.0.0-dev.76 [2021-02-04T20:17:40.184Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:17:40.184Z] master [2021-02-04T20:17:40.184Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:40.887Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:41.216Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:17:41.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-04T20:17:41.216Z] 4fdecd393eb5: Preparing [2021-02-04T20:17:41.216Z] 04fe4bd9e797: Preparing [2021-02-04T20:17:41.216Z] 5c20b00901ee: Preparing [2021-02-04T20:17:41.216Z] 5d05e3e401d3: Preparing [2021-02-04T20:17:41.216Z] efc9af3de1bf: Preparing [2021-02-04T20:17:41.216Z] 379067d0cb53: Preparing [2021-02-04T20:17:41.216Z] 379067d0cb53: Waiting [2021-02-04T20:17:41.487Z] 5c20b00901ee: Layer already exists [2021-02-04T20:17:41.487Z] 379067d0cb53: Layer already exists [2021-02-04T20:17:41.487Z] efc9af3de1bf: Pushed [2021-02-04T20:17:41.487Z] 4fdecd393eb5: Pushed [2021-02-04T20:17:42.083Z] 5d05e3e401d3: Pushed [2021-02-04T20:17:44.684Z] 04fe4bd9e797: Pushed [2021-02-04T20:17:44.684Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:aa59659a77c01d55a2251608e8246ae7f980c2aaf6ac7fd6d9afd8fbf59acbf6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:45.017Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:45.347Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.76 [2021-02-04T20:17:45.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-04T20:17:45.347Z] 4fdecd393eb5: Preparing [2021-02-04T20:17:45.347Z] 04fe4bd9e797: Preparing [2021-02-04T20:17:45.347Z] 5c20b00901ee: Preparing [2021-02-04T20:17:45.347Z] 5d05e3e401d3: Preparing [2021-02-04T20:17:45.347Z] efc9af3de1bf: Preparing [2021-02-04T20:17:45.347Z] 379067d0cb53: Preparing [2021-02-04T20:17:45.347Z] 379067d0cb53: Waiting [2021-02-04T20:17:45.347Z] 04fe4bd9e797: Layer already exists [2021-02-04T20:17:45.347Z] 5d05e3e401d3: Layer already exists [2021-02-04T20:17:45.347Z] 4fdecd393eb5: Layer already exists [2021-02-04T20:17:45.347Z] 5c20b00901ee: Layer already exists [2021-02-04T20:17:45.347Z] efc9af3de1bf: Layer already exists [2021-02-04T20:17:45.347Z] 379067d0cb53: Layer already exists [2021-02-04T20:17:45.618Z] 2.0.0-dev.76: digest: sha256:aa59659a77c01d55a2251608e8246ae7f980c2aaf6ac7fd6d9afd8fbf59acbf6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:45.956Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:46.289Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:17:46.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-04T20:17:46.289Z] 4fdecd393eb5: Preparing [2021-02-04T20:17:46.289Z] 04fe4bd9e797: Preparing [2021-02-04T20:17:46.289Z] 5c20b00901ee: Preparing [2021-02-04T20:17:46.289Z] 5d05e3e401d3: Preparing [2021-02-04T20:17:46.289Z] efc9af3de1bf: Preparing [2021-02-04T20:17:46.289Z] 379067d0cb53: Preparing [2021-02-04T20:17:46.289Z] 379067d0cb53: Waiting [2021-02-04T20:17:46.289Z] 4fdecd393eb5: Layer already exists [2021-02-04T20:17:46.289Z] efc9af3de1bf: Layer already exists [2021-02-04T20:17:46.289Z] 5d05e3e401d3: Layer already exists [2021-02-04T20:17:46.289Z] 04fe4bd9e797: Layer already exists [2021-02-04T20:17:46.289Z] 5c20b00901ee: Layer already exists [2021-02-04T20:17:46.289Z] 379067d0cb53: Layer already exists [2021-02-04T20:17:46.558Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:aa59659a77c01d55a2251608e8246ae7f980c2aaf6ac7fd6d9afd8fbf59acbf6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:46.895Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:47.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-04T20:17:47.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-04T20:17:47.232Z] 4fdecd393eb5: Preparing [2021-02-04T20:17:47.232Z] 04fe4bd9e797: Preparing [2021-02-04T20:17:47.232Z] 5c20b00901ee: Preparing [2021-02-04T20:17:47.232Z] 5d05e3e401d3: Preparing [2021-02-04T20:17:47.232Z] efc9af3de1bf: Preparing [2021-02-04T20:17:47.232Z] 379067d0cb53: Preparing [2021-02-04T20:17:47.232Z] 379067d0cb53: Waiting [2021-02-04T20:17:47.232Z] efc9af3de1bf: Layer already exists [2021-02-04T20:17:47.232Z] 5c20b00901ee: Layer already exists [2021-02-04T20:17:47.232Z] 5d05e3e401d3: Layer already exists [2021-02-04T20:17:47.232Z] 04fe4bd9e797: Layer already exists [2021-02-04T20:17:47.503Z] 4fdecd393eb5: Layer already exists [2021-02-04T20:17:47.503Z] 379067d0cb53: Layer already exists [2021-02-04T20:17:47.503Z] master: digest: sha256:aa59659a77c01d55a2251608e8246ae7f980c2aaf6ac7fd6d9afd8fbf59acbf6 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:17:47.717Z] ===================================================== [Pipeline] echo [2021-02-04T20:17:47.774Z] taggedImages: [2021-02-04T20:17:47.774Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:17:47.774Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.76 [2021-02-04T20:17:47.774Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:17:47.774Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-04T20:17:47.850Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-04T20:17:47.850Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:17:47.850Z] 2.0.0-dev.76 [2021-02-04T20:17:47.850Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:17:47.850Z] master [2021-02-04T20:17:47.850Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:48.406Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:48.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:17:48.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-04T20:17:48.743Z] c83c27828a51: Preparing [2021-02-04T20:17:48.743Z] 06d01d0b06da: Preparing [2021-02-04T20:17:48.743Z] 5c20b00901ee: Preparing [2021-02-04T20:17:48.743Z] fc7ff7c3347a: Preparing [2021-02-04T20:17:48.743Z] 379067d0cb53: Preparing [2021-02-04T20:17:49.016Z] 379067d0cb53: Layer already exists [2021-02-04T20:17:49.016Z] 5c20b00901ee: Layer already exists [2021-02-04T20:17:49.016Z] c83c27828a51: Pushed [2021-02-04T20:17:49.016Z] fc7ff7c3347a: Pushed [2021-02-04T20:17:52.414Z] 06d01d0b06da: Pushed [2021-02-04T20:17:52.415Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:25758bd9691965bf067ab7521448a090a95fcb4ba4d3e97f55340410fa5382c6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:52.752Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:53.083Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.76 [2021-02-04T20:17:53.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-04T20:17:53.083Z] c83c27828a51: Preparing [2021-02-04T20:17:53.083Z] 06d01d0b06da: Preparing [2021-02-04T20:17:53.083Z] 5c20b00901ee: Preparing [2021-02-04T20:17:53.083Z] fc7ff7c3347a: Preparing [2021-02-04T20:17:53.083Z] 379067d0cb53: Preparing [2021-02-04T20:17:53.083Z] 379067d0cb53: Layer already exists [2021-02-04T20:17:53.083Z] 06d01d0b06da: Layer already exists [2021-02-04T20:17:53.354Z] c83c27828a51: Layer already exists [2021-02-04T20:17:53.354Z] 5c20b00901ee: Layer already exists [2021-02-04T20:17:53.354Z] fc7ff7c3347a: Layer already exists [2021-02-04T20:17:53.354Z] 2.0.0-dev.76: digest: sha256:25758bd9691965bf067ab7521448a090a95fcb4ba4d3e97f55340410fa5382c6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:53.692Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:54.026Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:17:54.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-04T20:17:54.026Z] c83c27828a51: Preparing [2021-02-04T20:17:54.026Z] 06d01d0b06da: Preparing [2021-02-04T20:17:54.026Z] 5c20b00901ee: Preparing [2021-02-04T20:17:54.026Z] fc7ff7c3347a: Preparing [2021-02-04T20:17:54.026Z] 379067d0cb53: Preparing [2021-02-04T20:17:54.026Z] fc7ff7c3347a: Layer already exists [2021-02-04T20:17:54.026Z] 379067d0cb53: Layer already exists [2021-02-04T20:17:54.026Z] c83c27828a51: Layer already exists [2021-02-04T20:17:54.026Z] 06d01d0b06da: Layer already exists [2021-02-04T20:17:54.026Z] 5c20b00901ee: Layer already exists [2021-02-04T20:17:54.295Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:25758bd9691965bf067ab7521448a090a95fcb4ba4d3e97f55340410fa5382c6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:54.629Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:54.959Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-04T20:17:54.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-04T20:17:54.959Z] c83c27828a51: Preparing [2021-02-04T20:17:54.959Z] 06d01d0b06da: Preparing [2021-02-04T20:17:54.959Z] 5c20b00901ee: Preparing [2021-02-04T20:17:54.959Z] fc7ff7c3347a: Preparing [2021-02-04T20:17:54.959Z] 379067d0cb53: Preparing [2021-02-04T20:17:54.959Z] fc7ff7c3347a: Layer already exists [2021-02-04T20:17:54.959Z] 379067d0cb53: Layer already exists [2021-02-04T20:17:54.959Z] c83c27828a51: Layer already exists [2021-02-04T20:17:54.959Z] 06d01d0b06da: Layer already exists [2021-02-04T20:17:54.959Z] 5c20b00901ee: Layer already exists [2021-02-04T20:17:55.229Z] master: digest: sha256:25758bd9691965bf067ab7521448a090a95fcb4ba4d3e97f55340410fa5382c6 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:17:55.472Z] ===================================================== [Pipeline] echo [2021-02-04T20:17:55.542Z] taggedImages: [2021-02-04T20:17:55.542Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:17:55.542Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.76 [2021-02-04T20:17:55.543Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:17:55.543Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-04T20:17:55.631Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-04T20:17:55.631Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:17:55.631Z] 2.0.0-dev.76 [2021-02-04T20:17:55.631Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:17:55.631Z] master [2021-02-04T20:17:55.631Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:56.162Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:56.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:17:56.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-04T20:17:56.507Z] d5876eec6fd2: Preparing [2021-02-04T20:17:56.507Z] d5876eec6fd2: Preparing [2021-02-04T20:17:56.507Z] 4c0a966f25b4: Preparing [2021-02-04T20:17:56.507Z] 3c6c571ed811: Preparing [2021-02-04T20:17:56.507Z] 96034d443d8b: Preparing [2021-02-04T20:17:56.507Z] 4eaab6276706: Preparing [2021-02-04T20:17:56.507Z] 5c20b00901ee: Preparing [2021-02-04T20:17:56.507Z] bf3a827dd19f: Preparing [2021-02-04T20:17:56.507Z] bf3a827dd19f: Preparing [2021-02-04T20:17:56.507Z] 49190b882f97: Preparing [2021-02-04T20:17:56.507Z] 5aebc7bc5696: Preparing [2021-02-04T20:17:56.507Z] 379067d0cb53: Preparing [2021-02-04T20:17:56.507Z] bf3a827dd19f: Waiting [2021-02-04T20:17:56.507Z] 49190b882f97: Waiting [2021-02-04T20:17:56.507Z] 5aebc7bc5696: Waiting [2021-02-04T20:17:56.507Z] 379067d0cb53: Waiting [2021-02-04T20:17:56.507Z] 5c20b00901ee: Waiting [2021-02-04T20:17:56.780Z] 4c0a966f25b4: Pushed [2021-02-04T20:17:56.780Z] 96034d443d8b: Pushed [2021-02-04T20:17:56.780Z] d5876eec6fd2: Pushed [2021-02-04T20:17:57.055Z] 5c20b00901ee: Layer already exists [2021-02-04T20:17:57.055Z] bf3a827dd19f: Pushed [2021-02-04T20:17:57.055Z] 49190b882f97: Pushed [2021-02-04T20:17:57.055Z] 5aebc7bc5696: Pushed [2021-02-04T20:17:57.055Z] 379067d0cb53: Layer already exists [2021-02-04T20:17:57.270Z] Collecting docker-compose==1.23.2 [2021-02-04T20:17:57.270Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T20:17:57.270Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T20:17:57.270Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T20:17:59.022Z] 3c6c571ed811: Pushed [2021-02-04T20:17:59.022Z] 4eaab6276706: Pushed [2021-02-04T20:17:59.022Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:a85400f00bfb0981532167c8346b9c76ab9ee239ca949e8443ee12f792b21f92 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:59.358Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:17:59.688Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.76 [2021-02-04T20:17:59.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-04T20:17:59.688Z] d5876eec6fd2: Preparing [2021-02-04T20:17:59.688Z] d5876eec6fd2: Preparing [2021-02-04T20:17:59.688Z] 4c0a966f25b4: Preparing [2021-02-04T20:17:59.688Z] 3c6c571ed811: Preparing [2021-02-04T20:17:59.688Z] 96034d443d8b: Preparing [2021-02-04T20:17:59.688Z] 4eaab6276706: Preparing [2021-02-04T20:17:59.688Z] 5c20b00901ee: Preparing [2021-02-04T20:17:59.688Z] bf3a827dd19f: Preparing [2021-02-04T20:17:59.688Z] bf3a827dd19f: Preparing [2021-02-04T20:17:59.688Z] 49190b882f97: Preparing [2021-02-04T20:17:59.688Z] 5aebc7bc5696: Preparing [2021-02-04T20:17:59.688Z] 379067d0cb53: Preparing [2021-02-04T20:17:59.688Z] 5c20b00901ee: Waiting [2021-02-04T20:17:59.688Z] bf3a827dd19f: Waiting [2021-02-04T20:17:59.688Z] 49190b882f97: Waiting [2021-02-04T20:17:59.688Z] 5aebc7bc5696: Waiting [2021-02-04T20:17:59.688Z] 379067d0cb53: Waiting [2021-02-04T20:17:59.956Z] 4c0a966f25b4: Layer already exists [2021-02-04T20:17:59.956Z] 96034d443d8b: Layer already exists [2021-02-04T20:17:59.956Z] d5876eec6fd2: Layer already exists [2021-02-04T20:17:59.956Z] 3c6c571ed811: Layer already exists [2021-02-04T20:17:59.956Z] 4eaab6276706: Layer already exists [2021-02-04T20:17:59.956Z] bf3a827dd19f: Layer already exists [2021-02-04T20:17:59.956Z] 379067d0cb53: Layer already exists [2021-02-04T20:17:59.956Z] 49190b882f97: Layer already exists [2021-02-04T20:17:59.956Z] 5c20b00901ee: Layer already exists [2021-02-04T20:17:59.956Z] 5aebc7bc5696: Layer already exists [2021-02-04T20:17:59.956Z] 2.0.0-dev.76: digest: sha256:a85400f00bfb0981532167c8346b9c76ab9ee239ca949e8443ee12f792b21f92 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:00.291Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:00.625Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:18:00.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-04T20:18:00.625Z] d5876eec6fd2: Preparing [2021-02-04T20:18:00.625Z] d5876eec6fd2: Preparing [2021-02-04T20:18:00.625Z] 4c0a966f25b4: Preparing [2021-02-04T20:18:00.625Z] 3c6c571ed811: Preparing [2021-02-04T20:18:00.625Z] 96034d443d8b: Preparing [2021-02-04T20:18:00.625Z] 4eaab6276706: Preparing [2021-02-04T20:18:00.625Z] 5c20b00901ee: Preparing [2021-02-04T20:18:00.625Z] bf3a827dd19f: Preparing [2021-02-04T20:18:00.625Z] bf3a827dd19f: Preparing [2021-02-04T20:18:00.625Z] 49190b882f97: Preparing [2021-02-04T20:18:00.625Z] 5aebc7bc5696: Preparing [2021-02-04T20:18:00.625Z] 379067d0cb53: Preparing [2021-02-04T20:18:00.625Z] 5c20b00901ee: Waiting [2021-02-04T20:18:00.625Z] bf3a827dd19f: Waiting [2021-02-04T20:18:00.625Z] 49190b882f97: Waiting [2021-02-04T20:18:00.625Z] 5aebc7bc5696: Waiting [2021-02-04T20:18:00.625Z] 379067d0cb53: Waiting [2021-02-04T20:18:00.625Z] 4eaab6276706: Layer already exists [2021-02-04T20:18:00.625Z] 4c0a966f25b4: Layer already exists [2021-02-04T20:18:00.625Z] d5876eec6fd2: Layer already exists [2021-02-04T20:18:00.625Z] 3c6c571ed811: Layer already exists [2021-02-04T20:18:00.625Z] 96034d443d8b: Layer already exists [2021-02-04T20:18:00.920Z] 5c20b00901ee: Layer already exists [2021-02-04T20:18:00.920Z] bf3a827dd19f: Layer already exists [2021-02-04T20:18:00.920Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:00.920Z] 49190b882f97: Layer already exists [2021-02-04T20:18:00.920Z] 5aebc7bc5696: Layer already exists [2021-02-04T20:18:00.920Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:a85400f00bfb0981532167c8346b9c76ab9ee239ca949e8443ee12f792b21f92 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:01.272Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:01.644Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-04T20:18:01.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-04T20:18:01.644Z] d5876eec6fd2: Preparing [2021-02-04T20:18:01.644Z] d5876eec6fd2: Preparing [2021-02-04T20:18:01.644Z] 4c0a966f25b4: Preparing [2021-02-04T20:18:01.644Z] 3c6c571ed811: Preparing [2021-02-04T20:18:01.644Z] 96034d443d8b: Preparing [2021-02-04T20:18:01.644Z] 4eaab6276706: Preparing [2021-02-04T20:18:01.644Z] 5c20b00901ee: Preparing [2021-02-04T20:18:01.644Z] bf3a827dd19f: Preparing [2021-02-04T20:18:01.644Z] bf3a827dd19f: Preparing [2021-02-04T20:18:01.644Z] 49190b882f97: Preparing [2021-02-04T20:18:01.644Z] 5aebc7bc5696: Preparing [2021-02-04T20:18:01.644Z] 379067d0cb53: Preparing [2021-02-04T20:18:01.644Z] 49190b882f97: Waiting [2021-02-04T20:18:01.644Z] 5aebc7bc5696: Waiting [2021-02-04T20:18:01.644Z] 5c20b00901ee: Waiting [2021-02-04T20:18:01.644Z] 379067d0cb53: Waiting [2021-02-04T20:18:01.644Z] bf3a827dd19f: Waiting [2021-02-04T20:18:01.925Z] 4c0a966f25b4: Layer already exists [2021-02-04T20:18:01.925Z] 3c6c571ed811: Layer already exists [2021-02-04T20:18:01.925Z] 96034d443d8b: Layer already exists [2021-02-04T20:18:01.925Z] d5876eec6fd2: Layer already exists [2021-02-04T20:18:01.925Z] 4eaab6276706: Layer already exists [2021-02-04T20:18:01.925Z] 5c20b00901ee: Layer already exists [2021-02-04T20:18:01.925Z] bf3a827dd19f: Layer already exists [2021-02-04T20:18:01.925Z] 49190b882f97: Layer already exists [2021-02-04T20:18:01.925Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:01.925Z] 5aebc7bc5696: Layer already exists [2021-02-04T20:18:01.925Z] master: digest: sha256:a85400f00bfb0981532167c8346b9c76ab9ee239ca949e8443ee12f792b21f92 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:18:02.172Z] ===================================================== [Pipeline] echo [2021-02-04T20:18:02.249Z] taggedImages: [2021-02-04T20:18:02.249Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:18:02.249Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.76 [2021-02-04T20:18:02.249Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:18:02.249Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-04T20:18:02.324Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-04T20:18:02.324Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:18:02.324Z] 2.0.0-dev.76 [2021-02-04T20:18:02.324Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:18:02.324Z] master [2021-02-04T20:18:02.324Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:02.838Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:03.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:18:03.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-04T20:18:03.166Z] 3e08965450c1: Preparing [2021-02-04T20:18:03.166Z] 791ec51ad2e6: Preparing [2021-02-04T20:18:03.166Z] 430f876ecb67: Preparing [2021-02-04T20:18:03.166Z] f8e97fa84746: Preparing [2021-02-04T20:18:03.166Z] e4d56c036ab1: Preparing [2021-02-04T20:18:03.166Z] 379067d0cb53: Preparing [2021-02-04T20:18:03.166Z] 379067d0cb53: Waiting [2021-02-04T20:18:03.351Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T20:18:03.351Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T20:18:03.758Z] 430f876ecb67: Pushed [2021-02-04T20:18:03.758Z] f8e97fa84746: Pushed [2021-02-04T20:18:03.758Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:04.030Z] e4d56c036ab1: Pushed [2021-02-04T20:18:05.458Z] 791ec51ad2e6: Pushed [2021-02-04T20:18:05.458Z] 3e08965450c1: Pushed [2021-02-04T20:18:05.728Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:36690c1e7b8352cd2c72a29299515509b81aa93c23ea464b464b739890809594 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:06.065Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:06.354Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T20:18:06.354Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T20:18:06.403Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.76 [2021-02-04T20:18:06.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-04T20:18:06.403Z] 3e08965450c1: Preparing [2021-02-04T20:18:06.403Z] 791ec51ad2e6: Preparing [2021-02-04T20:18:06.403Z] 430f876ecb67: Preparing [2021-02-04T20:18:06.403Z] f8e97fa84746: Preparing [2021-02-04T20:18:06.403Z] e4d56c036ab1: Preparing [2021-02-04T20:18:06.403Z] 379067d0cb53: Preparing [2021-02-04T20:18:06.403Z] 379067d0cb53: Waiting [2021-02-04T20:18:06.403Z] 3e08965450c1: Layer already exists [2021-02-04T20:18:06.403Z] 430f876ecb67: Layer already exists [2021-02-04T20:18:06.403Z] 791ec51ad2e6: Layer already exists [2021-02-04T20:18:06.403Z] e4d56c036ab1: Layer already exists [2021-02-04T20:18:06.403Z] f8e97fa84746: Layer already exists [2021-02-04T20:18:06.674Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:06.675Z] 2.0.0-dev.76: digest: sha256:36690c1e7b8352cd2c72a29299515509b81aa93c23ea464b464b739890809594 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:07.008Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:07.337Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-04T20:18:07.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:18:07.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-04T20:18:07.346Z] 3e08965450c1: Preparing [2021-02-04T20:18:07.346Z] 791ec51ad2e6: Preparing [2021-02-04T20:18:07.346Z] 430f876ecb67: Preparing [2021-02-04T20:18:07.346Z] f8e97fa84746: Preparing [2021-02-04T20:18:07.346Z] e4d56c036ab1: Preparing [2021-02-04T20:18:07.346Z] 379067d0cb53: Preparing [2021-02-04T20:18:07.346Z] 379067d0cb53: Waiting [2021-02-04T20:18:07.346Z] f8e97fa84746: Layer already exists [2021-02-04T20:18:07.346Z] 430f876ecb67: Layer already exists [2021-02-04T20:18:07.346Z] e4d56c036ab1: Layer already exists [2021-02-04T20:18:07.346Z] 3e08965450c1: Layer already exists [2021-02-04T20:18:07.346Z] 791ec51ad2e6: Layer already exists [2021-02-04T20:18:07.616Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:07.616Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:36690c1e7b8352cd2c72a29299515509b81aa93c23ea464b464b739890809594 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:07.954Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T20:18:07.954Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T20:18:07.956Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:08.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-04T20:18:08.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-04T20:18:08.286Z] 3e08965450c1: Preparing [2021-02-04T20:18:08.286Z] 791ec51ad2e6: Preparing [2021-02-04T20:18:08.286Z] 430f876ecb67: Preparing [2021-02-04T20:18:08.286Z] f8e97fa84746: Preparing [2021-02-04T20:18:08.286Z] e4d56c036ab1: Preparing [2021-02-04T20:18:08.286Z] 379067d0cb53: Preparing [2021-02-04T20:18:08.286Z] 379067d0cb53: Waiting [2021-02-04T20:18:08.286Z] 430f876ecb67: Layer already exists [2021-02-04T20:18:08.286Z] 791ec51ad2e6: Layer already exists [2021-02-04T20:18:08.286Z] f8e97fa84746: Layer already exists [2021-02-04T20:18:08.286Z] e4d56c036ab1: Layer already exists [2021-02-04T20:18:08.286Z] 3e08965450c1: Layer already exists [2021-02-04T20:18:08.554Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:08.554Z] master: digest: sha256:36690c1e7b8352cd2c72a29299515509b81aa93c23ea464b464b739890809594 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:18:08.764Z] ===================================================== [Pipeline] echo [2021-02-04T20:18:08.813Z] taggedImages: [2021-02-04T20:18:08.813Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:18:08.813Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.76 [2021-02-04T20:18:08.813Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:18:08.813Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-04T20:18:08.885Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-04T20:18:08.885Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:18:08.885Z] 2.0.0-dev.76 [2021-02-04T20:18:08.885Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:18:08.885Z] master [2021-02-04T20:18:08.885Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-02-04T20:18:09.027Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T20:18:09.027Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:09.335Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T20:18:09.335Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T20:18:09.486Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:09.818Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:18:09.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-04T20:18:09.818Z] f1299b7184b0: Preparing [2021-02-04T20:18:09.818Z] 5e8755ec785c: Preparing [2021-02-04T20:18:09.818Z] 4fe9cc139e13: Preparing [2021-02-04T20:18:09.818Z] 4aa357840875: Preparing [2021-02-04T20:18:09.818Z] 11384e906dac: Preparing [2021-02-04T20:18:09.818Z] 35a4d2b130f7: Preparing [2021-02-04T20:18:09.818Z] 2bd6d798f44b: Preparing [2021-02-04T20:18:09.818Z] 0fb70bf51e42: Preparing [2021-02-04T20:18:09.818Z] 379067d0cb53: Preparing [2021-02-04T20:18:09.818Z] 2bd6d798f44b: Waiting [2021-02-04T20:18:09.818Z] 0fb70bf51e42: Waiting [2021-02-04T20:18:09.818Z] 379067d0cb53: Waiting [2021-02-04T20:18:09.818Z] 35a4d2b130f7: Waiting [2021-02-04T20:18:10.092Z] 11384e906dac: Pushed [2021-02-04T20:18:10.093Z] f1299b7184b0: Pushed [2021-02-04T20:18:10.093Z] 5e8755ec785c: Pushed [2021-02-04T20:18:10.370Z] 35a4d2b130f7: Pushed [2021-02-04T20:18:10.370Z] 2bd6d798f44b: Pushed [2021-02-04T20:18:10.370Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:10.961Z] 0fb70bf51e42: Pushed [2021-02-04T20:18:12.386Z] 4aa357840875: Pushed [2021-02-04T20:18:12.386Z] 4fe9cc139e13: Pushed [2021-02-04T20:18:12.386Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:e139c52b4c4dda9ba8e4380d9759da794a948b035adf41246f23a66fee2dd1a8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:12.722Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:13.052Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.76 [2021-02-04T20:18:13.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-04T20:18:13.052Z] f1299b7184b0: Preparing [2021-02-04T20:18:13.052Z] 5e8755ec785c: Preparing [2021-02-04T20:18:13.052Z] 4fe9cc139e13: Preparing [2021-02-04T20:18:13.052Z] 4aa357840875: Preparing [2021-02-04T20:18:13.052Z] 11384e906dac: Preparing [2021-02-04T20:18:13.052Z] 35a4d2b130f7: Preparing [2021-02-04T20:18:13.052Z] 2bd6d798f44b: Preparing [2021-02-04T20:18:13.052Z] 0fb70bf51e42: Preparing [2021-02-04T20:18:13.052Z] 379067d0cb53: Preparing [2021-02-04T20:18:13.052Z] 2bd6d798f44b: Waiting [2021-02-04T20:18:13.053Z] 0fb70bf51e42: Waiting [2021-02-04T20:18:13.053Z] 379067d0cb53: Waiting [2021-02-04T20:18:13.053Z] 35a4d2b130f7: Waiting [2021-02-04T20:18:13.053Z] 4aa357840875: Layer already exists [2021-02-04T20:18:13.053Z] 4fe9cc139e13: Layer already exists [2021-02-04T20:18:13.053Z] f1299b7184b0: Layer already exists [2021-02-04T20:18:13.053Z] 11384e906dac: Layer already exists [2021-02-04T20:18:13.053Z] 5e8755ec785c: Layer already exists [2021-02-04T20:18:13.322Z] 2bd6d798f44b: Layer already exists [2021-02-04T20:18:13.322Z] 35a4d2b130f7: Layer already exists [2021-02-04T20:18:13.322Z] 0fb70bf51e42: Layer already exists [2021-02-04T20:18:13.322Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:13.322Z] 2.0.0-dev.76: digest: sha256:e139c52b4c4dda9ba8e4380d9759da794a948b035adf41246f23a66fee2dd1a8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:13.659Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:13.993Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:18:13.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-04T20:18:13.994Z] f1299b7184b0: Preparing [2021-02-04T20:18:13.994Z] 5e8755ec785c: Preparing [2021-02-04T20:18:13.994Z] 4fe9cc139e13: Preparing [2021-02-04T20:18:13.994Z] 4aa357840875: Preparing [2021-02-04T20:18:13.994Z] 11384e906dac: Preparing [2021-02-04T20:18:13.994Z] 35a4d2b130f7: Preparing [2021-02-04T20:18:13.994Z] 2bd6d798f44b: Preparing [2021-02-04T20:18:13.994Z] 0fb70bf51e42: Preparing [2021-02-04T20:18:13.994Z] 379067d0cb53: Preparing [2021-02-04T20:18:13.994Z] 35a4d2b130f7: Waiting [2021-02-04T20:18:13.994Z] 2bd6d798f44b: Waiting [2021-02-04T20:18:13.994Z] 0fb70bf51e42: Waiting [2021-02-04T20:18:13.994Z] 379067d0cb53: Waiting [2021-02-04T20:18:13.994Z] f1299b7184b0: Layer already exists [2021-02-04T20:18:13.994Z] 4aa357840875: Layer already exists [2021-02-04T20:18:13.994Z] 4fe9cc139e13: Layer already exists [2021-02-04T20:18:13.994Z] 11384e906dac: Layer already exists [2021-02-04T20:18:13.994Z] 5e8755ec785c: Layer already exists [2021-02-04T20:18:14.263Z] 2bd6d798f44b: Layer already exists [2021-02-04T20:18:14.263Z] 35a4d2b130f7: Layer already exists [2021-02-04T20:18:14.263Z] 0fb70bf51e42: Layer already exists [2021-02-04T20:18:14.263Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:14.263Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:e139c52b4c4dda9ba8e4380d9759da794a948b035adf41246f23a66fee2dd1a8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:14.600Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:14.931Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-04T20:18:14.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-04T20:18:14.931Z] f1299b7184b0: Preparing [2021-02-04T20:18:14.931Z] 5e8755ec785c: Preparing [2021-02-04T20:18:14.931Z] 4fe9cc139e13: Preparing [2021-02-04T20:18:14.931Z] 4aa357840875: Preparing [2021-02-04T20:18:14.931Z] 11384e906dac: Preparing [2021-02-04T20:18:14.931Z] 35a4d2b130f7: Preparing [2021-02-04T20:18:14.931Z] 2bd6d798f44b: Preparing [2021-02-04T20:18:14.931Z] 0fb70bf51e42: Preparing [2021-02-04T20:18:14.931Z] 379067d0cb53: Preparing [2021-02-04T20:18:14.931Z] 35a4d2b130f7: Waiting [2021-02-04T20:18:14.931Z] 2bd6d798f44b: Waiting [2021-02-04T20:18:14.931Z] 0fb70bf51e42: Waiting [2021-02-04T20:18:14.931Z] 5e8755ec785c: Layer already exists [2021-02-04T20:18:14.931Z] 4fe9cc139e13: Layer already exists [2021-02-04T20:18:14.931Z] f1299b7184b0: Layer already exists [2021-02-04T20:18:14.931Z] 4aa357840875: Layer already exists [2021-02-04T20:18:14.931Z] 11384e906dac: Layer already exists [2021-02-04T20:18:14.931Z] 2bd6d798f44b: Layer already exists [2021-02-04T20:18:14.931Z] 35a4d2b130f7: Layer already exists [2021-02-04T20:18:14.931Z] 0fb70bf51e42: Layer already exists [2021-02-04T20:18:14.931Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:15.201Z] master: digest: sha256:e139c52b4c4dda9ba8e4380d9759da794a948b035adf41246f23a66fee2dd1a8 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:18:15.405Z] ===================================================== [Pipeline] echo [2021-02-04T20:18:15.454Z] taggedImages: [2021-02-04T20:18:15.454Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:18:15.454Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.76 [2021-02-04T20:18:15.454Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:18:15.454Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-04T20:18:15.526Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-04T20:18:15.527Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:18:15.527Z] 2.0.0-dev.76 [2021-02-04T20:18:15.527Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:18:15.527Z] master [2021-02-04T20:18:15.527Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:16.082Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:16.413Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:18:16.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-04T20:18:16.413Z] c5687ab3bf39: Preparing [2021-02-04T20:18:16.413Z] a4cbe408cb62: Preparing [2021-02-04T20:18:16.413Z] 5c20b00901ee: Preparing [2021-02-04T20:18:16.413Z] 4ec129752aaf: Preparing [2021-02-04T20:18:16.413Z] 379067d0cb53: Preparing [2021-02-04T20:18:16.685Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:16.685Z] 5c20b00901ee: Layer already exists [2021-02-04T20:18:16.685Z] c5687ab3bf39: Pushed [2021-02-04T20:18:16.956Z] 4ec129752aaf: Pushed [2021-02-04T20:18:17.971Z] Collecting PyYAML<4,>=3.10 [2021-02-04T20:18:17.971Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T20:18:19.555Z] a4cbe408cb62: Pushed [2021-02-04T20:18:19.555Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:6e9d971c088b79b34214ead6a0fa1cb43dc4b59dd8fd9510007cdfef1fdbaddd size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:19.894Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:20.046Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T20:18:20.046Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T20:18:20.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.76 [2021-02-04T20:18:20.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-04T20:18:20.224Z] c5687ab3bf39: Preparing [2021-02-04T20:18:20.224Z] a4cbe408cb62: Preparing [2021-02-04T20:18:20.224Z] 5c20b00901ee: Preparing [2021-02-04T20:18:20.224Z] 4ec129752aaf: Preparing [2021-02-04T20:18:20.224Z] 379067d0cb53: Preparing [2021-02-04T20:18:20.224Z] 4ec129752aaf: Layer already exists [2021-02-04T20:18:20.224Z] a4cbe408cb62: Layer already exists [2021-02-04T20:18:20.224Z] c5687ab3bf39: Layer already exists [2021-02-04T20:18:20.224Z] 5c20b00901ee: Layer already exists [2021-02-04T20:18:20.492Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:20.492Z] 2.0.0-dev.76: digest: sha256:6e9d971c088b79b34214ead6a0fa1cb43dc4b59dd8fd9510007cdfef1fdbaddd size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:20.828Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:21.159Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:18:21.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-04T20:18:21.159Z] c5687ab3bf39: Preparing [2021-02-04T20:18:21.159Z] a4cbe408cb62: Preparing [2021-02-04T20:18:21.159Z] 5c20b00901ee: Preparing [2021-02-04T20:18:21.159Z] 4ec129752aaf: Preparing [2021-02-04T20:18:21.159Z] 379067d0cb53: Preparing [2021-02-04T20:18:21.159Z] a4cbe408cb62: Layer already exists [2021-02-04T20:18:21.159Z] 5c20b00901ee: Layer already exists [2021-02-04T20:18:21.159Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:21.159Z] 4ec129752aaf: Layer already exists [2021-02-04T20:18:21.159Z] c5687ab3bf39: Layer already exists [2021-02-04T20:18:21.427Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:6e9d971c088b79b34214ead6a0fa1cb43dc4b59dd8fd9510007cdfef1fdbaddd size: 1364 [2021-02-04T20:18:21.434Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T20:18:21.434Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:21.764Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:22.096Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-04T20:18:22.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-04T20:18:22.096Z] c5687ab3bf39: Preparing [2021-02-04T20:18:22.096Z] a4cbe408cb62: Preparing [2021-02-04T20:18:22.096Z] 5c20b00901ee: Preparing [2021-02-04T20:18:22.096Z] 4ec129752aaf: Preparing [2021-02-04T20:18:22.096Z] 379067d0cb53: Preparing [2021-02-04T20:18:22.096Z] 5c20b00901ee: Layer already exists [2021-02-04T20:18:22.096Z] c5687ab3bf39: Layer already exists [2021-02-04T20:18:22.096Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:22.096Z] 4ec129752aaf: Layer already exists [2021-02-04T20:18:22.096Z] a4cbe408cb62: Layer already exists [2021-02-04T20:18:22.147Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T20:18:22.147Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T20:18:22.367Z] master: digest: sha256:6e9d971c088b79b34214ead6a0fa1cb43dc4b59dd8fd9510007cdfef1fdbaddd size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:18:22.579Z] ===================================================== [Pipeline] echo [2021-02-04T20:18:22.642Z] taggedImages: [2021-02-04T20:18:22.642Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:18:22.642Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.76 [2021-02-04T20:18:22.642Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:18:22.642Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-04T20:18:22.727Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-04T20:18:22.727Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:18:22.727Z] 2.0.0-dev.76 [2021-02-04T20:18:22.727Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:18:22.727Z] master [2021-02-04T20:18:22.727Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-02-04T20:18:22.841Z] ---> 13b3645a4963 [2021-02-04T20:18:22.841Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:23.254Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:23.345Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T20:18:23.346Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T20:18:23.346Z] ---> 3ca22b2fe776 [2021-02-04T20:18:23.346Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T20:18:23.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:18:23.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-04T20:18:23.588Z] d42fcdef5499: Preparing [2021-02-04T20:18:23.588Z] d9e36a650d09: Preparing [2021-02-04T20:18:23.588Z] 5c20b00901ee: Preparing [2021-02-04T20:18:23.588Z] 858c275e2b01: Preparing [2021-02-04T20:18:23.588Z] 379067d0cb53: Preparing [2021-02-04T20:18:23.666Z] 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) [2021-02-04T20:18:23.666Z] ---> d51d508d422a [2021-02-04T20:18:23.666Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T20:18:23.859Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:23.859Z] 858c275e2b01: Layer already exists [2021-02-04T20:18:23.859Z] 5c20b00901ee: Layer already exists [2021-02-04T20:18:23.859Z] d42fcdef5499: Pushed [2021-02-04T20:18:24.021Z] Collecting idna<2.8,>=2.5 [2021-02-04T20:18:24.021Z] ---> Running in eff1dba10e73 [2021-02-04T20:18:24.021Z] ---> ad7233bb80fb [2021-02-04T20:18:24.021Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T20:18:24.021Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T20:18:24.021Z] ---> Running in dd3b177c3f3a [2021-02-04T20:18:24.021Z] ---> Running in 45210f23d6e0 [2021-02-04T20:18:24.021Z] 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) [2021-02-04T20:18:24.021Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T20:18:24.021Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T20:18:24.021Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T20:18:24.021Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T20:18:24.021Z] ---> Running in 27ef7a2785a4 [2021-02-04T20:18:24.350Z] Installing collected packages: texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, docopt, PyYAML, dockerpty, jsonschema, docker-compose [2021-02-04T20:18:24.350Z] Running setup.py install for texttable: started [2021-02-04T20:18:26.431Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T20:18:26.431Z] Attempting uninstall: urllib3 [2021-02-04T20:18:26.431Z] Found existing installation: urllib3 1.25.9 [2021-02-04T20:18:26.431Z] Uninstalling urllib3-1.25.9: [2021-02-04T20:18:26.460Z] d9e36a650d09: Pushed [2021-02-04T20:18:26.460Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:2792c265ed27cae6d4f83121389f8cee2b3c62b36d3a04d0c938f50f7cd8e4ec size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:26.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T20:18:26.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T20:18:26.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T20:18:26.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.76" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T20:18:26.870Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:26.997Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T20:18:27.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.76 [2021-02-04T20:18:27.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-04T20:18:27.224Z] d42fcdef5499: Preparing [2021-02-04T20:18:27.224Z] d9e36a650d09: Preparing [2021-02-04T20:18:27.224Z] 5c20b00901ee: Preparing [2021-02-04T20:18:27.224Z] 858c275e2b01: Preparing [2021-02-04T20:18:27.224Z] 379067d0cb53: Preparing [2021-02-04T20:18:27.224Z] d9e36a650d09: Layer already exists [2021-02-04T20:18:27.224Z] 5c20b00901ee: Layer already exists [2021-02-04T20:18:27.224Z] d42fcdef5499: Layer already exists [2021-02-04T20:18:27.224Z] 858c275e2b01: Layer already exists [2021-02-04T20:18:27.224Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:27.279Z] Attempting uninstall: idna [2021-02-04T20:18:27.279Z] Found existing installation: idna 2.9 [2021-02-04T20:18:27.279Z] Uninstalling idna-2.9: [2021-02-04T20:18:27.499Z] 2.0.0-dev.76: digest: sha256:2792c265ed27cae6d4f83121389f8cee2b3c62b36d3a04d0c938f50f7cd8e4ec size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:27.663Z] Successfully uninstalled idna-2.9 [2021-02-04T20:18:27.845Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:27.966Z] Attempting uninstall: requests [2021-02-04T20:18:27.966Z] Found existing installation: requests 2.23.0 [2021-02-04T20:18:27.966Z] Uninstalling requests-2.23.0: [2021-02-04T20:18:28.175Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:18:28.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-04T20:18:28.175Z] d42fcdef5499: Preparing [2021-02-04T20:18:28.175Z] d9e36a650d09: Preparing [2021-02-04T20:18:28.175Z] 5c20b00901ee: Preparing [2021-02-04T20:18:28.175Z] 858c275e2b01: Preparing [2021-02-04T20:18:28.175Z] 379067d0cb53: Preparing [2021-02-04T20:18:28.264Z] Successfully uninstalled requests-2.23.0 [2021-02-04T20:18:28.447Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:28.447Z] 858c275e2b01: Layer already exists [2021-02-04T20:18:28.447Z] d42fcdef5499: Layer already exists [2021-02-04T20:18:28.447Z] 5c20b00901ee: Layer already exists [2021-02-04T20:18:28.447Z] d9e36a650d09: Layer already exists [2021-02-04T20:18:28.447Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:2792c265ed27cae6d4f83121389f8cee2b3c62b36d3a04d0c938f50f7cd8e4ec size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:28.783Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:29.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-04T20:18:29.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-04T20:18:29.113Z] d42fcdef5499: Preparing [2021-02-04T20:18:29.113Z] d9e36a650d09: Preparing [2021-02-04T20:18:29.113Z] 5c20b00901ee: Preparing [2021-02-04T20:18:29.113Z] 858c275e2b01: Preparing [2021-02-04T20:18:29.113Z] 379067d0cb53: Preparing [2021-02-04T20:18:29.113Z] d42fcdef5499: Layer already exists [2021-02-04T20:18:29.113Z] d9e36a650d09: Layer already exists [2021-02-04T20:18:29.113Z] 5c20b00901ee: Layer already exists [2021-02-04T20:18:29.113Z] 858c275e2b01: Layer already exists [2021-02-04T20:18:29.382Z] 379067d0cb53: Layer already exists [2021-02-04T20:18:29.382Z] master: digest: sha256:2792c265ed27cae6d4f83121389f8cee2b3c62b36d3a04d0c938f50f7cd8e4ec size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:18:29.582Z] ===================================================== [Pipeline] echo [2021-02-04T20:18:29.629Z] taggedImages: [2021-02-04T20:18:29.629Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:18:29.630Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.76 [2021-02-04T20:18:29.630Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:18:29.630Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-04T20:18:29.732Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-04T20:18:29.732Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:18:29.732Z] 2.0.0-dev.76 [2021-02-04T20:18:29.732Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:18:29.732Z] master [2021-02-04T20:18:29.732Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:30.239Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:30.267Z] Running setup.py install for docopt: started [2021-02-04T20:18:30.568Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:18:30.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-04T20:18:30.568Z] 5bad0c89cf81: Preparing [2021-02-04T20:18:30.568Z] 2f0d1d775fef: Preparing [2021-02-04T20:18:30.568Z] 0cadd94cd3a9: Preparing [2021-02-04T20:18:30.568Z] 474d40b1b479: Preparing [2021-02-04T20:18:30.568Z] 4d3845fe4a20: Preparing [2021-02-04T20:18:30.568Z] 4bf1960b77b0: Preparing [2021-02-04T20:18:30.568Z] 4da61eac8361: Preparing [2021-02-04T20:18:30.568Z] 9ded3b6bb9b5: Preparing [2021-02-04T20:18:30.568Z] fa1afe8e6ed9: Preparing [2021-02-04T20:18:30.568Z] 87a09b4c083e: Preparing [2021-02-04T20:18:30.568Z] 0f74e9ff2a61: Preparing [2021-02-04T20:18:30.568Z] b122376c33c6: Preparing [2021-02-04T20:18:30.568Z] f8381ed47b22: Preparing [2021-02-04T20:18:30.568Z] e934a737d657: Preparing [2021-02-04T20:18:30.568Z] 4bf1960b77b0: Waiting [2021-02-04T20:18:30.568Z] 4da61eac8361: Waiting [2021-02-04T20:18:30.568Z] 9ded3b6bb9b5: Waiting [2021-02-04T20:18:30.568Z] fa1afe8e6ed9: Waiting [2021-02-04T20:18:30.568Z] 87a09b4c083e: Waiting [2021-02-04T20:18:30.568Z] 0f74e9ff2a61: Waiting [2021-02-04T20:18:30.568Z] b122376c33c6: Waiting [2021-02-04T20:18:30.568Z] f8381ed47b22: Waiting [2021-02-04T20:18:30.568Z] e934a737d657: Waiting [2021-02-04T20:18:31.162Z] 4d3845fe4a20: Pushed [2021-02-04T20:18:31.409Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T20:18:31.409Z] Running setup.py install for PyYAML: started [2021-02-04T20:18:31.439Z] 5bad0c89cf81: Pushed [2021-02-04T20:18:32.036Z] 474d40b1b479: Pushed [2021-02-04T20:18:32.036Z] 9ded3b6bb9b5: Layer already exists [2021-02-04T20:18:32.036Z] fa1afe8e6ed9: Layer already exists [2021-02-04T20:18:32.036Z] 4da61eac8361: Pushed [2021-02-04T20:18:32.036Z] 87a09b4c083e: Layer already exists [2021-02-04T20:18:32.036Z] 0f74e9ff2a61: Layer already exists [2021-02-04T20:18:32.308Z] b122376c33c6: Layer already exists [2021-02-04T20:18:32.308Z] f8381ed47b22: Layer already exists [2021-02-04T20:18:32.308Z] e934a737d657: Layer already exists [2021-02-04T20:18:32.579Z] 2f0d1d775fef: Pushed [2021-02-04T20:18:32.991Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T20:18:32.991Z] Running setup.py install for dockerpty: started [2021-02-04T20:18:33.552Z] 4bf1960b77b0: Pushed [2021-02-04T20:18:33.764Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T20:18:34.921Z] 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 [2021-02-04T20:18:43.654Z] 0cadd94cd3a9: Pushed [2021-02-04T20:18:43.654Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:bff537751afd8c93b03fa20e9c8379e1339e73063a00bfadf7484bf3d804511f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:43.993Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:44.326Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.76 [2021-02-04T20:18:44.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-04T20:18:44.326Z] 5bad0c89cf81: Preparing [2021-02-04T20:18:44.326Z] 2f0d1d775fef: Preparing [2021-02-04T20:18:44.326Z] 0cadd94cd3a9: Preparing [2021-02-04T20:18:44.326Z] 474d40b1b479: Preparing [2021-02-04T20:18:44.326Z] 4d3845fe4a20: Preparing [2021-02-04T20:18:44.326Z] 4bf1960b77b0: Preparing [2021-02-04T20:18:44.326Z] 4da61eac8361: Preparing [2021-02-04T20:18:44.326Z] 9ded3b6bb9b5: Preparing [2021-02-04T20:18:44.326Z] fa1afe8e6ed9: Preparing [2021-02-04T20:18:44.326Z] 87a09b4c083e: Preparing [2021-02-04T20:18:44.326Z] 0f74e9ff2a61: Preparing [2021-02-04T20:18:44.326Z] b122376c33c6: Preparing [2021-02-04T20:18:44.326Z] f8381ed47b22: Preparing [2021-02-04T20:18:44.326Z] e934a737d657: Preparing [2021-02-04T20:18:44.326Z] 4bf1960b77b0: Waiting [2021-02-04T20:18:44.326Z] 4da61eac8361: Waiting [2021-02-04T20:18:44.326Z] 9ded3b6bb9b5: Waiting [2021-02-04T20:18:44.326Z] fa1afe8e6ed9: Waiting [2021-02-04T20:18:44.326Z] 87a09b4c083e: Waiting [2021-02-04T20:18:44.326Z] 0f74e9ff2a61: Waiting [2021-02-04T20:18:44.326Z] b122376c33c6: Waiting [2021-02-04T20:18:44.326Z] f8381ed47b22: Waiting [2021-02-04T20:18:44.326Z] e934a737d657: Waiting [2021-02-04T20:18:44.595Z] 0cadd94cd3a9: Layer already exists [2021-02-04T20:18:44.595Z] 2f0d1d775fef: Layer already exists [2021-02-04T20:18:44.595Z] 4d3845fe4a20: Layer already exists [2021-02-04T20:18:44.595Z] 474d40b1b479: Layer already exists [2021-02-04T20:18:44.595Z] 5bad0c89cf81: Layer already exists [2021-02-04T20:18:44.595Z] 9ded3b6bb9b5: Layer already exists [2021-02-04T20:18:44.595Z] 4bf1960b77b0: Layer already exists [2021-02-04T20:18:44.595Z] 4da61eac8361: Layer already exists [2021-02-04T20:18:44.595Z] 87a09b4c083e: Layer already exists [2021-02-04T20:18:44.595Z] fa1afe8e6ed9: Layer already exists [2021-02-04T20:18:44.595Z] b122376c33c6: Layer already exists [2021-02-04T20:18:44.595Z] 0f74e9ff2a61: Layer already exists [2021-02-04T20:18:44.595Z] e934a737d657: Layer already exists [2021-02-04T20:18:44.595Z] f8381ed47b22: Layer already exists [2021-02-04T20:18:44.595Z] 2.0.0-dev.76: digest: sha256:bff537751afd8c93b03fa20e9c8379e1339e73063a00bfadf7484bf3d804511f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:44.931Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:45.264Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:18:45.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-04T20:18:45.264Z] 5bad0c89cf81: Preparing [2021-02-04T20:18:45.264Z] 2f0d1d775fef: Preparing [2021-02-04T20:18:45.264Z] 0cadd94cd3a9: Preparing [2021-02-04T20:18:45.264Z] 474d40b1b479: Preparing [2021-02-04T20:18:45.264Z] 4d3845fe4a20: Preparing [2021-02-04T20:18:45.264Z] 4bf1960b77b0: Preparing [2021-02-04T20:18:45.264Z] 4da61eac8361: Preparing [2021-02-04T20:18:45.264Z] 9ded3b6bb9b5: Preparing [2021-02-04T20:18:45.264Z] fa1afe8e6ed9: Preparing [2021-02-04T20:18:45.264Z] 87a09b4c083e: Preparing [2021-02-04T20:18:45.264Z] 0f74e9ff2a61: Preparing [2021-02-04T20:18:45.264Z] b122376c33c6: Preparing [2021-02-04T20:18:45.264Z] f8381ed47b22: Preparing [2021-02-04T20:18:45.264Z] e934a737d657: Preparing [2021-02-04T20:18:45.264Z] 4bf1960b77b0: Waiting [2021-02-04T20:18:45.264Z] 4da61eac8361: Waiting [2021-02-04T20:18:45.264Z] 9ded3b6bb9b5: Waiting [2021-02-04T20:18:45.264Z] b122376c33c6: Waiting [2021-02-04T20:18:45.264Z] fa1afe8e6ed9: Waiting [2021-02-04T20:18:45.264Z] 87a09b4c083e: Waiting [2021-02-04T20:18:45.264Z] 0f74e9ff2a61: Waiting [2021-02-04T20:18:45.264Z] f8381ed47b22: Waiting [2021-02-04T20:18:45.264Z] e934a737d657: Waiting [2021-02-04T20:18:45.264Z] 0cadd94cd3a9: Layer already exists [2021-02-04T20:18:45.264Z] 5bad0c89cf81: Layer already exists [2021-02-04T20:18:45.264Z] 474d40b1b479: Layer already exists [2021-02-04T20:18:45.264Z] 4d3845fe4a20: Layer already exists [2021-02-04T20:18:45.264Z] 2f0d1d775fef: Layer already exists [2021-02-04T20:18:45.534Z] 4da61eac8361: Layer already exists [2021-02-04T20:18:45.534Z] 4bf1960b77b0: Layer already exists [2021-02-04T20:18:45.534Z] fa1afe8e6ed9: Layer already exists [2021-02-04T20:18:45.534Z] 9ded3b6bb9b5: Layer already exists [2021-02-04T20:18:45.534Z] 87a09b4c083e: Layer already exists [2021-02-04T20:18:45.534Z] b122376c33c6: Layer already exists [2021-02-04T20:18:45.534Z] 0f74e9ff2a61: Layer already exists [2021-02-04T20:18:45.534Z] e934a737d657: Layer already exists [2021-02-04T20:18:45.534Z] f8381ed47b22: Layer already exists [2021-02-04T20:18:45.534Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:bff537751afd8c93b03fa20e9c8379e1339e73063a00bfadf7484bf3d804511f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:45.876Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:18:45.942Z] Removing intermediate container 14a5bfe179aa [2021-02-04T20:18:45.942Z] ---> c4b0593e4e59 [2021-02-04T20:18:45.942Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T20:18:45.942Z] ---> Running in 0fe65d63743f [2021-02-04T20:18:46.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-04T20:18:46.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-04T20:18:46.209Z] 5bad0c89cf81: Preparing [2021-02-04T20:18:46.209Z] 2f0d1d775fef: Preparing [2021-02-04T20:18:46.209Z] 0cadd94cd3a9: Preparing [2021-02-04T20:18:46.209Z] 474d40b1b479: Preparing [2021-02-04T20:18:46.209Z] 4d3845fe4a20: Preparing [2021-02-04T20:18:46.209Z] 4bf1960b77b0: Preparing [2021-02-04T20:18:46.209Z] 4da61eac8361: Preparing [2021-02-04T20:18:46.209Z] 9ded3b6bb9b5: Preparing [2021-02-04T20:18:46.209Z] fa1afe8e6ed9: Preparing [2021-02-04T20:18:46.209Z] 87a09b4c083e: Preparing [2021-02-04T20:18:46.209Z] 0f74e9ff2a61: Preparing [2021-02-04T20:18:46.209Z] b122376c33c6: Preparing [2021-02-04T20:18:46.209Z] f8381ed47b22: Preparing [2021-02-04T20:18:46.209Z] e934a737d657: Preparing [2021-02-04T20:18:46.209Z] 87a09b4c083e: Waiting [2021-02-04T20:18:46.209Z] 4bf1960b77b0: Waiting [2021-02-04T20:18:46.209Z] 4da61eac8361: Waiting [2021-02-04T20:18:46.209Z] 9ded3b6bb9b5: Waiting [2021-02-04T20:18:46.209Z] fa1afe8e6ed9: Waiting [2021-02-04T20:18:46.209Z] 0f74e9ff2a61: Waiting [2021-02-04T20:18:46.209Z] f8381ed47b22: Waiting [2021-02-04T20:18:46.209Z] e934a737d657: Waiting [2021-02-04T20:18:46.209Z] b122376c33c6: Waiting [2021-02-04T20:18:46.209Z] 5bad0c89cf81: Layer already exists [2021-02-04T20:18:46.209Z] 2f0d1d775fef: Layer already exists [2021-02-04T20:18:46.209Z] 0cadd94cd3a9: Layer already exists [2021-02-04T20:18:46.209Z] 474d40b1b479: Layer already exists [2021-02-04T20:18:46.209Z] 4d3845fe4a20: Layer already exists [2021-02-04T20:18:46.209Z] 9ded3b6bb9b5: Layer already exists [2021-02-04T20:18:46.479Z] 4bf1960b77b0: Layer already exists [2021-02-04T20:18:46.479Z] fa1afe8e6ed9: Layer already exists [2021-02-04T20:18:46.479Z] 4da61eac8361: Layer already exists [2021-02-04T20:18:46.479Z] 87a09b4c083e: Layer already exists [2021-02-04T20:18:46.479Z] b122376c33c6: Layer already exists [2021-02-04T20:18:46.479Z] 0f74e9ff2a61: Layer already exists [2021-02-04T20:18:46.479Z] f8381ed47b22: Layer already exists [2021-02-04T20:18:46.479Z] e934a737d657: Layer already exists [2021-02-04T20:18:46.479Z] master: digest: sha256:bff537751afd8c93b03fa20e9c8379e1339e73063a00bfadf7484bf3d804511f size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:18:46.699Z] ===================================================== [Pipeline] echo [2021-02-04T20:18:46.751Z] taggedImages: [2021-02-04T20:18:46.751Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:18:46.751Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.76 [2021-02-04T20:18:46.751Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:18:46.751Z] - 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] } [2021-02-04T20:18:47.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] } [2021-02-04T20:18:47.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:18:48.222Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T20:18:48.222Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T20:18:48.616Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T20:18:48.616Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:18:48.616Z] OK: 72 MiB in 58 packages [2021-02-04T20:18:50.672Z] Removing intermediate container 0fe65d63743f [2021-02-04T20:18:50.672Z] ---> d62e84adca22 [2021-02-04T20:18:50.672Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T20:18:50.672Z] ---> Running in f4021670a488 [2021-02-04T20:18:51.744Z] Removing intermediate container f4021670a488 [2021-02-04T20:18:51.744Z] ---> 48687a1edb8c [2021-02-04T20:18:51.744Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T20:18:52.044Z] ---> Running in 07f9f037fe1c [2021-02-04T20:18:53.405Z] Removing intermediate container 07f9f037fe1c [2021-02-04T20:18:53.405Z] ---> 936663ff5de8 [2021-02-04T20:18:53.405Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T20:18:53.405Z] ---> Running in 3075aa851cc5 [2021-02-04T20:18:54.454Z] Removing intermediate container 3075aa851cc5 [2021-02-04T20:18:54.454Z] ---> 7fe01b728d7e [2021-02-04T20:18:54.454Z] Step 25/26 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:18:54.454Z] ---> Running in e4f630808d69 [2021-02-04T20:18:55.101Z] Removing intermediate container e4f630808d69 [2021-02-04T20:18:55.101Z] ---> 0c70cfd702f7 [2021-02-04T20:18:55.101Z] Step 26/26 : LABEL version=2.0.0-dev.76 [2021-02-04T20:18:55.101Z] ---> Running in 4b0cef35ecb7 [2021-02-04T20:18:55.758Z] Removing intermediate container 4b0cef35ecb7 [2021-02-04T20:18:55.758Z] ---> 7b65a21aab02 [2021-02-04T20:18:55.758Z] [2021-02-04T20:18:56.089Z] Successfully built 7b65a21aab02 [2021-02-04T20:18:56.363Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T20:19:29.359Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container dd3b177c3f3a [2021-02-04T20:19:29.359Z] ---> 9a313d515b5d [2021-02-04T20:19:29.359Z] [2021-02-04T20:19:29.359Z] Removing intermediate container eff1dba10e73 [2021-02-04T20:19:29.359Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T20:19:29.359Z] ---> 389fef711851 [2021-02-04T20:19:29.359Z] ---> 64c241b5bf4a [2021-02-04T20:19:29.359Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T20:19:29.359Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T20:19:29.359Z] [2021-02-04T20:19:29.359Z] ---> 389fef711851 [2021-02-04T20:19:29.359Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T20:19:29.359Z] Removing intermediate container 27ef7a2785a4 [2021-02-04T20:19:29.359Z] ---> f0ac611936bd [2021-02-04T20:19:29.359Z] [2021-02-04T20:19:29.359Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T20:19:29.359Z] ---> 389fef711851 [2021-02-04T20:19:29.359Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T20:19:29.359Z] ---> Running in 86048a7805c1 [2021-02-04T20:19:29.359Z] ---> Running in e1b4e5178d67 [2021-02-04T20:19:29.359Z] ---> Running in ac9fc39eecc4 [2021-02-04T20:19:29.359Z] Removing intermediate container 45210f23d6e0 [2021-02-04T20:19:29.359Z] ---> 64c041b51cd8 [2021-02-04T20:19:29.359Z] [2021-02-04T20:19:29.359Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T20:19:29.359Z] ---> 389fef711851 [2021-02-04T20:19:29.359Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T20:19:29.359Z] ---> Running in b7f388885074 [2021-02-04T20:19:31.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:19:31.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:19:31.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:19:31.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T20:19:31.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:19:31.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:19:31.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:19:31.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T20:19:31.162Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T20:19:31.162Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:19:31.162Z] OK: 6 MiB in 15 packages [2021-02-04T20:19:31.162Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T20:19:31.162Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T20:19:31.162Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T20:19:31.162Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:19:31.162Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:19:31.162Z] OK: 6 MiB in 15 packages [2021-02-04T20:19:31.162Z] OK: 6 MiB in 15 packages [2021-02-04T20:19:31.751Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T20:19:31.751Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T20:19:31.751Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T20:19:31.751Z] OK: 6 MiB in 16 packages [2021-02-04T20:19:32.493Z] Removing intermediate container b7f388885074 [2021-02-04T20:19:32.493Z] ---> dfe840f485c5 [2021-02-04T20:19:32.493Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T20:19:32.493Z] Removing intermediate container e1b4e5178d67 [2021-02-04T20:19:32.493Z] ---> 6fb21e7b2831 [2021-02-04T20:19:32.493Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T20:19:32.777Z] ---> Running in dcfbe821062d [2021-02-04T20:19:33.071Z] ---> Running in 4c606115b66f [2021-02-04T20:19:33.071Z] Removing intermediate container ac9fc39eecc4 [2021-02-04T20:19:33.071Z] ---> 889cb7932a30 [2021-02-04T20:19:33.071Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T20:19:33.347Z] ---> Running in f6e405f25e95 [2021-02-04T20:19:33.347Z] Removing intermediate container 86048a7805c1 [2021-02-04T20:19:33.347Z] ---> ddb834da3ff2 [2021-02-04T20:19:33.347Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T20:19:33.347Z] Removing intermediate container dcfbe821062d [2021-02-04T20:19:33.347Z] ---> a155866dd774 [2021-02-04T20:19:33.347Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T20:19:33.347Z] Removing intermediate container 4c606115b66f [2021-02-04T20:19:33.347Z] ---> 522f2fd6acf2 [2021-02-04T20:19:33.347Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T20:19:33.347Z] ---> Running in c82edcefe3a2 [2021-02-04T20:19:33.639Z] ---> Running in 63183d45b7fe [2021-02-04T20:19:33.639Z] ---> Running in c302d8410754 [2021-02-04T20:19:33.946Z] Removing intermediate container f6e405f25e95 [2021-02-04T20:19:33.946Z] ---> d5dde836c89d [2021-02-04T20:19:33.946Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T20:19:33.946Z] ---> Running in 3f5f5d3f331d [2021-02-04T20:19:34.233Z] Removing intermediate container 63183d45b7fe [2021-02-04T20:19:34.233Z] ---> 7246542e2d75 [2021-02-04T20:19:34.233Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T20:19:34.233Z] Removing intermediate container c82edcefe3a2 [2021-02-04T20:19:34.233Z] ---> 48bfa3f6312b [2021-02-04T20:19:34.233Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T20:19:34.233Z] Removing intermediate container c302d8410754 [2021-02-04T20:19:34.233Z] ---> f69487570dc4 [2021-02-04T20:19:34.233Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T20:19:34.233Z] ---> Running in 7c66f87e3313 [2021-02-04T20:19:34.233Z] ---> Running in 3ac506b4ea8d [2021-02-04T20:19:34.233Z] ---> Running in d8b571d8484d [2021-02-04T20:19:34.556Z] Removing intermediate container 3f5f5d3f331d [2021-02-04T20:19:34.556Z] ---> 69e8be0d35c1 [2021-02-04T20:19:34.556Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T20:19:34.556Z] ---> Running in 39b529bb46a0 [2021-02-04T20:19:34.556Z] Removing intermediate container 7c66f87e3313 [2021-02-04T20:19:34.556Z] ---> a0e3b5ad4cde [2021-02-04T20:19:34.556Z] Step 15/23 : WORKDIR / [2021-02-04T20:19:34.830Z] Removing intermediate container 3ac506b4ea8d [2021-02-04T20:19:34.830Z] ---> 0630b914c5a1 [2021-02-04T20:19:34.830Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T20:19:34.830Z] ---> Running in 32ca3edbb411 [2021-02-04T20:19:34.830Z] Removing intermediate container d8b571d8484d [2021-02-04T20:19:34.830Z] ---> 45afb6da09c8 [2021-02-04T20:19:34.830Z] Step 15/23 : WORKDIR / [2021-02-04T20:19:34.830Z] ---> Running in bbcd52f53c88 [2021-02-04T20:19:35.114Z] ---> Running in decdf461d2eb [2021-02-04T20:19:35.114Z] Removing intermediate container 39b529bb46a0 [2021-02-04T20:19:35.114Z] ---> 6195a08ccb50 [2021-02-04T20:19:35.114Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T20:19:35.415Z] Removing intermediate container bbcd52f53c88 [2021-02-04T20:19:35.415Z] ---> 5d2a63ab253c [2021-02-04T20:19:35.415Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T20:19:35.415Z] Removing intermediate container 32ca3edbb411 [2021-02-04T20:19:35.415Z] ---> e35983b18bbc [2021-02-04T20:19:35.415Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T20:19:36.034Z] Removing intermediate container decdf461d2eb [2021-02-04T20:19:36.034Z] ---> 4b0c5a837a08 [2021-02-04T20:19:36.034Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T20:19:36.034Z] ---> db708a7522c5 [2021-02-04T20:19:36.034Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T20:19:36.359Z] ---> ad84c92598d3 [2021-02-04T20:19:36.359Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T20:19:36.359Z] ---> 5cf6874d84a0 [2021-02-04T20:19:36.359Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T20:19:37.460Z] ---> 8ac507f95d6a [2021-02-04T20:19:37.460Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T20:19:37.768Z] ---> 84cd3e398e14 [2021-02-04T20:19:37.769Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T20:19:38.088Z] ---> 079213718ac7 [2021-02-04T20:19:38.088Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T20:19:38.088Z] ---> 46150b720bfd [2021-02-04T20:19:38.088Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T20:19:38.831Z] ---> 75ebd626db99 [2021-02-04T20:19:38.831Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T20:19:38.831Z] ---> Running in 66a079a6aac6 [2021-02-04T20:19:38.831Z] ---> b4ff804632f4 [2021-02-04T20:19:38.831Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T20:19:38.831Z] ---> e5dc04894824 [2021-02-04T20:19:38.831Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T20:19:39.128Z] ---> 5171f92a2c34 [2021-02-04T20:19:39.128Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T20:19:39.128Z] ---> Running in 189decc81c81 [2021-02-04T20:19:39.128Z] ---> Running in c89e9f19a64b [2021-02-04T20:19:39.405Z] Removing intermediate container 66a079a6aac6 [2021-02-04T20:19:39.405Z] ---> 63b7e9585e0c [2021-02-04T20:19:39.405Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T20:19:39.691Z] ---> Running in a471280878ab [2021-02-04T20:19:39.970Z] Removing intermediate container c89e9f19a64b [2021-02-04T20:19:39.970Z] ---> cccef995cca6 [2021-02-04T20:19:39.970Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T20:19:39.970Z] Removing intermediate container 189decc81c81 [2021-02-04T20:19:39.970Z] ---> 74dae8f4a613 [2021-02-04T20:19:39.970Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T20:19:39.970Z] ---> a80a0f260132 [2021-02-04T20:19:39.970Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T20:19:40.277Z] ---> Running in 7a106100301c [2021-02-04T20:19:40.277Z] ---> Running in 66f41912ab21 [2021-02-04T20:19:40.277Z] ---> Running in a4ce198e59ab [2021-02-04T20:19:40.277Z] Removing intermediate container a471280878ab [2021-02-04T20:19:40.277Z] ---> 4a9e3e48cc84 [2021-02-04T20:19:40.277Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T20:19:40.872Z] ---> Running in 6893cd9d7862 [2021-02-04T20:19:40.872Z] Removing intermediate container 66f41912ab21 [2021-02-04T20:19:40.872Z] ---> d373697716ec [2021-02-04T20:19:40.872Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T20:19:41.472Z] Removing intermediate container 7a106100301c [2021-02-04T20:19:41.472Z] ---> 8d7db933dd09 [2021-02-04T20:19:41.472Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T20:19:41.755Z] Removing intermediate container a4ce198e59ab [2021-02-04T20:19:41.755Z] ---> 011c7c70725b [2021-02-04T20:19:41.755Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T20:19:41.755Z] ---> Running in 6cc1d657a004 [2021-02-04T20:19:41.755Z] ---> Running in 088cee34247d [2021-02-04T20:19:41.755Z] Removing intermediate container 6893cd9d7862 [2021-02-04T20:19:41.755Z] ---> 6a6c62eaaba8 [2021-02-04T20:19:41.755Z] Step 21/22 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:19:42.049Z] ---> Running in 37bdc407140f [2021-02-04T20:19:42.354Z] ---> Running in 231f02ef175c [2021-02-04T20:19:42.660Z] Removing intermediate container 088cee34247d [2021-02-04T20:19:42.660Z] ---> 626174a2cebd [2021-02-04T20:19:42.660Z] Step 22/23 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:19:42.660Z] Removing intermediate container 6cc1d657a004 [2021-02-04T20:19:42.660Z] ---> cff52c429809 [2021-02-04T20:19:42.660Z] Step 21/22 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:19:42.660Z] Removing intermediate container 37bdc407140f [2021-02-04T20:19:42.660Z] ---> 4a5a29be9c11 [2021-02-04T20:19:42.660Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T20:19:42.956Z] ---> Running in 7baf9399372e [2021-02-04T20:19:42.956Z] ---> Running in 7fd0c0f1cb4c [2021-02-04T20:19:43.286Z] ---> Running in 56b99549e354 [2021-02-04T20:19:43.286Z] Removing intermediate container 231f02ef175c [2021-02-04T20:19:43.286Z] ---> df3e53d0df1e [2021-02-04T20:19:43.286Z] Step 22/22 : LABEL version=2.0.0-dev.76 [2021-02-04T20:19:43.557Z] ---> Running in 7675e6be574a [2021-02-04T20:19:43.557Z] Removing intermediate container 7baf9399372e [2021-02-04T20:19:43.557Z] ---> 2c16455eb3a4 [2021-02-04T20:19:43.557Z] Step 23/23 : LABEL version=2.0.0-dev.76 [2021-02-04T20:19:43.557Z] Removing intermediate container 7fd0c0f1cb4c [2021-02-04T20:19:43.557Z] ---> 7d093af45dd3 [2021-02-04T20:19:43.557Z] Step 22/22 : LABEL version=2.0.0-dev.76 [2021-02-04T20:19:43.867Z] Removing intermediate container 56b99549e354 [2021-02-04T20:19:43.867Z] ---> c10af7922fc5 [2021-02-04T20:19:43.867Z] Step 22/23 : LABEL git_sha=a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:19:43.867Z] ---> Running in 2f38a204abd5 [2021-02-04T20:19:43.867Z] ---> Running in 6edfc70f42d0 [2021-02-04T20:19:44.148Z] ---> Running in a95d550268a1 [2021-02-04T20:19:44.441Z] Removing intermediate container 7675e6be574a [2021-02-04T20:19:44.441Z] ---> 9485f74d9418 [2021-02-04T20:19:44.441Z] [2021-02-04T20:19:44.441Z] Removing intermediate container 2f38a204abd5 [2021-02-04T20:19:44.441Z] ---> 37a0caa011a1 [2021-02-04T20:19:44.441Z] [2021-02-04T20:19:44.441Z] Removing intermediate container 6edfc70f42d0 [2021-02-04T20:19:44.441Z] ---> 434e85b96594 [2021-02-04T20:19:44.441Z] [2021-02-04T20:19:44.817Z] Removing intermediate container a95d550268a1 [2021-02-04T20:19:44.817Z] ---> 6190265bf04c [2021-02-04T20:19:44.817Z] Step 23/23 : LABEL version=2.0.0-dev.76 [2021-02-04T20:19:45.158Z] Successfully built 9485f74d9418 [2021-02-04T20:19:45.158Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T20:19:45.158Z]  Building docker-support-notifications-go ... done  ---> Running in 7d4b755e1b6f [2021-02-04T20:19:45.433Z] Successfully built 434e85b96594 [2021-02-04T20:19:45.433Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T20:19:45.433Z]  Building docker-support-scheduler-go ... done Successfully built 37a0caa011a1 [2021-02-04T20:19:45.433Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T20:19:45.433Z]  Building docker-core-metadata-go ... done Removing intermediate container 7d4b755e1b6f [2021-02-04T20:19:45.433Z] ---> fa57d95cef41 [2021-02-04T20:19:45.433Z] [2021-02-04T20:19:45.719Z] Successfully built fa57d95cef41 [2021-02-04T20:19:46.005Z] Successfully tagged docker-core-command-go:latest [2021-02-04T20:19:47.511Z]  Building docker-core-command-go ... done  [Pipeline] } [2021-02-04T20:19:47.561Z] $ docker stop --time=1 94ee0f7c90e5ec9e713db4c2ec8d50c868a51790e8e2b0723a7a66e22735b0e4 [2021-02-04T20:19:50.298Z] $ docker rm -f 94ee0f7c90e5ec9e713db4c2ec8d50c868a51790e8e2b0723a7a66e22735b0e4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T20:19:51.083Z] + docker images [2021-02-04T20:19:51.083Z] + grep docker [2021-02-04T20:19:51.668Z] docker-core-command-go latest fa57d95cef41 6 seconds ago 16.9MB [2021-02-04T20:19:51.668Z] docker-core-metadata-go latest 37a0caa011a1 7 seconds ago 18.8MB [2021-02-04T20:19:51.668Z] docker-support-notifications-go latest 9485f74d9418 7 seconds ago 17.6MB [2021-02-04T20:19:51.668Z] docker-support-scheduler-go latest 434e85b96594 7 seconds ago 17MB [2021-02-04T20:19:51.668Z] docker-sys-mgmt-agent-go latest 7b65a21aab02 56 seconds ago 313MB [2021-02-04T20:19:51.668Z] docker-security-bootstrapper-go latest 7fdee403a4a2 3 minutes ago 23.8MB [2021-02-04T20:19:51.668Z] docker-core-data-go latest 8fc73b4333f2 3 minutes ago 22.3MB [2021-02-04T20:19:51.668Z] docker-security-secretstore-setup-go latest d05a27d26f84 4 minutes ago 24.6MB [2021-02-04T20:19:51.668Z] docker-security-proxy-setup-go latest 61b80d6c1bd7 4 minutes ago 24.4MB [2021-02-04T20:19:51.668Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T20:19:52.234Z] provisioning config files... [2021-02-04T20:19:52.341Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/341@tmp/config5770839472633995954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T20:19:52.767Z] ---> docker-login.sh [2021-02-04T20:19:52.767Z] nexus3.edgexfoundry.org:10001 [2021-02-04T20:19:53.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:19:53.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:19:53.318Z] Configure a credential helper to remove this warning. See [2021-02-04T20:19:53.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:19:53.318Z] [2021-02-04T20:19:53.318Z] Login Succeeded [2021-02-04T20:19:53.318Z] nexus3.edgexfoundry.org:10002 [2021-02-04T20:19:53.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:19:53.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:19:53.633Z] Configure a credential helper to remove this warning. See [2021-02-04T20:19:53.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:19:53.633Z] [2021-02-04T20:19:53.633Z] Login Succeeded [2021-02-04T20:19:53.633Z] nexus3.edgexfoundry.org:10003 [2021-02-04T20:19:54.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:19:54.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:19:54.288Z] Configure a credential helper to remove this warning. See [2021-02-04T20:19:54.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:19:54.288Z] [2021-02-04T20:19:54.288Z] Login Succeeded [2021-02-04T20:19:54.288Z] nexus3.edgexfoundry.org:10004 [2021-02-04T20:19:54.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:19:54.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:19:54.944Z] Configure a credential helper to remove this warning. See [2021-02-04T20:19:54.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:19:54.944Z] [2021-02-04T20:19:54.944Z] Login Succeeded [2021-02-04T20:19:54.944Z] docker.io [2021-02-04T20:19:55.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T20:19:55.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T20:19:55.482Z] Configure a credential helper to remove this warning. See [2021-02-04T20:19:55.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T20:19:55.482Z] [2021-02-04T20:19:55.482Z] Login Succeeded [2021-02-04T20:19:55.482Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T20:19:55.496Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:19:55.712Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-04T20:19:55.712Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:19:55.712Z] 2.0.0-dev.76 [2021-02-04T20:19:55.712Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:19:55.712Z] master [2021-02-04T20:19:55.712Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:19:56.220Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:19:56.579Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:19:56.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-04T20:19:56.579Z] 23050b681984: Preparing [2021-02-04T20:19:56.579Z] ed3c8a10cd45: Preparing [2021-02-04T20:19:56.579Z] 65bae02013ef: Preparing [2021-02-04T20:19:56.579Z] 7bc7d92951bc: Preparing [2021-02-04T20:19:56.579Z] 777b2c648970: Preparing [2021-02-04T20:19:56.853Z] 777b2c648970: Layer already exists [2021-02-04T20:19:56.853Z] 23050b681984: Pushed [2021-02-04T20:19:56.853Z] 7bc7d92951bc: Pushed [2021-02-04T20:19:56.853Z] 65bae02013ef: Pushed [2021-02-04T20:19:58.329Z] ed3c8a10cd45: Pushed [2021-02-04T20:19:58.601Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:787ac840fe7de3721606f3e44006a726bac042a87e44faff369dfd972973e1ce size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:00.021Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:00.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.76 [2021-02-04T20:20:00.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-04T20:20:00.946Z] 23050b681984: Preparing [2021-02-04T20:20:00.946Z] ed3c8a10cd45: Preparing [2021-02-04T20:20:00.946Z] 65bae02013ef: Preparing [2021-02-04T20:20:00.946Z] 7bc7d92951bc: Preparing [2021-02-04T20:20:00.946Z] 777b2c648970: Preparing [2021-02-04T20:20:00.946Z] 23050b681984: Layer already exists [2021-02-04T20:20:00.946Z] ed3c8a10cd45: Layer already exists [2021-02-04T20:20:00.946Z] 777b2c648970: Layer already exists [2021-02-04T20:20:00.946Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:00.946Z] 7bc7d92951bc: Layer already exists [2021-02-04T20:20:00.946Z] 2.0.0-dev.76: digest: sha256:787ac840fe7de3721606f3e44006a726bac042a87e44faff369dfd972973e1ce size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:01.285Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:01.678Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:01.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-04T20:20:01.678Z] 23050b681984: Preparing [2021-02-04T20:20:01.678Z] ed3c8a10cd45: Preparing [2021-02-04T20:20:01.678Z] 65bae02013ef: Preparing [2021-02-04T20:20:01.678Z] 7bc7d92951bc: Preparing [2021-02-04T20:20:01.678Z] 777b2c648970: Preparing [2021-02-04T20:20:02.001Z] 777b2c648970: Layer already exists [2021-02-04T20:20:02.001Z] ed3c8a10cd45: Layer already exists [2021-02-04T20:20:02.001Z] 7bc7d92951bc: Layer already exists [2021-02-04T20:20:02.001Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:02.001Z] 23050b681984: Layer already exists [2021-02-04T20:20:02.001Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:787ac840fe7de3721606f3e44006a726bac042a87e44faff369dfd972973e1ce size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:02.397Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:03.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-04T20:20:03.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-04T20:20:03.088Z] 23050b681984: Preparing [2021-02-04T20:20:03.088Z] ed3c8a10cd45: Preparing [2021-02-04T20:20:03.088Z] 65bae02013ef: Preparing [2021-02-04T20:20:03.088Z] 7bc7d92951bc: Preparing [2021-02-04T20:20:03.088Z] 777b2c648970: Preparing [2021-02-04T20:20:03.376Z] ed3c8a10cd45: Layer already exists [2021-02-04T20:20:03.376Z] 7bc7d92951bc: Layer already exists [2021-02-04T20:20:03.376Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:03.376Z] 777b2c648970: Layer already exists [2021-02-04T20:20:03.376Z] 23050b681984: Layer already exists [2021-02-04T20:20:03.376Z] master: digest: sha256:787ac840fe7de3721606f3e44006a726bac042a87e44faff369dfd972973e1ce size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:20:03.643Z] ===================================================== [Pipeline] echo [2021-02-04T20:20:03.710Z] taggedImages: [2021-02-04T20:20:03.710Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:03.710Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.76 [2021-02-04T20:20:03.710Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:03.710Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-04T20:20:03.789Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-04T20:20:03.789Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:03.789Z] 2.0.0-dev.76 [2021-02-04T20:20:03.789Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:03.789Z] master [2021-02-04T20:20:03.789Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:04.358Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:04.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:05.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-04T20:20:05.047Z] b91c9959e466: Preparing [2021-02-04T20:20:05.047Z] 60db992afe23: Preparing [2021-02-04T20:20:05.047Z] 65bae02013ef: Preparing [2021-02-04T20:20:05.047Z] 5d81cc8bb3ce: Preparing [2021-02-04T20:20:05.047Z] e1361298b7ea: Preparing [2021-02-04T20:20:05.047Z] 777b2c648970: Preparing [2021-02-04T20:20:05.047Z] 777b2c648970: Waiting [2021-02-04T20:20:05.371Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:05.371Z] 777b2c648970: Layer already exists [2021-02-04T20:20:05.698Z] b91c9959e466: Pushed [2021-02-04T20:20:05.698Z] e1361298b7ea: Pushed [2021-02-04T20:20:06.336Z] 5d81cc8bb3ce: Pushed [2021-02-04T20:20:07.644Z] 60db992afe23: Pushed [2021-02-04T20:20:07.644Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:0bb1ee60fee41a8d95b5423e76a45c1cb78815158879d2a8cf93f09d1035506b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:07.978Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:08.305Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.76 [2021-02-04T20:20:08.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-04T20:20:08.305Z] b91c9959e466: Preparing [2021-02-04T20:20:08.305Z] 60db992afe23: Preparing [2021-02-04T20:20:08.305Z] 65bae02013ef: Preparing [2021-02-04T20:20:08.305Z] 5d81cc8bb3ce: Preparing [2021-02-04T20:20:08.305Z] e1361298b7ea: Preparing [2021-02-04T20:20:08.305Z] 777b2c648970: Preparing [2021-02-04T20:20:08.305Z] 777b2c648970: Waiting [2021-02-04T20:20:08.305Z] 5d81cc8bb3ce: Layer already exists [2021-02-04T20:20:08.305Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:08.305Z] 60db992afe23: Layer already exists [2021-02-04T20:20:08.305Z] b91c9959e466: Layer already exists [2021-02-04T20:20:08.306Z] e1361298b7ea: Layer already exists [2021-02-04T20:20:08.306Z] 777b2c648970: Layer already exists [2021-02-04T20:20:08.569Z] 2.0.0-dev.76: digest: sha256:0bb1ee60fee41a8d95b5423e76a45c1cb78815158879d2a8cf93f09d1035506b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:08.901Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:09.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:09.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-04T20:20:09.280Z] b91c9959e466: Preparing [2021-02-04T20:20:09.280Z] 60db992afe23: Preparing [2021-02-04T20:20:09.280Z] 65bae02013ef: Preparing [2021-02-04T20:20:09.280Z] 5d81cc8bb3ce: Preparing [2021-02-04T20:20:09.280Z] e1361298b7ea: Preparing [2021-02-04T20:20:09.280Z] 777b2c648970: Preparing [2021-02-04T20:20:09.280Z] 777b2c648970: Waiting [2021-02-04T20:20:09.556Z] 5d81cc8bb3ce: Layer already exists [2021-02-04T20:20:09.556Z] e1361298b7ea: Layer already exists [2021-02-04T20:20:09.556Z] b91c9959e466: Layer already exists [2021-02-04T20:20:09.556Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:09.556Z] 60db992afe23: Layer already exists [2021-02-04T20:20:09.556Z] 777b2c648970: Layer already exists [2021-02-04T20:20:09.556Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:0bb1ee60fee41a8d95b5423e76a45c1cb78815158879d2a8cf93f09d1035506b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:09.918Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:10.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-04T20:20:10.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-04T20:20:10.299Z] b91c9959e466: Preparing [2021-02-04T20:20:10.299Z] 60db992afe23: Preparing [2021-02-04T20:20:10.299Z] 65bae02013ef: Preparing [2021-02-04T20:20:10.299Z] 5d81cc8bb3ce: Preparing [2021-02-04T20:20:10.299Z] e1361298b7ea: Preparing [2021-02-04T20:20:10.299Z] 777b2c648970: Preparing [2021-02-04T20:20:10.299Z] 777b2c648970: Waiting [2021-02-04T20:20:10.585Z] e1361298b7ea: Layer already exists [2021-02-04T20:20:10.585Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:10.585Z] 60db992afe23: Layer already exists [2021-02-04T20:20:10.585Z] 5d81cc8bb3ce: Layer already exists [2021-02-04T20:20:10.585Z] b91c9959e466: Layer already exists [2021-02-04T20:20:10.585Z] 777b2c648970: Layer already exists [2021-02-04T20:20:10.585Z] master: digest: sha256:0bb1ee60fee41a8d95b5423e76a45c1cb78815158879d2a8cf93f09d1035506b size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:20:10.830Z] ===================================================== [Pipeline] echo [2021-02-04T20:20:10.907Z] taggedImages: [2021-02-04T20:20:10.907Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:10.907Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.76 [2021-02-04T20:20:10.907Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:10.907Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-04T20:20:10.988Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-04T20:20:10.988Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:10.988Z] 2.0.0-dev.76 [2021-02-04T20:20:10.988Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:10.988Z] master [2021-02-04T20:20:10.988Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:11.593Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:12.072Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:12.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-04T20:20:12.351Z] acb11f4b25a8: Preparing [2021-02-04T20:20:12.351Z] 06b2f06ac9d7: Preparing [2021-02-04T20:20:12.351Z] 65bae02013ef: Preparing [2021-02-04T20:20:12.351Z] fb842c8da82d: Preparing [2021-02-04T20:20:12.351Z] 777b2c648970: Preparing [2021-02-04T20:20:12.351Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:12.622Z] 777b2c648970: Layer already exists [2021-02-04T20:20:12.623Z] acb11f4b25a8: Pushed [2021-02-04T20:20:12.623Z] fb842c8da82d: Pushed [2021-02-04T20:20:14.211Z] 06b2f06ac9d7: Pushed [2021-02-04T20:20:14.517Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:bca1388484584f517875e57215ffef2e009b0aff8981e2ec70acaf5f32a7aeca size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:14.890Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:15.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.76 [2021-02-04T20:20:15.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-04T20:20:15.559Z] acb11f4b25a8: Preparing [2021-02-04T20:20:15.559Z] 06b2f06ac9d7: Preparing [2021-02-04T20:20:15.559Z] 65bae02013ef: Preparing [2021-02-04T20:20:15.559Z] fb842c8da82d: Preparing [2021-02-04T20:20:15.559Z] 777b2c648970: Preparing [2021-02-04T20:20:15.831Z] 06b2f06ac9d7: Layer already exists [2021-02-04T20:20:15.831Z] fb842c8da82d: Layer already exists [2021-02-04T20:20:15.831Z] acb11f4b25a8: Layer already exists [2021-02-04T20:20:15.831Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:15.831Z] 777b2c648970: Layer already exists [2021-02-04T20:20:15.831Z] 2.0.0-dev.76: digest: sha256:bca1388484584f517875e57215ffef2e009b0aff8981e2ec70acaf5f32a7aeca size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:16.207Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:16.576Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:16.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-04T20:20:16.848Z] acb11f4b25a8: Preparing [2021-02-04T20:20:16.848Z] 06b2f06ac9d7: Preparing [2021-02-04T20:20:16.848Z] 65bae02013ef: Preparing [2021-02-04T20:20:16.848Z] fb842c8da82d: Preparing [2021-02-04T20:20:16.848Z] 777b2c648970: Preparing [2021-02-04T20:20:16.848Z] acb11f4b25a8: Layer already exists [2021-02-04T20:20:16.848Z] fb842c8da82d: Layer already exists [2021-02-04T20:20:16.848Z] 06b2f06ac9d7: Layer already exists [2021-02-04T20:20:16.848Z] 777b2c648970: Layer already exists [2021-02-04T20:20:16.848Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:16.848Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:bca1388484584f517875e57215ffef2e009b0aff8981e2ec70acaf5f32a7aeca size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:17.188Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:17.531Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-04T20:20:17.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-04T20:20:17.531Z] acb11f4b25a8: Preparing [2021-02-04T20:20:17.531Z] 06b2f06ac9d7: Preparing [2021-02-04T20:20:17.531Z] 65bae02013ef: Preparing [2021-02-04T20:20:17.531Z] fb842c8da82d: Preparing [2021-02-04T20:20:17.531Z] 777b2c648970: Preparing [2021-02-04T20:20:17.531Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:17.531Z] 06b2f06ac9d7: Layer already exists [2021-02-04T20:20:17.531Z] acb11f4b25a8: Layer already exists [2021-02-04T20:20:17.531Z] 777b2c648970: Layer already exists [2021-02-04T20:20:17.531Z] fb842c8da82d: Layer already exists [2021-02-04T20:20:17.796Z] master: digest: sha256:bca1388484584f517875e57215ffef2e009b0aff8981e2ec70acaf5f32a7aeca size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:20:17.986Z] ===================================================== [Pipeline] echo [2021-02-04T20:20:18.034Z] taggedImages: [2021-02-04T20:20:18.034Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:18.034Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.76 [2021-02-04T20:20:18.034Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:18.034Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-04T20:20:18.101Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-04T20:20:18.101Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:18.101Z] 2.0.0-dev.76 [2021-02-04T20:20:18.101Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:18.101Z] master [2021-02-04T20:20:18.101Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:18.665Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:19.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:19.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-04T20:20:19.310Z] 326963c63daf: Preparing [2021-02-04T20:20:19.310Z] 326963c63daf: Preparing [2021-02-04T20:20:19.310Z] e3bddee32c85: Preparing [2021-02-04T20:20:19.310Z] c6ada4ffe97e: Preparing [2021-02-04T20:20:19.310Z] 37bcfb0be5db: Preparing [2021-02-04T20:20:19.310Z] a9b7c68066ba: Preparing [2021-02-04T20:20:19.310Z] 65bae02013ef: Preparing [2021-02-04T20:20:19.310Z] c930c0897679: Preparing [2021-02-04T20:20:19.310Z] c930c0897679: Preparing [2021-02-04T20:20:19.310Z] 41183df2466b: Preparing [2021-02-04T20:20:19.310Z] b4db7d69f50d: Preparing [2021-02-04T20:20:19.310Z] 777b2c648970: Preparing [2021-02-04T20:20:19.310Z] c930c0897679: Waiting [2021-02-04T20:20:19.310Z] 41183df2466b: Waiting [2021-02-04T20:20:19.310Z] b4db7d69f50d: Waiting [2021-02-04T20:20:19.310Z] 777b2c648970: Waiting [2021-02-04T20:20:19.310Z] 65bae02013ef: Waiting [2021-02-04T20:20:20.138Z] 37bcfb0be5db: Pushed [2021-02-04T20:20:20.138Z] 326963c63daf: Pushed [2021-02-04T20:20:20.138Z] e3bddee32c85: Pushed [2021-02-04T20:20:20.530Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:20.530Z] c930c0897679: Pushed [2021-02-04T20:20:20.530Z] 41183df2466b: Pushed [2021-02-04T20:20:20.918Z] b4db7d69f50d: Pushed [2021-02-04T20:20:20.918Z] 777b2c648970: Layer already exists [2021-02-04T20:20:21.212Z] c6ada4ffe97e: Pushed [2021-02-04T20:20:21.479Z] a9b7c68066ba: Pushed [2021-02-04T20:20:21.747Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:290a06c2953e254b9b3520474185d377ffd959828589042347a4c1ca07c1a413 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:22.077Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:22.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.76 [2021-02-04T20:20:22.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-04T20:20:22.416Z] 326963c63daf: Preparing [2021-02-04T20:20:22.416Z] 326963c63daf: Preparing [2021-02-04T20:20:22.416Z] e3bddee32c85: Preparing [2021-02-04T20:20:22.416Z] c6ada4ffe97e: Preparing [2021-02-04T20:20:22.416Z] 37bcfb0be5db: Preparing [2021-02-04T20:20:22.416Z] a9b7c68066ba: Preparing [2021-02-04T20:20:22.416Z] 65bae02013ef: Preparing [2021-02-04T20:20:22.417Z] c930c0897679: Preparing [2021-02-04T20:20:22.417Z] c930c0897679: Preparing [2021-02-04T20:20:22.417Z] 41183df2466b: Preparing [2021-02-04T20:20:22.417Z] b4db7d69f50d: Preparing [2021-02-04T20:20:22.417Z] 777b2c648970: Preparing [2021-02-04T20:20:22.417Z] c930c0897679: Waiting [2021-02-04T20:20:22.417Z] 41183df2466b: Waiting [2021-02-04T20:20:22.417Z] b4db7d69f50d: Waiting [2021-02-04T20:20:22.417Z] 777b2c648970: Waiting [2021-02-04T20:20:22.417Z] 65bae02013ef: Waiting [2021-02-04T20:20:22.417Z] a9b7c68066ba: Layer already exists [2021-02-04T20:20:22.417Z] 326963c63daf: Layer already exists [2021-02-04T20:20:22.417Z] c6ada4ffe97e: Layer already exists [2021-02-04T20:20:22.417Z] e3bddee32c85: Layer already exists [2021-02-04T20:20:22.417Z] 37bcfb0be5db: Layer already exists [2021-02-04T20:20:22.417Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:22.417Z] b4db7d69f50d: Layer already exists [2021-02-04T20:20:22.417Z] 41183df2466b: Layer already exists [2021-02-04T20:20:22.417Z] 777b2c648970: Layer already exists [2021-02-04T20:20:22.417Z] c930c0897679: Layer already exists [2021-02-04T20:20:22.702Z] 2.0.0-dev.76: digest: sha256:290a06c2953e254b9b3520474185d377ffd959828589042347a4c1ca07c1a413 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:23.048Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:23.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:23.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-04T20:20:23.379Z] 326963c63daf: Preparing [2021-02-04T20:20:23.379Z] 326963c63daf: Preparing [2021-02-04T20:20:23.379Z] e3bddee32c85: Preparing [2021-02-04T20:20:23.379Z] c6ada4ffe97e: Preparing [2021-02-04T20:20:23.379Z] 37bcfb0be5db: Preparing [2021-02-04T20:20:23.379Z] a9b7c68066ba: Preparing [2021-02-04T20:20:23.379Z] 65bae02013ef: Preparing [2021-02-04T20:20:23.379Z] c930c0897679: Preparing [2021-02-04T20:20:23.379Z] c930c0897679: Preparing [2021-02-04T20:20:23.379Z] 41183df2466b: Preparing [2021-02-04T20:20:23.379Z] b4db7d69f50d: Preparing [2021-02-04T20:20:23.379Z] 777b2c648970: Preparing [2021-02-04T20:20:23.379Z] 777b2c648970: Waiting [2021-02-04T20:20:23.379Z] c930c0897679: Waiting [2021-02-04T20:20:23.379Z] 41183df2466b: Waiting [2021-02-04T20:20:23.379Z] 65bae02013ef: Waiting [2021-02-04T20:20:23.379Z] b4db7d69f50d: Waiting [2021-02-04T20:20:23.652Z] 326963c63daf: Layer already exists [2021-02-04T20:20:23.652Z] c6ada4ffe97e: Layer already exists [2021-02-04T20:20:23.652Z] 37bcfb0be5db: Layer already exists [2021-02-04T20:20:23.652Z] a9b7c68066ba: Layer already exists [2021-02-04T20:20:23.652Z] e3bddee32c85: Layer already exists [2021-02-04T20:20:23.652Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:23.652Z] c930c0897679: Layer already exists [2021-02-04T20:20:23.652Z] 777b2c648970: Layer already exists [2021-02-04T20:20:23.652Z] 41183df2466b: Layer already exists [2021-02-04T20:20:23.652Z] b4db7d69f50d: Layer already exists [2021-02-04T20:20:23.652Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:290a06c2953e254b9b3520474185d377ffd959828589042347a4c1ca07c1a413 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:24.003Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:24.334Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-04T20:20:24.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-04T20:20:24.335Z] 326963c63daf: Preparing [2021-02-04T20:20:24.335Z] 326963c63daf: Preparing [2021-02-04T20:20:24.335Z] e3bddee32c85: Preparing [2021-02-04T20:20:24.335Z] c6ada4ffe97e: Preparing [2021-02-04T20:20:24.335Z] 37bcfb0be5db: Preparing [2021-02-04T20:20:24.335Z] a9b7c68066ba: Preparing [2021-02-04T20:20:24.335Z] 65bae02013ef: Preparing [2021-02-04T20:20:24.335Z] c930c0897679: Preparing [2021-02-04T20:20:24.335Z] c930c0897679: Preparing [2021-02-04T20:20:24.335Z] 41183df2466b: Preparing [2021-02-04T20:20:24.335Z] b4db7d69f50d: Preparing [2021-02-04T20:20:24.335Z] 777b2c648970: Preparing [2021-02-04T20:20:24.335Z] 65bae02013ef: Waiting [2021-02-04T20:20:24.335Z] c930c0897679: Waiting [2021-02-04T20:20:24.335Z] 41183df2466b: Waiting [2021-02-04T20:20:24.335Z] 777b2c648970: Waiting [2021-02-04T20:20:24.335Z] b4db7d69f50d: Waiting [2021-02-04T20:20:24.335Z] 326963c63daf: Layer already exists [2021-02-04T20:20:24.335Z] e3bddee32c85: Layer already exists [2021-02-04T20:20:24.335Z] a9b7c68066ba: Layer already exists [2021-02-04T20:20:24.335Z] c6ada4ffe97e: Layer already exists [2021-02-04T20:20:24.335Z] 37bcfb0be5db: Layer already exists [2021-02-04T20:20:24.335Z] c930c0897679: Layer already exists [2021-02-04T20:20:24.335Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:24.335Z] b4db7d69f50d: Layer already exists [2021-02-04T20:20:24.335Z] 41183df2466b: Layer already exists [2021-02-04T20:20:24.335Z] 777b2c648970: Layer already exists [2021-02-04T20:20:24.335Z] master: digest: sha256:290a06c2953e254b9b3520474185d377ffd959828589042347a4c1ca07c1a413 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:20:24.798Z] ===================================================== [Pipeline] echo [2021-02-04T20:20:24.858Z] taggedImages: [2021-02-04T20:20:24.858Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:24.858Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.76 [2021-02-04T20:20:24.858Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:24.858Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-04T20:20:24.927Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-04T20:20:24.927Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:24.927Z] 2.0.0-dev.76 [2021-02-04T20:20:24.927Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:24.927Z] master [2021-02-04T20:20:24.927Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:25.427Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:25.839Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:25.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-04T20:20:25.839Z] b3e2456514b9: Preparing [2021-02-04T20:20:25.839Z] 81d216a6b5e4: Preparing [2021-02-04T20:20:25.839Z] 1eb43a552608: Preparing [2021-02-04T20:20:25.839Z] c74bb5c67d98: Preparing [2021-02-04T20:20:25.839Z] 2f47337c04f4: Preparing [2021-02-04T20:20:25.839Z] 777b2c648970: Preparing [2021-02-04T20:20:25.839Z] 777b2c648970: Waiting [2021-02-04T20:20:26.145Z] c74bb5c67d98: Pushed [2021-02-04T20:20:26.145Z] 1eb43a552608: Pushed [2021-02-04T20:20:26.429Z] 777b2c648970: Layer already exists [2021-02-04T20:20:27.049Z] 2f47337c04f4: Pushed [2021-02-04T20:20:27.650Z] 81d216a6b5e4: Pushed [2021-02-04T20:20:27.650Z] b3e2456514b9: Pushed [2021-02-04T20:20:27.927Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:e64674a746ed5422814f9dd63ba381b81886f90af7f4ca630241250a7019f6d0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:28.793Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:29.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.76 [2021-02-04T20:20:29.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-04T20:20:29.416Z] b3e2456514b9: Preparing [2021-02-04T20:20:29.416Z] 81d216a6b5e4: Preparing [2021-02-04T20:20:29.416Z] 1eb43a552608: Preparing [2021-02-04T20:20:29.416Z] c74bb5c67d98: Preparing [2021-02-04T20:20:29.416Z] 2f47337c04f4: Preparing [2021-02-04T20:20:29.416Z] 777b2c648970: Preparing [2021-02-04T20:20:29.416Z] 777b2c648970: Waiting [2021-02-04T20:20:29.416Z] 2f47337c04f4: Layer already exists [2021-02-04T20:20:29.416Z] c74bb5c67d98: Layer already exists [2021-02-04T20:20:29.416Z] 1eb43a552608: Layer already exists [2021-02-04T20:20:29.416Z] 81d216a6b5e4: Layer already exists [2021-02-04T20:20:29.416Z] b3e2456514b9: Layer already exists [2021-02-04T20:20:29.708Z] 777b2c648970: Layer already exists [2021-02-04T20:20:29.708Z] 2.0.0-dev.76: digest: sha256:e64674a746ed5422814f9dd63ba381b81886f90af7f4ca630241250a7019f6d0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:30.102Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:30.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:30.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-04T20:20:30.719Z] b3e2456514b9: Preparing [2021-02-04T20:20:30.719Z] 81d216a6b5e4: Preparing [2021-02-04T20:20:30.719Z] 1eb43a552608: Preparing [2021-02-04T20:20:30.719Z] c74bb5c67d98: Preparing [2021-02-04T20:20:30.719Z] 2f47337c04f4: Preparing [2021-02-04T20:20:30.719Z] 777b2c648970: Preparing [2021-02-04T20:20:30.719Z] 777b2c648970: Waiting [2021-02-04T20:20:30.991Z] b3e2456514b9: Layer already exists [2021-02-04T20:20:30.991Z] 2f47337c04f4: Layer already exists [2021-02-04T20:20:30.991Z] c74bb5c67d98: Layer already exists [2021-02-04T20:20:30.991Z] 81d216a6b5e4: Layer already exists [2021-02-04T20:20:30.991Z] 1eb43a552608: Layer already exists [2021-02-04T20:20:30.991Z] 777b2c648970: Layer already exists [2021-02-04T20:20:30.991Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:e64674a746ed5422814f9dd63ba381b81886f90af7f4ca630241250a7019f6d0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:31.340Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:31.709Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-04T20:20:31.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-04T20:20:31.709Z] b3e2456514b9: Preparing [2021-02-04T20:20:31.709Z] 81d216a6b5e4: Preparing [2021-02-04T20:20:31.709Z] 1eb43a552608: Preparing [2021-02-04T20:20:31.709Z] c74bb5c67d98: Preparing [2021-02-04T20:20:31.709Z] 2f47337c04f4: Preparing [2021-02-04T20:20:31.709Z] 777b2c648970: Preparing [2021-02-04T20:20:31.709Z] 777b2c648970: Waiting [2021-02-04T20:20:31.709Z] 2f47337c04f4: Layer already exists [2021-02-04T20:20:31.709Z] c74bb5c67d98: Layer already exists [2021-02-04T20:20:31.709Z] 1eb43a552608: Layer already exists [2021-02-04T20:20:31.709Z] b3e2456514b9: Layer already exists [2021-02-04T20:20:31.709Z] 81d216a6b5e4: Layer already exists [2021-02-04T20:20:31.709Z] 777b2c648970: Layer already exists [2021-02-04T20:20:31.709Z] master: digest: sha256:e64674a746ed5422814f9dd63ba381b81886f90af7f4ca630241250a7019f6d0 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:20:31.905Z] ===================================================== [Pipeline] echo [2021-02-04T20:20:31.950Z] taggedImages: [2021-02-04T20:20:31.950Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:31.950Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.76 [2021-02-04T20:20:31.950Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:31.950Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-04T20:20:32.100Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-04T20:20:32.100Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:32.100Z] 2.0.0-dev.76 [2021-02-04T20:20:32.100Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:32.100Z] master [2021-02-04T20:20:32.100Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:32.705Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:33.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:33.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-04T20:20:33.123Z] 9e23b8d0d696: Preparing [2021-02-04T20:20:33.123Z] 5a959bf6d87c: Preparing [2021-02-04T20:20:33.123Z] 13d683d5b4fb: Preparing [2021-02-04T20:20:33.123Z] 4dd46de4d375: Preparing [2021-02-04T20:20:33.123Z] 179ca908d285: Preparing [2021-02-04T20:20:33.123Z] c35ef178b47e: Preparing [2021-02-04T20:20:33.123Z] b75727f3015f: Preparing [2021-02-04T20:20:33.123Z] 938ed1591364: Preparing [2021-02-04T20:20:33.123Z] 777b2c648970: Preparing [2021-02-04T20:20:33.123Z] c35ef178b47e: Waiting [2021-02-04T20:20:33.123Z] b75727f3015f: Waiting [2021-02-04T20:20:33.123Z] 938ed1591364: Waiting [2021-02-04T20:20:33.123Z] 777b2c648970: Waiting [2021-02-04T20:20:33.781Z] 5a959bf6d87c: Pushed [2021-02-04T20:20:33.781Z] 9e23b8d0d696: Pushed [2021-02-04T20:20:33.781Z] 179ca908d285: Pushed [2021-02-04T20:20:34.068Z] c35ef178b47e: Pushed [2021-02-04T20:20:34.068Z] b75727f3015f: Pushed [2021-02-04T20:20:34.068Z] 777b2c648970: Layer already exists [2021-02-04T20:20:34.652Z] 938ed1591364: Pushed [2021-02-04T20:20:34.973Z] 4dd46de4d375: Pushed [2021-02-04T20:20:34.973Z] 13d683d5b4fb: Pushed [2021-02-04T20:20:35.301Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:4a877c1b9db191306ab6677082fad37d2dd365ca3585c553dea2781fa5bc3838 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:35.627Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:35.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.76 [2021-02-04T20:20:35.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-04T20:20:35.955Z] 9e23b8d0d696: Preparing [2021-02-04T20:20:35.955Z] 5a959bf6d87c: Preparing [2021-02-04T20:20:35.955Z] 13d683d5b4fb: Preparing [2021-02-04T20:20:35.955Z] 4dd46de4d375: Preparing [2021-02-04T20:20:35.955Z] 179ca908d285: Preparing [2021-02-04T20:20:35.955Z] c35ef178b47e: Preparing [2021-02-04T20:20:35.955Z] b75727f3015f: Preparing [2021-02-04T20:20:35.955Z] 938ed1591364: Preparing [2021-02-04T20:20:35.955Z] 777b2c648970: Preparing [2021-02-04T20:20:35.955Z] c35ef178b47e: Waiting [2021-02-04T20:20:35.955Z] b75727f3015f: Waiting [2021-02-04T20:20:35.955Z] 938ed1591364: Waiting [2021-02-04T20:20:35.955Z] 777b2c648970: Waiting [2021-02-04T20:20:35.955Z] 13d683d5b4fb: Layer already exists [2021-02-04T20:20:35.955Z] 4dd46de4d375: Layer already exists [2021-02-04T20:20:35.955Z] 5a959bf6d87c: Layer already exists [2021-02-04T20:20:35.955Z] 9e23b8d0d696: Layer already exists [2021-02-04T20:20:35.955Z] 179ca908d285: Layer already exists [2021-02-04T20:20:35.955Z] 777b2c648970: Layer already exists [2021-02-04T20:20:35.955Z] c35ef178b47e: Layer already exists [2021-02-04T20:20:35.955Z] b75727f3015f: Layer already exists [2021-02-04T20:20:35.955Z] 938ed1591364: Layer already exists [2021-02-04T20:20:36.226Z] 2.0.0-dev.76: digest: sha256:4a877c1b9db191306ab6677082fad37d2dd365ca3585c553dea2781fa5bc3838 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:36.571Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:36.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:36.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-04T20:20:36.905Z] 9e23b8d0d696: Preparing [2021-02-04T20:20:36.905Z] 5a959bf6d87c: Preparing [2021-02-04T20:20:36.905Z] 13d683d5b4fb: Preparing [2021-02-04T20:20:36.905Z] 4dd46de4d375: Preparing [2021-02-04T20:20:36.905Z] 179ca908d285: Preparing [2021-02-04T20:20:36.905Z] c35ef178b47e: Preparing [2021-02-04T20:20:36.905Z] b75727f3015f: Preparing [2021-02-04T20:20:36.905Z] 938ed1591364: Preparing [2021-02-04T20:20:36.905Z] 777b2c648970: Preparing [2021-02-04T20:20:36.905Z] c35ef178b47e: Waiting [2021-02-04T20:20:36.905Z] b75727f3015f: Waiting [2021-02-04T20:20:36.905Z] 938ed1591364: Waiting [2021-02-04T20:20:36.905Z] 777b2c648970: Waiting [2021-02-04T20:20:36.905Z] 5a959bf6d87c: Layer already exists [2021-02-04T20:20:36.905Z] 4dd46de4d375: Layer already exists [2021-02-04T20:20:36.905Z] 13d683d5b4fb: Layer already exists [2021-02-04T20:20:36.905Z] 179ca908d285: Layer already exists [2021-02-04T20:20:36.905Z] 9e23b8d0d696: Layer already exists [2021-02-04T20:20:36.905Z] b75727f3015f: Layer already exists [2021-02-04T20:20:36.905Z] 938ed1591364: Layer already exists [2021-02-04T20:20:36.905Z] 777b2c648970: Layer already exists [2021-02-04T20:20:36.905Z] c35ef178b47e: Layer already exists [2021-02-04T20:20:37.169Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:4a877c1b9db191306ab6677082fad37d2dd365ca3585c553dea2781fa5bc3838 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:37.503Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:37.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-04T20:20:37.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-04T20:20:37.826Z] 9e23b8d0d696: Preparing [2021-02-04T20:20:37.826Z] 5a959bf6d87c: Preparing [2021-02-04T20:20:37.826Z] 13d683d5b4fb: Preparing [2021-02-04T20:20:37.826Z] 4dd46de4d375: Preparing [2021-02-04T20:20:37.826Z] 179ca908d285: Preparing [2021-02-04T20:20:37.826Z] c35ef178b47e: Preparing [2021-02-04T20:20:37.826Z] b75727f3015f: Preparing [2021-02-04T20:20:37.826Z] 938ed1591364: Preparing [2021-02-04T20:20:37.826Z] 777b2c648970: Preparing [2021-02-04T20:20:37.826Z] c35ef178b47e: Waiting [2021-02-04T20:20:37.826Z] b75727f3015f: Waiting [2021-02-04T20:20:37.826Z] 938ed1591364: Waiting [2021-02-04T20:20:37.826Z] 777b2c648970: Waiting [2021-02-04T20:20:37.826Z] 179ca908d285: Layer already exists [2021-02-04T20:20:37.826Z] 4dd46de4d375: Layer already exists [2021-02-04T20:20:37.826Z] 9e23b8d0d696: Layer already exists [2021-02-04T20:20:37.826Z] 13d683d5b4fb: Layer already exists [2021-02-04T20:20:37.826Z] 5a959bf6d87c: Layer already exists [2021-02-04T20:20:37.826Z] b75727f3015f: Layer already exists [2021-02-04T20:20:37.826Z] 938ed1591364: Layer already exists [2021-02-04T20:20:37.826Z] c35ef178b47e: Layer already exists [2021-02-04T20:20:37.826Z] 777b2c648970: Layer already exists [2021-02-04T20:20:38.089Z] master: digest: sha256:4a877c1b9db191306ab6677082fad37d2dd365ca3585c553dea2781fa5bc3838 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:20:38.300Z] ===================================================== [Pipeline] echo [2021-02-04T20:20:38.349Z] taggedImages: [2021-02-04T20:20:38.349Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:38.349Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.76 [2021-02-04T20:20:38.349Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:38.349Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-04T20:20:38.424Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-04T20:20:38.425Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:38.425Z] 2.0.0-dev.76 [2021-02-04T20:20:38.425Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:38.425Z] master [2021-02-04T20:20:38.425Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:38.954Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:39.283Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:39.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-04T20:20:39.283Z] 33e1c4130d86: Preparing [2021-02-04T20:20:39.283Z] 270d2a1b3363: Preparing [2021-02-04T20:20:39.283Z] 65bae02013ef: Preparing [2021-02-04T20:20:39.283Z] 8ec3340af862: Preparing [2021-02-04T20:20:39.283Z] 777b2c648970: Preparing [2021-02-04T20:20:39.645Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:39.645Z] 777b2c648970: Layer already exists [2021-02-04T20:20:39.645Z] 33e1c4130d86: Pushed [2021-02-04T20:20:39.924Z] 8ec3340af862: Pushed [2021-02-04T20:20:41.412Z] 270d2a1b3363: Pushed [2021-02-04T20:20:41.726Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:ade4e1c9b240ebc180f8362d5b5a2e92a91de302410f925b7f6acb6b81243c81 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:42.058Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:42.419Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.76 [2021-02-04T20:20:42.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-04T20:20:42.419Z] 33e1c4130d86: Preparing [2021-02-04T20:20:42.419Z] 270d2a1b3363: Preparing [2021-02-04T20:20:42.419Z] 65bae02013ef: Preparing [2021-02-04T20:20:42.419Z] 8ec3340af862: Preparing [2021-02-04T20:20:42.419Z] 777b2c648970: Preparing [2021-02-04T20:20:42.419Z] 777b2c648970: Layer already exists [2021-02-04T20:20:42.419Z] 8ec3340af862: Layer already exists [2021-02-04T20:20:42.419Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:42.419Z] 33e1c4130d86: Layer already exists [2021-02-04T20:20:42.419Z] 270d2a1b3363: Layer already exists [2021-02-04T20:20:42.706Z] 2.0.0-dev.76: digest: sha256:ade4e1c9b240ebc180f8362d5b5a2e92a91de302410f925b7f6acb6b81243c81 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:43.046Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:43.370Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:43.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-04T20:20:43.370Z] 33e1c4130d86: Preparing [2021-02-04T20:20:43.370Z] 270d2a1b3363: Preparing [2021-02-04T20:20:43.370Z] 65bae02013ef: Preparing [2021-02-04T20:20:43.370Z] 8ec3340af862: Preparing [2021-02-04T20:20:43.370Z] 777b2c648970: Preparing [2021-02-04T20:20:43.370Z] 777b2c648970: Layer already exists [2021-02-04T20:20:43.370Z] 33e1c4130d86: Layer already exists [2021-02-04T20:20:43.370Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:43.370Z] 8ec3340af862: Layer already exists [2021-02-04T20:20:43.370Z] 270d2a1b3363: Layer already exists [2021-02-04T20:20:43.370Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:ade4e1c9b240ebc180f8362d5b5a2e92a91de302410f925b7f6acb6b81243c81 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:43.694Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:44.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-04T20:20:44.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-04T20:20:44.016Z] 33e1c4130d86: Preparing [2021-02-04T20:20:44.016Z] 270d2a1b3363: Preparing [2021-02-04T20:20:44.016Z] 65bae02013ef: Preparing [2021-02-04T20:20:44.016Z] 8ec3340af862: Preparing [2021-02-04T20:20:44.016Z] 777b2c648970: Preparing [2021-02-04T20:20:44.287Z] 270d2a1b3363: Layer already exists [2021-02-04T20:20:44.287Z] 777b2c648970: Layer already exists [2021-02-04T20:20:44.287Z] 33e1c4130d86: Layer already exists [2021-02-04T20:20:44.287Z] 8ec3340af862: Layer already exists [2021-02-04T20:20:44.287Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:44.287Z] master: digest: sha256:ade4e1c9b240ebc180f8362d5b5a2e92a91de302410f925b7f6acb6b81243c81 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:20:44.493Z] ===================================================== [Pipeline] echo [2021-02-04T20:20:44.540Z] taggedImages: [2021-02-04T20:20:44.540Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:44.540Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.76 [2021-02-04T20:20:44.540Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:44.540Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-04T20:20:44.609Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-04T20:20:44.609Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:44.609Z] 2.0.0-dev.76 [2021-02-04T20:20:44.609Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:44.609Z] master [2021-02-04T20:20:44.609Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:45.188Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:45.948Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:46.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-04T20:20:46.264Z] 7d23589afcc3: Preparing [2021-02-04T20:20:46.264Z] d2033f89526d: Preparing [2021-02-04T20:20:46.264Z] 65bae02013ef: Preparing [2021-02-04T20:20:46.264Z] fb842c8da82d: Preparing [2021-02-04T20:20:46.264Z] 777b2c648970: Preparing [2021-02-04T20:20:47.169Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:47.169Z] fb842c8da82d: Layer already exists [2021-02-04T20:20:47.169Z] 777b2c648970: Layer already exists [2021-02-04T20:20:47.509Z] 7d23589afcc3: Pushed [2021-02-04T20:20:49.149Z] d2033f89526d: Pushed [2021-02-04T20:20:49.792Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:471fefedc430121b969cb6d5c328fd3227f49b2967011f4033af4369275fc2b7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:50.594Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:50.953Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.76 [2021-02-04T20:20:51.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-04T20:20:51.232Z] 7d23589afcc3: Preparing [2021-02-04T20:20:51.232Z] d2033f89526d: Preparing [2021-02-04T20:20:51.232Z] 65bae02013ef: Preparing [2021-02-04T20:20:51.232Z] fb842c8da82d: Preparing [2021-02-04T20:20:51.232Z] 777b2c648970: Preparing [2021-02-04T20:20:51.232Z] 777b2c648970: Layer already exists [2021-02-04T20:20:51.232Z] 7d23589afcc3: Layer already exists [2021-02-04T20:20:51.232Z] d2033f89526d: Layer already exists [2021-02-04T20:20:51.232Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:51.232Z] fb842c8da82d: Layer already exists [2021-02-04T20:20:51.232Z] 2.0.0-dev.76: digest: sha256:471fefedc430121b969cb6d5c328fd3227f49b2967011f4033af4369275fc2b7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:51.562Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:52.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:52.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-04T20:20:52.154Z] 7d23589afcc3: Preparing [2021-02-04T20:20:52.154Z] d2033f89526d: Preparing [2021-02-04T20:20:52.154Z] 65bae02013ef: Preparing [2021-02-04T20:20:52.154Z] fb842c8da82d: Preparing [2021-02-04T20:20:52.154Z] 777b2c648970: Preparing [2021-02-04T20:20:52.154Z] fb842c8da82d: Layer already exists [2021-02-04T20:20:52.154Z] 7d23589afcc3: Layer already exists [2021-02-04T20:20:52.154Z] 777b2c648970: Layer already exists [2021-02-04T20:20:52.154Z] d2033f89526d: Layer already exists [2021-02-04T20:20:52.154Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:52.154Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:471fefedc430121b969cb6d5c328fd3227f49b2967011f4033af4369275fc2b7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:52.781Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:53.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-04T20:20:53.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-04T20:20:53.609Z] 7d23589afcc3: Preparing [2021-02-04T20:20:53.609Z] d2033f89526d: Preparing [2021-02-04T20:20:53.609Z] 65bae02013ef: Preparing [2021-02-04T20:20:53.609Z] fb842c8da82d: Preparing [2021-02-04T20:20:53.609Z] 777b2c648970: Preparing [2021-02-04T20:20:53.609Z] 777b2c648970: Layer already exists [2021-02-04T20:20:53.609Z] d2033f89526d: Layer already exists [2021-02-04T20:20:53.609Z] 7d23589afcc3: Layer already exists [2021-02-04T20:20:53.609Z] fb842c8da82d: Layer already exists [2021-02-04T20:20:53.609Z] 65bae02013ef: Layer already exists [2021-02-04T20:20:53.609Z] master: digest: sha256:471fefedc430121b969cb6d5c328fd3227f49b2967011f4033af4369275fc2b7 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:20:53.791Z] ===================================================== [Pipeline] echo [2021-02-04T20:20:53.838Z] taggedImages: [2021-02-04T20:20:53.838Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:53.838Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.76 [2021-02-04T20:20:53.838Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:53.838Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-04T20:20:53.905Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-04T20:20:53.905Z] a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:53.905Z] 2.0.0-dev.76 [2021-02-04T20:20:53.905Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:20:53.905Z] master [2021-02-04T20:20:53.905Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:54.473Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:20:54.799Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:20:54.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-04T20:20:54.799Z] b3feac1fd7ee: Preparing [2021-02-04T20:20:54.799Z] 8a7110a49359: Preparing [2021-02-04T20:20:54.799Z] 07e66b5ff980: Preparing [2021-02-04T20:20:54.799Z] 012ce6d779b4: Preparing [2021-02-04T20:20:54.799Z] 76558be65efd: Preparing [2021-02-04T20:20:54.799Z] 32494862c703: Preparing [2021-02-04T20:20:54.799Z] db057263e2f1: Preparing [2021-02-04T20:20:54.799Z] 0754057c0ad3: Preparing [2021-02-04T20:20:54.799Z] 998cdf262ab1: Preparing [2021-02-04T20:20:54.799Z] 02e56110abd2: Preparing [2021-02-04T20:20:54.799Z] abc36efb885a: Preparing [2021-02-04T20:20:54.799Z] b0b09059f4e1: Preparing [2021-02-04T20:20:54.799Z] bb961f40224b: Preparing [2021-02-04T20:20:54.799Z] f4666769fca7: Preparing [2021-02-04T20:20:54.799Z] 998cdf262ab1: Waiting [2021-02-04T20:20:54.799Z] 02e56110abd2: Waiting [2021-02-04T20:20:54.799Z] abc36efb885a: Waiting [2021-02-04T20:20:54.799Z] b0b09059f4e1: Waiting [2021-02-04T20:20:54.799Z] bb961f40224b: Waiting [2021-02-04T20:20:54.799Z] f4666769fca7: Waiting [2021-02-04T20:20:54.799Z] 32494862c703: Waiting [2021-02-04T20:20:54.799Z] db057263e2f1: Waiting [2021-02-04T20:20:54.799Z] 0754057c0ad3: Waiting [2021-02-04T20:20:55.122Z] 76558be65efd: Pushed [2021-02-04T20:20:55.438Z] b3feac1fd7ee: Pushed [2021-02-04T20:20:56.086Z] 012ce6d779b4: Pushed [2021-02-04T20:20:56.386Z] 8a7110a49359: Pushed [2021-02-04T20:20:56.660Z] 0754057c0ad3: Layer already exists [2021-02-04T20:20:56.660Z] 998cdf262ab1: Layer already exists [2021-02-04T20:20:56.660Z] 02e56110abd2: Layer already exists [2021-02-04T20:20:56.660Z] abc36efb885a: Layer already exists [2021-02-04T20:20:56.660Z] b0b09059f4e1: Layer already exists [2021-02-04T20:20:56.660Z] bb961f40224b: Layer already exists [2021-02-04T20:20:56.660Z] f4666769fca7: Layer already exists [2021-02-04T20:20:56.930Z] db057263e2f1: Pushed [2021-02-04T20:20:57.531Z] 32494862c703: Pushed [2021-02-04T20:21:09.908Z] 07e66b5ff980: Pushed [2021-02-04T20:21:09.908Z] a296f24e360d73b4e20a007fd564889f5e431139: digest: sha256:0cb516f41d4c2c56f7d98fde7774f3e03ba830183be8435eb385b8cbd77e6390 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:21:10.226Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:21:10.536Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.76 [2021-02-04T20:21:10.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-04T20:21:10.536Z] b3feac1fd7ee: Preparing [2021-02-04T20:21:10.536Z] 8a7110a49359: Preparing [2021-02-04T20:21:10.536Z] 07e66b5ff980: Preparing [2021-02-04T20:21:10.536Z] 012ce6d779b4: Preparing [2021-02-04T20:21:10.536Z] 76558be65efd: Preparing [2021-02-04T20:21:10.536Z] 32494862c703: Preparing [2021-02-04T20:21:10.536Z] db057263e2f1: Preparing [2021-02-04T20:21:10.536Z] 0754057c0ad3: Preparing [2021-02-04T20:21:10.536Z] 998cdf262ab1: Preparing [2021-02-04T20:21:10.536Z] 02e56110abd2: Preparing [2021-02-04T20:21:10.536Z] abc36efb885a: Preparing [2021-02-04T20:21:10.536Z] b0b09059f4e1: Preparing [2021-02-04T20:21:10.536Z] bb961f40224b: Preparing [2021-02-04T20:21:10.536Z] f4666769fca7: Preparing [2021-02-04T20:21:10.536Z] 32494862c703: Waiting [2021-02-04T20:21:10.536Z] db057263e2f1: Waiting [2021-02-04T20:21:10.536Z] 0754057c0ad3: Waiting [2021-02-04T20:21:10.536Z] 998cdf262ab1: Waiting [2021-02-04T20:21:10.536Z] 02e56110abd2: Waiting [2021-02-04T20:21:10.536Z] abc36efb885a: Waiting [2021-02-04T20:21:10.536Z] b0b09059f4e1: Waiting [2021-02-04T20:21:10.536Z] bb961f40224b: Waiting [2021-02-04T20:21:10.536Z] f4666769fca7: Waiting [2021-02-04T20:21:10.536Z] 76558be65efd: Layer already exists [2021-02-04T20:21:10.536Z] 07e66b5ff980: Layer already exists [2021-02-04T20:21:10.536Z] 8a7110a49359: Layer already exists [2021-02-04T20:21:10.536Z] b3feac1fd7ee: Layer already exists [2021-02-04T20:21:10.536Z] 012ce6d779b4: Layer already exists [2021-02-04T20:21:10.536Z] db057263e2f1: Layer already exists [2021-02-04T20:21:10.536Z] 32494862c703: Layer already exists [2021-02-04T20:21:10.536Z] 998cdf262ab1: Layer already exists [2021-02-04T20:21:10.536Z] 02e56110abd2: Layer already exists [2021-02-04T20:21:10.536Z] 0754057c0ad3: Layer already exists [2021-02-04T20:21:10.798Z] abc36efb885a: Layer already exists [2021-02-04T20:21:10.798Z] b0b09059f4e1: Layer already exists [2021-02-04T20:21:10.798Z] f4666769fca7: Layer already exists [2021-02-04T20:21:10.798Z] bb961f40224b: Layer already exists [2021-02-04T20:21:10.798Z] 2.0.0-dev.76: digest: sha256:0cb516f41d4c2c56f7d98fde7774f3e03ba830183be8435eb385b8cbd77e6390 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:21:11.148Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:21:11.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:21:11.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-04T20:21:11.756Z] b3feac1fd7ee: Preparing [2021-02-04T20:21:11.756Z] 8a7110a49359: Preparing [2021-02-04T20:21:11.756Z] 07e66b5ff980: Preparing [2021-02-04T20:21:11.756Z] 012ce6d779b4: Preparing [2021-02-04T20:21:11.756Z] 76558be65efd: Preparing [2021-02-04T20:21:11.756Z] 32494862c703: Preparing [2021-02-04T20:21:11.756Z] db057263e2f1: Preparing [2021-02-04T20:21:11.756Z] 0754057c0ad3: Preparing [2021-02-04T20:21:11.756Z] 998cdf262ab1: Preparing [2021-02-04T20:21:11.756Z] 02e56110abd2: Preparing [2021-02-04T20:21:11.756Z] abc36efb885a: Preparing [2021-02-04T20:21:11.756Z] b0b09059f4e1: Preparing [2021-02-04T20:21:11.756Z] bb961f40224b: Preparing [2021-02-04T20:21:11.756Z] f4666769fca7: Preparing [2021-02-04T20:21:11.756Z] db057263e2f1: Waiting [2021-02-04T20:21:11.756Z] 0754057c0ad3: Waiting [2021-02-04T20:21:11.756Z] 998cdf262ab1: Waiting [2021-02-04T20:21:11.756Z] 02e56110abd2: Waiting [2021-02-04T20:21:11.756Z] abc36efb885a: Waiting [2021-02-04T20:21:11.756Z] b0b09059f4e1: Waiting [2021-02-04T20:21:11.756Z] bb961f40224b: Waiting [2021-02-04T20:21:11.756Z] f4666769fca7: Waiting [2021-02-04T20:21:11.756Z] 32494862c703: Waiting [2021-02-04T20:21:11.756Z] b3feac1fd7ee: Layer already exists [2021-02-04T20:21:11.756Z] 012ce6d779b4: Layer already exists [2021-02-04T20:21:11.756Z] 76558be65efd: Layer already exists [2021-02-04T20:21:11.756Z] 8a7110a49359: Layer already exists [2021-02-04T20:21:11.756Z] 07e66b5ff980: Layer already exists [2021-02-04T20:21:11.756Z] 32494862c703: Layer already exists [2021-02-04T20:21:11.756Z] 998cdf262ab1: Layer already exists [2021-02-04T20:21:11.756Z] 0754057c0ad3: Layer already exists [2021-02-04T20:21:11.756Z] db057263e2f1: Layer already exists [2021-02-04T20:21:11.756Z] 02e56110abd2: Layer already exists [2021-02-04T20:21:11.756Z] bb961f40224b: Layer already exists [2021-02-04T20:21:11.756Z] f4666769fca7: Layer already exists [2021-02-04T20:21:11.756Z] abc36efb885a: Layer already exists [2021-02-04T20:21:11.756Z] b0b09059f4e1: Layer already exists [2021-02-04T20:21:11.756Z] a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76: digest: sha256:0cb516f41d4c2c56f7d98fde7774f3e03ba830183be8435eb385b8cbd77e6390 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:21:12.078Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:21:12.399Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-04T20:21:12.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-04T20:21:12.400Z] b3feac1fd7ee: Preparing [2021-02-04T20:21:12.400Z] 8a7110a49359: Preparing [2021-02-04T20:21:12.400Z] 07e66b5ff980: Preparing [2021-02-04T20:21:12.400Z] 012ce6d779b4: Preparing [2021-02-04T20:21:12.400Z] 76558be65efd: Preparing [2021-02-04T20:21:12.400Z] 32494862c703: Preparing [2021-02-04T20:21:12.400Z] db057263e2f1: Preparing [2021-02-04T20:21:12.400Z] 0754057c0ad3: Preparing [2021-02-04T20:21:12.400Z] 998cdf262ab1: Preparing [2021-02-04T20:21:12.400Z] 02e56110abd2: Preparing [2021-02-04T20:21:12.400Z] abc36efb885a: Preparing [2021-02-04T20:21:12.400Z] b0b09059f4e1: Preparing [2021-02-04T20:21:12.400Z] bb961f40224b: Preparing [2021-02-04T20:21:12.400Z] f4666769fca7: Preparing [2021-02-04T20:21:12.400Z] 32494862c703: Waiting [2021-02-04T20:21:12.400Z] 02e56110abd2: Waiting [2021-02-04T20:21:12.400Z] abc36efb885a: Waiting [2021-02-04T20:21:12.400Z] b0b09059f4e1: Waiting [2021-02-04T20:21:12.400Z] 0754057c0ad3: Waiting [2021-02-04T20:21:12.400Z] bb961f40224b: Waiting [2021-02-04T20:21:12.400Z] db057263e2f1: Waiting [2021-02-04T20:21:12.400Z] 998cdf262ab1: Waiting [2021-02-04T20:21:12.400Z] b3feac1fd7ee: Layer already exists [2021-02-04T20:21:12.400Z] 76558be65efd: Layer already exists [2021-02-04T20:21:12.400Z] 012ce6d779b4: Layer already exists [2021-02-04T20:21:12.400Z] 8a7110a49359: Layer already exists [2021-02-04T20:21:12.400Z] 07e66b5ff980: Layer already exists [2021-02-04T20:21:12.400Z] 32494862c703: Layer already exists [2021-02-04T20:21:12.400Z] 0754057c0ad3: Layer already exists [2021-02-04T20:21:12.400Z] 02e56110abd2: Layer already exists [2021-02-04T20:21:12.400Z] 998cdf262ab1: Layer already exists [2021-02-04T20:21:12.400Z] bb961f40224b: Layer already exists [2021-02-04T20:21:12.400Z] abc36efb885a: Layer already exists [2021-02-04T20:21:12.400Z] b0b09059f4e1: Layer already exists [2021-02-04T20:21:12.400Z] f4666769fca7: Layer already exists [2021-02-04T20:21:12.663Z] db057263e2f1: Layer already exists [2021-02-04T20:21:12.663Z] master: digest: sha256:0cb516f41d4c2c56f7d98fde7774f3e03ba830183be8435eb385b8cbd77e6390 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T20:21:12.892Z] ===================================================== [Pipeline] echo [2021-02-04T20:21:12.937Z] taggedImages: [2021-02-04T20:21:12.937Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a296f24e360d73b4e20a007fd564889f5e431139 [2021-02-04T20:21:12.937Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.76 [2021-02-04T20:21:12.937Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a296f24e360d73b4e20a007fd564889f5e431139-2.0.0-dev.76 [2021-02-04T20:21:12.937Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-04T20:21:14.648Z] provisioning config files... [2021-02-04T20:21:14.659Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/341@tmp/config607707291661693529tmp [Pipeline] { [Pipeline] sh [2021-02-04T20:21:15.048Z] + set +x [2021-02-04T20:21:15.048Z] + curl -s https://codecov.io/bash [2021-02-04T20:21:15.048Z] + bash -s -- [2021-02-04T20:21:15.625Z] [2021-02-04T20:21:15.625Z] _____ _ [2021-02-04T20:21:15.625Z] / ____| | | [2021-02-04T20:21:15.625Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T20:21:15.625Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T20:21:15.625Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T20:21:15.625Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T20:21:15.625Z] Bash-20210129-7c25fce [2021-02-04T20:21:15.625Z] [2021-02-04T20:21:15.625Z] [2021-02-04T20:21:15.625Z] ==> git version 2.24.3 found [2021-02-04T20:21:15.625Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-04T20:21:15.625Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T20:21:15.625Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T20:21:15.625Z] ==> Jenkins CI detected. [2021-02-04T20:21:15.625Z] project root: . [2021-02-04T20:21:15.625Z] --> token set from env [2021-02-04T20:21:15.625Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T20:21:15.625Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T20:21:15.892Z] ==> Python coveragepy not found [2021-02-04T20:21:15.892Z] ==> Searching for coverage reports in: [2021-02-04T20:21:15.892Z] + . [2021-02-04T20:21:15.892Z] -> Found 1 reports [2021-02-04T20:21:15.892Z] ==> Detecting git/mercurial file structure [2021-02-04T20:21:15.892Z] ==> Reading reports [2021-02-04T20:21:15.892Z] + ./coverage.out bytes=583066 [2021-02-04T20:21:15.892Z] ==> Appending adjustments [2021-02-04T20:21:15.892Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T20:21:21.298Z] + Found adjustments [2021-02-04T20:21:21.298Z] ==> Gzipping contents [2021-02-04T20:21:21.597Z] 88K /tmp/codecov.8CASnw.gz [2021-02-04T20:21:21.597Z] ==> Uploading reports [2021-02-04T20:21:21.597Z] url: https://codecov.io [2021-02-04T20:21:21.597Z] query: branch=master&commit=a296f24e360d73b4e20a007fd564889f5e431139&build=341&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F341%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-04T20:21:21.597Z] -> Pinging Codecov [2021-02-04T20:21:21.597Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=a296f24e360d73b4e20a007fd564889f5e431139&build=341&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F341%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-04T20:21:21.886Z] -> Uploading to [2021-02-04T20:21:21.886Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/a296f24e360d73b4e20a007fd564889f5e431139/fb7cc474-4e38-430c-956f-4e75eae938af.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T202121Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=810b06b6f9ba39514b51e80baf276eb8bd6f7e11805091a09d6f5246ed1c5667 [2021-02-04T20:21:21.886Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T20:21:21.886Z] Dload Upload Total Spent Left Speed [2021-02-04T20:21:22.755Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87812 0 0 100 87812 0 127k --:--:-- --:--:-- --:--:-- 127k [2021-02-04T20:21:22.755Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a296f24e360d73b4e20a007fd564889f5e431139 [Pipeline] } [2021-02-04T20:21:22.814Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-04T20:21:23.725Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-04T20:21:23.809Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:21:24.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T20:21:24.499Z] [2021-02-04T20:21:24.499Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:21:24.900Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T20:21:24.900Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-04T20:21:25.166Z] 188c0c94c7c5: Already exists [2021-02-04T20:21:25.166Z] 0ef7d3d256c8: Already exists [2021-02-04T20:21:25.166Z] de9db76c5a1d: Already exists [2021-02-04T20:21:25.166Z] 0eba1c9be4d2: Pulling fs layer [2021-02-04T20:21:25.166Z] 0d57e429df01: Pulling fs layer [2021-02-04T20:21:25.166Z] 4e4be7b47b0d: Pulling fs layer [2021-02-04T20:21:25.166Z] e1f770b5df2f: Pulling fs layer [2021-02-04T20:21:25.166Z] 85a0685a4137: Pulling fs layer [2021-02-04T20:21:25.166Z] e1f770b5df2f: Waiting [2021-02-04T20:21:25.166Z] 85a0685a4137: Waiting [2021-02-04T20:21:25.166Z] 4e4be7b47b0d: Verifying Checksum [2021-02-04T20:21:25.166Z] 4e4be7b47b0d: Download complete [2021-02-04T20:21:25.166Z] 0d57e429df01: Download complete [2021-02-04T20:21:28.109Z] e1f770b5df2f: Verifying Checksum [2021-02-04T20:21:28.109Z] e1f770b5df2f: Download complete [2021-02-04T20:21:32.474Z] 0eba1c9be4d2: Download complete [2021-02-04T20:21:32.474Z] 85a0685a4137: Verifying Checksum [2021-02-04T20:21:32.474Z] 85a0685a4137: Download complete [2021-02-04T20:21:42.801Z] 0eba1c9be4d2: Pull complete [2021-02-04T20:21:43.067Z] 0d57e429df01: Pull complete [2021-02-04T20:21:43.339Z] 4e4be7b47b0d: Pull complete [2021-02-04T20:21:46.759Z] e1f770b5df2f: Pull complete [2021-02-04T20:22:01.977Z] 85a0685a4137: Pull complete [2021-02-04T20:22:01.977Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-04T20:22:01.977Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T20:22:01.977Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-04T20:22:02.451Z] prd-centos7-docker-4c-2g-25048 does not seem to be running inside a container [2021-02-04T20:22:02.545Z] $ 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/341 -v /w/workspace/edgex-go/341:/w/workspace/edgex-go/341:rw,z -v /w/workspace/edgex-go/341@tmp:/w/workspace/edgex-go/341@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-04T20:22:04.797Z] $ docker top b1e378324da0b2646b1e7a86fbb98de509227e7ff9a6e19b7487c77b760af830 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T20:22:05.364Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-04T20:22:06.153Z] + set -o pipefail [2021-02-04T20:22:06.153Z] + snyk monitor '--org=edgex-jenkins' [2021-02-04T20:22:24.554Z] [2021-02-04T20:22:24.554Z] Monitoring /w/workspace/edgex-go/341 (github.com/edgexfoundry/edgex-go)... [2021-02-04T20:22:24.554Z] [2021-02-04T20:22:24.554Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/d70aa7cd-c350-4163-b704-b1ba7cd118ee [2021-02-04T20:22:24.554Z] [2021-02-04T20:22:24.554Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-04T20:22:24.554Z] [2021-02-04T20:22:24.554Z] [Pipeline] } [2021-02-04T20:22:24.580Z] $ docker stop --time=1 b1e378324da0b2646b1e7a86fbb98de509227e7ff9a6e19b7487c77b760af830 [2021-02-04T20:22:27.647Z] $ docker rm -f b1e378324da0b2646b1e7a86fbb98de509227e7ff9a6e19b7487c77b760af830 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-02-04T20:22:29.406Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T20:22:29.459Z] provisioning config files... [2021-02-04T20:22:29.472Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/341@tmp/config204123456116209939tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T20:22:29.881Z] --> edgex-publish-swagger.sh [2021-02-04T20:22:29.881Z] === Publish openapi/v1 API === [2021-02-04T20:22:29.881Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-04T20:22:29.881Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/341/openapi/v1/core-command.yaml] [2021-02-04T20:22:29.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T20:22:29.881Z] Dload Upload Total Spent Left Speed [2021-02-04T20:22:31.113Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8585 0:00:01 0:00:01 --:--:-- 8589 [2021-02-04T20:22:31.113Z] [2021-02-04T20:22:31.113Z] [2021-02-04T20:22:31.113Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/341/openapi/v1/core-data.yaml] [2021-02-04T20:22:31.113Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T20:22:31.113Z] Dload Upload Total Spent Left Speed [2021-02-04T20:22:32.372Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 29457 0:00:01 0:00:01 --:--:-- 29463 100 32557 0 0 100 32557 0 29443 0:00:01 0:00:01 --:--:-- 29436 [2021-02-04T20:22:32.372Z] [2021-02-04T20:22:32.372Z] [2021-02-04T20:22:32.372Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/341/openapi/v1/core-metadata.yaml] [2021-02-04T20:22:32.372Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T20:22:32.372Z] Dload Upload Total Spent Left Speed [2021-02-04T20:22:33.338Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 59645 0:00:01 0:00:01 --:--:-- 59693 100 73721 0 0 100 73721 0 58576 0:00:01 0:00:01 --:--:-- 58601 [2021-02-04T20:22:33.338Z] [2021-02-04T20:22:33.338Z] [2021-02-04T20:22:33.338Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/341/openapi/v1/support-logging.yaml] [2021-02-04T20:22:33.659Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T20:22:33.659Z] Dload Upload Total Spent Left Speed [2021-02-04T20:22:35.096Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 10222 0:00:01 0:00:01 --:--:-- 10226 100 13581 0 0 100 13581 0 10219 0:00:01 0:00:01 --:--:-- 10226 [2021-02-04T20:22:35.096Z] [2021-02-04T20:22:35.096Z] [2021-02-04T20:22:35.096Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/341/openapi/v1/support-notifications.yaml] [2021-02-04T20:22:35.096Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T20:22:35.096Z] Dload Upload Total Spent Left Speed [2021-02-04T20:22:36.062Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 38890 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 30915 0:00:01 0:00:01 --:--:-- 30914 100 38890 0 0 100 38890 0 30911 0:00:01 0:00:01 --:--:-- 30914 [2021-02-04T20:22:36.062Z] [2021-02-04T20:22:36.062Z] [2021-02-04T20:22:36.062Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/341/openapi/v1/support-scheduler.yaml] [2021-02-04T20:22:36.062Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T20:22:36.062Z] Dload Upload Total Spent Left Speed [2021-02-04T20:22:37.482Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11467 0:00:01 0:00:01 --:--:-- 11472 100 14249 0 0 100 14249 0 11208 0:00:01 0:00:01 --:--:-- 11219 [2021-02-04T20:22:37.482Z] [2021-02-04T20:22:37.482Z] [2021-02-04T20:22:37.482Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/341/openapi/v1/system-agent.yaml] [2021-02-04T20:22:37.482Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T20:22:37.482Z] Dload Upload Total Spent Left Speed [2021-02-04T20:22:38.447Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3524 0:00:01 0:00:01 --:--:-- 3527 100 4110 0 0 100 4110 0 3523 0:00:01 0:00:01 --:--:-- 3524 [2021-02-04T20:22:38.448Z] [2021-02-04T20:22:38.448Z] [2021-02-04T20:22:38.448Z] === Publish openapi/v2 API === [2021-02-04T20:22:38.448Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-04T20:22:38.448Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/341/openapi/v2/core-command.yaml] [2021-02-04T20:22:38.728Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T20:22:38.728Z] Dload Upload Total Spent Left Speed [2021-02-04T20:22:39.975Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21325 0 0 100 21325 0 17436 0:00:01 0:00:01 --:--:-- 17450 100 21325 0 0 100 21325 0 15104 0:00:01 0:00:01 --:--:-- 15113 [2021-02-04T20:22:39.975Z] [2021-02-04T20:22:39.975Z] [2021-02-04T20:22:39.975Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/341/openapi/v2/core-data.yaml] [2021-02-04T20:22:39.975Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T20:22:39.975Z] Dload Upload Total Spent Left Speed [2021-02-04T20:22:41.228Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57013 0 0 100 57013 0 47506 0:00:01 0:00:01 --:--:-- 47510 100 57013 0 0 100 57013 0 47496 0:00:01 0:00:01 --:--:-- 47471 [2021-02-04T20:22:41.228Z] [2021-02-04T20:22:41.228Z] [2021-02-04T20:22:41.228Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/341/openapi/v2/core-metadata.yaml] [2021-02-04T20:22:41.228Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T20:22:41.228Z] Dload Upload Total Spent Left Speed [2021-02-04T20:22:42.649Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 117k 0 0 100 117k 0 94614 0:00:01 0:00:01 --:--:-- 94705 100 117k 0 0 100 117k 0 89969 0:00:01 0:00:01 --:--:-- 90030 [2021-02-04T20:22:42.649Z] [2021-02-04T20:22:42.649Z] [2021-02-04T20:22:42.649Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/341/openapi/v2/support-notifications.yaml] [2021-02-04T20:22:42.649Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T20:22:42.649Z] Dload Upload Total Spent Left Speed [2021-02-04T20:22:44.060Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58553 0 0 100 58553 0 47268 0:00:01 0:00:01 --:--:-- 47296 100 58553 0 0 100 58553 0 40509 0:00:01 0:00:01 --:--:-- 40549 [2021-02-04T20:22:44.060Z] [2021-02-04T20:22:44.060Z] [2021-02-04T20:22:44.060Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/341/openapi/v2/support-scheduler.yaml] [2021-02-04T20:22:44.060Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T20:22:44.060Z] Dload Upload Total Spent Left Speed [2021-02-04T20:22:45.493Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38851 0 0 100 38851 0 30943 0:00:01 0:00:01 --:--:-- 31080 100 38851 0 0 100 38851 0 28142 0:00:01 0:00:01 --:--:-- 28255 [2021-02-04T20:22:45.493Z] [2021-02-04T20:22:45.493Z] [2021-02-04T20:22:45.493Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/341/openapi/v2/system-agent.yaml] [2021-02-04T20:22:45.493Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T20:22:45.493Z] Dload Upload Total Spent Left Speed [2021-02-04T20:22:46.899Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23684 0 0 100 23684 0 19288 0:00:01 0:00:01 --:--:-- 19302 100 23684 0 0 100 23684 0 19285 0:00:01 0:00:01 --:--:-- 19302 [2021-02-04T20:22:46.900Z] [2021-02-04T20:22:46.900Z] [Pipeline] } [2021-02-04T20:22:46.912Z] 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 [2021-02-04T20:22:47.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T20:22:47.994Z] . [Pipeline] withDockerContainer [2021-02-04T20:22:48.398Z] prd-centos7-docker-4c-2g-25048 does not seem to be running inside a container [2021-02-04T20:22:48.584Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/341 -v /w/workspace/edgex-go/341:/w/workspace/edgex-go/341:rw,z -v /w/workspace/edgex-go/341@tmp:/w/workspace/edgex-go/341@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:10004/edgex-devops/git-semver:latest cat [2021-02-04T20:22:50.718Z] $ docker top f53daed0f77b1d1c8c1e002c9ef51bfe815db3c851dfc1769a80f5c6f2bbacb7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T20:22:51.560Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T20:22:51.560Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T20:22:52.339Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T20:22:52.344Z] $ docker exec f53daed0f77b1d1c8c1e002c9ef51bfe815db3c851dfc1769a80f5c6f2bbacb7 ssh-agent [2021-02-04T20:22:53.106Z] SSH_AUTH_SOCK=/tmp/ssh-QGPTnisfRdlI/agent.11 [2021-02-04T20:22:53.106Z] SSH_AGENT_PID=16 [2021-02-04T20:22:53.133Z] Running ssh-add (command line suppressed) [2021-02-04T20:22:53.522Z] Identity added: /w/workspace/edgex-go/341@tmp/private_key_4320752021061771895.key (/w/workspace/edgex-go/341@tmp/private_key_4320752021061771895.key) [2021-02-04T20:22:53.654Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T20:22:54.613Z] + git semver tag [2021-02-04T20:22:55.429Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T20:22:55.429Z] # $GIT_DIR = /w/workspace/edgex-go/341/.git [2021-02-04T20:22:55.429Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/341 [2021-02-04T20:22:55.429Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T20:22:55.429Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T20:22:55.429Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T20:22:55.429Z] # $SEMVER_BRANCH = master [2021-02-04T20:22:55.429Z] # $SEMVER_DIR = /w/workspace/edgex-go/341/.semver [2021-02-04T20:22:55.429Z] # a296f24e360d73b4e20a007fd564889f5e431139 HEAD [2021-02-04T20:22:56.515Z] # -> Force: false [2021-02-04T20:22:56.515Z] # f63fab82a4877e01aeb944017ef03eea7faee1ba refs/tags/v2.0.0-dev.76 [Pipeline] } [2021-02-04T20:22:56.595Z] $ docker exec --env ******** --env ******** f53daed0f77b1d1c8c1e002c9ef51bfe815db3c851dfc1769a80f5c6f2bbacb7 ssh-agent -k [2021-02-04T20:22:56.988Z] unset SSH_AUTH_SOCK; [2021-02-04T20:22:56.988Z] unset SSH_AGENT_PID; [2021-02-04T20:22:56.988Z] echo Agent pid 16 killed; [2021-02-04T20:22:57.244Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T20:22:57.814Z] + git semver [Pipeline] } [2021-02-04T20:22:58.115Z] $ docker stop --time=1 f53daed0f77b1d1c8c1e002c9ef51bfe815db3c851dfc1769a80f5c6f2bbacb7 [2021-02-04T20:23:00.000Z] $ docker rm -f f53daed0f77b1d1c8c1e002c9ef51bfe815db3c851dfc1769a80f5c6f2bbacb7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:23:00.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T20:23:00.695Z] [2021-02-04T20:23:00.695Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:23:01.067Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T20:23:01.067Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-04T20:23:01.067Z] ab5ef0e58194: Pulling fs layer [2021-02-04T20:23:01.067Z] 9712f1f96733: Pulling fs layer [2021-02-04T20:23:01.067Z] 63f879dbbcfc: Pulling fs layer [2021-02-04T20:23:01.067Z] 0d9ebad4ef96: Pulling fs layer [2021-02-04T20:23:01.067Z] e9a5061849ea: Pulling fs layer [2021-02-04T20:23:01.067Z] d747dcd14b5f: Pulling fs layer [2021-02-04T20:23:01.067Z] 2de7ff778b66: Pulling fs layer [2021-02-04T20:23:01.067Z] d747dcd14b5f: Waiting [2021-02-04T20:23:01.067Z] 0d9ebad4ef96: Waiting [2021-02-04T20:23:01.067Z] e9a5061849ea: Waiting [2021-02-04T20:23:01.067Z] 9712f1f96733: Verifying Checksum [2021-02-04T20:23:01.067Z] 9712f1f96733: Download complete [2021-02-04T20:23:05.431Z] 63f879dbbcfc: Verifying Checksum [2021-02-04T20:23:05.431Z] 63f879dbbcfc: Download complete [2021-02-04T20:23:05.431Z] e9a5061849ea: Verifying Checksum [2021-02-04T20:23:05.431Z] e9a5061849ea: Download complete [2021-02-04T20:23:05.431Z] d747dcd14b5f: Verifying Checksum [2021-02-04T20:23:05.431Z] d747dcd14b5f: Download complete [2021-02-04T20:23:06.408Z] 2de7ff778b66: Verifying Checksum [2021-02-04T20:23:06.408Z] 0d9ebad4ef96: Verifying Checksum [2021-02-04T20:23:06.408Z] 0d9ebad4ef96: Download complete [2021-02-04T20:23:06.675Z] ab5ef0e58194: Verifying Checksum [2021-02-04T20:23:06.675Z] ab5ef0e58194: Download complete [2021-02-04T20:23:15.074Z] ab5ef0e58194: Pull complete [2021-02-04T20:23:15.369Z] 9712f1f96733: Pull complete [2021-02-04T20:23:18.870Z] 63f879dbbcfc: Pull complete [2021-02-04T20:23:37.447Z] 0d9ebad4ef96: Pull complete [2021-02-04T20:23:38.858Z] e9a5061849ea: Pull complete [2021-02-04T20:23:39.148Z] d747dcd14b5f: Pull complete [2021-02-04T20:23:43.761Z] 2de7ff778b66: Pull complete [2021-02-04T20:23:43.761Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-04T20:23:43.761Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T20:23:43.761Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-04T20:23:44.159Z] prd-centos7-docker-4c-2g-25048 does not seem to be running inside a container [2021-02-04T20:23:44.232Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/341 -v /w/workspace/edgex-go/341:/w/workspace/edgex-go/341:rw,z -v /w/workspace/edgex-go/341@tmp:/w/workspace/edgex-go/341@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-lftools:0.23.1-centos7 cat [2021-02-04T20:23:47.527Z] $ docker top 8b1d2e0f3908431635b4c89a9668b9bbf241a91b544ebd07a96c60c9e7c989e4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-04T20:23:48.066Z] provisioning config files... [2021-02-04T20:23:48.087Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/341@tmp/config7925592880390920872tmp [2021-02-04T20:23:48.128Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/341@tmp/config8207111381240740799tmp [2021-02-04T20:23:48.160Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/341@tmp/config3794954070895474924tmp [Pipeline] { [Pipeline] echo [2021-02-04T20:23:48.243Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T20:23:48.874Z] ---> sigul-configuration.sh [2021-02-04T20:23:48.874Z] gpg: directory `/root/.gnupg' created [2021-02-04T20:23:48.874Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-04T20:23:48.874Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-04T20:23:48.875Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-04T20:23:48.875Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-04T20:23:48.875Z] gpg: CAST5 encrypted data [2021-02-04T20:23:48.875Z] gpg: encrypted with 1 passphrase [2021-02-04T20:23:48.875Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-04T20:23:49.205Z] + mkdir /home/jenkins [2021-02-04T20:23:49.205Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-04T20:23:50.202Z] + 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 [2021-02-04T20:23:50.224Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T20:23:50.547Z] ---> sigul-install.sh [2021-02-04T20:24:00.727Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-04T20:24:01.380Z] + git tag --list [2021-02-04T20:24:01.380Z] 0.6.0 [2021-02-04T20:24:01.380Z] 0.6.1 [2021-02-04T20:24:01.380Z] 0.7.0 [2021-02-04T20:24:01.380Z] 0.7.1 [2021-02-04T20:24:01.380Z] v0.0.0 [2021-02-04T20:24:01.380Z] v0.0.1-dev.1 [2021-02-04T20:24:01.380Z] v1.0.0 [2021-02-04T20:24:01.380Z] v1.0.1 [2021-02-04T20:24:01.380Z] v1.1.0 [2021-02-04T20:24:01.380Z] v1.2.0 [2021-02-04T20:24:01.380Z] v1.2.1 [2021-02-04T20:24:01.380Z] v1.2.2-dev.1 [2021-02-04T20:24:01.380Z] v1.2.2-dev.10 [2021-02-04T20:24:01.380Z] v1.2.2-dev.100 [2021-02-04T20:24:01.380Z] v1.2.2-dev.101 [2021-02-04T20:24:01.380Z] v1.2.2-dev.102 [2021-02-04T20:24:01.380Z] v1.2.2-dev.103 [2021-02-04T20:24:01.380Z] v1.2.2-dev.104 [2021-02-04T20:24:01.380Z] v1.2.2-dev.105 [2021-02-04T20:24:01.380Z] v1.2.2-dev.106 [2021-02-04T20:24:01.380Z] v1.2.2-dev.107 [2021-02-04T20:24:01.380Z] v1.2.2-dev.11 [2021-02-04T20:24:01.380Z] v1.2.2-dev.12 [2021-02-04T20:24:01.380Z] v1.2.2-dev.13 [2021-02-04T20:24:01.380Z] v1.2.2-dev.14 [2021-02-04T20:24:01.380Z] v1.2.2-dev.15 [2021-02-04T20:24:01.380Z] v1.2.2-dev.16 [2021-02-04T20:24:01.380Z] v1.2.2-dev.17 [2021-02-04T20:24:01.380Z] v1.2.2-dev.18 [2021-02-04T20:24:01.380Z] v1.2.2-dev.19 [2021-02-04T20:24:01.380Z] v1.2.2-dev.2 [2021-02-04T20:24:01.380Z] v1.2.2-dev.20 [2021-02-04T20:24:01.380Z] v1.2.2-dev.21 [2021-02-04T20:24:01.380Z] v1.2.2-dev.22 [2021-02-04T20:24:01.380Z] v1.2.2-dev.23 [2021-02-04T20:24:01.380Z] v1.2.2-dev.24 [2021-02-04T20:24:01.380Z] v1.2.2-dev.25 [2021-02-04T20:24:01.380Z] v1.2.2-dev.26 [2021-02-04T20:24:01.380Z] v1.2.2-dev.27 [2021-02-04T20:24:01.380Z] v1.2.2-dev.28 [2021-02-04T20:24:01.380Z] v1.2.2-dev.29 [2021-02-04T20:24:01.380Z] v1.2.2-dev.3 [2021-02-04T20:24:01.380Z] v1.2.2-dev.30 [2021-02-04T20:24:01.380Z] v1.2.2-dev.31 [2021-02-04T20:24:01.380Z] v1.2.2-dev.32 [2021-02-04T20:24:01.380Z] v1.2.2-dev.33 [2021-02-04T20:24:01.380Z] v1.2.2-dev.34 [2021-02-04T20:24:01.380Z] v1.2.2-dev.35 [2021-02-04T20:24:01.380Z] v1.2.2-dev.36 [2021-02-04T20:24:01.380Z] v1.2.2-dev.37 [2021-02-04T20:24:01.380Z] v1.2.2-dev.38 [2021-02-04T20:24:01.380Z] v1.2.2-dev.39 [2021-02-04T20:24:01.380Z] v1.2.2-dev.4 [2021-02-04T20:24:01.380Z] v1.2.2-dev.40 [2021-02-04T20:24:01.380Z] v1.2.2-dev.41 [2021-02-04T20:24:01.380Z] v1.2.2-dev.42 [2021-02-04T20:24:01.380Z] v1.2.2-dev.43 [2021-02-04T20:24:01.380Z] v1.2.2-dev.44 [2021-02-04T20:24:01.380Z] v1.2.2-dev.45 [2021-02-04T20:24:01.380Z] v1.2.2-dev.46 [2021-02-04T20:24:01.380Z] v1.2.2-dev.47 [2021-02-04T20:24:01.380Z] v1.2.2-dev.48 [2021-02-04T20:24:01.380Z] v1.2.2-dev.49 [2021-02-04T20:24:01.380Z] v1.2.2-dev.5 [2021-02-04T20:24:01.380Z] v1.2.2-dev.50 [2021-02-04T20:24:01.380Z] v1.2.2-dev.51 [2021-02-04T20:24:01.380Z] v1.2.2-dev.52 [2021-02-04T20:24:01.380Z] v1.2.2-dev.53 [2021-02-04T20:24:01.380Z] v1.2.2-dev.54 [2021-02-04T20:24:01.380Z] v1.2.2-dev.55 [2021-02-04T20:24:01.380Z] v1.2.2-dev.56 [2021-02-04T20:24:01.380Z] v1.2.2-dev.57 [2021-02-04T20:24:01.380Z] v1.2.2-dev.58 [2021-02-04T20:24:01.380Z] v1.2.2-dev.59 [2021-02-04T20:24:01.380Z] v1.2.2-dev.6 [2021-02-04T20:24:01.380Z] v1.2.2-dev.60 [2021-02-04T20:24:01.380Z] v1.2.2-dev.61 [2021-02-04T20:24:01.380Z] v1.2.2-dev.62 [2021-02-04T20:24:01.380Z] v1.2.2-dev.63 [2021-02-04T20:24:01.380Z] v1.2.2-dev.64 [2021-02-04T20:24:01.380Z] v1.2.2-dev.65 [2021-02-04T20:24:01.380Z] v1.2.2-dev.66 [2021-02-04T20:24:01.380Z] v1.2.2-dev.67 [2021-02-04T20:24:01.380Z] v1.2.2-dev.68 [2021-02-04T20:24:01.380Z] v1.2.2-dev.69 [2021-02-04T20:24:01.380Z] v1.2.2-dev.7 [2021-02-04T20:24:01.380Z] v1.2.2-dev.70 [2021-02-04T20:24:01.380Z] v1.2.2-dev.71 [2021-02-04T20:24:01.380Z] v1.2.2-dev.72 [2021-02-04T20:24:01.380Z] v1.2.2-dev.73 [2021-02-04T20:24:01.380Z] v1.2.2-dev.74 [2021-02-04T20:24:01.380Z] v1.2.2-dev.75 [2021-02-04T20:24:01.380Z] v1.2.2-dev.76 [2021-02-04T20:24:01.380Z] v1.2.2-dev.77 [2021-02-04T20:24:01.380Z] v1.2.2-dev.78 [2021-02-04T20:24:01.380Z] v1.2.2-dev.79 [2021-02-04T20:24:01.380Z] v1.2.2-dev.8 [2021-02-04T20:24:01.380Z] v1.2.2-dev.80 [2021-02-04T20:24:01.380Z] v1.2.2-dev.81 [2021-02-04T20:24:01.380Z] v1.2.2-dev.82 [2021-02-04T20:24:01.380Z] v1.2.2-dev.83 [2021-02-04T20:24:01.380Z] v1.2.2-dev.84 [2021-02-04T20:24:01.380Z] v1.2.2-dev.85 [2021-02-04T20:24:01.380Z] v1.2.2-dev.86 [2021-02-04T20:24:01.380Z] v1.2.2-dev.87 [2021-02-04T20:24:01.380Z] v1.2.2-dev.88 [2021-02-04T20:24:01.380Z] v1.2.2-dev.89 [2021-02-04T20:24:01.380Z] v1.2.2-dev.9 [2021-02-04T20:24:01.380Z] v1.2.2-dev.90 [2021-02-04T20:24:01.380Z] v1.2.2-dev.91 [2021-02-04T20:24:01.380Z] v1.2.2-dev.92 [2021-02-04T20:24:01.380Z] v1.2.2-dev.93 [2021-02-04T20:24:01.380Z] v1.2.2-dev.94 [2021-02-04T20:24:01.380Z] v1.2.2-dev.95 [2021-02-04T20:24:01.380Z] v1.2.2-dev.96 [2021-02-04T20:24:01.380Z] v1.2.2-dev.97 [2021-02-04T20:24:01.380Z] v1.2.2-dev.98 [2021-02-04T20:24:01.380Z] v1.2.2-dev.99 [2021-02-04T20:24:01.380Z] v1.3.0 [2021-02-04T20:24:01.380Z] v1.3.1-dev.1 [2021-02-04T20:24:01.380Z] v1.3.1-dev.10 [2021-02-04T20:24:01.380Z] v1.3.1-dev.11 [2021-02-04T20:24:01.380Z] v1.3.1-dev.12 [2021-02-04T20:24:01.380Z] v1.3.1-dev.13 [2021-02-04T20:24:01.380Z] v1.3.1-dev.14 [2021-02-04T20:24:01.380Z] v1.3.1-dev.15 [2021-02-04T20:24:01.380Z] v1.3.1-dev.16 [2021-02-04T20:24:01.380Z] v1.3.1-dev.17 [2021-02-04T20:24:01.380Z] v1.3.1-dev.18 [2021-02-04T20:24:01.380Z] v1.3.1-dev.2 [2021-02-04T20:24:01.380Z] v1.3.1-dev.3 [2021-02-04T20:24:01.380Z] v1.3.1-dev.4 [2021-02-04T20:24:01.380Z] v1.3.1-dev.5 [2021-02-04T20:24:01.380Z] v1.3.1-dev.6 [2021-02-04T20:24:01.380Z] v1.3.1-dev.7 [2021-02-04T20:24:01.380Z] v1.3.1-dev.8 [2021-02-04T20:24:01.380Z] v1.3.1-dev.9 [2021-02-04T20:24:01.380Z] v2.0.0-dev.1 [2021-02-04T20:24:01.380Z] v2.0.0-dev.10 [2021-02-04T20:24:01.380Z] v2.0.0-dev.11 [2021-02-04T20:24:01.380Z] v2.0.0-dev.12 [2021-02-04T20:24:01.380Z] v2.0.0-dev.13 [2021-02-04T20:24:01.380Z] v2.0.0-dev.14 [2021-02-04T20:24:01.380Z] v2.0.0-dev.15 [2021-02-04T20:24:01.380Z] v2.0.0-dev.16 [2021-02-04T20:24:01.380Z] v2.0.0-dev.17 [2021-02-04T20:24:01.380Z] v2.0.0-dev.18 [2021-02-04T20:24:01.380Z] v2.0.0-dev.19 [2021-02-04T20:24:01.380Z] v2.0.0-dev.2 [2021-02-04T20:24:01.380Z] v2.0.0-dev.20 [2021-02-04T20:24:01.380Z] v2.0.0-dev.21 [2021-02-04T20:24:01.380Z] v2.0.0-dev.22 [2021-02-04T20:24:01.380Z] v2.0.0-dev.23 [2021-02-04T20:24:01.380Z] v2.0.0-dev.24 [2021-02-04T20:24:01.380Z] v2.0.0-dev.25 [2021-02-04T20:24:01.380Z] v2.0.0-dev.26 [2021-02-04T20:24:01.380Z] v2.0.0-dev.27 [2021-02-04T20:24:01.380Z] v2.0.0-dev.28 [2021-02-04T20:24:01.380Z] v2.0.0-dev.29 [2021-02-04T20:24:01.380Z] v2.0.0-dev.3 [2021-02-04T20:24:01.380Z] v2.0.0-dev.30 [2021-02-04T20:24:01.380Z] v2.0.0-dev.31 [2021-02-04T20:24:01.380Z] v2.0.0-dev.32 [2021-02-04T20:24:01.380Z] v2.0.0-dev.33 [2021-02-04T20:24:01.380Z] v2.0.0-dev.34 [2021-02-04T20:24:01.380Z] v2.0.0-dev.35 [2021-02-04T20:24:01.380Z] v2.0.0-dev.36 [2021-02-04T20:24:01.380Z] v2.0.0-dev.37 [2021-02-04T20:24:01.380Z] v2.0.0-dev.38 [2021-02-04T20:24:01.380Z] v2.0.0-dev.39 [2021-02-04T20:24:01.380Z] v2.0.0-dev.4 [2021-02-04T20:24:01.380Z] v2.0.0-dev.40 [2021-02-04T20:24:01.380Z] v2.0.0-dev.41 [2021-02-04T20:24:01.380Z] v2.0.0-dev.42 [2021-02-04T20:24:01.380Z] v2.0.0-dev.43 [2021-02-04T20:24:01.380Z] v2.0.0-dev.44 [2021-02-04T20:24:01.380Z] v2.0.0-dev.45 [2021-02-04T20:24:01.380Z] v2.0.0-dev.46 [2021-02-04T20:24:01.380Z] v2.0.0-dev.47 [2021-02-04T20:24:01.380Z] v2.0.0-dev.48 [2021-02-04T20:24:01.380Z] v2.0.0-dev.49 [2021-02-04T20:24:01.380Z] v2.0.0-dev.5 [2021-02-04T20:24:01.380Z] v2.0.0-dev.50 [2021-02-04T20:24:01.380Z] v2.0.0-dev.51 [2021-02-04T20:24:01.380Z] v2.0.0-dev.52 [2021-02-04T20:24:01.380Z] v2.0.0-dev.53 [2021-02-04T20:24:01.380Z] v2.0.0-dev.54 [2021-02-04T20:24:01.380Z] v2.0.0-dev.55 [2021-02-04T20:24:01.380Z] v2.0.0-dev.56 [2021-02-04T20:24:01.380Z] v2.0.0-dev.57 [2021-02-04T20:24:01.380Z] v2.0.0-dev.58 [2021-02-04T20:24:01.380Z] v2.0.0-dev.59 [2021-02-04T20:24:01.380Z] v2.0.0-dev.6 [2021-02-04T20:24:01.380Z] v2.0.0-dev.60 [2021-02-04T20:24:01.380Z] v2.0.0-dev.61 [2021-02-04T20:24:01.380Z] v2.0.0-dev.62 [2021-02-04T20:24:01.380Z] v2.0.0-dev.63 [2021-02-04T20:24:01.380Z] v2.0.0-dev.64 [2021-02-04T20:24:01.380Z] v2.0.0-dev.65 [2021-02-04T20:24:01.380Z] v2.0.0-dev.66 [2021-02-04T20:24:01.380Z] v2.0.0-dev.67 [2021-02-04T20:24:01.380Z] v2.0.0-dev.68 [2021-02-04T20:24:01.380Z] v2.0.0-dev.69 [2021-02-04T20:24:01.380Z] v2.0.0-dev.7 [2021-02-04T20:24:01.380Z] v2.0.0-dev.70 [2021-02-04T20:24:01.380Z] v2.0.0-dev.71 [2021-02-04T20:24:01.380Z] v2.0.0-dev.72 [2021-02-04T20:24:01.380Z] v2.0.0-dev.73 [2021-02-04T20:24:01.380Z] v2.0.0-dev.74 [2021-02-04T20:24:01.380Z] v2.0.0-dev.75 [2021-02-04T20:24:01.380Z] v2.0.0-dev.76 [2021-02-04T20:24:01.380Z] v2.0.0-dev.8 [2021-02-04T20:24:01.380Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-04T20:24:02.430Z] + lftools sign git-tag v2.0.0-dev.76 [2021-02-04T20:24:03.859Z] Signing Git tag with Sigul... [2021-02-04T20:24:03.859Z] Signing v2.0.0-dev.76 [Pipeline] echo [2021-02-04T20:24:05.303Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T20:24:05.645Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-04T20:24:05.659Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-04T20:24:05.781Z] $ docker stop --time=1 8b1d2e0f3908431635b4c89a9668b9bbf241a91b544ebd07a96c60c9e7c989e4 [2021-02-04T20:24:08.759Z] $ docker rm -f 8b1d2e0f3908431635b4c89a9668b9bbf241a91b544ebd07a96c60c9e7c989e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:24:09.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T20:24:09.853Z] . [Pipeline] withDockerContainer [2021-02-04T20:24:10.024Z] prd-centos7-docker-4c-2g-25048 does not seem to be running inside a container [2021-02-04T20:24:10.099Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/341 -v /w/workspace/edgex-go/341:/w/workspace/edgex-go/341:rw,z -v /w/workspace/edgex-go/341@tmp:/w/workspace/edgex-go/341@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:10004/edgex-devops/git-semver:latest cat [2021-02-04T20:24:11.442Z] $ docker top 5962003acb574ff6dec0bae9207877c0aa9576d37be6de6d32a20171e606da7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T20:24:11.846Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T20:24:11.846Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T20:24:12.193Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T20:24:12.196Z] $ docker exec 5962003acb574ff6dec0bae9207877c0aa9576d37be6de6d32a20171e606da7c ssh-agent [2021-02-04T20:24:12.572Z] SSH_AUTH_SOCK=/tmp/ssh-1JhJ9xn5Eh8u/agent.12 [2021-02-04T20:24:12.572Z] SSH_AGENT_PID=17 [2021-02-04T20:24:12.581Z] Running ssh-add (command line suppressed) [2021-02-04T20:24:12.874Z] Identity added: /w/workspace/edgex-go/341@tmp/private_key_7202925263409751052.key (/w/workspace/edgex-go/341@tmp/private_key_7202925263409751052.key) [2021-02-04T20:24:12.978Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T20:24:13.698Z] + git semver bump pre [2021-02-04T20:24:13.699Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T20:24:13.699Z] # $GIT_DIR = /w/workspace/edgex-go/341/.git [2021-02-04T20:24:13.699Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/341 [2021-02-04T20:24:13.699Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T20:24:13.699Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T20:24:13.699Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T20:24:13.699Z] # $SEMVER_BRANCH = master [2021-02-04T20:24:13.699Z] # $SEMVER_DIR = /w/workspace/edgex-go/341/.semver [2021-02-04T20:24:13.699Z] 2.0.0-dev.77 [Pipeline] } [2021-02-04T20:24:13.741Z] $ docker exec --env ******** --env ******** 5962003acb574ff6dec0bae9207877c0aa9576d37be6de6d32a20171e606da7c ssh-agent -k [2021-02-04T20:24:14.047Z] unset SSH_AUTH_SOCK; [2021-02-04T20:24:14.047Z] unset SSH_AGENT_PID; [2021-02-04T20:24:14.047Z] echo Agent pid 17 killed; [2021-02-04T20:24:14.154Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T20:24:14.912Z] + git semver [Pipeline] } [2021-02-04T20:24:14.960Z] $ docker stop --time=1 5962003acb574ff6dec0bae9207877c0aa9576d37be6de6d32a20171e606da7c [2021-02-04T20:24:16.781Z] $ docker rm -f 5962003acb574ff6dec0bae9207877c0aa9576d37be6de6d32a20171e606da7c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:24:17.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T20:24:17.610Z] . [Pipeline] withDockerContainer [2021-02-04T20:24:17.850Z] prd-centos7-docker-4c-2g-25048 does not seem to be running inside a container [2021-02-04T20:24:17.943Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/341 -v /w/workspace/edgex-go/341:/w/workspace/edgex-go/341:rw,z -v /w/workspace/edgex-go/341@tmp:/w/workspace/edgex-go/341@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:10004/edgex-devops/git-semver:latest cat [2021-02-04T20:24:19.486Z] $ docker top c7bda3a8edd601961353e041c337fb150a44e0f884e7bdd4aa779e9e0ab7283f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T20:24:19.900Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T20:24:19.900Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T20:24:20.478Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T20:24:20.485Z] $ docker exec c7bda3a8edd601961353e041c337fb150a44e0f884e7bdd4aa779e9e0ab7283f ssh-agent [2021-02-04T20:24:20.856Z] SSH_AUTH_SOCK=/tmp/ssh-KlUarS9J50qK/agent.11 [2021-02-04T20:24:20.856Z] SSH_AGENT_PID=16 [2021-02-04T20:24:20.865Z] Running ssh-add (command line suppressed) [2021-02-04T20:24:21.192Z] Identity added: /w/workspace/edgex-go/341@tmp/private_key_1143181423171842737.key (/w/workspace/edgex-go/341@tmp/private_key_1143181423171842737.key) [2021-02-04T20:24:21.357Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T20:24:22.056Z] + git semver push [2021-02-04T20:24:22.057Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T20:24:22.057Z] # $GIT_DIR = /w/workspace/edgex-go/341/.git [2021-02-04T20:24:22.057Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/341 [2021-02-04T20:24:22.057Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T20:24:22.057Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T20:24:22.057Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T20:24:22.057Z] # $SEMVER_BRANCH = master [2021-02-04T20:24:22.057Z] # $SEMVER_DIR = /w/workspace/edgex-go/341/.semver [Pipeline] } [2021-02-04T20:24:34.546Z] $ docker exec --env ******** --env ******** c7bda3a8edd601961353e041c337fb150a44e0f884e7bdd4aa779e9e0ab7283f ssh-agent -k [2021-02-04T20:24:34.794Z] unset SSH_AUTH_SOCK; [2021-02-04T20:24:34.794Z] unset SSH_AGENT_PID; [2021-02-04T20:24:34.794Z] echo Agent pid 16 killed; [2021-02-04T20:24:35.112Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T20:24:35.764Z] + git semver [Pipeline] } [2021-02-04T20:24:35.796Z] $ docker stop --time=1 c7bda3a8edd601961353e041c337fb150a44e0f884e7bdd4aa779e9e0ab7283f [2021-02-04T20:24:37.797Z] $ docker rm -f c7bda3a8edd601961353e041c337fb150a44e0f884e7bdd4aa779e9e0ab7283f [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 [2021-02-04T20:24:39.458Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T20:24:40.380Z] ---> package-listing.sh [2021-02-04T20:24:40.380Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T20:24:40.380Z] ++ facter osfamily [2021-02-04T20:24:40.647Z] + OS_FAMILY=redhat [2021-02-04T20:24:40.647Z] + workspace=/w/workspace/edgex-go/341 [2021-02-04T20:24:40.647Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T20:24:40.647Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T20:24:40.647Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T20:24:40.647Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T20:24:40.647Z] + '[' /w/workspace/edgex-go/341 ']' [2021-02-04T20:24:40.647Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T20:24:40.647Z] + case "${OS_FAMILY}" in [2021-02-04T20:24:40.647Z] + sort [2021-02-04T20:24:40.647Z] + rpm -qa [2021-02-04T20:24:46.089Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T20:24:46.089Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T20:24:46.089Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T20:24:46.089Z] + '[' /w/workspace/edgex-go/341 ']' [2021-02-04T20:24:46.089Z] + mkdir -p /w/workspace/edgex-go/341/archives/ [2021-02-04T20:24:46.089Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/341/archives/ [Pipeline] echo [2021-02-04T20:24:46.105Z] 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/341/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T20:24:46.415Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:24:47.032Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T20:24:47.305Z] [2021-02-04T20:24:47.305Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T20:24:47.788Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T20:24:47.788Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T20:24:47.788Z] df20fa9351a1: Pulling fs layer [2021-02-04T20:24:47.788Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T20:24:47.788Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T20:24:47.788Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T20:24:47.788Z] 93b61091891f: Pulling fs layer [2021-02-04T20:24:47.788Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T20:24:47.788Z] 5e14af77c1be: Pulling fs layer [2021-02-04T20:24:47.788Z] 01666e4c0597: Pulling fs layer [2021-02-04T20:24:47.788Z] aa168da1d23b: Pulling fs layer [2021-02-04T20:24:47.788Z] 93b61091891f: Waiting [2021-02-04T20:24:47.788Z] 93b9cdb0e59b: Waiting [2021-02-04T20:24:47.788Z] 5e14af77c1be: Waiting [2021-02-04T20:24:47.788Z] 01666e4c0597: Waiting [2021-02-04T20:24:47.788Z] aa168da1d23b: Waiting [2021-02-04T20:24:48.359Z] 36b3adc4ff6f: Download complete [2021-02-04T20:24:48.359Z] 46f8f816bc3b: Download complete [2021-02-04T20:24:48.359Z] df20fa9351a1: Verifying Checksum [2021-02-04T20:24:48.359Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T20:24:48.359Z] 93b9cdb0e59b: Download complete [2021-02-04T20:24:48.810Z] 5e14af77c1be: Verifying Checksum [2021-02-04T20:24:48.810Z] 5e14af77c1be: Download complete [2021-02-04T20:24:48.810Z] 01666e4c0597: Download complete [2021-02-04T20:24:49.140Z] df20fa9351a1: Pull complete [2021-02-04T20:24:49.140Z] 93b61091891f: Verifying Checksum [2021-02-04T20:24:49.140Z] 93b61091891f: Download complete [2021-02-04T20:24:49.414Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T20:24:49.414Z] 8ad3a11d3b57: Download complete [2021-02-04T20:24:49.414Z] 36b3adc4ff6f: Pull complete [2021-02-04T20:24:51.193Z] 8ad3a11d3b57: Pull complete [2021-02-04T20:24:51.481Z] 46f8f816bc3b: Pull complete [2021-02-04T20:24:52.515Z] 93b61091891f: Pull complete [2021-02-04T20:24:53.659Z] 93b9cdb0e59b: Pull complete [2021-02-04T20:24:54.754Z] 5e14af77c1be: Pull complete [2021-02-04T20:24:55.090Z] 01666e4c0597: Pull complete [2021-02-04T20:24:55.722Z] aa168da1d23b: Verifying Checksum [2021-02-04T20:24:55.722Z] aa168da1d23b: Download complete [2021-02-04T20:25:10.887Z] aa168da1d23b: Pull complete [2021-02-04T20:25:10.887Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T20:25:10.887Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T20:25:10.887Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T20:25:11.130Z] prd-centos7-docker-4c-2g-25048 does not seem to be running inside a container [2021-02-04T20:25:11.299Z] $ 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/341/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/341 -v /w/workspace/edgex-go/341:/w/workspace/edgex-go/341:rw,z -v /w/workspace/edgex-go/341@tmp:/w/workspace/edgex-go/341@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-lftools-log-publisher:alpine cat [2021-02-04T20:25:14.716Z] $ docker top d2bc174878ac876bb17e52d6f25df1de66eaf532bd131bfc734391775e54ebfb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T20:25:15.460Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T20:25:15.822Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T20:25:16.174Z] + ls /var/log/sa-host [2021-02-04T20:25:16.174Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T20:25:16.174Z] file_magic: OK [2021-02-04T20:25:16.174Z] HZ: Using current value: 100 [2021-02-04T20:25:16.174Z] file_header: OK [2021-02-04T20:25:16.174Z] 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 [2021-02-04T20:25:16.174Z] Statistics: [2021-02-04T20:25:16.174Z] 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... [2021-02-04T20:25:16.174Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T20:25:16.174Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T20:25:16.174Z] file_magic: OK [2021-02-04T20:25:16.174Z] HZ: Using current value: 100 [2021-02-04T20:25:16.174Z] file_header: OK [2021-02-04T20:25:16.174Z] 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 [2021-02-04T20:25:16.174Z] Statistics: [2021-02-04T20:25:16.174Z] Hnuu...uuuununununu... [2021-02-04T20:25:16.174Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T20:25:16.800Z] provisioning config files... [2021-02-04T20:25:16.819Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/341@tmp/config316609995074792436tmp [Pipeline] { [Pipeline] echo [2021-02-04T20:25:16.902Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T20:25:17.221Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T20:25:17.241Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T20:25:17.333Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T20:25:17.723Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T20:25:17.749Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T20:25:18.099Z] ---> sudo-logs.sh [2021-02-04T20:25:18.100Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T20:25:18.389Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T20:25:18.725Z] ---> job-cost.sh [2021-02-04T20:25:18.725Z] lf-activate-venv: SKIPPING [2021-02-04T20:25:18.725Z] INFO: No Stack... [2021-02-04T20:25:19.702Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T20:25:20.333Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T20:25:20.351Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T20:25:20.685Z] ---> logs-deploy.sh [2021-02-04T20:25:20.685Z] lf-activate-venv: SKIPPING [2021-02-04T20:25:20.685Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/341 [2021-02-04T20:25:20.685Z] INFO: archiving workspace using pattern(s): [2021-02-04T20:25:23.344Z] Archives upload complete. [2021-02-04T20:25:23.344Z] INFO: archiving logs to Nexus [2021-02-04T20:25:24.769Z] ---> uname -a: [2021-02-04T20:25:24.769Z] Linux prd-centos7-docker-4c-2g-25048.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-04T20:25:24.769Z] [2021-02-04T20:25:24.769Z] [2021-02-04T20:25:24.769Z] ---> lscpu: [2021-02-04T20:25:24.769Z] Architecture: x86_64 [2021-02-04T20:25:24.769Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-04T20:25:24.769Z] Byte Order: Little Endian [2021-02-04T20:25:24.769Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-04T20:25:24.769Z] CPU(s): 4 [2021-02-04T20:25:24.769Z] On-line CPU(s) list: 0-3 [2021-02-04T20:25:24.769Z] Thread(s) per core: 1 [2021-02-04T20:25:24.769Z] Core(s) per socket: 1 [2021-02-04T20:25:24.769Z] Socket(s): 4 [2021-02-04T20:25:24.769Z] NUMA node(s): 1 [2021-02-04T20:25:24.769Z] Vendor ID: GenuineIntel [2021-02-04T20:25:24.769Z] CPU family: 6 [2021-02-04T20:25:24.769Z] Model: 44 [2021-02-04T20:25:24.769Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-04T20:25:24.769Z] Stepping: 1 [2021-02-04T20:25:24.769Z] CPU MHz: 2933.438 [2021-02-04T20:25:24.769Z] BogoMIPS: 5866.87 [2021-02-04T20:25:24.769Z] Virtualization: VT-x [2021-02-04T20:25:24.769Z] Hypervisor vendor: KVM [2021-02-04T20:25:24.769Z] Virtualization type: full [2021-02-04T20:25:24.769Z] L1d cache: 128 KiB [2021-02-04T20:25:24.769Z] L1i cache: 128 KiB [2021-02-04T20:25:24.769Z] L2 cache: 16 MiB [2021-02-04T20:25:24.769Z] L3 cache: 64 MiB [2021-02-04T20:25:24.769Z] NUMA node0 CPU(s): 0-3 [2021-02-04T20:25:24.769Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-04T20:25:24.769Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-04T20:25:24.769Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-04T20:25:24.769Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-04T20:25:24.769Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-04T20:25:24.769Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-04T20:25:24.769Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-04T20:25:24.769Z] Vulnerability Srbds: Not affected [2021-02-04T20:25:24.769Z] Vulnerability Tsx async abort: Not affected [2021-02-04T20:25:24.769Z] 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 [2021-02-04T20:25:24.769Z] [2021-02-04T20:25:24.769Z] [2021-02-04T20:25:24.769Z] ---> nproc: [2021-02-04T20:25:24.770Z] 4 [2021-02-04T20:25:24.770Z] [2021-02-04T20:25:24.770Z] [2021-02-04T20:25:24.770Z] ---> df -h: [2021-02-04T20:25:24.770Z] Filesystem Size Used Available Use% Mounted on [2021-02-04T20:25:24.770Z] overlay 50.0G 13.9G 36.1G 28% / [2021-02-04T20:25:24.770Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-04T20:25:24.770Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-04T20:25:24.770Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-04T20:25:24.770Z] /dev/vda1 50.0G 13.9G 36.1G 28% /facter-os [2021-02-04T20:25:24.770Z] /dev/vda1 50.0G 13.9G 36.1G 28% /etc/resolv.conf [2021-02-04T20:25:24.770Z] /dev/vda1 50.0G 13.9G 36.1G 28% /etc/hostname [2021-02-04T20:25:24.770Z] /dev/vda1 50.0G 13.9G 36.1G 28% /etc/hosts [2021-02-04T20:25:24.770Z] /dev/vda1 50.0G 13.9G 36.1G 28% /run/cloud-init/result.json [2021-02-04T20:25:24.770Z] /dev/vda1 50.0G 13.9G 36.1G 28% /var/log/sa-host [2021-02-04T20:25:24.770Z] /dev/vda1 50.0G 13.9G 36.1G 28% /var/log/secure [2021-02-04T20:25:24.770Z] /dev/vda1 50.0G 13.9G 36.1G 28% /var/log/auth.log [2021-02-04T20:25:24.770Z] /dev/vda1 50.0G 13.9G 36.1G 28% /w/workspace/edgex-go/341@tmp [2021-02-04T20:25:24.770Z] /dev/vda1 50.0G 13.9G 36.1G 28% /w/workspace/edgex-go/341 [2021-02-04T20:25:24.770Z] [2021-02-04T20:25:24.770Z] [2021-02-04T20:25:24.770Z] ---> free -m: [2021-02-04T20:25:24.770Z] total used free shared buff/cache available [2021-02-04T20:25:24.770Z] Mem: 1837 775 138 0 924 1002 [2021-02-04T20:25:24.770Z] Swap: 1023 66 957 [2021-02-04T20:25:24.770Z] [2021-02-04T20:25:24.770Z] [2021-02-04T20:25:24.770Z] ---> ip addr: [2021-02-04T20:25:24.770Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-04T20:25:24.770Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-04T20:25:24.770Z] inet 127.0.0.1/8 scope host lo [2021-02-04T20:25:24.770Z] valid_lft forever preferred_lft forever [2021-02-04T20:25:24.770Z] inet6 ::1/128 scope host [2021-02-04T20:25:24.770Z] valid_lft forever preferred_lft forever [2021-02-04T20:25:24.770Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-04T20:25:24.770Z] link/ether fa:16:3e:5b:61:c7 brd ff:ff:ff:ff:ff:ff [2021-02-04T20:25:24.770Z] inet 10.30.123.169/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-04T20:25:24.770Z] valid_lft 85094sec preferred_lft 85094sec [2021-02-04T20:25:24.770Z] inet6 fe80::f816:3eff:fe5b:61c7/64 scope link [2021-02-04T20:25:24.770Z] valid_lft forever preferred_lft forever [2021-02-04T20:25:24.770Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-04T20:25:24.770Z] link/ether 02:42:c1:e1:10:73 brd ff:ff:ff:ff:ff:ff [2021-02-04T20:25:24.770Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-04T20:25:24.770Z] valid_lft forever preferred_lft forever [2021-02-04T20:25:24.770Z] inet6 fe80::42:c1ff:fee1:1073/64 scope link [2021-02-04T20:25:24.770Z] valid_lft forever preferred_lft forever [2021-02-04T20:25:24.770Z] [2021-02-04T20:25:24.770Z] [2021-02-04T20:25:24.770Z] ---> sar -b -r -n DEV: [2021-02-04T20:25:24.770Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) [2021-02-04T20:25:24.770Z] [2021-02-04T20:25:24.770Z] 20:03:25 LINUX RESTART (4 CPU) [2021-02-04T20:25:24.770Z] [2021-02-04T20:25:24.770Z] 20:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-04T20:25:24.770Z] 20:05:01 126.11 50.52 75.59 0.00 6515.17 42760.20 0.00 [2021-02-04T20:25:24.770Z] 20:06:01 117.97 61.68 56.29 0.00 6189.67 23574.72 0.00 [2021-02-04T20:25:24.770Z] 20:07:01 263.07 50.39 212.68 0.00 2940.77 40127.63 0.00 [2021-02-04T20:25:24.770Z] 20:08:02 119.45 77.98 41.47 0.00 2334.78 3615.51 0.00 [2021-02-04T20:25:24.770Z] 20:09:01 73.98 15.26 58.73 0.00 613.08 6872.73 0.00 [2021-02-04T20:25:24.770Z] 20:10:01 95.91 38.51 57.40 0.00 1542.38 5571.11 0.00 [2021-02-04T20:25:24.770Z] 20:11:01 55.09 29.33 25.76 0.00 2166.26 4249.64 0.00 [2021-02-04T20:25:24.770Z] 20:12:02 189.88 43.21 146.67 0.00 14454.20 81383.87 0.00 [2021-02-04T20:25:24.770Z] 20:13:02 826.67 657.63 169.04 0.00 80774.27 85421.27 0.00 [2021-02-04T20:25:24.770Z] 20:14:05 2177.10 1975.43 201.68 0.00 121235.34 130483.43 0.00 [2021-02-04T20:25:24.770Z] 20:15:02 456.81 362.35 94.46 0.00 21922.59 24768.24 0.00 [2021-02-04T20:25:24.770Z] 20:16:04 401.94 149.63 252.31 0.00 40432.53 65152.75 0.00 [2021-02-04T20:25:24.770Z] 20:17:03 1067.51 831.33 236.18 0.00 72599.90 93190.66 0.00 [2021-02-04T20:25:24.770Z] 20:18:08 1630.82 1436.28 194.54 0.00 90182.56 96727.73 0.00 [2021-02-04T20:25:24.770Z] 20:19:01 611.41 465.79 145.62 0.00 28507.04 31119.40 0.00 [2021-02-04T20:25:24.770Z] 20:20:02 186.48 49.22 137.26 0.00 5935.42 18452.31 0.00 [2021-02-04T20:25:24.770Z] 20:21:01 50.70 39.68 11.02 0.00 3789.69 206.61 0.00 [2021-02-04T20:25:24.770Z] 20:22:01 241.38 131.48 109.90 0.00 4922.53 30468.52 0.00 [2021-02-04T20:25:24.770Z] 20:23:01 133.72 84.79 48.93 0.00 6863.22 6563.34 0.00 [2021-02-04T20:25:24.770Z] 20:24:01 226.02 53.69 172.33 0.00 2988.22 30967.82 0.00 [2021-02-04T20:25:24.770Z] 20:25:02 136.77 72.48 64.29 0.00 6360.89 12674.43 0.00 [2021-02-04T20:25:24.770Z] Average: 444.59 324.40 120.19 0.00 25338.66 40255.88 0.00 [2021-02-04T20:25:24.770Z] [2021-02-04T20:25:24.770Z] 20:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-04T20:25:24.770Z] 20:05:01 115500 0 543992 28.91 2620 1219432 1125268 38.40 484880 1081572 12296 [2021-02-04T20:25:24.770Z] 20:06:01 75240 0 611660 32.51 2596 1192048 1340768 45.76 682444 909920 112632 [2021-02-04T20:25:24.770Z] 20:07:01 245664 0 750052 39.86 1492 884336 1901600 64.90 508840 839080 32 [2021-02-04T20:25:24.770Z] 20:08:02 104796 0 822244 43.70 1492 953012 1622864 55.39 691792 806968 82548 [2021-02-04T20:25:24.770Z] 20:09:01 129428 0 819028 43.53 828 932260 1681280 57.38 719176 747832 53844 [2021-02-04T20:25:24.770Z] 20:10:01 187624 0 761376 40.47 800 931744 1739760 59.38 638972 763476 38856 [2021-02-04T20:25:24.770Z] 20:11:01 203768 0 731528 38.88 736 945512 1452968 49.59 620600 766196 30596 [2021-02-04T20:25:24.770Z] 20:12:02 71492 0 684860 36.40 152 1125040 1273176 43.45 727348 840116 107380 [2021-02-04T20:25:24.770Z] 20:13:02 332384 0 753648 40.05 0 795512 2962048 101.09 582464 743216 32 [2021-02-04T20:25:24.770Z] 20:14:05 70568 0 830752 44.15 0 980224 2337400 79.77 767260 815560 81288 [2021-02-04T20:25:24.770Z] 20:15:02 481956 0 789888 41.98 0 609700 2610756 89.10 518096 615812 51624 [2021-02-04T20:25:24.770Z] 20:16:04 78132 0 705228 37.48 0 1098184 1707812 58.28 740292 824740 63872 [2021-02-04T20:25:24.770Z] 20:17:03 123580 0 746748 39.69 0 1011216 2381524 81.28 669716 860844 8344 [2021-02-04T20:25:24.770Z] 20:18:08 74500 0 805176 42.79 0 1001868 2324028 79.32 736188 838684 73584 [2021-02-04T20:25:24.770Z] 20:19:01 405868 0 873912 46.45 0 601764 3449972 117.74 572356 631744 59508 [2021-02-04T20:25:24.770Z] 20:20:02 415584 0 641428 34.09 0 824532 1269196 43.32 512400 691608 32 [2021-02-04T20:25:24.770Z] 20:21:01 280124 0 666748 35.44 0 934672 1473344 50.28 583044 758492 12 [2021-02-04T20:25:24.770Z] 20:22:01 249844 0 683852 36.35 0 947848 1286912 43.92 541740 789536 91004 [2021-02-04T20:25:24.770Z] 20:23:01 179512 0 703208 37.37 0 998824 1417820 48.39 674340 725516 4712 [2021-02-04T20:25:24.770Z] 20:24:01 92892 0 767568 40.79 0 1021084 1670940 57.03 579640 845680 78024 [2021-02-04T20:25:24.770Z] 20:25:02 75328 0 788388 41.90 0 1017828 1679128 57.31 615472 835732 85792 [2021-02-04T20:25:24.770Z] Average: 190180 0 737204 39.18 510 953650 1843265 62.91 627003 796777 49334 [2021-02-04T20:25:24.770Z] [2021-02-04T20:25:24.770Z] 20:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-04T20:25:24.770Z] 20:05:01 eth0 699.98 374.88 3389.03 75.79 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:06:01 eth0 867.71 905.43 4734.46 114.51 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:06:01 docker0 711.03 623.68 62.21 2657.02 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:07:01 vethb0e14da 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:07:01 eth0 310.60 224.74 1932.82 26.86 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:07:01 vethe4ba59d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:08:02 veth0f2c5a4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:08:02 eth0 31.78 28.04 23.82 61.29 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:08:02 docker0 838.81 812.96 71.43 3486.78 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:09:01 veth0f2c5a4 1.05 1.05 0.08 0.09 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:09:01 eth0 27.94 21.17 21.98 11.67 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:09:01 docker0 1.05 1.05 0.07 0.09 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:10:01 veth0f2c5a4 0.90 0.90 0.07 0.07 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:10:01 eth0 13.44 10.41 10.10 5.64 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:10:01 docker0 0.90 0.90 0.06 0.07 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:11:01 veth0f2c5a4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:11:01 eth0 33.14 25.98 21.43 66.79 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:12:02 veth0ae40bb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:12:02 eth0 176.82 142.08 1664.32 65.53 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:12:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:13:02 veth86b1f45 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:13:02 veth5dddc48 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:13:02 veth0ae40bb 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:13:02 veth0fcafd0 0.02 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:14:05 veth0ae40bb 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:14:05 eth0 2136.24 1705.62 11531.66 421.71 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:14:05 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:14:05 docker0 828.46 812.85 70.08 3502.99 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:15:02 vethf0b9152 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:15:02 veth785bf05 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:15:02 veth0ae40bb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:15:02 veth15c6b7a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:16:04 veth0ae40bb 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:16:04 eth0 2378.70 1893.89 13228.04 514.73 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:16:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:16:04 veth2a92c8e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:17:03 veth516d9e8 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:17:03 veth0ae40bb 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:17:03 veth2b7bfbc 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:17:03 eth0 103.97 58.28 427.12 16.06 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:18:08 veth0ae40bb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:18:08 vethcd9271e 2.83 3.52 0.36 10.03 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:18:08 eth0 26.72 22.19 23.27 54.44 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:18:08 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:19:01 veth0ae40bb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:19:01 eth0 52.94 37.20 81.52 16.27 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:19:01 veth0995568 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:20:02 eth0 91.35 71.59 163.09 162.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.770Z] 20:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] 20:20:02 docker0 936.73 990.73 77.43 4406.15 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] 20:21:01 eth0 339.17 339.12 158.73 1354.43 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] 20:22:01 eth0 439.78 383.65 4047.80 240.33 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] 20:23:01 eth0 91.99 81.92 344.63 69.41 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] 20:23:01 docker0 30.48 31.08 2.85 219.45 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] 20:24:01 vethbe3b819 28.73 50.59 1.91 217.65 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] 20:24:01 eth0 502.89 335.82 3345.39 61.21 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] 20:24:01 docker0 28.73 50.46 1.52 217.64 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] 20:25:02 eth0 232.11 178.28 2200.94 75.31 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] 20:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] 20:25:02 docker0 2.68 2.07 0.85 1.16 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] Average: eth0 204.18 163.30 1156.60 121.89 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] Average: docker0 47.70 51.32 3.95 231.41 0.00 0.00 0.00 0.00 [2021-02-04T20:25:24.771Z] [2021-02-04T20:25:24.771Z] [2021-02-04T20:25:24.771Z] ---> sar -P ALL: [2021-02-04T20:25:24.771Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) [2021-02-04T20:25:24.771Z] [2021-02-04T20:25:24.771Z] 20:03:25 LINUX RESTART (4 CPU) [2021-02-04T20:25:24.771Z] [2021-02-04T20:25:24.771Z] 20:04:01 CPU %user %nice %system %iowait %steal %idle [2021-02-04T20:25:24.771Z] 20:05:01 all 14.70 0.00 7.54 4.43 18.09 55.24 [2021-02-04T20:25:24.771Z] 20:05:01 0 11.82 0.00 7.01 4.37 18.90 57.90 [2021-02-04T20:25:24.771Z] 20:05:01 1 18.11 0.00 6.27 5.27 17.46 52.89 [2021-02-04T20:25:24.771Z] 20:05:01 2 16.51 0.00 5.33 4.22 18.39 55.54 [2021-02-04T20:25:24.771Z] 20:05:01 3 12.29 0.00 11.69 3.86 17.57 54.59 [2021-02-04T20:25:24.771Z] 20:06:01 all 9.34 0.00 4.86 1.77 16.17 67.87 [2021-02-04T20:25:24.771Z] 20:06:01 0 8.17 0.00 5.39 2.15 17.29 67.00 [2021-02-04T20:25:24.771Z] 20:06:01 1 5.57 0.00 4.34 1.37 15.63 73.09 [2021-02-04T20:25:24.771Z] 20:06:01 2 9.33 0.00 4.66 2.17 16.54 67.30 [2021-02-04T20:25:24.771Z] 20:06:01 3 14.45 0.00 5.06 1.38 15.20 63.91 [2021-02-04T20:25:24.771Z] 20:07:01 all 5.98 0.00 6.08 3.31 20.29 64.34 [2021-02-04T20:25:24.771Z] 20:07:01 0 6.08 0.00 5.88 3.08 21.35 63.62 [2021-02-04T20:25:24.771Z] 20:07:01 1 5.71 0.00 5.60 3.94 19.93 64.82 [2021-02-04T20:25:24.771Z] 20:07:01 2 6.14 0.00 6.59 4.02 20.10 63.15 [2021-02-04T20:25:24.771Z] 20:07:01 3 5.99 0.00 6.27 2.20 19.79 65.75 [2021-02-04T20:25:24.771Z] 20:08:02 all 27.38 0.00 9.51 5.09 28.35 29.66 [2021-02-04T20:25:24.771Z] 20:08:02 0 26.29 0.00 9.19 3.94 28.94 31.64 [2021-02-04T20:25:24.771Z] 20:08:02 1 26.25 0.00 9.25 5.49 28.03 30.98 [2021-02-04T20:25:24.771Z] 20:08:02 2 24.59 0.00 9.40 5.39 28.83 31.78 [2021-02-04T20:25:24.771Z] 20:08:02 3 32.50 0.00 10.22 5.56 27.59 24.13 [2021-02-04T20:25:24.771Z] 20:09:01 all 30.45 0.00 11.00 2.29 27.47 28.79 [2021-02-04T20:25:24.771Z] 20:09:01 0 32.17 0.00 11.50 3.17 26.30 26.85 [2021-02-04T20:25:24.771Z] 20:09:01 1 25.99 0.00 10.25 1.06 29.28 33.42 [2021-02-04T20:25:24.771Z] 20:09:01 2 35.08 0.00 11.85 1.76 25.77 25.54 [2021-02-04T20:25:24.771Z] 20:09:01 3 28.86 0.00 10.44 3.19 28.43 29.08 [2021-02-04T20:25:24.771Z] 20:10:01 all 35.91 0.00 13.98 3.73 26.91 19.47 [2021-02-04T20:25:24.771Z] 20:10:01 0 36.12 0.00 14.26 4.28 27.78 17.56 [2021-02-04T20:25:24.771Z] 20:10:01 1 32.65 0.00 13.06 4.32 27.83 22.14 [2021-02-04T20:25:24.771Z] 20:10:01 2 40.86 0.00 15.04 3.76 24.30 16.04 [2021-02-04T20:25:24.771Z] 20:10:01 3 34.15 0.00 13.58 2.55 27.68 22.04 [2021-02-04T20:25:24.771Z] 20:11:01 all 16.49 0.00 10.42 1.15 25.59 46.35 [2021-02-04T20:25:24.771Z] 20:11:01 0 18.21 0.00 11.10 0.75 25.93 44.01 [2021-02-04T20:25:24.771Z] 20:11:01 1 13.75 0.00 8.92 1.65 26.24 49.44 [2021-02-04T20:25:24.771Z] 20:11:01 2 17.54 0.00 11.80 0.86 24.44 45.36 [2021-02-04T20:25:24.771Z] 20:11:01 3 16.54 0.00 9.94 1.34 25.70 46.48 [2021-02-04T20:25:24.771Z] 20:12:02 all 7.27 0.00 7.75 3.76 26.77 54.46 [2021-02-04T20:25:24.771Z] 20:12:02 0 7.97 0.00 7.12 5.37 28.18 51.36 [2021-02-04T20:25:24.771Z] 20:12:02 1 6.93 0.00 7.64 3.26 27.14 55.03 [2021-02-04T20:25:24.771Z] 20:12:02 2 6.18 0.00 8.04 3.30 26.07 56.41 [2021-02-04T20:25:24.771Z] 20:12:02 3 7.99 0.00 8.20 3.10 25.69 55.02 [2021-02-04T20:25:24.771Z] 20:13:02 all 11.14 0.00 10.31 11.55 36.30 30.70 [2021-02-04T20:25:24.771Z] 20:13:02 0 10.24 0.00 8.70 10.45 36.27 34.34 [2021-02-04T20:25:24.771Z] 20:13:02 1 11.88 0.00 10.47 10.64 35.82 31.19 [2021-02-04T20:25:24.771Z] 20:13:02 2 11.56 0.00 11.73 12.58 36.31 27.82 [2021-02-04T20:25:24.771Z] 20:13:02 3 10.92 0.00 10.46 12.61 36.79 29.23 [2021-02-04T20:25:24.771Z] 20:14:05 all 7.63 0.00 8.80 29.76 32.21 21.60 [2021-02-04T20:25:24.771Z] 20:14:05 0 7.12 0.00 8.62 25.85 32.34 26.07 [2021-02-04T20:25:24.771Z] 20:14:05 1 7.81 0.00 8.22 31.38 31.38 21.21 [2021-02-04T20:25:24.771Z] 20:14:05 2 6.88 0.00 9.07 31.25 32.04 20.76 [2021-02-04T20:25:24.771Z] 20:14:05 3 8.72 0.00 9.31 30.61 33.10 18.26 [2021-02-04T20:25:24.771Z] 20:15:02 all 52.57 0.00 13.58 8.60 17.74 7.52 [2021-02-04T20:25:24.771Z] 20:15:02 0 50.26 0.00 14.53 6.91 19.30 9.00 [2021-02-04T20:25:24.771Z] 20:15:02 1 53.21 0.00 13.37 8.65 17.08 7.69 [2021-02-04T20:25:24.771Z] 20:15:02 2 51.87 0.00 12.97 9.79 18.76 6.61 [2021-02-04T20:25:24.771Z] 20:15:02 3 54.91 0.00 13.45 9.03 15.82 6.79 [2021-02-04T20:25:24.771Z] [2021-02-04T20:25:24.771Z] 20:15:02 CPU %user %nice %system %iowait %steal %idle [2021-02-04T20:25:24.771Z] 20:16:04 all 15.63 0.00 13.17 18.57 29.15 23.47 [2021-02-04T20:25:24.771Z] 20:16:04 0 15.34 0.00 13.58 20.30 29.24 21.54 [2021-02-04T20:25:24.771Z] 20:16:04 1 16.57 0.00 13.39 20.55 29.01 20.48 [2021-02-04T20:25:24.771Z] 20:16:04 2 14.61 0.00 13.90 15.80 28.53 27.17 [2021-02-04T20:25:24.771Z] 20:16:04 3 16.01 0.00 11.81 17.68 29.85 24.65 [2021-02-04T20:25:24.771Z] 20:17:03 all 9.43 0.00 9.99 18.48 38.43 23.66 [2021-02-04T20:25:24.771Z] 20:17:03 0 8.69 0.00 8.95 14.38 38.19 29.80 [2021-02-04T20:25:24.771Z] 20:17:03 1 9.80 0.00 11.01 21.43 38.72 19.04 [2021-02-04T20:25:24.771Z] 20:17:03 2 10.22 0.00 10.94 18.24 38.43 22.16 [2021-02-04T20:25:24.771Z] 20:17:03 3 9.06 0.00 9.11 20.04 38.42 23.37 [2021-02-04T20:25:24.771Z] 20:18:08 all 6.80 0.00 8.00 34.36 31.50 19.33 [2021-02-04T20:25:24.771Z] 20:18:08 0 6.31 0.00 7.22 31.09 31.66 23.71 [2021-02-04T20:25:24.771Z] 20:18:08 1 6.98 0.00 8.65 35.69 30.92 17.77 [2021-02-04T20:25:24.771Z] 20:18:08 2 7.43 0.00 7.97 37.65 30.10 16.85 [2021-02-04T20:25:24.771Z] 20:18:08 3 6.49 0.00 8.19 33.10 33.32 18.90 [2021-02-04T20:25:24.771Z] 20:19:01 all 46.26 0.00 12.70 10.60 21.27 9.17 [2021-02-04T20:25:24.771Z] 20:19:01 0 44.71 0.00 12.73 11.39 21.04 10.12 [2021-02-04T20:25:24.771Z] 20:19:01 1 45.08 0.00 12.45 12.01 20.63 9.83 [2021-02-04T20:25:24.771Z] 20:19:01 2 48.21 0.00 12.52 9.87 20.80 8.60 [2021-02-04T20:25:24.771Z] 20:19:01 3 47.05 0.00 13.11 9.14 22.59 8.11 [2021-02-04T20:25:24.771Z] 20:20:02 all 17.77 0.00 9.59 7.53 23.79 41.32 [2021-02-04T20:25:24.771Z] 20:20:02 0 15.79 0.00 8.68 8.91 25.53 41.09 [2021-02-04T20:25:24.771Z] 20:20:02 1 17.46 0.00 9.34 8.91 24.37 39.92 [2021-02-04T20:25:24.771Z] 20:20:02 2 18.64 0.00 10.17 6.78 23.56 40.85 [2021-02-04T20:25:24.771Z] 20:20:02 3 19.25 0.00 10.20 5.44 21.61 43.51 [2021-02-04T20:25:24.771Z] 20:21:01 all 6.10 0.00 4.09 2.13 20.28 67.40 [2021-02-04T20:25:24.771Z] 20:21:01 0 5.54 0.00 4.26 2.43 21.04 66.74 [2021-02-04T20:25:24.771Z] 20:21:01 1 5.99 0.00 3.81 2.05 20.69 67.46 [2021-02-04T20:25:24.771Z] 20:21:01 2 6.38 0.00 4.40 2.44 19.01 67.77 [2021-02-04T20:25:24.771Z] 20:21:01 3 6.52 0.00 3.89 1.58 20.37 67.65 [2021-02-04T20:25:24.771Z] 20:22:01 all 5.91 0.00 5.38 3.87 19.37 65.47 [2021-02-04T20:25:24.771Z] 20:22:01 0 6.17 0.00 5.24 3.04 20.14 65.42 [2021-02-04T20:25:24.771Z] 20:22:01 1 5.26 0.00 5.06 3.77 19.41 66.50 [2021-02-04T20:25:24.771Z] 20:22:01 2 6.51 0.00 6.08 3.98 18.95 64.49 [2021-02-04T20:25:24.771Z] 20:22:01 3 5.72 0.00 5.16 4.69 18.97 65.47 [2021-02-04T20:25:24.771Z] 20:23:01 all 3.28 0.00 4.18 4.88 12.46 75.19 [2021-02-04T20:25:24.771Z] 20:23:01 0 2.70 0.00 4.16 5.36 13.01 74.77 [2021-02-04T20:25:24.771Z] 20:23:01 1 4.73 0.00 3.84 4.04 12.41 74.98 [2021-02-04T20:25:24.771Z] 20:23:01 2 2.51 0.00 3.88 5.81 12.11 75.68 [2021-02-04T20:25:24.771Z] 20:23:01 3 3.20 0.00 4.87 4.31 12.30 75.33 [2021-02-04T20:25:24.771Z] 20:24:01 all 6.50 0.00 6.58 1.36 23.58 61.99 [2021-02-04T20:25:24.771Z] 20:24:01 0 10.05 0.00 6.33 0.60 24.68 58.35 [2021-02-04T20:25:24.771Z] 20:24:01 1 5.56 0.00 7.64 0.91 23.29 62.60 [2021-02-04T20:25:24.771Z] 20:24:01 2 5.15 0.00 6.26 2.45 23.67 62.47 [2021-02-04T20:25:24.771Z] 20:24:01 3 5.21 0.00 6.11 1.46 22.66 64.56 [2021-02-04T20:25:24.771Z] 20:25:02 all 4.93 0.00 5.93 2.28 15.27 71.58 [2021-02-04T20:25:24.771Z] 20:25:02 0 4.49 0.00 5.98 3.59 15.72 70.21 [2021-02-04T20:25:24.771Z] 20:25:02 1 4.44 0.00 5.33 0.66 15.69 73.88 [2021-02-04T20:25:24.771Z] 20:25:02 2 4.69 0.00 5.84 2.59 15.10 71.79 [2021-02-04T20:25:24.771Z] 20:25:02 3 6.12 0.00 6.59 2.30 14.57 70.42 [2021-02-04T20:25:24.771Z] Average: all 15.23 0.00 8.57 8.74 24.42 43.05 [2021-02-04T20:25:24.771Z] Average: 0 14.92 0.00 8.40 8.37 25.03 43.27 [2021-02-04T20:25:24.771Z] Average: 1 14.68 0.00 8.31 9.04 24.41 43.56 [2021-02-04T20:25:24.771Z] Average: 2 15.57 0.00 8.79 9.00 23.93 42.71 [2021-02-04T20:25:24.771Z] Average: 3 15.74 0.00 8.77 8.54 24.28 42.66 [2021-02-04T20:25:24.771Z] [2021-02-04T20:25:24.771Z] [2021-02-04T20:25:24.771Z]