Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d0bc3b104123489a76cc16a6f8c025e818c2e684 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24774’ Running on prd-centos7-docker-4c-2g-24776 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/337 [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/337 # 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 > 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 Checking out Revision d0bc3b104123489a76cc16a6f8c025e818c2e684 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 Commit message: "feat(notifications): Implement GET /subscription/all V2 API (#3118)" > git rev-list --no-walk 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-03T21:04:09.746Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-03T21:04:09.982Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-03T21:04:10.109Z] ========================================================= [2021-02-03T21:04:10.109Z] EdgeX Global Pipelines Version Info [2021-02-03T21:04:10.109Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:04:11.547Z] ------------------- [2021-02-03T21:04:11.547Z] stable info: [2021-02-03T21:04:11.547Z] ------------------- [2021-02-03T21:04:11.547Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T21:04:11.547Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T21:04:11.547Z] Message: update stable to v1.0.179 [2021-02-03T21:04:12.492Z] ------------------- [2021-02-03T21:04:12.492Z] experimental info: [2021-02-03T21:04:12.492Z] ------------------- [2021-02-03T21:04:12.492Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T21:04:12.492Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T21:04:12.492Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-03T21:04:12.772Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-03T21:04:12.883Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-03T21:04:12.968Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-03T21:04:13.057Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-03T21:04:13.143Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-03T21:04:13.238Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-03T21:04:13.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-03T21:04:13.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-03T21:04:13.523Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-03T21:04:13.612Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-03T21:04:13.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-03T21:04:13.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-03T21:04:13.897Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-03T21:04:13.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-03T21:04:14.090Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-03T21:04:14.175Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-03T21:04:14.281Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-03T21:04:14.363Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-03T21:04:14.514Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-03T21:04:14.606Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-03T21:04:14.689Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-03T21:04:14.774Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-03T21:04:14.858Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-03T21:04:14.948Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-03T21:04:15.032Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-03T21:04:15.116Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-03T21:04:15.203Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] echo [2021-02-03T21:04:15.286Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d0bc3b1 [Pipeline] echo [2021-02-03T21:04:15.368Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-03T21:04:15.528Z] provisioning config files... [2021-02-03T21:04:15.559Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/337@tmp/config838954672978754324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:04:15.928Z] ---> docker-login.sh [2021-02-03T21:04:15.928Z] nexus3.edgexfoundry.org:10001 [2021-02-03T21:04:16.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:04:16.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:04:16.191Z] Configure a credential helper to remove this warning. See [2021-02-03T21:04:16.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:04:16.191Z] [2021-02-03T21:04:16.191Z] Login Succeeded [2021-02-03T21:04:16.191Z] nexus3.edgexfoundry.org:10002 [2021-02-03T21:04:16.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:04:16.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:04:16.457Z] Configure a credential helper to remove this warning. See [2021-02-03T21:04:16.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:04:16.457Z] [2021-02-03T21:04:16.457Z] Login Succeeded [2021-02-03T21:04:16.457Z] nexus3.edgexfoundry.org:10003 [2021-02-03T21:04:16.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:04:16.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:04:16.720Z] Configure a credential helper to remove this warning. See [2021-02-03T21:04:16.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:04:16.720Z] [2021-02-03T21:04:16.720Z] Login Succeeded [2021-02-03T21:04:16.720Z] nexus3.edgexfoundry.org:10004 [2021-02-03T21:04:16.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:04:16.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:04:16.982Z] Configure a credential helper to remove this warning. See [2021-02-03T21:04:16.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:04:16.982Z] [2021-02-03T21:04:16.982Z] Login Succeeded [2021-02-03T21:04:16.982Z] docker.io [2021-02-03T21:04:16.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:04:17.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:04:17.245Z] Configure a credential helper to remove this warning. See [2021-02-03T21:04:17.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:04:17.245Z] [2021-02-03T21:04:17.245Z] Login Succeeded [2021-02-03T21:04:17.245Z] ---> docker-login.sh ends [Pipeline] } [2021-02-03T21:04:17.255Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T21:04:17.731Z] ++ 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-03T21:04:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T21:04:17.731Z] ++ dirname cmd/core-command/Dockerfile [2021-02-03T21:04:17.731Z] ++ cut -d/ -f2 [2021-02-03T21:04:17.731Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-03T21:04:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T21:04:17.731Z] ++ dirname cmd/core-data/Dockerfile [2021-02-03T21:04:17.731Z] ++ cut -d/ -f2 [2021-02-03T21:04:17.731Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-03T21:04:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T21:04:17.731Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-03T21:04:17.731Z] ++ cut -d/ -f2 [2021-02-03T21:04:17.731Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-03T21:04:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T21:04:17.731Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-03T21:04:17.731Z] ++ cut -d/ -f2 [2021-02-03T21:04:17.731Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-03T21:04:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T21:04:17.731Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-03T21:04:17.731Z] ++ cut -d/ -f2 [2021-02-03T21:04:17.731Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-03T21:04:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T21:04:17.731Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-03T21:04:17.731Z] ++ cut -d/ -f2 [2021-02-03T21:04:17.731Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-03T21:04:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T21:04:17.731Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-03T21:04:17.731Z] ++ cut -d/ -f2 [2021-02-03T21:04:17.731Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-03T21:04:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T21:04:17.731Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-03T21:04:17.731Z] ++ cut -d/ -f2 [2021-02-03T21:04:17.731Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-03T21:04:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T21:04:17.731Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-03T21:04:17.731Z] ++ cut -d/ -f2 [2021-02-03T21:04:17.731Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-03T21:04:17.823Z] 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-03T21:04:18.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T21:04:18.782Z] [2021-02-03T21:04:18.782Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:19.128Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T21:04:19.128Z] latest: Pulling from edgex-devops/git-semver [2021-02-03T21:04:19.128Z] 31603596830f: Pulling fs layer [2021-02-03T21:04:19.128Z] 2a8b12db71e7: Pulling fs layer [2021-02-03T21:04:19.128Z] 6ca5941a6612: Pulling fs layer [2021-02-03T21:04:19.128Z] ecc8261a40a4: Pulling fs layer [2021-02-03T21:04:19.128Z] ecc8261a40a4: Waiting [2021-02-03T21:04:19.128Z] 2a8b12db71e7: Verifying Checksum [2021-02-03T21:04:19.128Z] 2a8b12db71e7: Download complete [2021-02-03T21:04:19.128Z] 31603596830f: Verifying Checksum [2021-02-03T21:04:19.128Z] 31603596830f: Download complete [2021-02-03T21:04:19.393Z] ecc8261a40a4: Verifying Checksum [2021-02-03T21:04:19.393Z] ecc8261a40a4: Download complete [2021-02-03T21:04:19.393Z] 6ca5941a6612: Verifying Checksum [2021-02-03T21:04:19.393Z] 6ca5941a6612: Download complete [2021-02-03T21:04:19.657Z] 31603596830f: Pull complete [2021-02-03T21:04:19.657Z] 2a8b12db71e7: Pull complete [2021-02-03T21:04:20.606Z] 6ca5941a6612: Pull complete [2021-02-03T21:04:20.606Z] ecc8261a40a4: Pull complete [2021-02-03T21:04:20.606Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-03T21:04:20.606Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T21:04:20.606Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-03T21:04:20.730Z] prd-centos7-docker-4c-2g-24776 does not seem to be running inside a container [2021-02-03T21:04:20.797Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/337 -v /w/workspace/edgex-go/337:/w/workspace/edgex-go/337:rw,z -v /w/workspace/edgex-go/337@tmp:/w/workspace/edgex-go/337@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-03T21:04:23.525Z] $ docker top 66aa0cc3abdf2a3635bafae8b9321773c394f33eeb29a8af7155ca27f6e32e3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T21:04:23.836Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T21:04:23.836Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T21:04:24.040Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T21:04:24.044Z] $ docker exec 66aa0cc3abdf2a3635bafae8b9321773c394f33eeb29a8af7155ca27f6e32e3f ssh-agent [2021-02-03T21:04:24.201Z] SSH_AUTH_SOCK=/tmp/ssh-qOCqZpBqeyw1/agent.11 [2021-02-03T21:04:24.201Z] SSH_AGENT_PID=16 [2021-02-03T21:04:24.214Z] Running ssh-add (command line suppressed) [2021-02-03T21:04:24.328Z] Identity added: /w/workspace/edgex-go/337@tmp/private_key_2616940046420460983.key (/w/workspace/edgex-go/337@tmp/private_key_2616940046420460983.key) [2021-02-03T21:04:24.378Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T21:04:24.713Z] + git tag --points-at HEAD [Pipeline] } [2021-02-03T21:04:24.735Z] $ docker exec --env ******** --env ******** 66aa0cc3abdf2a3635bafae8b9321773c394f33eeb29a8af7155ca27f6e32e3f ssh-agent -k [2021-02-03T21:04:24.847Z] unset SSH_AUTH_SOCK; [2021-02-03T21:04:24.847Z] unset SSH_AGENT_PID; [2021-02-03T21:04:24.848Z] echo Agent pid 16 killed; [2021-02-03T21:04:24.892Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-03T21:04:25.049Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T21:04:25.049Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T21:04:25.215Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T21:04:25.219Z] $ docker exec 66aa0cc3abdf2a3635bafae8b9321773c394f33eeb29a8af7155ca27f6e32e3f ssh-agent [2021-02-03T21:04:25.387Z] SSH_AUTH_SOCK=/tmp/ssh-ddYqyzkRSxi5/agent.45 [2021-02-03T21:04:25.387Z] SSH_AGENT_PID=51 [2021-02-03T21:04:25.394Z] Running ssh-add (command line suppressed) [2021-02-03T21:04:25.516Z] Identity added: /w/workspace/edgex-go/337@tmp/private_key_3314031083254175406.key (/w/workspace/edgex-go/337@tmp/private_key_3314031083254175406.key) [2021-02-03T21:04:25.577Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T21:04:25.914Z] + git semver init [2021-02-03T21:04:25.914Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T21:04:25.914Z] # $GIT_DIR = /w/workspace/edgex-go/337/.git [2021-02-03T21:04:25.914Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/337 [2021-02-03T21:04:25.914Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T21:04:25.914Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T21:04:25.914Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T21:04:25.914Z] # $SEMVER_BRANCH = master [2021-02-03T21:04:25.914Z] # $SEMVER_TEMP = /tmp/semver-299940273 [2021-02-03T21:04:25.914Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-03T21:04:44.086Z] # '/tmp/semver-299940273' -> '/w/workspace/edgex-go/337/.semver' [2021-02-03T21:04:44.086Z] # -> Force: false [2021-02-03T21:04:44.086Z] # $SEMVER_DIR = /w/workspace/edgex-go/337/.semver [Pipeline] } [2021-02-03T21:04:44.100Z] $ docker exec --env ******** --env ******** 66aa0cc3abdf2a3635bafae8b9321773c394f33eeb29a8af7155ca27f6e32e3f ssh-agent -k [2021-02-03T21:04:44.309Z] unset SSH_AUTH_SOCK; [2021-02-03T21:04:44.310Z] unset SSH_AGENT_PID; [2021-02-03T21:04:44.310Z] echo Agent pid 51 killed; [2021-02-03T21:04:44.375Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T21:04:44.841Z] + git semver [Pipeline] } [2021-02-03T21:04:44.859Z] $ docker stop --time=1 66aa0cc3abdf2a3635bafae8b9321773c394f33eeb29a8af7155ca27f6e32e3f [2021-02-03T21:04:46.399Z] $ docker rm -f 66aa0cc3abdf2a3635bafae8b9321773c394f33eeb29a8af7155ca27f6e32e3f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T21:04:47.068Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-03T21:04:47.643Z] Stashed 1 file(s) [Pipeline] echo [2021-02-03T21:04:47.646Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.73 [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-03T21:04:48.521Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-03T21:04:48.822Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-03T21:04:49.118Z] + sudo service docker restart [2021-02-03T21:04:49.118Z] + true [2021-02-03T21:04:49.118Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-03T21:04:49.706Z] ========================================================= [2021-02-03T21:04:49.706Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-03T21:04:49.706Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:50.059Z] + 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-03T21:04:54.306Z] Sending build context to Docker daemon 327.5MB [2021-02-03T21:04:54.306Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-03T21:04:54.306Z] Step 2/6 : FROM ${BASE} [2021-02-03T21:04:54.306Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-03T21:04:54.306Z] 188c0c94c7c5: Pulling fs layer [2021-02-03T21:04:54.306Z] 0ef7d3d256c8: Pulling fs layer [2021-02-03T21:04:54.306Z] de9db76c5a1d: Pulling fs layer [2021-02-03T21:04:54.306Z] bca2f99d35d6: Pulling fs layer [2021-02-03T21:04:54.306Z] 93359f2a8cfa: Pulling fs layer [2021-02-03T21:04:54.306Z] 7c6f9722023f: Pulling fs layer [2021-02-03T21:04:54.306Z] a35cf1a2eb13: Pulling fs layer [2021-02-03T21:04:54.306Z] bca2f99d35d6: Waiting [2021-02-03T21:04:54.306Z] 93359f2a8cfa: Waiting [2021-02-03T21:04:54.306Z] 7c6f9722023f: Waiting [2021-02-03T21:04:54.306Z] a35cf1a2eb13: Waiting [2021-02-03T21:04:54.306Z] de9db76c5a1d: Verifying Checksum [2021-02-03T21:04:54.306Z] de9db76c5a1d: Download complete [2021-02-03T21:04:54.306Z] 0ef7d3d256c8: Download complete [2021-02-03T21:04:54.306Z] 93359f2a8cfa: Download complete [2021-02-03T21:04:54.306Z] 188c0c94c7c5: Verifying Checksum [2021-02-03T21:04:54.306Z] 188c0c94c7c5: Download complete [2021-02-03T21:04:54.307Z] 7c6f9722023f: Verifying Checksum [2021-02-03T21:04:54.307Z] 7c6f9722023f: Download complete [2021-02-03T21:04:54.570Z] 188c0c94c7c5: Pull complete [2021-02-03T21:04:54.832Z] 0ef7d3d256c8: Pull complete [2021-02-03T21:04:54.832Z] de9db76c5a1d: Pull complete [2021-02-03T21:04:56.753Z] a35cf1a2eb13: Verifying Checksum [2021-02-03T21:04:56.753Z] a35cf1a2eb13: Download complete [2021-02-03T21:04:57.329Z] bca2f99d35d6: Verifying Checksum [2021-02-03T21:04:57.329Z] bca2f99d35d6: Download complete [2021-02-03T21:05:03.010Z] Still waiting to schedule task [2021-02-03T21:05:03.010Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24775’ [2021-02-03T21:05:03.950Z] bca2f99d35d6: Pull complete [2021-02-03T21:05:03.950Z] 93359f2a8cfa: Pull complete [2021-02-03T21:05:03.950Z] 7c6f9722023f: Pull complete [2021-02-03T21:05:08.187Z] a35cf1a2eb13: Pull complete [2021-02-03T21:05:08.187Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-03T21:05:08.187Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-03T21:05:08.187Z] ---> a62c8e92a672 [2021-02-03T21:05:08.187Z] 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-03T21:05:08.449Z] ---> Running in d088292d09c4 [2021-02-03T21:05:09.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T21:05:09.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T21:05:10.546Z] (1/12) Installing libmagic (5.38-r0) [2021-02-03T21:05:10.546Z] (2/12) Installing file (5.38-r0) [2021-02-03T21:05:10.546Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-03T21:05:10.809Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-03T21:05:13.361Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-03T21:05:13.625Z] (6/12) Installing patch (2.7.6-r6) [2021-02-03T21:05:13.625Z] (7/12) Installing build-base (0.5-r2) [2021-02-03T21:05:13.625Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-03T21:05:13.886Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-03T21:05:13.886Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-03T21:05:14.149Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-03T21:05:14.149Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-03T21:05:14.149Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:05:14.149Z] OK: 233 MiB in 51 packages [2021-02-03T21:05:18.394Z] Removing intermediate container d088292d09c4 [2021-02-03T21:05:18.394Z] ---> c7638e16e517 [2021-02-03T21:05:18.394Z] Step 4/6 : WORKDIR /edgex-go [2021-02-03T21:05:18.394Z] ---> Running in 550b3b974f48 [2021-02-03T21:05:18.394Z] Removing intermediate container 550b3b974f48 [2021-02-03T21:05:18.394Z] ---> 248c3bf5fac1 [2021-02-03T21:05:18.394Z] Step 5/6 : COPY go.mod . [2021-02-03T21:05:18.657Z] ---> e471c0267285 [2021-02-03T21:05:18.657Z] Step 6/6 : RUN go mod download [2021-02-03T21:05:18.657Z] ---> Running in 88e6cb2b9043 [2021-02-03T21:05:40.681Z] Removing intermediate container 88e6cb2b9043 [2021-02-03T21:05:40.681Z] ---> 54b93ca57d77 [2021-02-03T21:05:40.681Z] Successfully built 54b93ca57d77 [2021-02-03T21:05:40.681Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:05:41.002Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T21:05:41.002Z] . [Pipeline] withDockerContainer [2021-02-03T21:05:41.113Z] prd-centos7-docker-4c-2g-24776 does not seem to be running inside a container [2021-02-03T21:05:41.167Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/337 -v /w/workspace/edgex-go/337:/w/workspace/edgex-go/337:rw,z -v /w/workspace/edgex-go/337@tmp:/w/workspace/edgex-go/337@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-03T21:05:42.009Z] $ docker top 0ccb442a32e374d95c105cf35be964500f8263089ffdc5355c69078aed6db233 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T21:05:42.527Z] + go version [2021-02-03T21:05:42.527Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-03T21:05:42.542Z] $ docker stop --time=1 0ccb442a32e374d95c105cf35be964500f8263089ffdc5355c69078aed6db233 [2021-02-03T21:05:43.898Z] $ docker rm -f 0ccb442a32e374d95c105cf35be964500f8263089ffdc5355c69078aed6db233 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:05:44.729Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T21:05:44.729Z] . [Pipeline] withDockerContainer [2021-02-03T21:05:44.826Z] prd-centos7-docker-4c-2g-24776 does not seem to be running inside a container [2021-02-03T21:05:44.874Z] $ 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/337 -v /w/workspace/edgex-go/337:/w/workspace/edgex-go/337:rw,z -v /w/workspace/edgex-go/337@tmp:/w/workspace/edgex-go/337@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-03T21:05:45.755Z] $ docker top c6bfc12e5050f7657b089e23e9765a9c1c220171193b3e8532beecba5d5e8db5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-03T21:05:45.965Z] ========================================================= [2021-02-03T21:05:45.965Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-03T21:05:45.965Z] ========================================================= [Pipeline] sh [2021-02-03T21:05:46.262Z] + make test [2021-02-03T21:05:46.262Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-03T21:05:56.339Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-03T21:06:11.385Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-03T21:06:16.762Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-03T21:06:16.762Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-03T21:06:16.762Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-03T21:06:16.762Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-03T21:06:19.090Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-03T21:06:19.090Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-03T21:06:19.090Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-03T21:06:19.090Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-03T21:06:19.090Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-03T21:06:19.766Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-03T21:06:22.346Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-03T21:06:22.346Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-03T21:06:22.346Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-03T21:06:24.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.119s coverage: 46.0% of statements [2021-02-03T21:06:24.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-03T21:06:24.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-03T21:06:24.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-03T21:06:24.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-03T21:06:24.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-03T21:06:24.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-03T21:06:24.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-03T21:06:24.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.064s coverage: 100.0% of statements [2021-02-03T21:06:26.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.222s coverage: 27.1% of statements [2021-02-03T21:06:26.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-03T21:06:26.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-03T21:06:26.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-03T21:06:26.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-03T21:06:26.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-03T21:06:26.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-03T21:06:26.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements [2021-02-03T21:06:26.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-03T21:06:26.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-02-03T21:06:26.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-03T21:06:26.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-03T21:06:27.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 65.8% of statements [2021-02-03T21:06:27.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-03T21:06:27.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-03T21:06:28.462Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.439s coverage: 82.3% of statements [2021-02-03T21:06:28.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-03T21:06:28.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T21:06:28.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-03T21:06:28.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-03T21:06:29.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.326s coverage: 28.6% of statements [2021-02-03T21:06:29.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-03T21:06:29.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-03T21:06:29.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-03T21:06:29.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-03T21:06:29.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-03T21:06:29.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements [2021-02-03T21:06:29.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-03T21:06:29.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-02-03T21:06:29.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-03T21:06:30.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.130s coverage: 86.7% of statements [2021-02-03T21:06:30.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-03T21:06:30.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.108s coverage: 97.5% of statements [2021-02-03T21:06:30.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-03T21:06:30.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.048s coverage: 78.3% of statements [2021-02-03T21:06:30.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-03T21:06:30.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-03T21:06:30.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-03T21:06:30.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-03T21:06:32.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.384s coverage: 92.8% of statements [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-03T21:06:32.240Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-03T21:06:32.240Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-03T21:06:32.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-03T21:06:32.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 45.5% of statements [2021-02-03T21:06:32.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements [2021-02-03T21:06:32.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.026s coverage: 94.1% of statements [2021-02-03T21:06:32.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.045s coverage: 96.3% of statements [2021-02-03T21:06:32.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements [2021-02-03T21:06:45.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.047s coverage: 94.4% of statements [2021-02-03T21:06:45.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.055s coverage: 92.9% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.4% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.291s coverage: 68.9% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.108s coverage: 37.0% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.297s coverage: 84.0% of statements [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.0% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.071s coverage: 90.4% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.698s coverage: 29.1% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.056s coverage: 100.0% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-03T21:06:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2021-02-03T21:06:57.450Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-03T21:06:57.450Z] GO111MODULE=on go vet ./... [2021-02-03T21:07:24.249Z] gofmt -l . [2021-02-03T21:07:24.249Z] [ "`gofmt -l .`" = "" ] [2021-02-03T21:07:24.249Z] ./bin/test-go-mod-tidy.sh [2021-02-03T21:07:24.249Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-03T21:07:24.566Z] + ls -al . [2021-02-03T21:07:24.566Z] total 684 [2021-02-03T21:07:24.566Z] drwxrwxr-x 10 1001 1001 4096 Feb 3 21:07 . [2021-02-03T21:07:24.566Z] drwxr-xr-x 4 root root 32 Feb 3 21:05 .. [2021-02-03T21:07:24.566Z] -rw-rw-r-- 1 1001 1001 11 Feb 3 21:04 .dockerignore [2021-02-03T21:07:24.566Z] drwxrwxr-x 8 1001 1001 162 Feb 3 21:04 .git [2021-02-03T21:07:24.566Z] drwxrwxr-x 3 1001 1001 125 Feb 3 21:04 .github [2021-02-03T21:07:24.566Z] -rw-rw-r-- 1 1001 1001 872 Feb 3 21:04 .gitignore [2021-02-03T21:07:24.566Z] drwx------ 3 1001 1001 45 Feb 3 21:04 .semver [2021-02-03T21:07:24.566Z] -rw-rw-r-- 1 1001 1001 166 Feb 3 21:04 .sonarcloud.properties [2021-02-03T21:07:24.566Z] -rw-rw-r-- 1 1001 1001 7859 Feb 3 21:04 Attribution.txt [2021-02-03T21:07:24.566Z] -rw-rw-r-- 1 1001 1001 3804 Feb 3 21:04 CONTRIBUTING.md [2021-02-03T21:07:24.566Z] -rw-rw-r-- 1 1001 1001 931 Feb 3 21:04 Dockerfile.build [2021-02-03T21:07:24.566Z] -rw-rw-r-- 1 1001 1001 863 Feb 3 21:04 Jenkinsfile [2021-02-03T21:07:24.566Z] -rw-rw-r-- 1 1001 1001 10775 Feb 3 21:04 LICENSE [2021-02-03T21:07:24.566Z] -rw-rw-r-- 1 1001 1001 6001 Feb 3 21:04 Makefile [2021-02-03T21:07:24.566Z] -rw-rw-r-- 1 1001 1001 6524 Feb 3 21:04 README.md [2021-02-03T21:07:24.566Z] -rw-rw-r-- 1 1001 1001 6755 Feb 3 21:04 SECURITY.md [2021-02-03T21:07:24.566Z] -rw-rw-r-- 1 1001 1001 12 Feb 3 21:04 VERSION [2021-02-03T21:07:24.566Z] -rw-rw-r-- 1 1001 1001 4131 Feb 3 21:04 ZMQWindows.md [2021-02-03T21:07:24.566Z] drwxrwxr-x 2 1001 1001 117 Feb 3 21:04 bin [2021-02-03T21:07:24.566Z] drwxrwxr-x 15 1001 1001 4096 Feb 3 21:04 cmd [2021-02-03T21:07:24.566Z] -rw-r--r-- 1 root root 580808 Feb 3 21:06 coverage.out [2021-02-03T21:07:24.566Z] -rw-r--r-- 1 root root 1054 Feb 3 21:07 go.mod [2021-02-03T21:07:24.566Z] -rw-r--r-- 1 root root 19399 Feb 3 21:07 go.sum [2021-02-03T21:07:24.566Z] drwxrwxr-x 8 1001 1001 127 Feb 3 21:04 internal [2021-02-03T21:07:24.566Z] drwxrwxr-x 4 1001 1001 26 Feb 3 21:04 openapi [2021-02-03T21:07:24.566Z] drwxrwxr-x 4 1001 1001 71 Feb 3 21:04 snap [2021-02-03T21:07:24.566Z] -rw-rw-r-- 1 1001 1001 168 Feb 3 21:04 version.go [Pipeline] sh [2021-02-03T21:07:24.873Z] + '[' -e coverage.out ] [2021-02-03T21:07:24.873Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-03T21:07:25.086Z] Stashed 1 file(s) [Pipeline] sh [2021-02-03T21:07:25.391Z] + make build [2021-02-03T21:07:25.391Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-data/core-data ./cmd/core-data [2021-02-03T21:07:28.711Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-03T21:07:36.974Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-command/core-command ./cmd/core-command [2021-02-03T21:07:37.922Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-03T21:07:39.316Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-03T21:07:39.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-03T21:07:41.289Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-03T21:07:42.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-03T21:07:43.686Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-03T21:07:45.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-03T21:07:46.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-03T21:07:46.988Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-03T21:07:48.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-03T21:07:49.810Z] $ docker stop --time=1 c6bfc12e5050f7657b089e23e9765a9c1c220171193b3e8532beecba5d5e8db5 [2021-02-03T21:07:51.454Z] $ docker rm -f c6bfc12e5050f7657b089e23e9765a9c1c220171193b3e8532beecba5d5e8db5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:07:54.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T21:07:54.031Z] [2021-02-03T21:07:54.031Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:07:54.452Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T21:07:54.452Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-03T21:07:54.452Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-03T21:07:54.452Z] ca9280d653b3: Pulling fs layer [2021-02-03T21:07:54.452Z] 7e9c9ca2126c: Pulling fs layer [2021-02-03T21:07:55.028Z] cbdbe7a5bc2a: Download complete [2021-02-03T21:07:55.302Z] ca9280d653b3: Verifying Checksum [2021-02-03T21:07:55.302Z] ca9280d653b3: Download complete [2021-02-03T21:07:55.565Z] cbdbe7a5bc2a: Pull complete [2021-02-03T21:07:56.521Z] 7e9c9ca2126c: Verifying Checksum [2021-02-03T21:07:56.521Z] 7e9c9ca2126c: Download complete [2021-02-03T21:07:56.521Z] ca9280d653b3: Pull complete [2021-02-03T21:07:57.666Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24778 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-03T21:07:57.720Z] Running in /w/workspace/edgex-go/337 [Pipeline] { [Pipeline] checkout [2021-02-03T21:08:03.151Z] 7e9c9ca2126c: Pull complete [2021-02-03T21:08:03.151Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-03T21:08:03.151Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T21:08:03.151Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-03T21:08:03.172Z] using credential edgex-jenkins-ssh [2021-02-03T21:08:03.299Z] prd-centos7-docker-4c-2g-24776 does not seem to be running inside a container [2021-02-03T21:08:03.312Z] Cloning the remote Git repository [2021-02-03T21:08:03.349Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/337 -v /w/workspace/edgex-go/337:/w/workspace/edgex-go/337:rw,z -v /w/workspace/edgex-go/337@tmp:/w/workspace/edgex-go/337@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-03T21:08:03.352Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-03T21:08:03.483Z] > git init /w/workspace/edgex-go/337 # timeout=10 [2021-02-03T21:08:03.551Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T21:08:03.551Z] > git --version # timeout=10 [2021-02-03T21:08:03.571Z] > git --version # 'git version 2.17.1' [2021-02-03T21:08:03.572Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T21:08:03.656Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T21:08:06.581Z] $ docker top d189dbed23c52d3a59c87f6a28decb56318ff4b822b7c5dc0f9813b2cdd5914e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T21:08:07.132Z] + docker-compose build --help [2021-02-03T21:08:07.132Z] + grep parallel [2021-02-03T21:08:08.081Z] --parallel Build images in parallel. [Pipeline] } [2021-02-03T21:08:08.097Z] $ docker stop --time=1 d189dbed23c52d3a59c87f6a28decb56318ff4b822b7c5dc0f9813b2cdd5914e [2021-02-03T21:08:09.444Z] $ docker rm -f d189dbed23c52d3a59c87f6a28decb56318ff4b822b7c5dc0f9813b2cdd5914e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:08:10.046Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T21:08:10.046Z] . [Pipeline] withDockerContainer [2021-02-03T21:08:10.143Z] prd-centos7-docker-4c-2g-24776 does not seem to be running inside a container [2021-02-03T21:08:10.323Z] $ 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/337 -v /w/workspace/edgex-go/337:/w/workspace/edgex-go/337:rw,z -v /w/workspace/edgex-go/337@tmp:/w/workspace/edgex-go/337@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-03T21:08:10.978Z] $ docker top 1cf311b5b43c31651139793362da2152202ee3a7aa2e3e0b15414557bc04642f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T21:08:11.577Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-03T21:08:12.524Z] Building docker-core-command-go ... [2021-02-03T21:08:12.524Z] Building docker-core-data-go ... [2021-02-03T21:08:12.524Z] Building docker-core-metadata-go ... [2021-02-03T21:08:12.524Z] Building docker-security-bootstrapper-go ... [2021-02-03T21:08:12.524Z] Building docker-security-proxy-setup-go ... [2021-02-03T21:08:12.524Z] Building docker-security-secretstore-setup-go ... [2021-02-03T21:08:12.524Z] Building docker-support-notifications-go ... [2021-02-03T21:08:12.524Z] Building docker-support-scheduler-go ... [2021-02-03T21:08:12.524Z] Building docker-sys-mgmt-agent-go ... [2021-02-03T21:08:12.524Z] Building docker-core-data-go [2021-02-03T21:08:12.524Z] Building docker-core-metadata-go [2021-02-03T21:08:12.524Z] Building docker-security-proxy-setup-go [2021-02-03T21:08:12.524Z] Building docker-core-command-go [2021-02-03T21:08:12.524Z] Building docker-sys-mgmt-agent-go [2021-02-03T21:08:21.505Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T21:08:21.523Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T21:08:21.551Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T21:08:21.596Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T21:08:21.596Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T21:08:21.608Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-03T21:08:22.346Z] Checking out Revision d0bc3b104123489a76cc16a6f8c025e818c2e684 (master) [2021-02-03T21:08:22.368Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T21:08:22.389Z] > git checkout -f d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 [2021-02-03T21:08:27.052Z] Commit message: "feat(notifications): Implement GET /subscription/all V2 API (#3118)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-03T21:08:28.518Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-03T21:08:28.929Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-03T21:08:29.273Z] + sudo service docker restart [2021-02-03T21:08:29.273Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-03T21:08:31.369Z] provisioning config files... [2021-02-03T21:08:31.413Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/337@tmp/config543486042159640183tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:08:31.820Z] ---> docker-login.sh [2021-02-03T21:08:31.820Z] nexus3.edgexfoundry.org:10001 [2021-02-03T21:08:32.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:08:33.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:08:33.027Z] Configure a credential helper to remove this warning. See [2021-02-03T21:08:33.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:08:33.027Z] [2021-02-03T21:08:33.027Z] Login Succeeded [2021-02-03T21:08:33.027Z] nexus3.edgexfoundry.org:10002 [2021-02-03T21:08:33.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:08:33.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:08:33.579Z] Configure a credential helper to remove this warning. See [2021-02-03T21:08:33.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:08:33.579Z] [2021-02-03T21:08:33.579Z] Login Succeeded [2021-02-03T21:08:33.579Z] nexus3.edgexfoundry.org:10003 [2021-02-03T21:08:33.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:08:34.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:08:34.129Z] Configure a credential helper to remove this warning. See [2021-02-03T21:08:34.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:08:34.129Z] [2021-02-03T21:08:34.129Z] Login Succeeded [2021-02-03T21:08:34.129Z] nexus3.edgexfoundry.org:10004 [2021-02-03T21:08:34.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:08:34.677Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:08:34.677Z] Configure a credential helper to remove this warning. See [2021-02-03T21:08:34.677Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:08:34.677Z] [2021-02-03T21:08:34.677Z] Login Succeeded [2021-02-03T21:08:34.677Z] docker.io [2021-02-03T21:08:34.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:08:35.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:08:35.224Z] Configure a credential helper to remove this warning. See [2021-02-03T21:08:35.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:08:35.224Z] [2021-02-03T21:08:35.224Z] Login Succeeded [2021-02-03T21:08:35.224Z] ---> docker-login.sh ends [Pipeline] } [2021-02-03T21:08:35.242Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-03T21:08:35.652Z] ========================================================= [2021-02-03T21:08:35.652Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-03T21:08:35.652Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:08:36.038Z] + 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-03T21:08:38.694Z] Sending build context to Docker daemon 166.1MB [2021-02-03T21:08:38.694Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-03T21:08:38.694Z] Step 2/6 : FROM ${BASE} [2021-02-03T21:08:38.694Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-03T21:08:38.694Z] 5f621e34cdf4: Pulling fs layer [2021-02-03T21:08:38.694Z] a4357932f1b6: Pulling fs layer [2021-02-03T21:08:38.694Z] 18c013af1878: Pulling fs layer [2021-02-03T21:08:38.694Z] 00ac8860ef70: Pulling fs layer [2021-02-03T21:08:38.694Z] 63d7cb157983: Pulling fs layer [2021-02-03T21:08:38.694Z] b116817d02f9: Pulling fs layer [2021-02-03T21:08:38.694Z] 745a02a5169b: Pulling fs layer [2021-02-03T21:08:38.694Z] 00ac8860ef70: Waiting [2021-02-03T21:08:38.694Z] 63d7cb157983: Waiting [2021-02-03T21:08:38.694Z] b116817d02f9: Waiting [2021-02-03T21:08:38.694Z] 745a02a5169b: Waiting [2021-02-03T21:08:38.694Z] 18c013af1878: Verifying Checksum [2021-02-03T21:08:38.694Z] 18c013af1878: Download complete [2021-02-03T21:08:38.694Z] a4357932f1b6: Verifying Checksum [2021-02-03T21:08:38.694Z] a4357932f1b6: Download complete [2021-02-03T21:08:38.694Z] 63d7cb157983: Verifying Checksum [2021-02-03T21:08:38.694Z] 63d7cb157983: Download complete [2021-02-03T21:08:38.694Z] b116817d02f9: Download complete [2021-02-03T21:08:38.694Z] 5f621e34cdf4: Verifying Checksum [2021-02-03T21:08:38.694Z] 5f621e34cdf4: Download complete [2021-02-03T21:08:39.304Z] 5f621e34cdf4: Pull complete [2021-02-03T21:08:39.917Z] a4357932f1b6: Pull complete [2021-02-03T21:08:40.518Z] 18c013af1878: Pull complete [2021-02-03T21:08:40.789Z] 745a02a5169b: Verifying Checksum [2021-02-03T21:08:40.789Z] 745a02a5169b: Download complete [2021-02-03T21:08:42.224Z] 00ac8860ef70: Download complete [2021-02-03T21:08:44.781Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T21:08:44.781Z] [2021-02-03T21:08:44.781Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:08:44.781Z] ---> 54b93ca57d77 [2021-02-03T21:08:44.781Z] Step 3/26 : WORKDIR /edgex-go [2021-02-03T21:08:44.781Z] [2021-02-03T21:08:44.781Z] ---> 54b93ca57d77 [2021-02-03T21:08:44.781Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T21:08:44.781Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T21:08:44.781Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:08:44.781Z] ---> 54b93ca57d77 [2021-02-03T21:08:44.781Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T21:08:44.781Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T21:08:44.781Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:08:44.781Z] ---> 54b93ca57d77 [2021-02-03T21:08:44.781Z] Step 3/21 : WORKDIR /edgex-go [2021-02-03T21:08:44.781Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T21:08:44.781Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:08:44.781Z] ---> 54b93ca57d77 [2021-02-03T21:08:44.781Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T21:08:44.781Z] ---> Running in 0b3ef594a3bb [2021-02-03T21:08:44.781Z] ---> Running in 7a54f08110cb [2021-02-03T21:08:44.781Z] ---> Running in c644159a18fa [2021-02-03T21:08:44.781Z] ---> Running in 6f85adc87c42 [2021-02-03T21:08:44.781Z] ---> Running in a4517a258f33 [2021-02-03T21:08:44.781Z] Removing intermediate container 6f85adc87c42 [2021-02-03T21:08:44.781Z] ---> 49a31a17f10d [2021-02-03T21:08:44.781Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:08:44.781Z] Removing intermediate container a4517a258f33 [2021-02-03T21:08:44.781Z] ---> ef80adfa36f3 [2021-02-03T21:08:44.781Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:08:44.781Z] Removing intermediate container c644159a18fa [2021-02-03T21:08:44.781Z] ---> b42a61399b84 [2021-02-03T21:08:44.781Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:08:44.781Z] Removing intermediate container 7a54f08110cb [2021-02-03T21:08:44.781Z] ---> 46b4affe4dd4 [2021-02-03T21:08:44.781Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:08:44.781Z] Removing intermediate container 0b3ef594a3bb [2021-02-03T21:08:44.781Z] ---> 7306d321b0a9 [2021-02-03T21:08:44.781Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:08:44.781Z] ---> Running in 830e7195cd9c [2021-02-03T21:08:44.781Z] ---> Running in 30bb248d3f59 [2021-02-03T21:08:44.781Z] ---> Running in 4286e0fc8cbc [2021-02-03T21:08:44.781Z] ---> Running in 2f2abebe47b6 [2021-02-03T21:08:44.781Z] ---> Running in 2cfcff9319b4 [2021-02-03T21:08:46.725Z] Removing intermediate container 30bb248d3f59 [2021-02-03T21:08:46.725Z] ---> acdee8af040e [2021-02-03T21:08:46.725Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-03T21:08:46.995Z] Removing intermediate container 830e7195cd9c [2021-02-03T21:08:46.995Z] ---> dce4e0638364 [2021-02-03T21:08:46.995Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-03T21:08:46.995Z] Removing intermediate container 4286e0fc8cbc [2021-02-03T21:08:46.995Z] ---> 1f74f8de2639 [2021-02-03T21:08:46.995Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-03T21:08:46.995Z] ---> Running in 9bbd49216f1a [2021-02-03T21:08:46.995Z] Removing intermediate container 2f2abebe47b6 [2021-02-03T21:08:46.995Z] ---> cd43ded25309 [2021-02-03T21:08:46.995Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-03T21:08:47.286Z] Removing intermediate container 2cfcff9319b4 [2021-02-03T21:08:47.286Z] ---> 4f1be814c8a1 [2021-02-03T21:08:47.286Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-03T21:08:47.286Z] ---> Running in fe5db261c392 [2021-02-03T21:08:47.286Z] ---> Running in 4649640da6d1 [2021-02-03T21:08:47.286Z] ---> Running in ba9073d6713e [2021-02-03T21:08:47.561Z] ---> Running in 314405b8c39c [2021-02-03T21:08:48.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T21:08:48.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T21:08:48.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T21:08:48.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T21:08:49.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T21:08:49.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T21:08:49.315Z] OK: 233 MiB in 51 packages [2021-02-03T21:08:49.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T21:08:49.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T21:08:49.591Z] Removing intermediate container 9bbd49216f1a [2021-02-03T21:08:49.591Z] ---> dd8dc9aa69e4 [2021-02-03T21:08:49.591Z] Step 6/21 : COPY go.mod . [2021-02-03T21:08:49.853Z] OK: 233 MiB in 51 packages [2021-02-03T21:08:49.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T21:08:50.125Z] ---> f4b4f360ae5d [2021-02-03T21:08:50.125Z] Step 7/21 : RUN go mod download [2021-02-03T21:08:50.125Z] ---> Running in 9fd11fdf8219 [2021-02-03T21:08:50.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T21:08:50.125Z] OK: 233 MiB in 51 packages [2021-02-03T21:08:50.387Z] OK: 233 MiB in 51 packages [2021-02-03T21:08:50.387Z] Removing intermediate container ba9073d6713e [2021-02-03T21:08:50.387Z] ---> 03d3b84d8457 [2021-02-03T21:08:50.387Z] Step 6/23 : COPY go.mod . [2021-02-03T21:08:50.650Z] OK: 233 MiB in 51 packages [2021-02-03T21:08:50.935Z] ---> 148c88cdda0f [2021-02-03T21:08:50.935Z] Step 7/23 : RUN go mod download [2021-02-03T21:08:50.935Z] ---> Running in 43229cf995f2 [2021-02-03T21:08:51.197Z] Removing intermediate container fe5db261c392 [2021-02-03T21:08:51.197Z] ---> a9ccb22af1c7 [2021-02-03T21:08:51.197Z] Step 6/23 : COPY go.mod . [2021-02-03T21:08:51.470Z] Removing intermediate container 314405b8c39c [2021-02-03T21:08:51.470Z] ---> ad7fe5c24e66 [2021-02-03T21:08:51.470Z] Step 6/23 : COPY go.mod . [2021-02-03T21:08:51.470Z] Removing intermediate container 4649640da6d1 [2021-02-03T21:08:51.470Z] ---> cdeed57028ab [2021-02-03T21:08:51.470Z] Step 6/26 : COPY go.mod . [2021-02-03T21:08:51.740Z] ---> f4c78cc16b45 [2021-02-03T21:08:51.740Z] Step 7/23 : RUN go mod download [2021-02-03T21:08:51.740Z] ---> Running in 897db1b43a82 [2021-02-03T21:08:52.003Z] ---> 431c63da85c1 [2021-02-03T21:08:52.003Z] Step 7/23 : RUN go mod download [2021-02-03T21:08:52.003Z] ---> 6b2d8d27c8a6 [2021-02-03T21:08:52.003Z] Step 7/26 : RUN go mod download [2021-02-03T21:08:52.264Z] ---> Running in 13ae43c0d2dc [2021-02-03T21:08:52.418Z] 00ac8860ef70: Pull complete [2021-02-03T21:08:52.530Z] ---> Running in f7f8954e65d5 [2021-02-03T21:08:52.530Z] Removing intermediate container 9fd11fdf8219 [2021-02-03T21:08:52.530Z] ---> cbb9fa741e3d [2021-02-03T21:08:52.530Z] Step 8/21 : COPY . . [2021-02-03T21:08:52.696Z] 63d7cb157983: Pull complete [2021-02-03T21:08:52.972Z] b116817d02f9: Pull complete [2021-02-03T21:08:53.511Z] Removing intermediate container 43229cf995f2 [2021-02-03T21:08:53.511Z] ---> ad3cbda4ab3d [2021-02-03T21:08:53.511Z] Step 8/23 : COPY . . [2021-02-03T21:08:56.374Z] 745a02a5169b: Pull complete [2021-02-03T21:08:56.374Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-03T21:08:56.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-03T21:08:56.374Z] ---> b7e6874047d6 [2021-02-03T21:08:56.374Z] 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-03T21:08:59.770Z] ---> Running in a83fe097ce39 [2021-02-03T21:09:00.154Z] Removing intermediate container 897db1b43a82 [2021-02-03T21:09:00.154Z] ---> 7636817cb6b0 [2021-02-03T21:09:00.154Z] Step 8/23 : COPY . . [2021-02-03T21:09:01.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:09:01.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:09:02.404Z] (1/12) Installing libmagic (5.38-r0) [2021-02-03T21:09:02.674Z] (2/12) Installing file (5.38-r0) [2021-02-03T21:09:02.674Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-03T21:09:02.674Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-03T21:09:03.487Z] Removing intermediate container 13ae43c0d2dc [2021-02-03T21:09:03.487Z] ---> d9c52a2c049e [2021-02-03T21:09:03.487Z] Step 8/23 : COPY . . [2021-02-03T21:09:05.444Z] Removing intermediate container f7f8954e65d5 [2021-02-03T21:09:05.444Z] ---> 7d6887397d6d [2021-02-03T21:09:05.444Z] Step 8/26 : COPY . . [2021-02-03T21:09:08.043Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-03T21:09:08.043Z] (6/12) Installing patch (2.7.6-r6) [2021-02-03T21:09:08.043Z] (7/12) Installing build-base (0.5-r2) [2021-02-03T21:09:08.043Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-03T21:09:08.043Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-03T21:09:08.043Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-03T21:09:08.043Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-03T21:09:08.043Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-03T21:09:08.043Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:09:08.043Z] OK: 217 MiB in 51 packages [2021-02-03T21:09:12.357Z] Removing intermediate container a83fe097ce39 [2021-02-03T21:09:12.357Z] ---> 786db68815e5 [2021-02-03T21:09:12.357Z] Step 4/6 : WORKDIR /edgex-go [2021-02-03T21:09:12.357Z] ---> Running in 92fa679e0f9c [2021-02-03T21:09:12.631Z] Removing intermediate container 92fa679e0f9c [2021-02-03T21:09:12.631Z] ---> 139808acb0c0 [2021-02-03T21:09:12.631Z] Step 5/6 : COPY go.mod . [2021-02-03T21:09:13.233Z] ---> e6b810006fa6 [2021-02-03T21:09:13.233Z] Step 6/6 : RUN go mod download [2021-02-03T21:09:13.509Z] ---> Running in 1b66b0c01c68 [2021-02-03T21:09:32.286Z] ---> 52103c11fb92 [2021-02-03T21:09:32.286Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-03T21:09:32.286Z] ---> cb78e5096b4c [2021-02-03T21:09:32.286Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-03T21:09:35.634Z] ---> Running in b6aed84a620f [2021-02-03T21:09:35.634Z] ---> Running in c0b862e25edd [2021-02-03T21:09:35.634Z] ---> 7ac1f5ec341d [2021-02-03T21:09:35.634Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-03T21:09:36.595Z] ---> Running in a05ed6de7362 [2021-02-03T21:09:37.549Z] ---> 8ca4d9d89046 [2021-02-03T21:09:37.549Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-03T21:09:37.812Z] ---> Running in 7c36a7e34cfa [2021-02-03T21:09:37.812Z] ---> 59448a6cb9fa [2021-02-03T21:09:37.812Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-03T21:09:38.079Z] ---> Running in d86d774cb395 [2021-02-03T21:09:38.079Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-03T21:09:38.079Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-command/core-command ./cmd/core-command [2021-02-03T21:09:38.079Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-data/core-data ./cmd/core-data [2021-02-03T21:09:38.691Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-03T21:09:38.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-03T21:09:40.335Z] Removing intermediate container 1b66b0c01c68 [2021-02-03T21:09:40.335Z] ---> 03e9d22fbc0d [2021-02-03T21:09:40.335Z] Successfully built 03e9d22fbc0d [2021-02-03T21:09:40.335Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:09:40.672Z] + docker inspect -f . ci-base-image-arm64 [2021-02-03T21:09:40.672Z] . [Pipeline] withDockerContainer [2021-02-03T21:09:40.948Z] prd-ubuntu18.04-docker-arm64-4c-16g-24778 does not seem to be running inside a container [2021-02-03T21:09:41.051Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/337 -v /w/workspace/edgex-go/337:/w/workspace/edgex-go/337:rw,z -v /w/workspace/edgex-go/337@tmp:/w/workspace/edgex-go/337@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-03T21:09:42.574Z] $ docker top 59313fd942076844a861e3f3529a24844d2fc630a3cb631b72c318810a3e1cbf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T21:09:43.569Z] + go version [2021-02-03T21:09:43.569Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-03T21:09:43.598Z] $ docker stop --time=1 59313fd942076844a861e3f3529a24844d2fc630a3cb631b72c318810a3e1cbf [2021-02-03T21:09:45.498Z] $ docker rm -f 59313fd942076844a861e3f3529a24844d2fc630a3cb631b72c318810a3e1cbf [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-03T21:09:46.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T21:09:46.626Z] [2021-02-03T21:09:46.626Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:09:47.277Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T21:09:47.277Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-03T21:09:47.277Z] 29e5d40040c1: Pulling fs layer [2021-02-03T21:09:47.277Z] 1ce36da41761: Pulling fs layer [2021-02-03T21:09:47.277Z] 25b303627fd3: Pulling fs layer [2021-02-03T21:09:47.870Z] 29e5d40040c1: Verifying Checksum [2021-02-03T21:09:47.870Z] 29e5d40040c1: Download complete [2021-02-03T21:09:48.467Z] 1ce36da41761: Verifying Checksum [2021-02-03T21:09:48.467Z] 1ce36da41761: Download complete [2021-02-03T21:09:48.741Z] 29e5d40040c1: Pull complete [2021-02-03T21:09:50.183Z] 1ce36da41761: Pull complete [2021-02-03T21:09:50.184Z] 25b303627fd3: Verifying Checksum [2021-02-03T21:09:50.184Z] 25b303627fd3: Download complete [2021-02-03T21:10:00.325Z] 25b303627fd3: Pull complete [2021-02-03T21:10:00.325Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-03T21:10:00.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T21:10:00.325Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-03T21:10:00.563Z] prd-ubuntu18.04-docker-arm64-4c-16g-24778 does not seem to be running inside a container [2021-02-03T21:10:00.648Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/337 -v /w/workspace/edgex-go/337:/w/workspace/edgex-go/337:rw,z -v /w/workspace/edgex-go/337@tmp:/w/workspace/edgex-go/337@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-03T21:10:03.581Z] $ docker top f3f911ede47c355137020a2ba3073ef1476d6f34d0611f56d20b86d2f22c438a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T21:10:04.628Z] + grep parallel [2021-02-03T21:10:04.628Z] + docker-compose build --help [2021-02-03T21:10:05.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-03T21:10:07.997Z] --parallel Build images in parallel. [Pipeline] } [2021-02-03T21:10:08.025Z] $ docker stop --time=1 f3f911ede47c355137020a2ba3073ef1476d6f34d0611f56d20b86d2f22c438a [2021-02-03T21:10:09.898Z] $ docker rm -f f3f911ede47c355137020a2ba3073ef1476d6f34d0611f56d20b86d2f22c438a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:10:10.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T21:10:10.647Z] . [Pipeline] withDockerContainer [2021-02-03T21:10:10.913Z] prd-ubuntu18.04-docker-arm64-4c-16g-24778 does not seem to be running inside a container [2021-02-03T21:10:10.996Z] $ 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/337 -v /w/workspace/edgex-go/337:/w/workspace/edgex-go/337:rw,z -v /w/workspace/edgex-go/337@tmp:/w/workspace/edgex-go/337@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-03T21:10:11.130Z] Removing intermediate container 7c36a7e34cfa [2021-02-03T21:10:11.130Z] ---> a5aaf25ea312 [2021-02-03T21:10:11.130Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-03T21:10:11.402Z] ---> Running in de977e3e7317 [2021-02-03T21:10:12.392Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-03T21:10:12.533Z] $ docker top aa9421938abe75985aa7ee762e70a4fc76e4c3aa76e5e4db93a17d66e5c1ac95 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T21:10:13.670Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-03T21:10:14.375Z] Removing intermediate container b6aed84a620f [2021-02-03T21:10:14.375Z] ---> 39ecb3056c2e [2021-02-03T21:10:14.375Z] [2021-02-03T21:10:14.375Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T21:10:14.375Z] 3.12: Pulling from library/alpine [2021-02-03T21:10:16.322Z] Removing intermediate container c0b862e25edd [2021-02-03T21:10:16.322Z] ---> ae47619c4c5d [2021-02-03T21:10:16.322Z] [2021-02-03T21:10:16.322Z] Step 10/21 : FROM alpine:3.12 [2021-02-03T21:10:16.322Z] 3.12: Pulling from library/alpine [2021-02-03T21:10:16.907Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-03T21:10:16.907Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-03T21:10:17.050Z] Building docker-core-command-go ... [2021-02-03T21:10:17.050Z] Building docker-core-data-go ... [2021-02-03T21:10:17.050Z] Building docker-core-metadata-go ... [2021-02-03T21:10:17.050Z] Building docker-security-bootstrapper-go ... [2021-02-03T21:10:17.050Z] Building docker-security-proxy-setup-go ... [2021-02-03T21:10:17.050Z] Building docker-security-secretstore-setup-go ... [2021-02-03T21:10:17.050Z] Building docker-support-notifications-go ... [2021-02-03T21:10:17.050Z] Building docker-support-scheduler-go ... [2021-02-03T21:10:17.050Z] Building docker-sys-mgmt-agent-go ... [2021-02-03T21:10:17.050Z] Building docker-security-bootstrapper-go [2021-02-03T21:10:17.050Z] Building docker-core-metadata-go [2021-02-03T21:10:17.050Z] Building docker-core-command-go [2021-02-03T21:10:17.050Z] Building docker-support-notifications-go [2021-02-03T21:10:17.050Z] Building docker-security-secretstore-setup-go [2021-02-03T21:10:17.169Z] Status: Downloaded newer image for alpine:3.12 [2021-02-03T21:10:17.169Z] ---> 389fef711851 [2021-02-03T21:10:17.169Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-03T21:10:17.169Z] Status: Downloaded newer image for alpine:3.12 [2021-02-03T21:10:17.169Z] ---> 389fef711851 [2021-02-03T21:10:17.169Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-03T21:10:17.169Z] ---> Running in df2d0b608214 [2021-02-03T21:10:17.431Z] ---> Running in 4884d58506bc [2021-02-03T21:10:17.431Z] Removing intermediate container de977e3e7317 [2021-02-03T21:10:17.431Z] ---> 7ec92de2ec6e [2021-02-03T21:10:17.431Z] [2021-02-03T21:10:17.431Z] Step 11/26 : FROM docker:20.10.0 [2021-02-03T21:10:17.697Z] 20.10.0: Pulling from library/docker [2021-02-03T21:10:19.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T21:10:19.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T21:10:19.919Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-03T21:10:19.919Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:10:19.919Z] OK: 6 MiB in 15 packages [2021-02-03T21:10:20.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T21:10:20.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T21:10:20.760Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-03T21:10:21.027Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T21:10:21.027Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-03T21:10:21.027Z] (4/4) Installing curl (7.69.1-r3) [2021-02-03T21:10:21.027Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:10:21.027Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T21:10:21.027Z] OK: 7 MiB in 18 packages [2021-02-03T21:10:23.583Z] Removing intermediate container a05ed6de7362 [2021-02-03T21:10:23.583Z] ---> 26c8f1477e9a [2021-02-03T21:10:23.583Z] [2021-02-03T21:10:23.583Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T21:10:23.583Z] ---> 389fef711851 [2021-02-03T21:10:23.583Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T21:10:23.583Z] Removing intermediate container d86d774cb395 [2021-02-03T21:10:23.583Z] ---> d359eeff057a [2021-02-03T21:10:23.583Z] [2021-02-03T21:10:23.583Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T21:10:23.583Z] ---> 389fef711851 [2021-02-03T21:10:23.583Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-03T21:10:23.583Z] ---> Running in eaffe0d17e76 [2021-02-03T21:10:23.583Z] ---> Running in 6df48e322cb0 [2021-02-03T21:10:23.583Z] Removing intermediate container 4884d58506bc [2021-02-03T21:10:23.583Z] ---> fc2230f9e4b4 [2021-02-03T21:10:23.583Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T21:10:24.535Z] ---> Running in 841c50b5ab2a [2021-02-03T21:10:24.800Z] Removing intermediate container eaffe0d17e76 [2021-02-03T21:10:24.800Z] ---> e02c9c7b3795 [2021-02-03T21:10:24.800Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-03T21:10:25.079Z] Removing intermediate container df2d0b608214 [2021-02-03T21:10:25.079Z] ---> 51823e9ce8cb [2021-02-03T21:10:25.079Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T21:10:25.079Z] ---> Running in 999b16349b1c [2021-02-03T21:10:25.345Z] ---> Running in 49a6b3e531ff [2021-02-03T21:10:25.345Z] Removing intermediate container 841c50b5ab2a [2021-02-03T21:10:25.345Z] ---> ede9787b3549 [2021-02-03T21:10:25.345Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-03T21:10:25.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T21:10:25.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T21:10:25.345Z] ---> Running in 537ae154f61b [2021-02-03T21:10:25.345Z] Removing intermediate container 999b16349b1c [2021-02-03T21:10:25.345Z] ---> 790f5ddffd5c [2021-02-03T21:10:25.345Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-03T21:10:25.608Z] Removing intermediate container 49a6b3e531ff [2021-02-03T21:10:25.608Z] ---> f4a179670a27 [2021-02-03T21:10:25.608Z] Step 13/21 : WORKDIR /edgex [2021-02-03T21:10:25.608Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-03T21:10:25.608Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:10:25.608Z] OK: 6 MiB in 15 packages [2021-02-03T21:10:25.608Z] ---> Running in 6a339d565414 [2021-02-03T21:10:25.872Z] ---> Running in 343f7e70aa68 [2021-02-03T21:10:25.872Z] Removing intermediate container 537ae154f61b [2021-02-03T21:10:25.872Z] ---> 239d05f272a3 [2021-02-03T21:10:25.872Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-03T21:10:25.872Z] Removing intermediate container 6a339d565414 [2021-02-03T21:10:25.872Z] ---> c73cb1c75013 [2021-02-03T21:10:25.872Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:10:25.872Z] ---> Running in 54405579af63 [2021-02-03T21:10:26.138Z] ---> Running in 25fed6c1df57 [2021-02-03T21:10:26.138Z] Removing intermediate container 343f7e70aa68 [2021-02-03T21:10:26.138Z] ---> 664ccd3ee3a2 [2021-02-03T21:10:26.138Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-03T21:10:26.401Z] Removing intermediate container 54405579af63 [2021-02-03T21:10:26.401Z] ---> d2e250467349 [2021-02-03T21:10:26.401Z] Step 15/23 : WORKDIR / [2021-02-03T21:10:26.669Z] ---> Running in 8ddcb649c6ce [2021-02-03T21:10:26.933Z] Removing intermediate container 6df48e322cb0 [2021-02-03T21:10:26.933Z] ---> 3dedc1917e07 [2021-02-03T21:10:26.933Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T21:10:27.509Z] ---> 764323e8246a [2021-02-03T21:10:27.509Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-03T21:10:27.780Z] ---> Running in dbd4d90425ea [2021-02-03T21:10:27.780Z] Removing intermediate container 8ddcb649c6ce [2021-02-03T21:10:27.780Z] ---> ff212e75a498 [2021-02-03T21:10:27.780Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T21:10:28.044Z] Removing intermediate container dbd4d90425ea [2021-02-03T21:10:28.044Z] ---> e7eb5f03a76a [2021-02-03T21:10:28.044Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-03T21:10:28.307Z] ---> Running in d1418df4a7a6 [2021-02-03T21:10:28.307Z] ---> d440b7d35f1f [2021-02-03T21:10:28.307Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-03T21:10:28.307Z] ---> 72a592f701b1 [2021-02-03T21:10:28.307Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-03T21:10:28.571Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-03T21:10:28.571Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-03T21:10:28.571Z] ---> aefe523efa57 [2021-02-03T21:10:28.571Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-03T21:10:28.571Z] Removing intermediate container 25fed6c1df57 [2021-02-03T21:10:28.571Z] ---> 700e25d23478 [2021-02-03T21:10:28.571Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-03T21:10:28.571Z] Removing intermediate container d1418df4a7a6 [2021-02-03T21:10:28.571Z] ---> b5a5dea020a2 [2021-02-03T21:10:28.571Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-03T21:10:28.847Z] ---> Running in 27cf7f0cc9b3 [2021-02-03T21:10:28.847Z] ---> Running in 1938dcaf9bff [2021-02-03T21:10:28.847Z] ---> Running in af1bb4ef4516 [2021-02-03T21:10:29.111Z] ---> 47f20ac330b6 [2021-02-03T21:10:29.111Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-03T21:10:29.111Z] ---> 4867f7d8f021 [2021-02-03T21:10:29.111Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-03T21:10:29.374Z] ---> Running in 18a804355e5a [2021-02-03T21:10:29.374Z] Removing intermediate container af1bb4ef4516 [2021-02-03T21:10:29.374Z] ---> 75d9f48a92f8 [2021-02-03T21:10:29.374Z] Step 15/23 : WORKDIR / [2021-02-03T21:10:29.648Z] ---> e9fffa064620 [2021-02-03T21:10:29.648Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-03T21:10:29.648Z] ---> Running in 201f0cd2b68b [2021-02-03T21:10:29.648Z] Removing intermediate container 18a804355e5a [2021-02-03T21:10:29.648Z] ---> c4fff3b29f90 [2021-02-03T21:10:29.648Z] Step 18/21 : CMD ["--init=true"] [2021-02-03T21:10:30.601Z] ---> Running in 090ce4d39dc4 [2021-02-03T21:10:30.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T21:10:30.601Z] ---> Running in 5d3f39894961 [2021-02-03T21:10:30.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T21:10:30.601Z] Removing intermediate container 201f0cd2b68b [2021-02-03T21:10:30.601Z] ---> fa92b3665884 [2021-02-03T21:10:30.601Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T21:10:30.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T21:10:30.601Z] Removing intermediate container 5d3f39894961 [2021-02-03T21:10:30.601Z] ---> 1aae16aaedce [2021-02-03T21:10:30.601Z] Step 19/21 : LABEL arch=x86_64 [2021-02-03T21:10:30.601Z] Removing intermediate container 090ce4d39dc4 [2021-02-03T21:10:30.601Z] ---> 8faf919bd42b [2021-02-03T21:10:30.601Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T21:10:30.865Z] (1/2) Installing readline (8.0.4-r0) [2021-02-03T21:10:30.865Z] (2/2) Installing bash (5.0.17-r0) [2021-02-03T21:10:30.865Z] Executing bash-5.0.17-r0.post-install [2021-02-03T21:10:30.865Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:10:30.865Z] OK: 12 MiB in 22 packages [2021-02-03T21:10:30.865Z] ---> Running in 4cf9cdbc758d [2021-02-03T21:10:30.865Z] ---> Running in 3d087ee60204 [2021-02-03T21:10:31.131Z] ---> 4cf6887bce07 [2021-02-03T21:10:31.131Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-03T21:10:31.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T21:10:31.131Z] Removing intermediate container 4cf9cdbc758d [2021-02-03T21:10:31.131Z] ---> d56496a62ea1 [2021-02-03T21:10:31.131Z] Step 21/23 : LABEL arch=x86_64 [2021-02-03T21:10:31.397Z] Removing intermediate container 3d087ee60204 [2021-02-03T21:10:31.397Z] ---> 74804e0094b8 [2021-02-03T21:10:31.397Z] Step 20/21 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:10:31.660Z] ---> Running in e177a15adcd5 [2021-02-03T21:10:31.660Z] ---> Running in e8273cd74686 [2021-02-03T21:10:31.660Z] ---> 76e53979b9b7 [2021-02-03T21:10:31.660Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-03T21:10:31.660Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-03T21:10:31.923Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-03T21:10:31.923Z] Removing intermediate container 27cf7f0cc9b3 [2021-02-03T21:10:31.923Z] ---> 764ba5740973 [2021-02-03T21:10:31.923Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-03T21:10:31.923Z] Removing intermediate container e8273cd74686 [2021-02-03T21:10:31.923Z] ---> 2b043b1f4b44 [2021-02-03T21:10:31.923Z] Step 21/21 : LABEL version=2.0.0-dev.73 [2021-02-03T21:10:31.923Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-03T21:10:31.923Z] Removing intermediate container e177a15adcd5 [2021-02-03T21:10:31.923Z] ---> 930b7e7ea035 [2021-02-03T21:10:31.923Z] Step 22/23 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:10:32.186Z] ---> Running in d8e64ec769e1 [2021-02-03T21:10:32.186Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-03T21:10:32.186Z] ---> Running in 6efe5f7cbe7e [2021-02-03T21:10:32.186Z] ---> Running in 3160e202c44f [2021-02-03T21:10:32.186Z] ---> 47b55a7a7b01 [2021-02-03T21:10:32.186Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-03T21:10:32.186Z] ---> Running in 9c1956f114c8 [2021-02-03T21:10:32.447Z] Removing intermediate container d8e64ec769e1 [2021-02-03T21:10:32.447Z] ---> ba360057407e [2021-02-03T21:10:32.447Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-03T21:10:32.447Z] Removing intermediate container 3160e202c44f [2021-02-03T21:10:32.447Z] ---> 1974ad1cef5a [2021-02-03T21:10:32.447Z] Step 23/23 : LABEL version=2.0.0-dev.73 [2021-02-03T21:10:32.447Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-03T21:10:32.447Z] Removing intermediate container 6efe5f7cbe7e [2021-02-03T21:10:32.447Z] ---> 89ff04ab06e7 [2021-02-03T21:10:32.447Z] [2021-02-03T21:10:32.713Z] ---> Running in 0a752682ea15 [2021-02-03T21:10:32.713Z] ---> Running in 55d8c2d34ee1 [2021-02-03T21:10:32.713Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-03T21:10:32.713Z] Removing intermediate container 9c1956f114c8 [2021-02-03T21:10:32.713Z] ---> ddc1da0e6271 [2021-02-03T21:10:32.713Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T21:10:32.713Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:10:32.713Z] OK: 8 MiB in 20 packages [2021-02-03T21:10:32.713Z] ---> Running in f87e7efcc3f2 [2021-02-03T21:10:32.713Z] Successfully built 89ff04ab06e7 [2021-02-03T21:10:32.981Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-03T21:10:32.981Z] Building docker-security-secretstore-setup-go [2021-02-03T21:10:32.981Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 55d8c2d34ee1 [2021-02-03T21:10:32.981Z] ---> e8c828ea37b6 [2021-02-03T21:10:32.981Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-03T21:10:32.981Z] Removing intermediate container 0a752682ea15 [2021-02-03T21:10:32.981Z] ---> 2c9a7179b519 [2021-02-03T21:10:32.981Z] [2021-02-03T21:10:33.251Z] Removing intermediate container f87e7efcc3f2 [2021-02-03T21:10:33.251Z] ---> 2bf05606a236 [2021-02-03T21:10:33.251Z] Step 21/23 : LABEL arch=x86_64 [2021-02-03T21:10:33.251Z] Successfully built 2c9a7179b519 [2021-02-03T21:10:33.251Z] ---> Running in 0eccc5abcc04 [2021-02-03T21:10:33.251Z] Successfully tagged docker-core-command-go:latest [2021-02-03T21:10:33.251Z] ---> Running in d40c70c11770 [2021-02-03T21:10:33.251Z] Building docker-security-bootstrapper-go [2021-02-03T21:10:33.518Z]  Building docker-core-command-go ... done Removing intermediate container d40c70c11770 [2021-02-03T21:10:33.518Z] ---> 529907816cb7 [2021-02-03T21:10:33.518Z] Step 22/23 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:10:36.077Z] Removing intermediate container 0eccc5abcc04 [2021-02-03T21:10:36.077Z] ---> 9dc4e53431cd [2021-02-03T21:10:36.077Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-03T21:10:36.077Z] Removing intermediate container 1938dcaf9bff [2021-02-03T21:10:36.077Z] ---> 7481253441bd [2021-02-03T21:10:36.077Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T21:10:38.013Z] ---> Running in 383ae09678ae [2021-02-03T21:10:40.578Z] ---> bf5fcda8757f [2021-02-03T21:10:40.578Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-03T21:10:40.578Z] ---> 075752f76414 [2021-02-03T21:10:40.578Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-03T21:10:41.156Z] Removing intermediate container 383ae09678ae [2021-02-03T21:10:41.156Z] ---> b09cb539d088 [2021-02-03T21:10:41.156Z] Step 23/23 : LABEL version=2.0.0-dev.73 [2021-02-03T21:10:42.768Z] ---> Running in f210382d59a5 [2021-02-03T21:10:42.768Z] ---> fc13cc528764 [2021-02-03T21:10:42.768Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-03T21:10:44.499Z] ---> 2e4e93eb8f36 [2021-02-03T21:10:44.499Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-03T21:10:47.242Z] Removing intermediate container f210382d59a5 [2021-02-03T21:10:47.242Z] ---> 2d52e1264587 [2021-02-03T21:10:47.242Z] [2021-02-03T21:10:47.242Z] ---> 57211a77d4b6 [2021-02-03T21:10:47.242Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-03T21:10:47.242Z] Successfully built 2d52e1264587 [2021-02-03T21:10:47.831Z] Successfully tagged docker-core-metadata-go:latest [2021-02-03T21:10:47.831Z] Building docker-support-scheduler-go [2021-02-03T21:10:48.409Z]  Building docker-core-metadata-go ... done  ---> Running in 3a87775e850d [2021-02-03T21:10:48.409Z] ---> 0dc9b5a764c1 [2021-02-03T21:10:48.409Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-03T21:10:49.829Z] ---> Running in 3b148d5004bc [2021-02-03T21:10:51.242Z] Removing intermediate container 3b148d5004bc [2021-02-03T21:10:51.242Z] ---> 547a0cc24c26 [2021-02-03T21:10:51.242Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T21:10:51.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T21:10:51.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T21:10:51.509Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-03T21:10:51.509Z] (2/33) Installing expat (2.2.9-r1) [2021-02-03T21:10:51.509Z] (3/33) Installing libffi (3.3-r2) [2021-02-03T21:10:51.509Z] (4/33) Installing gdbm (1.13-r1) [2021-02-03T21:10:51.792Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-03T21:10:51.792Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-03T21:10:51.792Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-03T21:10:51.792Z] ---> Running in 87c9ddf8be0f [2021-02-03T21:10:54.375Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T21:10:54.375Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:10:54.375Z] ---> 54b93ca57d77 [2021-02-03T21:10:54.375Z] Step 3/24 : WORKDIR /edgex-go [2021-02-03T21:10:54.375Z] ---> Using cache [2021-02-03T21:10:54.375Z] ---> 7306d321b0a9 [2021-02-03T21:10:54.375Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:10:54.375Z] ---> Using cache [2021-02-03T21:10:54.375Z] ---> 4f1be814c8a1 [2021-02-03T21:10:54.375Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-03T21:10:54.375Z] ---> Using cache [2021-02-03T21:10:54.375Z] ---> ad7fe5c24e66 [2021-02-03T21:10:54.375Z] Step 6/24 : COPY go.mod . [2021-02-03T21:10:54.375Z] ---> Using cache [2021-02-03T21:10:54.375Z] ---> 431c63da85c1 [2021-02-03T21:10:54.375Z] Step 7/24 : RUN go mod download [2021-02-03T21:10:54.375Z] ---> Using cache [2021-02-03T21:10:54.375Z] ---> d9c52a2c049e [2021-02-03T21:10:54.375Z] Step 8/24 : COPY . . [2021-02-03T21:10:54.375Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T21:10:54.375Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:10:54.375Z] ---> 54b93ca57d77 [2021-02-03T21:10:54.375Z] Step 3/31 : WORKDIR /edgex-go [2021-02-03T21:10:54.375Z] ---> Using cache [2021-02-03T21:10:54.375Z] ---> 7306d321b0a9 [2021-02-03T21:10:54.375Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:10:54.375Z] ---> Using cache [2021-02-03T21:10:54.375Z] ---> 4f1be814c8a1 [2021-02-03T21:10:54.375Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-03T21:10:54.375Z] ---> Using cache [2021-02-03T21:10:54.375Z] ---> ad7fe5c24e66 [2021-02-03T21:10:54.375Z] Step 6/31 : COPY go.mod . [2021-02-03T21:10:54.375Z] ---> Using cache [2021-02-03T21:10:54.375Z] ---> 431c63da85c1 [2021-02-03T21:10:54.375Z] Step 7/31 : RUN go mod download [2021-02-03T21:10:54.375Z] ---> Using cache [2021-02-03T21:10:54.375Z] ---> d9c52a2c049e [2021-02-03T21:10:54.375Z] Step 8/31 : COPY . . [2021-02-03T21:10:56.932Z] ---> Using cache [2021-02-03T21:10:56.932Z] ---> 59448a6cb9fa [2021-02-03T21:10:56.932Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-03T21:10:56.932Z] ---> Using cache [2021-02-03T21:10:56.932Z] ---> 59448a6cb9fa [2021-02-03T21:10:56.932Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-03T21:10:57.885Z] Removing intermediate container 87c9ddf8be0f [2021-02-03T21:10:57.885Z] ---> e25732a31d11 [2021-02-03T21:10:57.885Z] Step 21/23 : LABEL arch=x86_64 [2021-02-03T21:10:57.885Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-03T21:10:57.885Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-03T21:10:57.885Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-03T21:10:57.885Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-03T21:10:57.885Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-03T21:10:57.885Z] ---> Running in 80fa6e01ff54 [2021-02-03T21:10:57.885Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-03T21:10:57.885Z] ---> Running in 2f4acb43a00a [2021-02-03T21:10:57.885Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-03T21:10:58.153Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-03T21:10:58.153Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-03T21:10:58.153Z] ---> Running in aa086bfc3219 [2021-02-03T21:10:58.153Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-03T21:10:58.422Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-03T21:10:58.422Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-03T21:10:58.422Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-03T21:10:58.422Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-03T21:10:58.422Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-03T21:10:58.422Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-03T21:10:59.642Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-03T21:11:00.067Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-03T21:11:00.329Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-03T21:11:00.917Z] Removing intermediate container aa086bfc3219 [2021-02-03T21:11:00.917Z] ---> 1e5a43beb198 [2021-02-03T21:11:00.917Z] Step 22/23 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:11:01.507Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-03T21:11:01.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-03T21:11:01.777Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-03T21:11:01.777Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-03T21:11:01.777Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-03T21:11:01.777Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-03T21:11:02.045Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-03T21:11:02.045Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-03T21:11:02.045Z] ---> Running in 59a06cf086ff [2021-02-03T21:11:02.626Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-03T21:11:02.626Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:11:02.893Z] OK: 71 MiB in 55 packages [2021-02-03T21:11:03.160Z] Removing intermediate container 59a06cf086ff [2021-02-03T21:11:03.160Z] ---> 0fd8ac51e33a [2021-02-03T21:11:03.160Z] Step 23/23 : LABEL version=2.0.0-dev.73 [2021-02-03T21:11:04.032Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T21:11:04.032Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:11:04.032Z] ---> 03e9d22fbc0d [2021-02-03T21:11:04.032Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T21:11:04.032Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T21:11:04.032Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:11:04.032Z] ---> 03e9d22fbc0d [2021-02-03T21:11:04.032Z] Step 3/31 : WORKDIR /edgex-go [2021-02-03T21:11:04.032Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T21:11:04.032Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:11:04.032Z] ---> 03e9d22fbc0d [2021-02-03T21:11:04.032Z] Step 3/24 : WORKDIR /edgex-go [2021-02-03T21:11:04.032Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T21:11:04.032Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:11:04.032Z] ---> 03e9d22fbc0d [2021-02-03T21:11:04.032Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T21:11:04.032Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T21:11:04.032Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:11:04.032Z] ---> 03e9d22fbc0d [2021-02-03T21:11:04.032Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T21:11:04.032Z] ---> Running in be52972f28e5 [2021-02-03T21:11:04.032Z] ---> Running in 13a27bce07fc [2021-02-03T21:11:04.032Z] ---> Running in dd030756a1c6 [2021-02-03T21:11:04.032Z] ---> Running in b574ebfb6a58 [2021-02-03T21:11:04.032Z] ---> Running in c6e95874924b [2021-02-03T21:11:04.640Z] Removing intermediate container be52972f28e5 [2021-02-03T21:11:04.640Z] ---> 59132ae5fb81 [2021-02-03T21:11:04.640Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:11:04.640Z] Removing intermediate container 13a27bce07fc [2021-02-03T21:11:04.640Z] ---> 6a4ae239ed4f [2021-02-03T21:11:04.640Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:11:04.640Z] Removing intermediate container dd030756a1c6 [2021-02-03T21:11:04.640Z] ---> 33b3dfda6d35 [2021-02-03T21:11:04.640Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:11:04.640Z] Removing intermediate container c6e95874924b [2021-02-03T21:11:04.640Z] ---> 2f18edf4bc41 [2021-02-03T21:11:04.640Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:11:04.640Z] Removing intermediate container b574ebfb6a58 [2021-02-03T21:11:04.640Z] ---> 0f1f79499b6e [2021-02-03T21:11:04.640Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:11:04.640Z] ---> Running in 9c9cf2b90d23 [2021-02-03T21:11:04.640Z] ---> Running in 227810088cb8 [2021-02-03T21:11:04.914Z] ---> Running in 54a98c809169 [2021-02-03T21:11:04.914Z] ---> Running in f8dc1a82aaa1 [2021-02-03T21:11:04.914Z] ---> Running in ce35e3c65753 [2021-02-03T21:11:05.131Z] ---> Running in 46c4a4cb61da [2021-02-03T21:11:06.120Z] Removing intermediate container 46c4a4cb61da [2021-02-03T21:11:06.120Z] ---> 370f1509ef53 [2021-02-03T21:11:06.120Z] [2021-02-03T21:11:06.404Z] Successfully built 370f1509ef53 [2021-02-03T21:11:06.404Z] Successfully tagged docker-core-data-go:latest [2021-02-03T21:11:06.404Z] Building docker-support-notifications-go [2021-02-03T21:11:08.330Z] Removing intermediate container 9c9cf2b90d23 [2021-02-03T21:11:08.330Z] ---> 2562a2cf6144 [2021-02-03T21:11:08.330Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-03T21:11:08.621Z] ---> Running in ed2733b55036 [2021-02-03T21:11:08.899Z] Removing intermediate container 227810088cb8 [2021-02-03T21:11:08.900Z] ---> 699102ed67f9 [2021-02-03T21:11:08.900Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificatesRemoving intermediate container f8dc1a82aaa1 [2021-02-03T21:11:08.900Z] [2021-02-03T21:11:08.900Z] ---> f9c9c2af3003 [2021-02-03T21:11:08.900Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-03T21:11:09.022Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T21:11:09.022Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:11:09.022Z] ---> 54b93ca57d77 [2021-02-03T21:11:09.022Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T21:11:09.022Z] ---> Using cache [2021-02-03T21:11:09.022Z] ---> 7306d321b0a9 [2021-02-03T21:11:09.022Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:11:09.022Z] ---> Using cache [2021-02-03T21:11:09.022Z] ---> 4f1be814c8a1 [2021-02-03T21:11:09.022Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-03T21:11:09.022Z] ---> Using cache [2021-02-03T21:11:09.022Z] ---> ad7fe5c24e66 [2021-02-03T21:11:09.022Z] Step 6/22 : COPY go.mod . [2021-02-03T21:11:09.022Z] ---> Using cache [2021-02-03T21:11:09.022Z] ---> 431c63da85c1 [2021-02-03T21:11:09.022Z] Step 7/22 : RUN go mod download [2021-02-03T21:11:09.022Z] ---> Using cache [2021-02-03T21:11:09.022Z] ---> d9c52a2c049e [2021-02-03T21:11:09.022Z] Step 8/22 : COPY . . [2021-02-03T21:11:09.022Z] ---> Using cache [2021-02-03T21:11:09.022Z] ---> 59448a6cb9fa [2021-02-03T21:11:09.022Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-03T21:11:09.173Z] ---> Running in 26bbbc4fbff4 [2021-02-03T21:11:09.173Z] ---> Running in 1dc36d0e6ecb [2021-02-03T21:11:09.448Z] Removing intermediate container 54a98c809169 [2021-02-03T21:11:09.448Z] ---> dfed6f83d5fe [2021-02-03T21:11:09.448Z] Step 5/23 : RUN apk add --update --no-cache make gitRemoving intermediate container ce35e3c65753 [2021-02-03T21:11:09.448Z] [2021-02-03T21:11:09.448Z] ---> 0d40b362e47d [2021-02-03T21:11:09.448Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-03T21:11:09.727Z] ---> Running in fcb7c2d3bc74 [2021-02-03T21:11:09.727Z] ---> Running in 35ac44674d8d [2021-02-03T21:11:10.435Z] ---> Running in ce9c5b1c7448 [2021-02-03T21:11:10.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:11:10.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:11:11.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:11:11.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:11:11.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:11:11.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:11:11.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:11:11.886Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-03T21:11:12.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:11:12.412Z] OK: 217 MiB in 51 packages [2021-02-03T21:11:12.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:11:12.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:11:13.681Z] OK: 217 MiB in 51 packages [2021-02-03T21:11:13.681Z] Removing intermediate container ed2733b55036 [2021-02-03T21:11:13.681Z] ---> f65c23b7a4a9 [2021-02-03T21:11:13.681Z] Step 6/24 : COPY go.mod . [2021-02-03T21:11:13.681Z] OK: 217 MiB in 51 packages [2021-02-03T21:11:13.681Z] OK: 217 MiB in 51 packages [2021-02-03T21:11:13.973Z] OK: 217 MiB in 51 packages [2021-02-03T21:11:14.971Z] ---> 20c619036d1f [2021-02-03T21:11:14.971Z] Step 7/24 : RUN go mod download [2021-02-03T21:11:15.262Z] Removing intermediate container 1dc36d0e6ecb [2021-02-03T21:11:15.262Z] ---> bf5f09128715 [2021-02-03T21:11:15.262Z] Step 6/22 : COPY go.mod . [2021-02-03T21:11:15.262Z] ---> Running in ded3c49b23ba [2021-02-03T21:11:15.538Z] Removing intermediate container 26bbbc4fbff4 [2021-02-03T21:11:15.538Z] ---> 8b9300a7ae70 [2021-02-03T21:11:15.538Z] Step 6/23 : COPY go.mod . [2021-02-03T21:11:15.817Z] Removing intermediate container 35ac44674d8d [2021-02-03T21:11:15.817Z] ---> c63984fb1e56 [2021-02-03T21:11:15.817Z] Step 6/23 : COPY go.mod . [2021-02-03T21:11:16.097Z] Removing intermediate container fcb7c2d3bc74 [2021-02-03T21:11:16.097Z] ---> a43a61318bec [2021-02-03T21:11:16.097Z] Step 6/31 : COPY go.mod . [2021-02-03T21:11:16.375Z] ---> 7b524e6c17a6 [2021-02-03T21:11:16.375Z] Step 7/22 : RUN go mod download [2021-02-03T21:11:16.653Z] ---> Running in 8f026a03530c [2021-02-03T21:11:16.924Z] ---> 8425e21b038f [2021-02-03T21:11:16.924Z] Step 7/23 : RUN go mod download [2021-02-03T21:11:16.924Z] ---> 9976f16be232 [2021-02-03T21:11:16.924Z] Step 7/23 : RUN go mod download [2021-02-03T21:11:17.204Z] ---> Running in b75d42799fbf [2021-02-03T21:11:17.204Z] ---> b691a469074b [2021-02-03T21:11:17.205Z] Step 7/31 : RUN go mod download [2021-02-03T21:11:17.205Z] ---> Running in c315a03290f5 [2021-02-03T21:11:17.475Z] ---> Running in e65058fb8edf [2021-02-03T21:11:18.926Z] Removing intermediate container ded3c49b23ba [2021-02-03T21:11:18.926Z] ---> 9644f6204258 [2021-02-03T21:11:18.926Z] Step 8/24 : COPY . . [2021-02-03T21:11:21.558Z] Removing intermediate container 8f026a03530c [2021-02-03T21:11:21.558Z] ---> dae5cd3129c2 [2021-02-03T21:11:21.558Z] Step 8/22 : COPY . . [2021-02-03T21:11:22.154Z] Removing intermediate container b75d42799fbf [2021-02-03T21:11:22.154Z] ---> 46aefea8fb5d [2021-02-03T21:11:22.154Z] Step 8/23 : COPY . . [2021-02-03T21:11:22.427Z] Removing intermediate container c315a03290f5 [2021-02-03T21:11:22.427Z] ---> a5bba1660999 [2021-02-03T21:11:22.427Z] Step 8/23 : COPY . . [2021-02-03T21:11:23.041Z] Removing intermediate container e65058fb8edf [2021-02-03T21:11:23.041Z] ---> 5bdb54e79228 [2021-02-03T21:11:23.041Z] Step 8/31 : COPY . . [2021-02-03T21:11:26.975Z] Removing intermediate container 3a87775e850d [2021-02-03T21:11:26.975Z] ---> bad81ee7962a [2021-02-03T21:11:26.975Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-03T21:11:27.559Z] ---> Running in db9efc246309 [2021-02-03T21:11:28.539Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T21:11:28.539Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:11:28.539Z] ---> 54b93ca57d77 [2021-02-03T21:11:28.539Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T21:11:28.539Z] ---> Using cache [2021-02-03T21:11:28.539Z] ---> 7306d321b0a9 [2021-02-03T21:11:28.539Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:11:28.539Z] ---> Using cache [2021-02-03T21:11:28.539Z] ---> 4f1be814c8a1 [2021-02-03T21:11:28.539Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-03T21:11:28.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-03T21:11:28.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-03T21:11:29.397Z] ---> Running in 3d34b589f123 [2021-02-03T21:11:30.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T21:11:31.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T21:11:32.023Z] OK: 233 MiB in 51 packages [2021-02-03T21:11:33.986Z] Collecting docker-compose==1.23.2 [2021-02-03T21:11:33.986Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-03T21:11:33.986Z] Removing intermediate container 3d34b589f123 [2021-02-03T21:11:33.986Z] ---> 0a5ad34f53e4 [2021-02-03T21:11:33.986Z] Step 6/22 : COPY go.mod . [2021-02-03T21:11:33.986Z] Collecting texttable<0.10,>=0.9.0 [2021-02-03T21:11:33.986Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-03T21:11:34.283Z] ---> f4836bbc55c9 [2021-02-03T21:11:34.283Z] Step 7/22 : RUN go mod download [2021-02-03T21:11:34.283Z] ---> Running in 97e958c935a7 [2021-02-03T21:11:34.889Z] 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-03T21:11:35.163Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-03T21:11:35.163Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-03T21:11:35.163Z] Collecting docopt<0.7,>=0.6.1 [2021-02-03T21:11:35.163Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-03T21:11:36.570Z] Removing intermediate container 80fa6e01ff54 [2021-02-03T21:11:36.570Z] ---> d9115c040a39 [2021-02-03T21:11:36.570Z] [2021-02-03T21:11:36.570Z] Step 10/24 : FROM alpine:3.12 [2021-02-03T21:11:36.570Z] ---> 389fef711851 [2021-02-03T21:11:36.570Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-03T21:11:36.570Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-03T21:11:36.570Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-03T21:11:36.570Z] ---> Running in 1519bb4d3dd3 [2021-02-03T21:11:36.570Z] Collecting jsonschema<3,>=2.5.1 [2021-02-03T21:11:36.570Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-03T21:11:36.833Z] Collecting PyYAML<4,>=3.10 [2021-02-03T21:11:36.833Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-03T21:11:37.425Z] Removing intermediate container 97e958c935a7 [2021-02-03T21:11:37.425Z] ---> 621787ac3553 [2021-02-03T21:11:37.425Z] Step 8/22 : COPY . . [2021-02-03T21:11:41.369Z] ---> 32190a97f13c [2021-02-03T21:11:41.370Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-03T21:11:41.370Z] ---> 19b89e562356 [2021-02-03T21:11:41.370Z] ---> b7f252f54d9f [2021-02-03T21:11:41.370Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-03T21:11:41.370Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications ---> Running in 44b2daa8ec05 [2021-02-03T21:11:41.370Z] [2021-02-03T21:11:41.370Z] ---> 02b1f338795d [2021-02-03T21:11:41.370Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-03T21:11:41.370Z] ---> 68031a60fc07 [2021-02-03T21:11:41.370Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-03T21:11:41.370Z] ---> Running in e1f49229d5c7 [2021-02-03T21:11:41.370Z] ---> Running in 52e7f40c97e7 [2021-02-03T21:11:41.370Z] ---> Running in 23a33db5175f [2021-02-03T21:11:41.370Z] ---> Running in 7d194cb59c2d [2021-02-03T21:11:41.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-03T21:11:41.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-command/core-command ./cmd/core-command [2021-02-03T21:11:41.648Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-03T21:11:41.665Z] Collecting cached-property<2,>=1.2.0 [2021-02-03T21:11:41.666Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-03T21:11:41.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T21:11:41.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T21:11:41.938Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-03T21:11:41.938Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-03T21:11:42.197Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-03T21:11:42.774Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T21:11:42.774Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-03T21:11:43.045Z] (4/5) Installing curl (7.69.1-r3) [2021-02-03T21:11:43.045Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-03T21:11:43.045Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:11:43.045Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T21:11:43.045Z] Removing intermediate container 2f4acb43a00a [2021-02-03T21:11:43.045Z] ---> 2535cef5330c [2021-02-03T21:11:43.045Z] [2021-02-03T21:11:43.045Z] Step 10/31 : FROM alpine:3.12 [2021-02-03T21:11:43.045Z] ---> 389fef711851 [2021-02-03T21:11:43.045Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-03T21:11:43.045Z] OK: 7 MiB in 19 packages [2021-02-03T21:11:43.619Z] Collecting docker<4.0,>=3.6.0 [2021-02-03T21:11:43.619Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-03T21:11:45.546Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-03T21:11:45.546Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-03T21:11:45.819Z] ---> Running in 78b1e1a38390 [2021-02-03T21:11:46.780Z] 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-03T21:11:46.780Z] 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-03T21:11:46.780Z] Collecting idna<2.8,>=2.5 [2021-02-03T21:11:46.780Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-03T21:11:46.780Z] Removing intermediate container ce9c5b1c7448 [2021-02-03T21:11:46.780Z] ---> 780345b9afba [2021-02-03T21:11:46.780Z] [2021-02-03T21:11:46.780Z] Step 10/22 : FROM alpine:3.12 [2021-02-03T21:11:47.042Z] ---> 389fef711851 [2021-02-03T21:11:47.042Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-03T21:11:47.042Z] ---> Using cache [2021-02-03T21:11:47.042Z] ---> 3dedc1917e07 [2021-02-03T21:11:47.042Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T21:11:47.042Z] ---> Using cache [2021-02-03T21:11:47.042Z] ---> e7eb5f03a76a [2021-02-03T21:11:47.042Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-03T21:11:47.304Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-03T21:11:47.304Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-03T21:11:49.862Z] Collecting docker-pycreds>=0.4.0 [2021-02-03T21:11:49.862Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-03T21:11:49.862Z] Removing intermediate container 78b1e1a38390 [2021-02-03T21:11:49.862Z] ---> 757238196495 [2021-02-03T21:11:49.862Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-03T21:11:49.862Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-03T21:11:49.862Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-03T21:11:49.862Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-03T21:11:49.862Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-03T21:11:50.123Z] Installing collected packages: texttable, websocket-client, docopt, idna, urllib3, requests, jsonschema, PyYAML, cached-property, docker-pycreds, docker, dockerpty, docker-compose [2021-02-03T21:11:50.386Z] Running setup.py install for texttable: started [2021-02-03T21:11:51.784Z] Removing intermediate container 1519bb4d3dd3 [2021-02-03T21:11:51.784Z] ---> 45d7315291bf [2021-02-03T21:11:51.784Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T21:11:51.784Z] ---> Running in cec6e2b0f601 [2021-02-03T21:11:51.784Z] Running setup.py install for texttable: finished with status 'done' [2021-02-03T21:11:53.711Z] Running setup.py install for docopt: started [2021-02-03T21:11:53.711Z] ---> Running in 3443a489c2d9 [2021-02-03T21:11:55.111Z] Running setup.py install for docopt: finished with status 'done' [2021-02-03T21:11:55.111Z] Attempting uninstall: idna [2021-02-03T21:11:55.111Z] Found existing installation: idna 2.9 [2021-02-03T21:11:55.111Z] Uninstalling idna-2.9: [2021-02-03T21:11:55.379Z] Successfully uninstalled idna-2.9 [2021-02-03T21:11:55.642Z] Removing intermediate container cec6e2b0f601 [2021-02-03T21:11:55.642Z] ---> 9ee13bec5d46 [2021-02-03T21:11:55.642Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-03T21:11:55.642Z] ---> Running in 050e4211c93f [2021-02-03T21:11:56.589Z] Attempting uninstall: urllib3 [2021-02-03T21:11:56.589Z] Found existing installation: urllib3 1.25.9 [2021-02-03T21:11:56.589Z] Uninstalling urllib3-1.25.9: [2021-02-03T21:11:57.535Z] Successfully uninstalled urllib3-1.25.9 [2021-02-03T21:11:57.799Z] ---> Running in 2018e778f9cf [2021-02-03T21:11:59.734Z] Removing intermediate container 050e4211c93f [2021-02-03T21:11:59.734Z] ---> acc3fb8a0554 [2021-02-03T21:11:59.734Z] Step 13/24 : WORKDIR / [2021-02-03T21:11:59.734Z] Attempting uninstall: requests [2021-02-03T21:11:59.734Z] Found existing installation: requests 2.23.0 [2021-02-03T21:11:59.734Z] Uninstalling requests-2.23.0: [2021-02-03T21:11:59.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T21:11:59.734Z] Successfully uninstalled requests-2.23.0 [2021-02-03T21:11:59.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T21:11:59.996Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-03T21:11:59.996Z] (2/2) Installing su-exec (0.2-r1) [2021-02-03T21:11:59.996Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:11:59.996Z] OK: 6 MiB in 16 packages [2021-02-03T21:12:00.571Z] ---> Running in a402bbe5e635 [2021-02-03T21:12:00.833Z] Removing intermediate container 2018e778f9cf [2021-02-03T21:12:00.833Z] ---> fb4582164516 [2021-02-03T21:12:00.833Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T21:12:01.406Z] Running setup.py install for PyYAML: started [2021-02-03T21:12:01.683Z] ---> fb7b467b475c [2021-02-03T21:12:01.683Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-03T21:12:01.952Z] Removing intermediate container a402bbe5e635 [2021-02-03T21:12:01.952Z] ---> f874cf5c1f15 [2021-02-03T21:12:01.952Z] 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-03T21:12:01.952Z] ---> ee379c26d0c8 [2021-02-03T21:12:01.952Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-03T21:12:01.952Z] ---> Running in a90cae2097a2 [2021-02-03T21:12:01.952Z] Removing intermediate container 3443a489c2d9 [2021-02-03T21:12:01.952Z] ---> b03c23a6701a [2021-02-03T21:12:01.952Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-03T21:12:02.218Z] ---> Running in a8b32f7dcca4 [2021-02-03T21:12:02.490Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-03T21:12:02.490Z] ---> be3e6a727a76 [2021-02-03T21:12:02.490Z] 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-03T21:12:03.067Z] ---> 73201e4766ea [2021-02-03T21:12:03.067Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-03T21:12:03.067Z] Removing intermediate container a8b32f7dcca4 [2021-02-03T21:12:03.067Z] ---> 903412227871 [2021-02-03T21:12:03.067Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-03T21:12:03.067Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-03T21:12:03.333Z] Running setup.py install for dockerpty: started [2021-02-03T21:12:03.607Z] ---> 60baf58509d6 [2021-02-03T21:12:03.607Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-03T21:12:03.607Z] ---> Running in 887c3225edc1 [2021-02-03T21:12:03.607Z] ---> 6dbbcd6b1be1 [2021-02-03T21:12:03.607Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-03T21:12:03.870Z] ---> Running in ff0c8f7681e0 [2021-02-03T21:12:03.870Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-03T21:12:03.870Z] Removing intermediate container 887c3225edc1 [2021-02-03T21:12:03.870Z] ---> 5c28b7f872bf [2021-02-03T21:12:03.870Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-03T21:12:04.827Z] ---> Running in 3effef0acde7 [2021-02-03T21:12:04.827Z] ---> 7f148789b930 [2021-02-03T21:12:04.827Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-03T21:12:04.827Z] Removing intermediate container ff0c8f7681e0 [2021-02-03T21:12:04.827Z] ---> b30908b69a96 [2021-02-03T21:12:04.827Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T21:12:04.827Z] 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-03T21:12:04.827Z] ---> Running in a31850f6b1f4 [2021-02-03T21:12:05.437Z] Removing intermediate container a31850f6b1f4 [2021-02-03T21:12:05.437Z] ---> a41b0529aa5e [2021-02-03T21:12:05.437Z] Step 20/22 : LABEL arch=x86_64 [2021-02-03T21:12:05.437Z] ---> Running in 31286e5ea851 [2021-02-03T21:12:06.398Z] ---> cc53a6a7604c [2021-02-03T21:12:06.398Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-03T21:12:06.685Z] Removing intermediate container 31286e5ea851 [2021-02-03T21:12:06.685Z] ---> c1fcdf0add8d [2021-02-03T21:12:06.685Z] Step 21/22 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:07.496Z] ---> Running in 4f98f4af5c26 [2021-02-03T21:12:07.496Z] ---> 01a0b2e4a1d6 [2021-02-03T21:12:07.496Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-03T21:12:09.087Z] Removing intermediate container 4f98f4af5c26 [2021-02-03T21:12:09.087Z] ---> 0b0c5aa9d1ac [2021-02-03T21:12:09.087Z] Step 22/22 : LABEL version=2.0.0-dev.73 [2021-02-03T21:12:09.561Z] Removing intermediate container 3effef0acde7 [2021-02-03T21:12:09.561Z] ---> 84bdbdd12a2b [2021-02-03T21:12:09.561Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-03T21:12:09.561Z] ---> Running in fea5a934b8b3 [2021-02-03T21:12:09.561Z] ---> Running in 8464d2f5c86b [2021-02-03T21:12:09.561Z] ---> 41f8f0a583cd [2021-02-03T21:12:09.561Z] 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-03T21:12:09.561Z] ---> Running in 5ede8346be62 [2021-02-03T21:12:09.850Z] Removing intermediate container db9efc246309 [2021-02-03T21:12:09.850Z] ---> b9b37da028a2 [2021-02-03T21:12:09.850Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-03T21:12:09.850Z] ---> Running in 0ced493301eb [2021-02-03T21:12:10.123Z] Removing intermediate container fea5a934b8b3 [2021-02-03T21:12:10.123Z] ---> 12cc40598395 [2021-02-03T21:12:10.123Z] [2021-02-03T21:12:10.123Z] Removing intermediate container 8464d2f5c86b [2021-02-03T21:12:10.123Z] ---> c451e41564c1 [2021-02-03T21:12:10.123Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-03T21:12:10.393Z] Successfully built 12cc40598395 [2021-02-03T21:12:10.393Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-03T21:12:10.984Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T21:12:11.252Z] ---> b71389977462 [2021-02-03T21:12:11.252Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-03T21:12:11.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T21:12:11.252Z] ---> Running in 4183fa2c6ec4 [2021-02-03T21:12:11.524Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T21:12:11.524Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-03T21:12:11.524Z] (3/3) Installing curl (7.69.1-r3) [2021-02-03T21:12:11.524Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:12:11.524Z] OK: 72 MiB in 58 packages [2021-02-03T21:12:11.799Z] Removing intermediate container 5ede8346be62 [2021-02-03T21:12:11.799Z] ---> b32a9b938c38 [2021-02-03T21:12:11.799Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-03T21:12:11.799Z] ---> Running in dd1001a46b69 [2021-02-03T21:12:12.080Z] Removing intermediate container dd1001a46b69 [2021-02-03T21:12:12.080Z] ---> e81e4fa78117 [2021-02-03T21:12:12.080Z] Step 22/24 : LABEL arch=x86_64 [2021-02-03T21:12:12.684Z] ---> Running in 93a67510295c [2021-02-03T21:12:12.963Z] Removing intermediate container 0ced493301eb [2021-02-03T21:12:12.963Z] ---> 0e413e1bc194 [2021-02-03T21:12:12.963Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-03T21:12:12.963Z] ---> Running in 192efdd3c6b9 [2021-02-03T21:12:13.228Z] Removing intermediate container 93a67510295c [2021-02-03T21:12:13.228Z] ---> c5b6f03ebd43 [2021-02-03T21:12:13.228Z] Step 23/24 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:13.501Z] Removing intermediate container 192efdd3c6b9 [2021-02-03T21:12:13.501Z] ---> bdaa3e629aa2 [2021-02-03T21:12:13.502Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T21:12:13.502Z] ---> Running in 97da0a2bc2e0 [2021-02-03T21:12:13.766Z] Removing intermediate container 4183fa2c6ec4 [2021-02-03T21:12:13.766Z] ---> 0cba56bf8d39 [2021-02-03T21:12:13.766Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T21:12:13.766Z] ---> Running in e1d5cddbd8c1 [2021-02-03T21:12:14.040Z] Removing intermediate container 97da0a2bc2e0 [2021-02-03T21:12:14.040Z] ---> 0846bed52592 [2021-02-03T21:12:14.040Z] Step 24/24 : LABEL version=2.0.0-dev.73 [2021-02-03T21:12:14.309Z] ---> Running in c7d4e45873a3 [2021-02-03T21:12:14.309Z] Removing intermediate container e1d5cddbd8c1 [2021-02-03T21:12:14.309Z] ---> 663911e41016 [2021-02-03T21:12:14.309Z] Step 24/26 : LABEL arch=x86_64 [2021-02-03T21:12:15.272Z] ---> 66a70e5a2c61 [2021-02-03T21:12:15.272Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-03T21:12:15.272Z] ---> Running in c8eddbd0f93d [2021-02-03T21:12:15.541Z] Removing intermediate container c7d4e45873a3 [2021-02-03T21:12:15.541Z] ---> 513e9e0e2d73 [2021-02-03T21:12:15.541Z] [2021-02-03T21:12:15.809Z] Removing intermediate container c8eddbd0f93d [2021-02-03T21:12:15.809Z] ---> 82bc59e97b61 [2021-02-03T21:12:15.809Z] Step 25/26 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:15.809Z] Successfully built 513e9e0e2d73 [2021-02-03T21:12:15.809Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-03T21:12:15.809Z] ---> Running in 61cf596b9053 [2021-02-03T21:12:16.071Z]  Building docker-security-secretstore-setup-go ... done  ---> f5284608d88a [2021-02-03T21:12:16.071Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-03T21:12:16.339Z] Removing intermediate container 61cf596b9053 [2021-02-03T21:12:16.339Z] ---> bca56d8edba3 [2021-02-03T21:12:16.339Z] Step 26/26 : LABEL version=2.0.0-dev.73 [2021-02-03T21:12:16.339Z] ---> Running in 442173dbe14f [2021-02-03T21:12:16.607Z] ---> 1eb2c29fc5d9 [2021-02-03T21:12:16.607Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-03T21:12:16.607Z] Removing intermediate container 442173dbe14f [2021-02-03T21:12:16.607Z] ---> 8f4f98183c39 [2021-02-03T21:12:16.607Z] [2021-02-03T21:12:16.869Z] Successfully built 8f4f98183c39 [2021-02-03T21:12:16.869Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-03T21:12:17.131Z]  Building docker-sys-mgmt-agent-go ... done  ---> f2ce9e8f6c2e [2021-02-03T21:12:17.131Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-03T21:12:17.394Z] ---> 11d5a4f95376 [2021-02-03T21:12:17.394Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-03T21:12:17.661Z] ---> Running in 515cdc890063 [2021-02-03T21:12:17.926Z] Removing intermediate container 515cdc890063 [2021-02-03T21:12:17.926Z] ---> 731a6c619070 [2021-02-03T21:12:17.926Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-03T21:12:18.188Z] ---> 0c8b90874e9c [2021-02-03T21:12:18.188Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-03T21:12:20.112Z] ---> Running in 88388ce0dc05 [2021-02-03T21:12:21.504Z] Removing intermediate container a90cae2097a2 [2021-02-03T21:12:21.504Z] ---> 530d302b8d62 [2021-02-03T21:12:21.504Z] [2021-02-03T21:12:21.504Z] Step 10/22 : FROM alpine:3.12 [2021-02-03T21:12:21.504Z] ---> 389fef711851 [2021-02-03T21:12:21.504Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-03T21:12:21.504Z] ---> Running in d1a508b0f9c1 [2021-02-03T21:12:21.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T21:12:22.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T21:12:22.297Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-03T21:12:22.297Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-03T21:12:22.297Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:12:22.297Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T21:12:22.297Z] OK: 6 MiB in 16 packages [2021-02-03T21:12:22.558Z] Removing intermediate container 88388ce0dc05 [2021-02-03T21:12:22.559Z] ---> 701f4966b13f [2021-02-03T21:12:22.559Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-03T21:12:22.820Z] ---> Running in 55a3445b3364 [2021-02-03T21:12:23.394Z] Removing intermediate container 55a3445b3364 [2021-02-03T21:12:23.394Z] ---> 0ba51b0ef96b [2021-02-03T21:12:23.394Z] Step 28/31 : CMD ["gate"] [2021-02-03T21:12:23.394Z] Removing intermediate container d1a508b0f9c1 [2021-02-03T21:12:23.394Z] ---> 4b7fdd311d9f [2021-02-03T21:12:23.394Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T21:12:23.656Z] ---> Running in 7dea48254010 [2021-02-03T21:12:23.656Z] ---> Running in 5cf4d14d4c49 [2021-02-03T21:12:23.917Z] Removing intermediate container 7dea48254010 [2021-02-03T21:12:23.917Z] ---> 48add0851fce [2021-02-03T21:12:23.917Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-03T21:12:23.917Z] Removing intermediate container 5cf4d14d4c49 [2021-02-03T21:12:23.917Z] ---> 2cb3ad8634d4 [2021-02-03T21:12:23.917Z] Step 29/31 : LABEL arch=x86_64 [2021-02-03T21:12:23.917Z] ---> Running in 2bbad1ca21c9 [2021-02-03T21:12:24.182Z] ---> Running in 13cd37b96ca7 [2021-02-03T21:12:24.182Z] Removing intermediate container 2bbad1ca21c9 [2021-02-03T21:12:24.182Z] ---> e11f7a806b37 [2021-02-03T21:12:24.182Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-03T21:12:24.182Z] ---> Running in 810cab533f75 [2021-02-03T21:12:24.450Z] Removing intermediate container 13cd37b96ca7 [2021-02-03T21:12:24.450Z] ---> e4739011b85f [2021-02-03T21:12:24.450Z] Step 30/31 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:24.450Z] ---> Running in b7ba78326f24 [2021-02-03T21:12:24.450Z] Removing intermediate container 810cab533f75 [2021-02-03T21:12:24.450Z] ---> 23289dd6bbfa [2021-02-03T21:12:24.450Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T21:12:24.713Z] Removing intermediate container b7ba78326f24 [2021-02-03T21:12:24.713Z] ---> 7d0dcea10a7c [2021-02-03T21:12:24.713Z] Step 31/31 : LABEL version=2.0.0-dev.73 [2021-02-03T21:12:24.974Z] ---> Running in d26d3d9e0adf [2021-02-03T21:12:24.974Z] ---> 95de55d97a27 [2021-02-03T21:12:24.974Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-03T21:12:25.236Z] Removing intermediate container d26d3d9e0adf [2021-02-03T21:12:25.236Z] ---> 91e216f38610 [2021-02-03T21:12:25.236Z] [2021-02-03T21:12:25.236Z] Successfully built 91e216f38610 [2021-02-03T21:12:25.236Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-03T21:12:25.498Z]  Building docker-security-bootstrapper-go ... done  ---> f19ec5e6ae7d [2021-02-03T21:12:25.498Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-03T21:12:25.760Z] ---> ffd2a00f8efd [2021-02-03T21:12:25.760Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-03T21:12:25.760Z] ---> Running in 6d078ecad6c2 [2021-02-03T21:12:26.023Z] Removing intermediate container 6d078ecad6c2 [2021-02-03T21:12:26.023Z] ---> f5e05ed5bfe9 [2021-02-03T21:12:26.023Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T21:12:26.023Z] ---> Running in e54d6fded997 [2021-02-03T21:12:26.023Z] Removing intermediate container e54d6fded997 [2021-02-03T21:12:26.023Z] ---> e57580290934 [2021-02-03T21:12:26.023Z] Step 20/22 : LABEL arch=x86_64 [2021-02-03T21:12:26.285Z] ---> Running in a8236a09e6ad [2021-02-03T21:12:26.285Z] Removing intermediate container a8236a09e6ad [2021-02-03T21:12:26.285Z] ---> 93cea5a58852 [2021-02-03T21:12:26.285Z] Step 21/22 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:26.285Z] ---> Running in 54b0dc01cbe2 [2021-02-03T21:12:26.547Z] Removing intermediate container 54b0dc01cbe2 [2021-02-03T21:12:26.547Z] ---> 817da9abe747 [2021-02-03T21:12:26.547Z] Step 22/22 : LABEL version=2.0.0-dev.73 [2021-02-03T21:12:26.547Z] ---> Running in 0e218da816e9 [2021-02-03T21:12:26.810Z] Removing intermediate container 0e218da816e9 [2021-02-03T21:12:26.810Z] ---> ac8203f04be2 [2021-02-03T21:12:26.810Z] [2021-02-03T21:12:26.810Z] Successfully built ac8203f04be2 [2021-02-03T21:12:26.810Z] Successfully tagged docker-support-notifications-go:latest [2021-02-03T21:12:27.089Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-02-03T21:12:27.123Z] $ docker stop --time=1 1cf311b5b43c31651139793362da2152202ee3a7aa2e3e0b15414557bc04642f [2021-02-03T21:12:28.839Z] $ docker rm -f 1cf311b5b43c31651139793362da2152202ee3a7aa2e3e0b15414557bc04642f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T21:12:29.371Z] + docker images [2021-02-03T21:12:29.371Z] + grep docker [2021-02-03T21:12:29.633Z] docker-support-notifications-go latest ac8203f04be2 3 seconds ago 17.5MB [2021-02-03T21:12:29.633Z] docker-security-bootstrapper-go latest 91e216f38610 5 seconds ago 23.8MB [2021-02-03T21:12:29.633Z] docker-sys-mgmt-agent-go latest 8f4f98183c39 13 seconds ago 313MB [2021-02-03T21:12:29.633Z] docker-security-secretstore-setup-go latest 513e9e0e2d73 14 seconds ago 24.6MB [2021-02-03T21:12:29.633Z] docker-support-scheduler-go latest 12cc40598395 20 seconds ago 17MB [2021-02-03T21:12:29.633Z] docker-core-data-go latest 370f1509ef53 About a minute ago 22.3MB [2021-02-03T21:12:29.634Z] docker-core-metadata-go latest 2d52e1264587 About a minute ago 18.8MB [2021-02-03T21:12:29.634Z] docker-core-command-go latest 2c9a7179b519 About a minute ago 16.9MB [2021-02-03T21:12:29.634Z] docker-security-proxy-setup-go latest 89ff04ab06e7 About a minute ago 24.4MB [2021-02-03T21:12:29.634Z] 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-03T21:12:30.299Z] provisioning config files... [2021-02-03T21:12:30.328Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/337@tmp/config2910116490647936279tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:12:30.697Z] ---> docker-login.sh [2021-02-03T21:12:30.697Z] nexus3.edgexfoundry.org:10001 [2021-02-03T21:12:30.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:12:30.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:12:30.959Z] Configure a credential helper to remove this warning. See [2021-02-03T21:12:30.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:12:30.959Z] [2021-02-03T21:12:30.959Z] Login Succeeded [2021-02-03T21:12:30.959Z] nexus3.edgexfoundry.org:10002 [2021-02-03T21:12:30.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:12:30.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:12:30.959Z] Configure a credential helper to remove this warning. See [2021-02-03T21:12:30.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:12:30.959Z] [2021-02-03T21:12:30.959Z] Login Succeeded [2021-02-03T21:12:30.959Z] nexus3.edgexfoundry.org:10003 [2021-02-03T21:12:31.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:12:31.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:12:31.221Z] Configure a credential helper to remove this warning. See [2021-02-03T21:12:31.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:12:31.221Z] [2021-02-03T21:12:31.221Z] Login Succeeded [2021-02-03T21:12:31.221Z] nexus3.edgexfoundry.org:10004 [2021-02-03T21:12:31.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:12:31.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:12:31.483Z] Configure a credential helper to remove this warning. See [2021-02-03T21:12:31.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:12:31.483Z] [2021-02-03T21:12:31.483Z] Login Succeeded [2021-02-03T21:12:31.483Z] docker.io [2021-02-03T21:12:31.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:12:31.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:12:31.746Z] Configure a credential helper to remove this warning. See [2021-02-03T21:12:31.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:12:31.746Z] [2021-02-03T21:12:31.746Z] Login Succeeded [2021-02-03T21:12:31.746Z] ---> docker-login.sh ends [Pipeline] } [2021-02-03T21:12:31.758Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:12:31.999Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-03T21:12:31.999Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:31.999Z] 2.0.0-dev.73 [2021-02-03T21:12:31.999Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:12:31.999Z] master [2021-02-03T21:12:31.999Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:32.606Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:32.911Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:32.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-03T21:12:32.911Z] bc2340281e27: Preparing [2021-02-03T21:12:32.911Z] ae2081062a88: Preparing [2021-02-03T21:12:32.911Z] 2a04a40131f7: Preparing [2021-02-03T21:12:32.911Z] 9d6c026b8ace: Preparing [2021-02-03T21:12:32.911Z] 777b2c648970: Preparing [2021-02-03T21:12:32.911Z] 777b2c648970: Layer already exists [2021-02-03T21:12:33.172Z] bc2340281e27: Pushed [2021-02-03T21:12:33.172Z] 9d6c026b8ace: Pushed [2021-02-03T21:12:33.172Z] 2a04a40131f7: Pushed [2021-02-03T21:12:34.115Z] ae2081062a88: Pushed [2021-02-03T21:12:34.115Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:6aa7e037e6aebca19fa4bcae3b3c38f9e7beb88126ad3ba325bddf396c4405cb size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:34.420Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:34.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.73 [2021-02-03T21:12:34.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-03T21:12:34.724Z] bc2340281e27: Preparing [2021-02-03T21:12:34.724Z] ae2081062a88: Preparing [2021-02-03T21:12:34.724Z] 2a04a40131f7: Preparing [2021-02-03T21:12:34.724Z] 9d6c026b8ace: Preparing [2021-02-03T21:12:34.724Z] 777b2c648970: Preparing [2021-02-03T21:12:34.724Z] ae2081062a88: Layer already exists [2021-02-03T21:12:34.724Z] 9d6c026b8ace: Layer already exists [2021-02-03T21:12:34.724Z] 2a04a40131f7: Layer already exists [2021-02-03T21:12:34.724Z] 777b2c648970: Layer already exists [2021-02-03T21:12:34.724Z] bc2340281e27: Layer already exists [2021-02-03T21:12:34.724Z] 2.0.0-dev.73: digest: sha256:6aa7e037e6aebca19fa4bcae3b3c38f9e7beb88126ad3ba325bddf396c4405cb size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:35.030Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:35.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:12:35.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-03T21:12:35.329Z] bc2340281e27: Preparing [2021-02-03T21:12:35.329Z] ae2081062a88: Preparing [2021-02-03T21:12:35.329Z] 2a04a40131f7: Preparing [2021-02-03T21:12:35.329Z] 9d6c026b8ace: Preparing [2021-02-03T21:12:35.329Z] 777b2c648970: Preparing [2021-02-03T21:12:35.329Z] 2a04a40131f7: Layer already exists [2021-02-03T21:12:35.329Z] 777b2c648970: Layer already exists [2021-02-03T21:12:35.329Z] bc2340281e27: Layer already exists [2021-02-03T21:12:35.329Z] 9d6c026b8ace: Layer already exists [2021-02-03T21:12:35.329Z] ae2081062a88: Layer already exists [2021-02-03T21:12:35.329Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:6aa7e037e6aebca19fa4bcae3b3c38f9e7beb88126ad3ba325bddf396c4405cb size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:35.634Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:35.934Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-03T21:12:35.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-03T21:12:35.934Z] bc2340281e27: Preparing [2021-02-03T21:12:35.934Z] ae2081062a88: Preparing [2021-02-03T21:12:35.934Z] 2a04a40131f7: Preparing [2021-02-03T21:12:35.934Z] 9d6c026b8ace: Preparing [2021-02-03T21:12:35.934Z] 777b2c648970: Preparing [2021-02-03T21:12:35.934Z] ae2081062a88: Layer already exists [2021-02-03T21:12:35.934Z] 2a04a40131f7: Layer already exists [2021-02-03T21:12:35.934Z] 9d6c026b8ace: Layer already exists [2021-02-03T21:12:35.934Z] bc2340281e27: Layer already exists [2021-02-03T21:12:35.934Z] 777b2c648970: Layer already exists [2021-02-03T21:12:35.934Z] master: digest: sha256:6aa7e037e6aebca19fa4bcae3b3c38f9e7beb88126ad3ba325bddf396c4405cb size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:12:36.131Z] ===================================================== [Pipeline] echo [2021-02-03T21:12:36.183Z] taggedImages: [2021-02-03T21:12:36.183Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:36.183Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.73 [2021-02-03T21:12:36.183Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:12:36.183Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-03T21:12:36.248Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-03T21:12:36.248Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:36.248Z] 2.0.0-dev.73 [2021-02-03T21:12:36.248Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:12:36.248Z] master [2021-02-03T21:12:36.248Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:36.733Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:37.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:37.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-03T21:12:37.036Z] 80d7fc9eba26: Preparing [2021-02-03T21:12:37.036Z] 3b1e3f269b4e: Preparing [2021-02-03T21:12:37.036Z] 2a04a40131f7: Preparing [2021-02-03T21:12:37.036Z] 666c9a122b3d: Preparing [2021-02-03T21:12:37.036Z] d24d09f437bf: Preparing [2021-02-03T21:12:37.036Z] 777b2c648970: Preparing [2021-02-03T21:12:37.036Z] 777b2c648970: Waiting [2021-02-03T21:12:37.036Z] 2a04a40131f7: Layer already exists [2021-02-03T21:12:37.036Z] 777b2c648970: Layer already exists [2021-02-03T21:12:37.298Z] 80d7fc9eba26: Pushed [2021-02-03T21:12:37.298Z] d24d09f437bf: Pushed [2021-02-03T21:12:37.298Z] 666c9a122b3d: Pushed [2021-02-03T21:12:38.245Z] 3b1e3f269b4e: Pushed [2021-02-03T21:12:38.506Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:e57300584b42e16d37d753e78379163ae02a67de99438bb1a468d3deebd1ceb5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:38.818Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:39.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.73 [2021-02-03T21:12:39.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-03T21:12:39.118Z] 80d7fc9eba26: Preparing [2021-02-03T21:12:39.118Z] 3b1e3f269b4e: Preparing [2021-02-03T21:12:39.118Z] 2a04a40131f7: Preparing [2021-02-03T21:12:39.118Z] 666c9a122b3d: Preparing [2021-02-03T21:12:39.118Z] d24d09f437bf: Preparing [2021-02-03T21:12:39.118Z] 777b2c648970: Preparing [2021-02-03T21:12:39.118Z] 777b2c648970: Waiting [2021-02-03T21:12:39.118Z] 2a04a40131f7: Layer already exists [2021-02-03T21:12:39.118Z] d24d09f437bf: Layer already exists [2021-02-03T21:12:39.118Z] 3b1e3f269b4e: Layer already exists [2021-02-03T21:12:39.118Z] 666c9a122b3d: Layer already exists [2021-02-03T21:12:39.118Z] 80d7fc9eba26: Layer already exists [2021-02-03T21:12:39.118Z] 777b2c648970: Layer already exists [2021-02-03T21:12:39.118Z] 2.0.0-dev.73: digest: sha256:e57300584b42e16d37d753e78379163ae02a67de99438bb1a468d3deebd1ceb5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:40.683Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:40.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:12:40.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-03T21:12:40.991Z] 80d7fc9eba26: Preparing [2021-02-03T21:12:40.991Z] 3b1e3f269b4e: Preparing [2021-02-03T21:12:40.991Z] 2a04a40131f7: Preparing [2021-02-03T21:12:40.991Z] 666c9a122b3d: Preparing [2021-02-03T21:12:40.991Z] d24d09f437bf: Preparing [2021-02-03T21:12:40.991Z] 777b2c648970: Preparing [2021-02-03T21:12:40.991Z] 777b2c648970: Waiting [2021-02-03T21:12:40.991Z] 80d7fc9eba26: Layer already exists [2021-02-03T21:12:40.991Z] 666c9a122b3d: Layer already exists [2021-02-03T21:12:40.991Z] d24d09f437bf: Layer already exists [2021-02-03T21:12:40.991Z] 3b1e3f269b4e: Layer already exists [2021-02-03T21:12:40.991Z] 2a04a40131f7: Layer already exists [2021-02-03T21:12:40.991Z] 777b2c648970: Layer already exists [2021-02-03T21:12:40.991Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:e57300584b42e16d37d753e78379163ae02a67de99438bb1a468d3deebd1ceb5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:41.300Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:41.598Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-03T21:12:41.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-03T21:12:41.598Z] 80d7fc9eba26: Preparing [2021-02-03T21:12:41.598Z] 3b1e3f269b4e: Preparing [2021-02-03T21:12:41.598Z] 2a04a40131f7: Preparing [2021-02-03T21:12:41.598Z] 666c9a122b3d: Preparing [2021-02-03T21:12:41.598Z] d24d09f437bf: Preparing [2021-02-03T21:12:41.598Z] 777b2c648970: Preparing [2021-02-03T21:12:41.598Z] 777b2c648970: Waiting [2021-02-03T21:12:41.598Z] 80d7fc9eba26: Layer already exists [2021-02-03T21:12:41.598Z] d24d09f437bf: Layer already exists [2021-02-03T21:12:41.598Z] 666c9a122b3d: Layer already exists [2021-02-03T21:12:41.598Z] 2a04a40131f7: Layer already exists [2021-02-03T21:12:41.598Z] 3b1e3f269b4e: Layer already exists [2021-02-03T21:12:41.598Z] 777b2c648970: Layer already exists [2021-02-03T21:12:41.598Z] master: digest: sha256:e57300584b42e16d37d753e78379163ae02a67de99438bb1a468d3deebd1ceb5 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:12:41.788Z] ===================================================== [Pipeline] echo [2021-02-03T21:12:41.836Z] taggedImages: [2021-02-03T21:12:41.836Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:41.836Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.73 [2021-02-03T21:12:41.836Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:12:41.836Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-03T21:12:41.904Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-03T21:12:41.904Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:41.904Z] 2.0.0-dev.73 [2021-02-03T21:12:41.904Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:12:41.904Z] master [2021-02-03T21:12:41.904Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:42.399Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:42.821Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:42.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-03T21:12:42.821Z] 8f9dfb2fe637: Preparing [2021-02-03T21:12:42.821Z] 98813c863c90: Preparing [2021-02-03T21:12:42.821Z] 2a04a40131f7: Preparing [2021-02-03T21:12:42.821Z] 61df361f8e95: Preparing [2021-02-03T21:12:42.821Z] 777b2c648970: Preparing [2021-02-03T21:12:42.821Z] 777b2c648970: Layer already exists [2021-02-03T21:12:42.821Z] 2a04a40131f7: Layer already exists [2021-02-03T21:12:42.821Z] 8f9dfb2fe637: Pushed [2021-02-03T21:12:42.821Z] 61df361f8e95: Pushed [2021-02-03T21:12:44.222Z] 98813c863c90: Pushed [2021-02-03T21:12:44.222Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:5be418db40cac08bf97fe4b07b4f06b3b5f6873a9d2fdab9f0ab0699b07aac8a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:44.527Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:44.824Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.73 [2021-02-03T21:12:44.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-03T21:12:44.824Z] 8f9dfb2fe637: Preparing [2021-02-03T21:12:44.824Z] 98813c863c90: Preparing [2021-02-03T21:12:44.824Z] 2a04a40131f7: Preparing [2021-02-03T21:12:44.824Z] 61df361f8e95: Preparing [2021-02-03T21:12:44.824Z] 777b2c648970: Preparing [2021-02-03T21:12:44.824Z] 2a04a40131f7: Layer already exists [2021-02-03T21:12:44.824Z] 61df361f8e95: Layer already exists [2021-02-03T21:12:44.824Z] 777b2c648970: Layer already exists [2021-02-03T21:12:44.824Z] 98813c863c90: Layer already exists [2021-02-03T21:12:44.824Z] 8f9dfb2fe637: Layer already exists [2021-02-03T21:12:44.824Z] 2.0.0-dev.73: digest: sha256:5be418db40cac08bf97fe4b07b4f06b3b5f6873a9d2fdab9f0ab0699b07aac8a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:45.125Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:45.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:12:45.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-03T21:12:45.423Z] 8f9dfb2fe637: Preparing [2021-02-03T21:12:45.423Z] 98813c863c90: Preparing [2021-02-03T21:12:45.423Z] 2a04a40131f7: Preparing [2021-02-03T21:12:45.423Z] 61df361f8e95: Preparing [2021-02-03T21:12:45.423Z] 777b2c648970: Preparing [2021-02-03T21:12:45.423Z] 777b2c648970: Layer already exists [2021-02-03T21:12:45.423Z] 61df361f8e95: Layer already exists [2021-02-03T21:12:45.423Z] 98813c863c90: Layer already exists [2021-02-03T21:12:45.423Z] 8f9dfb2fe637: Layer already exists [2021-02-03T21:12:45.423Z] 2a04a40131f7: Layer already exists [2021-02-03T21:12:45.423Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:5be418db40cac08bf97fe4b07b4f06b3b5f6873a9d2fdab9f0ab0699b07aac8a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:45.727Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:46.023Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-03T21:12:46.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-03T21:12:46.024Z] 8f9dfb2fe637: Preparing [2021-02-03T21:12:46.024Z] 98813c863c90: Preparing [2021-02-03T21:12:46.024Z] 2a04a40131f7: Preparing [2021-02-03T21:12:46.024Z] 61df361f8e95: Preparing [2021-02-03T21:12:46.024Z] 777b2c648970: Preparing [2021-02-03T21:12:46.024Z] 8f9dfb2fe637: Layer already exists [2021-02-03T21:12:46.024Z] 98813c863c90: Layer already exists [2021-02-03T21:12:46.024Z] 61df361f8e95: Layer already exists [2021-02-03T21:12:46.024Z] 2a04a40131f7: Layer already exists [2021-02-03T21:12:46.024Z] 777b2c648970: Layer already exists [2021-02-03T21:12:46.024Z] master: digest: sha256:5be418db40cac08bf97fe4b07b4f06b3b5f6873a9d2fdab9f0ab0699b07aac8a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:12:46.229Z] ===================================================== [Pipeline] echo [2021-02-03T21:12:46.278Z] taggedImages: [2021-02-03T21:12:46.278Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:46.278Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.73 [2021-02-03T21:12:46.278Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:12:46.278Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-03T21:12:46.343Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-03T21:12:46.343Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:46.343Z] 2.0.0-dev.73 [2021-02-03T21:12:46.343Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:12:46.343Z] master [2021-02-03T21:12:46.343Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:46.817Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:47.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:47.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-03T21:12:47.122Z] 920e43acdae9: Preparing [2021-02-03T21:12:47.122Z] 920e43acdae9: Preparing [2021-02-03T21:12:47.122Z] 0a1fd3327fa0: Preparing [2021-02-03T21:12:47.122Z] f1ca631db6be: Preparing [2021-02-03T21:12:47.122Z] 8f3f3eac1ef4: Preparing [2021-02-03T21:12:47.122Z] 64fd0fed6616: Preparing [2021-02-03T21:12:47.122Z] 2a04a40131f7: Preparing [2021-02-03T21:12:47.122Z] 4d9f1b0dd5d8: Preparing [2021-02-03T21:12:47.122Z] 4d9f1b0dd5d8: Preparing [2021-02-03T21:12:47.122Z] 9637511a5c59: Preparing [2021-02-03T21:12:47.122Z] b5e6f51e6239: Preparing [2021-02-03T21:12:47.122Z] 777b2c648970: Preparing [2021-02-03T21:12:47.122Z] 2a04a40131f7: Waiting [2021-02-03T21:12:47.122Z] 4d9f1b0dd5d8: Waiting [2021-02-03T21:12:47.122Z] 9637511a5c59: Waiting [2021-02-03T21:12:47.122Z] b5e6f51e6239: Waiting [2021-02-03T21:12:47.122Z] 777b2c648970: Waiting [2021-02-03T21:12:47.122Z] 920e43acdae9: Pushed [2021-02-03T21:12:47.384Z] 0a1fd3327fa0: Pushed [2021-02-03T21:12:47.384Z] 8f3f3eac1ef4: Pushed [2021-02-03T21:12:47.384Z] 2a04a40131f7: Layer already exists [2021-02-03T21:12:47.384Z] b5e6f51e6239: Pushed [2021-02-03T21:12:47.384Z] 4d9f1b0dd5d8: Pushed [2021-02-03T21:12:47.384Z] 9637511a5c59: Pushed [2021-02-03T21:12:47.647Z] 777b2c648970: Layer already exists [2021-02-03T21:12:48.221Z] f1ca631db6be: Pushed [2021-02-03T21:12:48.221Z] 64fd0fed6616: Pushed [2021-02-03T21:12:48.483Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:e03c2d4d5cfdb520c5962f91735eadd8fbc1484040de65c2ec9129b64fdf77ce size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:48.868Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:49.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.73 [2021-02-03T21:12:49.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-03T21:12:49.743Z] 920e43acdae9: Preparing [2021-02-03T21:12:49.743Z] 920e43acdae9: Preparing [2021-02-03T21:12:49.743Z] 0a1fd3327fa0: Preparing [2021-02-03T21:12:49.743Z] f1ca631db6be: Preparing [2021-02-03T21:12:49.743Z] 8f3f3eac1ef4: Preparing [2021-02-03T21:12:49.743Z] 64fd0fed6616: Preparing [2021-02-03T21:12:49.743Z] 2a04a40131f7: Preparing [2021-02-03T21:12:49.743Z] 4d9f1b0dd5d8: Preparing [2021-02-03T21:12:49.743Z] 4d9f1b0dd5d8: Preparing [2021-02-03T21:12:49.743Z] 9637511a5c59: Preparing [2021-02-03T21:12:49.743Z] b5e6f51e6239: Preparing [2021-02-03T21:12:49.743Z] 777b2c648970: Preparing [2021-02-03T21:12:49.743Z] 4d9f1b0dd5d8: Waiting [2021-02-03T21:12:49.743Z] 9637511a5c59: Waiting [2021-02-03T21:12:49.743Z] b5e6f51e6239: Waiting [2021-02-03T21:12:49.743Z] 777b2c648970: Waiting [2021-02-03T21:12:49.743Z] 2a04a40131f7: Waiting [2021-02-03T21:12:49.743Z] 920e43acdae9: Layer already exists [2021-02-03T21:12:49.743Z] 8f3f3eac1ef4: Layer already exists [2021-02-03T21:12:49.743Z] 0a1fd3327fa0: Layer already exists [2021-02-03T21:12:49.743Z] f1ca631db6be: Layer already exists [2021-02-03T21:12:49.743Z] 64fd0fed6616: Layer already exists [2021-02-03T21:12:49.743Z] 4d9f1b0dd5d8: Layer already exists [2021-02-03T21:12:49.743Z] 2a04a40131f7: Layer already exists [2021-02-03T21:12:49.743Z] 9637511a5c59: Layer already exists [2021-02-03T21:12:49.743Z] b5e6f51e6239: Layer already exists [2021-02-03T21:12:49.743Z] 777b2c648970: Layer already exists [2021-02-03T21:12:49.743Z] 2.0.0-dev.73: digest: sha256:e03c2d4d5cfdb520c5962f91735eadd8fbc1484040de65c2ec9129b64fdf77ce size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:50.054Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:50.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:12:50.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-03T21:12:50.353Z] 920e43acdae9: Preparing [2021-02-03T21:12:50.353Z] 920e43acdae9: Preparing [2021-02-03T21:12:50.353Z] 0a1fd3327fa0: Preparing [2021-02-03T21:12:50.353Z] f1ca631db6be: Preparing [2021-02-03T21:12:50.353Z] 8f3f3eac1ef4: Preparing [2021-02-03T21:12:50.353Z] 64fd0fed6616: Preparing [2021-02-03T21:12:50.353Z] 2a04a40131f7: Preparing [2021-02-03T21:12:50.353Z] 4d9f1b0dd5d8: Preparing [2021-02-03T21:12:50.353Z] 4d9f1b0dd5d8: Preparing [2021-02-03T21:12:50.353Z] 9637511a5c59: Preparing [2021-02-03T21:12:50.353Z] b5e6f51e6239: Preparing [2021-02-03T21:12:50.353Z] 777b2c648970: Preparing [2021-02-03T21:12:50.353Z] 2a04a40131f7: Waiting [2021-02-03T21:12:50.353Z] 4d9f1b0dd5d8: Waiting [2021-02-03T21:12:50.353Z] 9637511a5c59: Waiting [2021-02-03T21:12:50.353Z] b5e6f51e6239: Waiting [2021-02-03T21:12:50.353Z] 777b2c648970: Waiting [2021-02-03T21:12:50.353Z] 0a1fd3327fa0: Layer already exists [2021-02-03T21:12:50.353Z] 920e43acdae9: Layer already exists [2021-02-03T21:12:50.353Z] 8f3f3eac1ef4: Layer already exists [2021-02-03T21:12:50.353Z] f1ca631db6be: Layer already exists [2021-02-03T21:12:50.353Z] 64fd0fed6616: Layer already exists [2021-02-03T21:12:50.353Z] 4d9f1b0dd5d8: Layer already exists [2021-02-03T21:12:50.353Z] 2a04a40131f7: Layer already exists [2021-02-03T21:12:50.353Z] b5e6f51e6239: Layer already exists [2021-02-03T21:12:50.353Z] 777b2c648970: Layer already exists [2021-02-03T21:12:50.353Z] 9637511a5c59: Layer already exists [2021-02-03T21:12:50.353Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:e03c2d4d5cfdb520c5962f91735eadd8fbc1484040de65c2ec9129b64fdf77ce size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:50.661Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:50.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-03T21:12:50.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-03T21:12:50.980Z] 920e43acdae9: Preparing [2021-02-03T21:12:50.980Z] 920e43acdae9: Preparing [2021-02-03T21:12:50.980Z] 0a1fd3327fa0: Preparing [2021-02-03T21:12:50.980Z] f1ca631db6be: Preparing [2021-02-03T21:12:50.980Z] 8f3f3eac1ef4: Preparing [2021-02-03T21:12:50.980Z] 64fd0fed6616: Preparing [2021-02-03T21:12:50.980Z] 2a04a40131f7: Preparing [2021-02-03T21:12:50.980Z] 4d9f1b0dd5d8: Preparing [2021-02-03T21:12:50.980Z] 4d9f1b0dd5d8: Preparing [2021-02-03T21:12:50.980Z] 9637511a5c59: Preparing [2021-02-03T21:12:50.980Z] b5e6f51e6239: Preparing [2021-02-03T21:12:50.980Z] 777b2c648970: Preparing [2021-02-03T21:12:50.980Z] 2a04a40131f7: Waiting [2021-02-03T21:12:50.980Z] 777b2c648970: Waiting [2021-02-03T21:12:50.980Z] b5e6f51e6239: Waiting [2021-02-03T21:12:50.980Z] 4d9f1b0dd5d8: Waiting [2021-02-03T21:12:50.980Z] 9637511a5c59: Waiting [2021-02-03T21:12:50.980Z] 0a1fd3327fa0: Layer already exists [2021-02-03T21:12:50.980Z] f1ca631db6be: Layer already exists [2021-02-03T21:12:50.980Z] 8f3f3eac1ef4: Layer already exists [2021-02-03T21:12:50.980Z] 64fd0fed6616: Layer already exists [2021-02-03T21:12:50.980Z] 920e43acdae9: Layer already exists [2021-02-03T21:12:50.980Z] 4d9f1b0dd5d8: Layer already exists [2021-02-03T21:12:50.980Z] 2a04a40131f7: Layer already exists [2021-02-03T21:12:50.980Z] 9637511a5c59: Layer already exists [2021-02-03T21:12:50.980Z] b5e6f51e6239: Layer already exists [2021-02-03T21:12:50.980Z] 777b2c648970: Layer already exists [2021-02-03T21:12:51.242Z] master: digest: sha256:e03c2d4d5cfdb520c5962f91735eadd8fbc1484040de65c2ec9129b64fdf77ce size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:12:51.468Z] ===================================================== [Pipeline] echo [2021-02-03T21:12:51.517Z] taggedImages: [2021-02-03T21:12:51.517Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:51.517Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.73 [2021-02-03T21:12:51.517Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:12:51.517Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-03T21:12:51.581Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-03T21:12:51.581Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:51.581Z] 2.0.0-dev.73 [2021-02-03T21:12:51.581Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:12:51.581Z] master [2021-02-03T21:12:51.581Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:52.049Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:52.345Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:52.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-03T21:12:52.346Z] 51a6d57eb321: Preparing [2021-02-03T21:12:52.346Z] 55318f0d792b: Preparing [2021-02-03T21:12:52.346Z] 873ecada2759: Preparing [2021-02-03T21:12:52.346Z] cdecd4aaee23: Preparing [2021-02-03T21:12:52.346Z] a1f34a24cd2d: Preparing [2021-02-03T21:12:52.346Z] 777b2c648970: Preparing [2021-02-03T21:12:52.346Z] 777b2c648970: Waiting [2021-02-03T21:12:52.607Z] 873ecada2759: Pushed [2021-02-03T21:12:52.607Z] cdecd4aaee23: Pushed [2021-02-03T21:12:52.607Z] 777b2c648970: Layer already exists [2021-02-03T21:12:52.871Z] a1f34a24cd2d: Pushed [2021-02-03T21:12:53.442Z] 51a6d57eb321: Pushed [2021-02-03T21:12:53.442Z] 55318f0d792b: Pushed [2021-02-03T21:12:53.704Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:cddad7cf938f6d27d6042a9de5d1857d7fe82a31db271dabafaee0f5d9395928 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:54.005Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:54.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.73 [2021-02-03T21:12:54.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-03T21:12:54.379Z] 51a6d57eb321: Preparing [2021-02-03T21:12:54.379Z] 55318f0d792b: Preparing [2021-02-03T21:12:54.379Z] 873ecada2759: Preparing [2021-02-03T21:12:54.379Z] cdecd4aaee23: Preparing [2021-02-03T21:12:54.379Z] a1f34a24cd2d: Preparing [2021-02-03T21:12:54.379Z] 777b2c648970: Preparing [2021-02-03T21:12:54.379Z] 777b2c648970: Waiting [2021-02-03T21:12:54.379Z] 873ecada2759: Layer already exists [2021-02-03T21:12:54.379Z] a1f34a24cd2d: Layer already exists [2021-02-03T21:12:54.379Z] 51a6d57eb321: Layer already exists [2021-02-03T21:12:54.379Z] 55318f0d792b: Layer already exists [2021-02-03T21:12:54.379Z] cdecd4aaee23: Layer already exists [2021-02-03T21:12:54.379Z] 777b2c648970: Layer already exists [2021-02-03T21:12:54.379Z] 2.0.0-dev.73: digest: sha256:cddad7cf938f6d27d6042a9de5d1857d7fe82a31db271dabafaee0f5d9395928 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:54.682Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:54.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:12:54.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-03T21:12:54.977Z] 51a6d57eb321: Preparing [2021-02-03T21:12:54.977Z] 55318f0d792b: Preparing [2021-02-03T21:12:54.977Z] 873ecada2759: Preparing [2021-02-03T21:12:54.977Z] cdecd4aaee23: Preparing [2021-02-03T21:12:54.977Z] a1f34a24cd2d: Preparing [2021-02-03T21:12:54.977Z] 777b2c648970: Preparing [2021-02-03T21:12:54.977Z] 777b2c648970: Waiting [2021-02-03T21:12:54.977Z] 55318f0d792b: Layer already exists [2021-02-03T21:12:54.977Z] 51a6d57eb321: Layer already exists [2021-02-03T21:12:54.977Z] 873ecada2759: Layer already exists [2021-02-03T21:12:54.977Z] cdecd4aaee23: Layer already exists [2021-02-03T21:12:54.977Z] a1f34a24cd2d: Layer already exists [2021-02-03T21:12:54.977Z] 777b2c648970: Layer already exists [2021-02-03T21:12:54.977Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:cddad7cf938f6d27d6042a9de5d1857d7fe82a31db271dabafaee0f5d9395928 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:55.278Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:55.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-03T21:12:55.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-03T21:12:55.576Z] 51a6d57eb321: Preparing [2021-02-03T21:12:55.576Z] 55318f0d792b: Preparing [2021-02-03T21:12:55.576Z] 873ecada2759: Preparing [2021-02-03T21:12:55.576Z] cdecd4aaee23: Preparing [2021-02-03T21:12:55.576Z] a1f34a24cd2d: Preparing [2021-02-03T21:12:55.576Z] 777b2c648970: Preparing [2021-02-03T21:12:55.576Z] 777b2c648970: Waiting [2021-02-03T21:12:55.576Z] 55318f0d792b: Layer already exists [2021-02-03T21:12:55.576Z] a1f34a24cd2d: Layer already exists [2021-02-03T21:12:55.576Z] 51a6d57eb321: Layer already exists [2021-02-03T21:12:55.576Z] cdecd4aaee23: Layer already exists [2021-02-03T21:12:55.576Z] 873ecada2759: Layer already exists [2021-02-03T21:12:55.576Z] 777b2c648970: Layer already exists [2021-02-03T21:12:55.576Z] master: digest: sha256:cddad7cf938f6d27d6042a9de5d1857d7fe82a31db271dabafaee0f5d9395928 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:12:55.757Z] ===================================================== [Pipeline] echo [2021-02-03T21:12:55.820Z] taggedImages: [2021-02-03T21:12:55.820Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:55.820Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.73 [2021-02-03T21:12:55.820Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:12:55.820Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-03T21:12:55.901Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-03T21:12:55.902Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:55.902Z] 2.0.0-dev.73 [2021-02-03T21:12:55.902Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:12:55.902Z] master [2021-02-03T21:12:55.902Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:56.365Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:56.660Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:12:56.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-03T21:12:56.660Z] 8c250cea08d8: Preparing [2021-02-03T21:12:56.660Z] 129e6482690a: Preparing [2021-02-03T21:12:56.660Z] 260df8828538: Preparing [2021-02-03T21:12:56.660Z] 614512e37e19: Preparing [2021-02-03T21:12:56.660Z] aae03a0af79f: Preparing [2021-02-03T21:12:56.660Z] 23e67ef00191: Preparing [2021-02-03T21:12:56.660Z] 11797921eaee: Preparing [2021-02-03T21:12:56.660Z] fc314d84dc35: Preparing [2021-02-03T21:12:56.660Z] 777b2c648970: Preparing [2021-02-03T21:12:56.660Z] 23e67ef00191: Waiting [2021-02-03T21:12:56.660Z] 11797921eaee: Waiting [2021-02-03T21:12:56.660Z] fc314d84dc35: Waiting [2021-02-03T21:12:56.660Z] 777b2c648970: Waiting [2021-02-03T21:12:56.924Z] 8c250cea08d8: Pushed [2021-02-03T21:12:56.924Z] 129e6482690a: Pushed [2021-02-03T21:12:56.924Z] aae03a0af79f: Pushed [2021-02-03T21:12:56.924Z] 23e67ef00191: Pushed [2021-02-03T21:12:56.924Z] 11797921eaee: Pushed [2021-02-03T21:12:57.190Z] 777b2c648970: Layer already exists [2021-02-03T21:12:57.190Z] fc314d84dc35: Pushed [2021-02-03T21:12:57.762Z] 614512e37e19: Pushed [2021-02-03T21:12:57.762Z] 260df8828538: Pushed [2021-02-03T21:12:58.023Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:2c58beba214808c57b12309daf3204bba9a21e666932de864410f80f1a9737d3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:58.323Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:58.616Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.73 [2021-02-03T21:12:58.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-03T21:12:58.616Z] 8c250cea08d8: Preparing [2021-02-03T21:12:58.616Z] 129e6482690a: Preparing [2021-02-03T21:12:58.616Z] 260df8828538: Preparing [2021-02-03T21:12:58.616Z] 614512e37e19: Preparing [2021-02-03T21:12:58.616Z] aae03a0af79f: Preparing [2021-02-03T21:12:58.616Z] 23e67ef00191: Preparing [2021-02-03T21:12:58.616Z] 11797921eaee: Preparing [2021-02-03T21:12:58.616Z] fc314d84dc35: Preparing [2021-02-03T21:12:58.616Z] 777b2c648970: Preparing [2021-02-03T21:12:58.616Z] 23e67ef00191: Waiting [2021-02-03T21:12:58.616Z] 11797921eaee: Waiting [2021-02-03T21:12:58.616Z] fc314d84dc35: Waiting [2021-02-03T21:12:58.616Z] 777b2c648970: Waiting [2021-02-03T21:12:58.616Z] 8c250cea08d8: Layer already exists [2021-02-03T21:12:58.616Z] 614512e37e19: Layer already exists [2021-02-03T21:12:58.616Z] 260df8828538: Layer already exists [2021-02-03T21:12:58.616Z] 129e6482690a: Layer already exists [2021-02-03T21:12:58.616Z] aae03a0af79f: Layer already exists [2021-02-03T21:12:58.616Z] 23e67ef00191: Layer already exists [2021-02-03T21:12:58.616Z] fc314d84dc35: Layer already exists [2021-02-03T21:12:58.616Z] 777b2c648970: Layer already exists [2021-02-03T21:12:58.616Z] 11797921eaee: Layer already exists [2021-02-03T21:12:58.616Z] 2.0.0-dev.73: digest: sha256:2c58beba214808c57b12309daf3204bba9a21e666932de864410f80f1a9737d3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:58.916Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:59.211Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:12:59.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-03T21:12:59.211Z] 8c250cea08d8: Preparing [2021-02-03T21:12:59.211Z] 129e6482690a: Preparing [2021-02-03T21:12:59.211Z] 260df8828538: Preparing [2021-02-03T21:12:59.211Z] 614512e37e19: Preparing [2021-02-03T21:12:59.211Z] aae03a0af79f: Preparing [2021-02-03T21:12:59.211Z] 23e67ef00191: Preparing [2021-02-03T21:12:59.211Z] 11797921eaee: Preparing [2021-02-03T21:12:59.211Z] fc314d84dc35: Preparing [2021-02-03T21:12:59.211Z] 777b2c648970: Preparing [2021-02-03T21:12:59.211Z] 11797921eaee: Waiting [2021-02-03T21:12:59.211Z] fc314d84dc35: Waiting [2021-02-03T21:12:59.211Z] 777b2c648970: Waiting [2021-02-03T21:12:59.211Z] 23e67ef00191: Waiting [2021-02-03T21:12:59.211Z] 129e6482690a: Layer already exists [2021-02-03T21:12:59.211Z] 260df8828538: Layer already exists [2021-02-03T21:12:59.211Z] aae03a0af79f: Layer already exists [2021-02-03T21:12:59.211Z] 8c250cea08d8: Layer already exists [2021-02-03T21:12:59.211Z] 614512e37e19: Layer already exists [2021-02-03T21:12:59.211Z] 11797921eaee: Layer already exists [2021-02-03T21:12:59.211Z] 23e67ef00191: Layer already exists [2021-02-03T21:12:59.211Z] 777b2c648970: Layer already exists [2021-02-03T21:12:59.211Z] fc314d84dc35: Layer already exists [2021-02-03T21:12:59.211Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:2c58beba214808c57b12309daf3204bba9a21e666932de864410f80f1a9737d3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:59.512Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:12:59.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-03T21:12:59.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-03T21:12:59.809Z] 8c250cea08d8: Preparing [2021-02-03T21:12:59.809Z] 129e6482690a: Preparing [2021-02-03T21:12:59.809Z] 260df8828538: Preparing [2021-02-03T21:12:59.809Z] 614512e37e19: Preparing [2021-02-03T21:12:59.809Z] aae03a0af79f: Preparing [2021-02-03T21:12:59.809Z] 23e67ef00191: Preparing [2021-02-03T21:12:59.809Z] 11797921eaee: Preparing [2021-02-03T21:12:59.809Z] fc314d84dc35: Preparing [2021-02-03T21:12:59.809Z] 777b2c648970: Preparing [2021-02-03T21:12:59.809Z] 23e67ef00191: Waiting [2021-02-03T21:12:59.809Z] 11797921eaee: Waiting [2021-02-03T21:12:59.809Z] fc314d84dc35: Waiting [2021-02-03T21:12:59.809Z] 777b2c648970: Waiting [2021-02-03T21:12:59.809Z] 8c250cea08d8: Layer already exists [2021-02-03T21:12:59.809Z] aae03a0af79f: Layer already exists [2021-02-03T21:12:59.809Z] 260df8828538: Layer already exists [2021-02-03T21:12:59.809Z] 129e6482690a: Layer already exists [2021-02-03T21:12:59.809Z] 614512e37e19: Layer already exists [2021-02-03T21:12:59.809Z] 23e67ef00191: Layer already exists [2021-02-03T21:12:59.809Z] 11797921eaee: Layer already exists [2021-02-03T21:12:59.809Z] fc314d84dc35: Layer already exists [2021-02-03T21:12:59.809Z] 777b2c648970: Layer already exists [2021-02-03T21:12:59.809Z] master: digest: sha256:2c58beba214808c57b12309daf3204bba9a21e666932de864410f80f1a9737d3 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:12:59.995Z] ===================================================== [Pipeline] echo [2021-02-03T21:13:00.043Z] taggedImages: [2021-02-03T21:13:00.043Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:13:00.043Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.73 [2021-02-03T21:13:00.043Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:13:00.043Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-03T21:13:00.127Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-03T21:13:00.127Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:13:00.127Z] 2.0.0-dev.73 [2021-02-03T21:13:00.127Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:13:00.127Z] master [2021-02-03T21:13:00.127Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:00.595Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:00.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:13:00.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-03T21:13:00.889Z] f8e497c3b371: Preparing [2021-02-03T21:13:00.889Z] d73f1eecc8ca: Preparing [2021-02-03T21:13:00.889Z] 2a04a40131f7: Preparing [2021-02-03T21:13:00.889Z] 894a7620d6b3: Preparing [2021-02-03T21:13:00.889Z] 777b2c648970: Preparing [2021-02-03T21:13:00.889Z] 777b2c648970: Layer already exists [2021-02-03T21:13:00.889Z] 2a04a40131f7: Layer already exists [2021-02-03T21:13:00.889Z] f8e497c3b371: Pushed [2021-02-03T21:13:01.149Z] 894a7620d6b3: Pushed [2021-02-03T21:13:02.096Z] d73f1eecc8ca: Pushed [2021-02-03T21:13:02.096Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:9cdc127d7848c2a730d86f2d88a0066c6c4e4d017308eb5de81cabce3c63cfd0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:02.405Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:02.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.73 [2021-02-03T21:13:02.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-03T21:13:02.704Z] f8e497c3b371: Preparing [2021-02-03T21:13:02.704Z] d73f1eecc8ca: Preparing [2021-02-03T21:13:02.704Z] 2a04a40131f7: Preparing [2021-02-03T21:13:02.704Z] 894a7620d6b3: Preparing [2021-02-03T21:13:02.704Z] 777b2c648970: Preparing [2021-02-03T21:13:02.704Z] d73f1eecc8ca: Layer already exists [2021-02-03T21:13:02.704Z] 894a7620d6b3: Layer already exists [2021-02-03T21:13:02.704Z] f8e497c3b371: Layer already exists [2021-02-03T21:13:02.704Z] 777b2c648970: Layer already exists [2021-02-03T21:13:02.704Z] 2a04a40131f7: Layer already exists [2021-02-03T21:13:02.704Z] 2.0.0-dev.73: digest: sha256:9cdc127d7848c2a730d86f2d88a0066c6c4e4d017308eb5de81cabce3c63cfd0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:03.010Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:03.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:13:03.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-03T21:13:03.567Z] f8e497c3b371: Preparing [2021-02-03T21:13:03.567Z] d73f1eecc8ca: Preparing [2021-02-03T21:13:03.567Z] 2a04a40131f7: Preparing [2021-02-03T21:13:03.567Z] 894a7620d6b3: Preparing [2021-02-03T21:13:03.567Z] 777b2c648970: Preparing [2021-02-03T21:13:03.567Z] 777b2c648970: Layer already exists [2021-02-03T21:13:03.567Z] f8e497c3b371: Layer already exists [2021-02-03T21:13:03.567Z] 2a04a40131f7: Layer already exists [2021-02-03T21:13:03.567Z] d73f1eecc8ca: Layer already exists [2021-02-03T21:13:03.567Z] 894a7620d6b3: Layer already exists [2021-02-03T21:13:03.567Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:9cdc127d7848c2a730d86f2d88a0066c6c4e4d017308eb5de81cabce3c63cfd0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:03.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-03T21:13:03.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-03T21:13:03.868Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:04.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-03T21:13:04.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-03T21:13:04.164Z] f8e497c3b371: Preparing [2021-02-03T21:13:04.164Z] d73f1eecc8ca: Preparing [2021-02-03T21:13:04.164Z] 2a04a40131f7: Preparing [2021-02-03T21:13:04.164Z] 894a7620d6b3: Preparing [2021-02-03T21:13:04.164Z] 777b2c648970: Preparing [2021-02-03T21:13:04.164Z] f8e497c3b371: Layer already exists [2021-02-03T21:13:04.164Z] 894a7620d6b3: Layer already exists [2021-02-03T21:13:04.164Z] 2a04a40131f7: Layer already exists [2021-02-03T21:13:04.164Z] 777b2c648970: Layer already exists [2021-02-03T21:13:04.164Z] d73f1eecc8ca: Layer already exists [2021-02-03T21:13:04.164Z] master: digest: sha256:9cdc127d7848c2a730d86f2d88a0066c6c4e4d017308eb5de81cabce3c63cfd0 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:13:04.347Z] ===================================================== [Pipeline] echo [2021-02-03T21:13:04.394Z] taggedImages: [2021-02-03T21:13:04.394Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:13:04.394Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.73 [2021-02-03T21:13:04.394Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:13:04.394Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-03T21:13:04.460Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-03T21:13:04.460Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:13:04.460Z] 2.0.0-dev.73 [2021-02-03T21:13:04.460Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:13:04.460Z] master [2021-02-03T21:13:04.460Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:04.932Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:05.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:13:05.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-03T21:13:05.236Z] 792e46ae050f: Preparing [2021-02-03T21:13:05.236Z] 1aa68d1235cb: Preparing [2021-02-03T21:13:05.236Z] 2a04a40131f7: Preparing [2021-02-03T21:13:05.236Z] 61df361f8e95: Preparing [2021-02-03T21:13:05.236Z] 777b2c648970: Preparing [2021-02-03T21:13:05.236Z] 2a04a40131f7: Layer already exists [2021-02-03T21:13:05.236Z] 777b2c648970: Layer already exists [2021-02-03T21:13:05.236Z] 61df361f8e95: Layer already exists [2021-02-03T21:13:05.236Z] 792e46ae050f: Pushed [2021-02-03T21:13:06.627Z] 1aa68d1235cb: Pushed [2021-02-03T21:13:06.627Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:94e675439258a07d882825722a022eb85ec23c095dd562917e3abbc720098be2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:06.928Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:07.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.73 [2021-02-03T21:13:07.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-03T21:13:07.229Z] 792e46ae050f: Preparing [2021-02-03T21:13:07.229Z] 1aa68d1235cb: Preparing [2021-02-03T21:13:07.229Z] 2a04a40131f7: Preparing [2021-02-03T21:13:07.229Z] 61df361f8e95: Preparing [2021-02-03T21:13:07.229Z] 777b2c648970: Preparing [2021-02-03T21:13:07.230Z] 777b2c648970: Layer already exists [2021-02-03T21:13:07.230Z] 61df361f8e95: Layer already exists [2021-02-03T21:13:07.230Z] 2a04a40131f7: Layer already exists [2021-02-03T21:13:07.230Z] 792e46ae050f: Layer already exists [2021-02-03T21:13:07.230Z] 1aa68d1235cb: Layer already exists [2021-02-03T21:13:07.230Z] 2.0.0-dev.73: digest: sha256:94e675439258a07d882825722a022eb85ec23c095dd562917e3abbc720098be2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:07.538Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:07.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:13:07.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-03T21:13:07.837Z] 792e46ae050f: Preparing [2021-02-03T21:13:07.837Z] 1aa68d1235cb: Preparing [2021-02-03T21:13:07.837Z] 2a04a40131f7: Preparing [2021-02-03T21:13:07.837Z] 61df361f8e95: Preparing [2021-02-03T21:13:07.837Z] 777b2c648970: Preparing [2021-02-03T21:13:07.837Z] 792e46ae050f: Layer already exists [2021-02-03T21:13:07.837Z] 61df361f8e95: Layer already exists [2021-02-03T21:13:07.837Z] 777b2c648970: Layer already exists [2021-02-03T21:13:07.837Z] 2a04a40131f7: Layer already exists [2021-02-03T21:13:07.837Z] 1aa68d1235cb: Layer already exists [2021-02-03T21:13:07.837Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:94e675439258a07d882825722a022eb85ec23c095dd562917e3abbc720098be2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:08.144Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:08.442Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-03T21:13:08.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-03T21:13:08.442Z] 792e46ae050f: Preparing [2021-02-03T21:13:08.442Z] 1aa68d1235cb: Preparing [2021-02-03T21:13:08.442Z] 2a04a40131f7: Preparing [2021-02-03T21:13:08.442Z] 61df361f8e95: Preparing [2021-02-03T21:13:08.442Z] 777b2c648970: Preparing [2021-02-03T21:13:08.442Z] 2a04a40131f7: Layer already exists [2021-02-03T21:13:08.442Z] 777b2c648970: Layer already exists [2021-02-03T21:13:08.442Z] 1aa68d1235cb: Layer already exists [2021-02-03T21:13:08.442Z] 792e46ae050f: Layer already exists [2021-02-03T21:13:08.442Z] 61df361f8e95: Layer already exists [2021-02-03T21:13:08.442Z] master: digest: sha256:94e675439258a07d882825722a022eb85ec23c095dd562917e3abbc720098be2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:13:08.624Z] ===================================================== [Pipeline] echo [2021-02-03T21:13:08.670Z] taggedImages: [2021-02-03T21:13:08.670Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:13:08.670Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.73 [2021-02-03T21:13:08.670Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:13:08.670Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-03T21:13:08.741Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-03T21:13:08.741Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:13:08.741Z] 2.0.0-dev.73 [2021-02-03T21:13:08.741Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:13:08.741Z] master [2021-02-03T21:13:08.741Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:09.220Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:09.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:13:09.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-03T21:13:09.522Z] 1385c10d8281: Preparing [2021-02-03T21:13:09.522Z] 1b999501e274: Preparing [2021-02-03T21:13:09.522Z] a3377832db52: Preparing [2021-02-03T21:13:09.522Z] 78ab4c01608b: Preparing [2021-02-03T21:13:09.522Z] cf0c82a50978: Preparing [2021-02-03T21:13:09.522Z] 1a38a3b1eff4: Preparing [2021-02-03T21:13:09.522Z] 55fdf5c3a26d: Preparing [2021-02-03T21:13:09.522Z] 0754057c0ad3: Preparing [2021-02-03T21:13:09.522Z] 998cdf262ab1: Preparing [2021-02-03T21:13:09.522Z] 02e56110abd2: Preparing [2021-02-03T21:13:09.522Z] abc36efb885a: Preparing [2021-02-03T21:13:09.522Z] b0b09059f4e1: Preparing [2021-02-03T21:13:09.522Z] bb961f40224b: Preparing [2021-02-03T21:13:09.522Z] f4666769fca7: Preparing [2021-02-03T21:13:09.522Z] abc36efb885a: Waiting [2021-02-03T21:13:09.522Z] 1a38a3b1eff4: Waiting [2021-02-03T21:13:09.522Z] 55fdf5c3a26d: Waiting [2021-02-03T21:13:09.522Z] b0b09059f4e1: Waiting [2021-02-03T21:13:09.522Z] bb961f40224b: Waiting [2021-02-03T21:13:09.522Z] 0754057c0ad3: Waiting [2021-02-03T21:13:09.522Z] f4666769fca7: Waiting [2021-02-03T21:13:09.522Z] 02e56110abd2: Waiting [2021-02-03T21:13:09.522Z] 998cdf262ab1: Waiting [2021-02-03T21:13:09.784Z] cf0c82a50978: Pushed [2021-02-03T21:13:09.784Z] 1385c10d8281: Pushed [2021-02-03T21:13:10.051Z] 78ab4c01608b: Pushed [2021-02-03T21:13:10.051Z] 55fdf5c3a26d: Pushed [2021-02-03T21:13:10.051Z] 0754057c0ad3: Layer already exists [2021-02-03T21:13:10.051Z] 998cdf262ab1: Layer already exists [2021-02-03T21:13:10.051Z] 02e56110abd2: Layer already exists [2021-02-03T21:13:10.318Z] abc36efb885a: Layer already exists [2021-02-03T21:13:10.318Z] b0b09059f4e1: Layer already exists [2021-02-03T21:13:10.318Z] bb961f40224b: Layer already exists [2021-02-03T21:13:10.318Z] 1b999501e274: Pushed [2021-02-03T21:13:10.318Z] f4666769fca7: Layer already exists [2021-02-03T21:13:10.891Z] 1a38a3b1eff4: Pushed [2021-02-03T21:13:12.082Z] Removing intermediate container 44b2daa8ec05 [2021-02-03T21:13:12.082Z] ---> 53eaa22a69cb [2021-02-03T21:13:12.082Z] [2021-02-03T21:13:12.082Z] Step 10/24 : FROM alpine:3.12 [2021-02-03T21:13:12.082Z] 3.12: Pulling from library/alpine [2021-02-03T21:13:13.079Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-03T21:13:13.079Z] Status: Downloaded newer image for alpine:3.12 [2021-02-03T21:13:13.079Z] ---> afeebe901d6b [2021-02-03T21:13:13.079Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-03T21:13:13.694Z] ---> Running in 559cab859549 [2021-02-03T21:13:15.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:13:15.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:13:16.578Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-03T21:13:16.857Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T21:13:16.857Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-03T21:13:16.857Z] (4/5) Installing curl (7.69.1-r3) [2021-02-03T21:13:16.857Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-03T21:13:16.857Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:13:16.857Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T21:13:17.461Z] OK: 7 MiB in 19 packages [2021-02-03T21:13:17.485Z] a3377832db52: Pushed [2021-02-03T21:13:17.485Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:9031fcbbc3c96c5f43d71927f2d701763d6cb95db5d26f31f1dbbecd66133b2e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:17.793Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:18.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.73 [2021-02-03T21:13:18.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-03T21:13:18.104Z] 1385c10d8281: Preparing [2021-02-03T21:13:18.104Z] 1b999501e274: Preparing [2021-02-03T21:13:18.104Z] a3377832db52: Preparing [2021-02-03T21:13:18.104Z] 78ab4c01608b: Preparing [2021-02-03T21:13:18.104Z] cf0c82a50978: Preparing [2021-02-03T21:13:18.104Z] 1a38a3b1eff4: Preparing [2021-02-03T21:13:18.104Z] 55fdf5c3a26d: Preparing [2021-02-03T21:13:18.104Z] 0754057c0ad3: Preparing [2021-02-03T21:13:18.104Z] 998cdf262ab1: Preparing [2021-02-03T21:13:18.104Z] 02e56110abd2: Preparing [2021-02-03T21:13:18.104Z] abc36efb885a: Preparing [2021-02-03T21:13:18.104Z] b0b09059f4e1: Preparing [2021-02-03T21:13:18.104Z] bb961f40224b: Preparing [2021-02-03T21:13:18.104Z] f4666769fca7: Preparing [2021-02-03T21:13:18.104Z] 0754057c0ad3: Waiting [2021-02-03T21:13:18.104Z] 998cdf262ab1: Waiting [2021-02-03T21:13:18.104Z] 02e56110abd2: Waiting [2021-02-03T21:13:18.104Z] abc36efb885a: Waiting [2021-02-03T21:13:18.104Z] b0b09059f4e1: Waiting [2021-02-03T21:13:18.104Z] bb961f40224b: Waiting [2021-02-03T21:13:18.104Z] f4666769fca7: Waiting [2021-02-03T21:13:18.104Z] 55fdf5c3a26d: Waiting [2021-02-03T21:13:18.104Z] 1a38a3b1eff4: Waiting [2021-02-03T21:13:18.104Z] cf0c82a50978: Layer already exists [2021-02-03T21:13:18.104Z] a3377832db52: Layer already exists [2021-02-03T21:13:18.104Z] 1385c10d8281: Layer already exists [2021-02-03T21:13:18.104Z] 1b999501e274: Layer already exists [2021-02-03T21:13:18.104Z] 78ab4c01608b: Layer already exists [2021-02-03T21:13:18.104Z] 55fdf5c3a26d: Layer already exists [2021-02-03T21:13:18.104Z] 1a38a3b1eff4: Layer already exists [2021-02-03T21:13:18.104Z] 0754057c0ad3: Layer already exists [2021-02-03T21:13:18.104Z] 998cdf262ab1: Layer already exists [2021-02-03T21:13:18.104Z] 02e56110abd2: Layer already exists [2021-02-03T21:13:18.104Z] bb961f40224b: Layer already exists [2021-02-03T21:13:18.104Z] b0b09059f4e1: Layer already exists [2021-02-03T21:13:18.104Z] abc36efb885a: Layer already exists [2021-02-03T21:13:18.104Z] f4666769fca7: Layer already exists [2021-02-03T21:13:18.104Z] 2.0.0-dev.73: digest: sha256:9031fcbbc3c96c5f43d71927f2d701763d6cb95db5d26f31f1dbbecd66133b2e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:18.409Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:18.715Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:13:18.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-03T21:13:18.715Z] 1385c10d8281: Preparing [2021-02-03T21:13:18.715Z] 1b999501e274: Preparing [2021-02-03T21:13:18.715Z] a3377832db52: Preparing [2021-02-03T21:13:18.715Z] 78ab4c01608b: Preparing [2021-02-03T21:13:18.715Z] cf0c82a50978: Preparing [2021-02-03T21:13:18.715Z] 1a38a3b1eff4: Preparing [2021-02-03T21:13:18.715Z] 55fdf5c3a26d: Preparing [2021-02-03T21:13:18.715Z] 0754057c0ad3: Preparing [2021-02-03T21:13:18.715Z] 998cdf262ab1: Preparing [2021-02-03T21:13:18.715Z] 02e56110abd2: Preparing [2021-02-03T21:13:18.715Z] abc36efb885a: Preparing [2021-02-03T21:13:18.715Z] b0b09059f4e1: Preparing [2021-02-03T21:13:18.715Z] bb961f40224b: Preparing [2021-02-03T21:13:18.715Z] f4666769fca7: Preparing [2021-02-03T21:13:18.715Z] 1a38a3b1eff4: Waiting [2021-02-03T21:13:18.715Z] 55fdf5c3a26d: Waiting [2021-02-03T21:13:18.715Z] 0754057c0ad3: Waiting [2021-02-03T21:13:18.715Z] 998cdf262ab1: Waiting [2021-02-03T21:13:18.715Z] 02e56110abd2: Waiting [2021-02-03T21:13:18.715Z] abc36efb885a: Waiting [2021-02-03T21:13:18.715Z] b0b09059f4e1: Waiting [2021-02-03T21:13:18.715Z] bb961f40224b: Waiting [2021-02-03T21:13:18.715Z] f4666769fca7: Waiting [2021-02-03T21:13:18.715Z] 1b999501e274: Layer already exists [2021-02-03T21:13:18.715Z] cf0c82a50978: Layer already exists [2021-02-03T21:13:18.715Z] 1385c10d8281: Layer already exists [2021-02-03T21:13:18.715Z] 78ab4c01608b: Layer already exists [2021-02-03T21:13:18.715Z] a3377832db52: Layer already exists [2021-02-03T21:13:18.715Z] 1a38a3b1eff4: Layer already exists [2021-02-03T21:13:18.715Z] 55fdf5c3a26d: Layer already exists [2021-02-03T21:13:18.715Z] 0754057c0ad3: Layer already exists [2021-02-03T21:13:18.715Z] 998cdf262ab1: Layer already exists [2021-02-03T21:13:18.715Z] 02e56110abd2: Layer already exists [2021-02-03T21:13:18.715Z] bb961f40224b: Layer already exists [2021-02-03T21:13:18.715Z] b0b09059f4e1: Layer already exists [2021-02-03T21:13:18.715Z] abc36efb885a: Layer already exists [2021-02-03T21:13:18.715Z] f4666769fca7: Layer already exists [2021-02-03T21:13:18.715Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:9031fcbbc3c96c5f43d71927f2d701763d6cb95db5d26f31f1dbbecd66133b2e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:19.021Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:13:19.324Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-03T21:13:19.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-03T21:13:19.324Z] 1385c10d8281: Preparing [2021-02-03T21:13:19.324Z] 1b999501e274: Preparing [2021-02-03T21:13:19.324Z] a3377832db52: Preparing [2021-02-03T21:13:19.324Z] 78ab4c01608b: Preparing [2021-02-03T21:13:19.324Z] cf0c82a50978: Preparing [2021-02-03T21:13:19.324Z] 1a38a3b1eff4: Preparing [2021-02-03T21:13:19.324Z] 55fdf5c3a26d: Preparing [2021-02-03T21:13:19.324Z] 0754057c0ad3: Preparing [2021-02-03T21:13:19.324Z] 998cdf262ab1: Preparing [2021-02-03T21:13:19.324Z] 02e56110abd2: Preparing [2021-02-03T21:13:19.324Z] abc36efb885a: Preparing [2021-02-03T21:13:19.324Z] b0b09059f4e1: Preparing [2021-02-03T21:13:19.324Z] bb961f40224b: Preparing [2021-02-03T21:13:19.324Z] f4666769fca7: Preparing [2021-02-03T21:13:19.324Z] 0754057c0ad3: Waiting [2021-02-03T21:13:19.324Z] 998cdf262ab1: Waiting [2021-02-03T21:13:19.324Z] 02e56110abd2: Waiting [2021-02-03T21:13:19.324Z] abc36efb885a: Waiting [2021-02-03T21:13:19.324Z] b0b09059f4e1: Waiting [2021-02-03T21:13:19.324Z] bb961f40224b: Waiting [2021-02-03T21:13:19.324Z] f4666769fca7: Waiting [2021-02-03T21:13:19.324Z] 1a38a3b1eff4: Waiting [2021-02-03T21:13:19.324Z] 55fdf5c3a26d: Waiting [2021-02-03T21:13:19.324Z] 78ab4c01608b: Layer already exists [2021-02-03T21:13:19.324Z] cf0c82a50978: Layer already exists [2021-02-03T21:13:19.324Z] 1b999501e274: Layer already exists [2021-02-03T21:13:19.324Z] 1385c10d8281: Layer already exists [2021-02-03T21:13:19.324Z] a3377832db52: Layer already exists [2021-02-03T21:13:19.324Z] 1a38a3b1eff4: Layer already exists [2021-02-03T21:13:19.324Z] 55fdf5c3a26d: Layer already exists [2021-02-03T21:13:19.324Z] 02e56110abd2: Layer already exists [2021-02-03T21:13:19.324Z] 0754057c0ad3: Layer already exists [2021-02-03T21:13:19.324Z] 998cdf262ab1: Layer already exists [2021-02-03T21:13:19.324Z] abc36efb885a: Layer already exists [2021-02-03T21:13:19.324Z] b0b09059f4e1: Layer already exists [2021-02-03T21:13:19.324Z] bb961f40224b: Layer already exists [2021-02-03T21:13:19.324Z] f4666769fca7: Layer already exists [2021-02-03T21:13:19.324Z] master: digest: sha256:9031fcbbc3c96c5f43d71927f2d701763d6cb95db5d26f31f1dbbecd66133b2e size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:13:19.511Z] ===================================================== [Pipeline] echo [2021-02-03T21:13:19.560Z] taggedImages: [2021-02-03T21:13:19.560Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:13:19.560Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.73 [2021-02-03T21:13:19.560Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:13:19.560Z] - 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] } [2021-02-03T21:13:20.888Z] Removing intermediate container 559cab859549 [2021-02-03T21:13:20.888Z] ---> 0c33abc91db2 [2021-02-03T21:13:20.888Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T21:13:20.888Z] ---> Running in 07b0a533dfa7 [2021-02-03T21:13:21.170Z] Removing intermediate container 07b0a533dfa7 [2021-02-03T21:13:21.170Z] ---> 8da5cbdab184 [2021-02-03T21:13:21.170Z] Step 13/24 : WORKDIR / [2021-02-03T21:13:21.447Z] ---> Running in e972d1e2d463 [2021-02-03T21:13:22.056Z] Removing intermediate container e972d1e2d463 [2021-02-03T21:13:22.056Z] ---> e23d3c58fe0f [2021-02-03T21:13:22.056Z] 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-03T21:13:23.512Z] ---> 05dd8454cdc7 [2021-02-03T21:13:23.512Z] 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-03T21:13:24.503Z] ---> 5136c64fc1b4 [2021-02-03T21:13:24.503Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-03T21:13:26.507Z] ---> 8ed4b50f128b [2021-02-03T21:13:26.507Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-03T21:13:29.380Z] ---> 0d32490dd9bb [2021-02-03T21:13:29.380Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-03T21:13:29.672Z] Removing intermediate container 7d194cb59c2d [2021-02-03T21:13:29.672Z] ---> 8b090627cee3 [2021-02-03T21:13:29.672Z] [2021-02-03T21:13:29.672Z] Step 10/31 : FROM alpine:3.12 [2021-02-03T21:13:29.672Z] ---> afeebe901d6b [2021-02-03T21:13:29.672Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-03T21:13:30.379Z] ---> Running in 88ecc3bb7c70 [2021-02-03T21:13:32.412Z] Removing intermediate container 88ecc3bb7c70 [2021-02-03T21:13:32.412Z] ---> 593db33ad182 [2021-02-03T21:13:32.412Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-03T21:13:33.021Z] ---> ba4a6aba215e [2021-02-03T21:13:33.021Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-03T21:13:33.021Z] ---> Running in 44a1100e977e [2021-02-03T21:13:33.628Z] Removing intermediate container 52e7f40c97e7 [2021-02-03T21:13:33.628Z] ---> b5f9393dc806 [2021-02-03T21:13:33.628Z] [2021-02-03T21:13:33.628Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T21:13:33.628Z] ---> afeebe901d6b [2021-02-03T21:13:33.628Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-03T21:13:33.913Z] ---> Running in ec268c4e1635 [2021-02-03T21:13:34.892Z] ---> ccebaf5fadeb [2021-02-03T21:13:34.892Z] 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-03T21:13:35.168Z] ---> Running in 3778f2463caa [2021-02-03T21:13:35.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:13:35.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:13:36.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:13:36.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:13:36.327Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-03T21:13:36.327Z] (2/2) Installing su-exec (0.2-r1) [2021-02-03T21:13:36.327Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:13:36.327Z] OK: 5 MiB in 16 packages [2021-02-03T21:13:36.604Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-03T21:13:36.604Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:13:36.885Z] OK: 5 MiB in 15 packages [2021-02-03T21:13:38.898Z] Removing intermediate container e1f49229d5c7 [2021-02-03T21:13:38.898Z] ---> 6a66d2103a77 [2021-02-03T21:13:38.898Z] [2021-02-03T21:13:38.898Z] Step 10/22 : FROM alpine:3.12 [2021-02-03T21:13:38.898Z] ---> afeebe901d6b [2021-02-03T21:13:38.898Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-03T21:13:38.898Z] Removing intermediate container 44a1100e977e [2021-02-03T21:13:38.898Z] ---> 2b5a8b2f1b3f [2021-02-03T21:13:38.898Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-03T21:13:39.175Z] ---> Running in 59cf33ccda46 [2021-02-03T21:13:39.175Z] Removing intermediate container ec268c4e1635 [2021-02-03T21:13:39.175Z] ---> dd6ab18f48f9 [2021-02-03T21:13:39.175Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T21:13:39.175Z] ---> Running in b14947ba1769 [2021-02-03T21:13:39.449Z] ---> Running in 4cba2f7b311d [2021-02-03T21:13:39.449Z] Removing intermediate container 3778f2463caa [2021-02-03T21:13:39.449Z] ---> 9fd467fa9d49 [2021-02-03T21:13:39.449Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-03T21:13:40.052Z] ---> Running in e8b4b6fc85e0 [2021-02-03T21:13:40.326Z] Removing intermediate container b14947ba1769 [2021-02-03T21:13:40.326Z] ---> 0a0372885a9a [2021-02-03T21:13:40.326Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-03T21:13:40.609Z] Removing intermediate container 4cba2f7b311d [2021-02-03T21:13:40.609Z] ---> fa26a6f7cd65 [2021-02-03T21:13:40.609Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-03T21:13:40.609Z] ---> Running in f31a5d399cc2 [2021-02-03T21:13:40.886Z] ---> Running in e3f1f097d162 [2021-02-03T21:13:40.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:13:41.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:13:41.162Z] Removing intermediate container e8b4b6fc85e0 [2021-02-03T21:13:41.162Z] ---> 3e4f942dbcef [2021-02-03T21:13:41.162Z] Step 22/24 : LABEL arch=arm64 [2021-02-03T21:13:41.774Z] ---> Running in 24a2c80bd35c [2021-02-03T21:13:41.774Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-03T21:13:41.774Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-03T21:13:41.774Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:13:41.774Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T21:13:42.056Z] OK: 6 MiB in 16 packages [2021-02-03T21:13:42.334Z] Removing intermediate container f31a5d399cc2 [2021-02-03T21:13:42.334Z] Removing intermediate container e3f1f097d162 [2021-02-03T21:13:42.334Z] ---> aad792a06a23 [2021-02-03T21:13:42.334Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-03T21:13:42.334Z] ---> 898f52992cfb [2021-02-03T21:13:42.334Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-03T21:13:42.931Z] ---> Running in 7c7639c8d168 [2021-02-03T21:13:42.931Z] ---> Running in b5611f4c4e0c [2021-02-03T21:13:42.931Z] Removing intermediate container 24a2c80bd35c [2021-02-03T21:13:42.931Z] ---> 456559e5a859 [2021-02-03T21:13:42.931Z] Step 23/24 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:13:42.931Z] Removing intermediate container 23a33db5175f [2021-02-03T21:13:42.931Z] ---> 3aa2f7b6cbd8 [2021-02-03T21:13:42.931Z] [2021-02-03T21:13:42.931Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T21:13:42.931Z] ---> afeebe901d6b [2021-02-03T21:13:42.931Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-03T21:13:42.931Z] ---> Using cache [2021-02-03T21:13:42.931Z] ---> dd6ab18f48f9 [2021-02-03T21:13:42.931Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T21:13:42.931Z] ---> Using cache [2021-02-03T21:13:42.931Z] ---> fa26a6f7cd65 [2021-02-03T21:13:42.931Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-03T21:13:43.205Z] ---> Running in 6d85413c2e5d [2021-02-03T21:13:43.205Z] ---> Running in 8aa17066c8c7 [2021-02-03T21:13:43.527Z] Removing intermediate container 7c7639c8d168 [2021-02-03T21:13:43.527Z] ---> 9a1456e80018 [2021-02-03T21:13:43.527Z] Step 15/23 : WORKDIR / [2021-02-03T21:13:44.126Z] ---> Running in 776fc27e263d [2021-02-03T21:13:44.400Z] Removing intermediate container 8aa17066c8c7 [2021-02-03T21:13:44.400Z] ---> 04d2b39948bb [2021-02-03T21:13:44.400Z] Step 14/23 : EXPOSE $APP_PORTRemoving intermediate container 6d85413c2e5d [2021-02-03T21:13:44.400Z] [2021-02-03T21:13:44.400Z] ---> d4489bad801f [2021-02-03T21:13:44.400Z] Step 24/24 : LABEL version=2.0.0-dev.73 [2021-02-03T21:13:44.400Z] Removing intermediate container 59cf33ccda46 [2021-02-03T21:13:44.400Z] ---> 375691092d4a [2021-02-03T21:13:44.400Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T21:13:44.674Z] ---> Running in badfac5876ff [2021-02-03T21:13:44.675Z] ---> Running in 00c1623fccb5 [2021-02-03T21:13:44.675Z] ---> Running in 3b1d259abe8e [2021-02-03T21:13:44.950Z] Removing intermediate container 776fc27e263d [2021-02-03T21:13:44.950Z] ---> 8af6ca5344fc [2021-02-03T21:13:44.950Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T21:13:45.222Z] Removing intermediate container 00c1623fccb5 [2021-02-03T21:13:45.222Z] ---> c8e5c0671720 [2021-02-03T21:13:45.222Z] Step 15/23 : WORKDIR / [2021-02-03T21:13:45.496Z] Removing intermediate container badfac5876ff [2021-02-03T21:13:45.496Z] ---> 732016449403 [2021-02-03T21:13:45.496Z] [2021-02-03T21:13:45.496Z] Removing intermediate container 3b1d259abe8e [2021-02-03T21:13:45.496Z] ---> 3fca6c6af0e7 [2021-02-03T21:13:45.496Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-03T21:13:45.786Z] ---> Running in b7ec5ef180dc [2021-02-03T21:13:45.786Z] ---> Running in 17be55f6f500 [2021-02-03T21:13:45.786Z] Successfully built 732016449403 [2021-02-03T21:13:45.786Z] Removing intermediate container b5611f4c4e0c [2021-02-03T21:13:45.786Z] ---> a2d54c40191c [2021-02-03T21:13:45.786Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-03T21:13:45.786Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-03T21:13:45.786Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-02-03T21:13:46.066Z] ---> 2bf1016a28dc [2021-02-03T21:13:46.066Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-03T21:13:46.066Z] ---> Running in 4ea85ccbcf86 [2021-02-03T21:13:46.337Z] Removing intermediate container b7ec5ef180dc [2021-02-03T21:13:46.337Z] ---> 569589b2a4ec [2021-02-03T21:13:46.337Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T21:13:46.608Z] Removing intermediate container 17be55f6f500 [2021-02-03T21:13:46.608Z] ---> 1d91f5f4c8f2 [2021-02-03T21:13:46.608Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-03T21:13:46.884Z] ---> Running in 976bd87724c8 [2021-02-03T21:13:46.884Z] Removing intermediate container 4ea85ccbcf86 [2021-02-03T21:13:46.884Z] ---> 8650a858f52d [2021-02-03T21:13:46.884Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-03T21:13:48.858Z] ---> 386696ea8a53 [2021-02-03T21:13:48.859Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-03T21:13:49.129Z] Removing intermediate container 976bd87724c8 [2021-02-03T21:13:49.129Z] ---> a10f4c64a2aa [2021-02-03T21:13:49.129Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T21:13:49.403Z] ---> 1e032cf7d84f [2021-02-03T21:13:49.403Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-03T21:13:49.403Z] ---> 4d9b1c5c0209 [2021-02-03T21:13:49.403Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-03T21:13:49.677Z] ---> Running in cde153780995 [2021-02-03T21:13:50.270Z] ---> 0465e0321b21 [2021-02-03T21:13:50.270Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-03T21:13:50.270Z] ---> 2f6fc4adbed0 [2021-02-03T21:13:50.270Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-03T21:13:50.539Z] ---> cf214f1b9cbb [2021-02-03T21:13:50.539Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-03T21:13:50.815Z] ---> Running in 2d60d6150d93 [2021-02-03T21:13:51.420Z] ---> 4ba176816a04 [2021-02-03T21:13:51.420Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-03T21:13:51.699Z] ---> Running in 6dfcf46e4642 [2021-02-03T21:13:51.699Z] Removing intermediate container 2d60d6150d93 [2021-02-03T21:13:51.699Z] ---> 56bc76b1ed62 [2021-02-03T21:13:51.699Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T21:13:52.302Z] ---> b7c155d5f239 [2021-02-03T21:13:52.302Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-03T21:13:52.302Z] ---> Running in 8f0a58814c3c [2021-02-03T21:13:52.914Z] Removing intermediate container 6dfcf46e4642 [2021-02-03T21:13:52.914Z] ---> b532bca4e908 [2021-02-03T21:13:52.914Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T21:13:53.915Z] ---> Running in 6b5fd7298541 [2021-02-03T21:13:53.915Z] Removing intermediate container 8f0a58814c3c [2021-02-03T21:13:53.915Z] ---> 05dee0b8bf8d [2021-02-03T21:13:53.915Z] Step 21/23 : LABEL arch=arm64 [2021-02-03T21:13:54.187Z] ---> 7729a6399808 [2021-02-03T21:13:54.187Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-03T21:13:54.187Z] Removing intermediate container cde153780995 [2021-02-03T21:13:54.187Z] ---> 4ac8556ee645 [2021-02-03T21:13:54.187Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T21:13:54.459Z] ---> Running in 1d3143ceda26 [2021-02-03T21:13:54.733Z] ---> Running in 8972454e4abf [2021-02-03T21:13:54.733Z] Removing intermediate container 6b5fd7298541 [2021-02-03T21:13:54.733Z] ---> c40dc6664ae5 [2021-02-03T21:13:54.733Z] Step 21/23 : LABEL arch=arm64 [2021-02-03T21:13:55.343Z] ---> Running in 41f58469e1de [2021-02-03T21:13:55.619Z] ---> 758ad9be3ce4 [2021-02-03T21:13:55.619Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-03T21:13:55.619Z] Removing intermediate container 1d3143ceda26 [2021-02-03T21:13:55.619Z] ---> 7369109f4574 [2021-02-03T21:13:55.619Z] Step 22/23 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:13:55.895Z] Removing intermediate container 8972454e4abf [2021-02-03T21:13:55.895Z] ---> b5072909a781 [2021-02-03T21:13:55.895Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T21:13:55.895Z] ---> Running in 7e0da78f5117 [2021-02-03T21:13:56.168Z] ---> Running in b60a7e2e626e [2021-02-03T21:13:56.168Z] Removing intermediate container 41f58469e1de [2021-02-03T21:13:56.168Z] ---> cfcc7ac36637 [2021-02-03T21:13:56.168Z] Step 22/23 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:13:56.440Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T21:13:56.440Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:13:56.440Z] ---> 03e9d22fbc0d [2021-02-03T21:13:56.440Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T21:13:56.440Z] ---> Using cache [2021-02-03T21:13:56.440Z] ---> 0f1f79499b6e [2021-02-03T21:13:56.440Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:13:56.440Z] ---> Using cache [2021-02-03T21:13:56.440Z] ---> 0d40b362e47d [2021-02-03T21:13:56.440Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-03T21:13:56.440Z] ---> Using cache [2021-02-03T21:13:56.440Z] ---> a43a61318bec [2021-02-03T21:13:56.440Z] Step 6/22 : COPY go.mod . [2021-02-03T21:13:56.440Z] ---> Using cache [2021-02-03T21:13:56.440Z] ---> b691a469074b [2021-02-03T21:13:56.440Z] Step 7/22 : RUN go mod download [2021-02-03T21:13:56.440Z] ---> Using cache [2021-02-03T21:13:56.440Z] ---> 5bdb54e79228 [2021-02-03T21:13:56.440Z] Step 8/22 : COPY . . [2021-02-03T21:13:56.715Z] ---> Using cache [2021-02-03T21:13:56.715Z] ---> 68031a60fc07 [2021-02-03T21:13:56.715Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-03T21:13:56.715Z] ---> Running in 2b52d4708a6e [2021-02-03T21:13:56.715Z] Removing intermediate container 7e0da78f5117 [2021-02-03T21:13:56.715Z] ---> 5d6b53cca222 [2021-02-03T21:13:56.715Z] Step 23/23 : LABEL version=2.0.0-dev.73 [2021-02-03T21:13:56.986Z] ---> Running in 79e865394c6d [2021-02-03T21:13:56.986Z] Removing intermediate container b60a7e2e626e [2021-02-03T21:13:56.986Z] ---> 7f7dc08889a2 [2021-02-03T21:13:56.986Z] Step 20/22 : LABEL arch=arm64 [2021-02-03T21:13:57.260Z] ---> Running in d1a18de74989 [2021-02-03T21:13:57.260Z] ---> a1b442834ad0 [2021-02-03T21:13:57.260Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-03T21:13:57.260Z] ---> Running in 1a90487ccd7b [2021-02-03T21:13:57.533Z] Removing intermediate container 2b52d4708a6e [2021-02-03T21:13:57.533Z] ---> 1a8c2e4afc0b [2021-02-03T21:13:57.533Z] Step 23/23 : LABEL version=2.0.0-dev.73 [2021-02-03T21:13:57.808Z] ---> Running in d3259f3c9d2c [2021-02-03T21:13:57.808Z] Removing intermediate container d1a18de74989 [2021-02-03T21:13:57.808Z] ---> 65458fd356ac [2021-02-03T21:13:57.808Z] [2021-02-03T21:13:58.081Z] Removing intermediate container 1a90487ccd7b [2021-02-03T21:13:58.081Z] ---> 1eef208e4e22 [2021-02-03T21:13:58.081Z] Step 21/22 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:13:58.362Z] Successfully built 65458fd356ac [2021-02-03T21:13:58.362Z] ---> 1b2f8390841f [2021-02-03T21:13:58.362Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-03T21:13:58.362Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-03T21:13:58.362Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-02-03T21:13:58.636Z] ---> Running in 04000b37680e [2021-02-03T21:13:58.636Z] Removing intermediate container d3259f3c9d2c [2021-02-03T21:13:58.636Z] ---> 487d9a90aa93 [2021-02-03T21:13:58.636Z] [2021-02-03T21:13:58.636Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-03T21:13:59.235Z] Successfully built 487d9a90aa93 [2021-02-03T21:13:59.515Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-03T21:13:59.515Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-02-03T21:13:59.515Z] Removing intermediate container 04000b37680e [2021-02-03T21:13:59.515Z] ---> aa5c1177fc91 [2021-02-03T21:13:59.515Z] Step 22/22 : LABEL version=2.0.0-dev.73 [2021-02-03T21:14:00.113Z] ---> Running in 87d7329ddb92 [2021-02-03T21:14:00.387Z] ---> 7d0742d390a3 [2021-02-03T21:14:00.387Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-03T21:14:00.660Z] Removing intermediate container 87d7329ddb92 [2021-02-03T21:14:00.660Z] ---> f96dbf26a664 [2021-02-03T21:14:00.660Z] [2021-02-03T21:14:01.265Z] Successfully built f96dbf26a664 [2021-02-03T21:14:01.265Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-03T21:14:01.265Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-02-03T21:14:02.252Z] ---> 6df5b1eb2a2e [2021-02-03T21:14:02.252Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-03T21:14:03.236Z] ---> Running in ea39a921d9ae [2021-02-03T21:14:04.214Z] Removing intermediate container ea39a921d9ae [2021-02-03T21:14:04.214Z] ---> 89c868e611e8 [2021-02-03T21:14:04.214Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-03T21:14:06.849Z] ---> c8739184e265 [2021-02-03T21:14:06.849Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-03T21:14:07.447Z] ---> Running in a8a7c91ed756 [2021-02-03T21:14:11.774Z] Removing intermediate container a8a7c91ed756 [2021-02-03T21:14:11.774Z] ---> 59040b3500e7 [2021-02-03T21:14:11.774Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-03T21:14:11.774Z] ---> Running in 990aef483c0e [2021-02-03T21:14:12.050Z] Removing intermediate container 990aef483c0e [2021-02-03T21:14:12.050Z] ---> 496738f01d4a [2021-02-03T21:14:12.050Z] Step 28/31 : CMD ["gate"] [2021-02-03T21:14:12.648Z] ---> Running in 2ebb344fc382 [2021-02-03T21:14:13.250Z] Removing intermediate container 2ebb344fc382 [2021-02-03T21:14:13.250Z] ---> df1ffdb4d202 [2021-02-03T21:14:13.250Z] Step 29/31 : LABEL arch=arm64 [2021-02-03T21:14:13.533Z] ---> Running in 4c8d87e1adec [2021-02-03T21:14:14.520Z] Removing intermediate container 4c8d87e1adec [2021-02-03T21:14:14.520Z] ---> b6fc96007a0b [2021-02-03T21:14:14.520Z] Step 30/31 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:14:14.796Z] ---> Running in 731d6db4ea1e [2021-02-03T21:14:15.402Z] Removing intermediate container 731d6db4ea1e [2021-02-03T21:14:15.688Z] ---> 628e2db08735 [2021-02-03T21:14:15.688Z] Step 31/31 : LABEL version=2.0.0-dev.73 [2021-02-03T21:14:15.966Z] ---> Running in 738c71665566 [2021-02-03T21:14:17.413Z] Removing intermediate container 738c71665566 [2021-02-03T21:14:17.413Z] ---> bdb8ee283ffc [2021-02-03T21:14:17.413Z] [2021-02-03T21:14:18.016Z] Successfully built bdb8ee283ffc [2021-02-03T21:14:18.016Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-03T21:14:28.211Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T21:14:28.211Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:14:28.211Z] ---> 03e9d22fbc0d [2021-02-03T21:14:28.211Z] Step 3/21 : WORKDIR /edgex-go [2021-02-03T21:14:28.211Z] ---> Using cache [2021-02-03T21:14:28.211Z] ---> 0f1f79499b6e [2021-02-03T21:14:28.211Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:14:28.211Z] ---> Using cache [2021-02-03T21:14:28.211Z] ---> 0d40b362e47d [2021-02-03T21:14:28.211Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-03T21:14:28.211Z] ---> Using cache [2021-02-03T21:14:28.211Z] ---> a43a61318bec [2021-02-03T21:14:28.211Z] Step 6/21 : COPY go.mod . [2021-02-03T21:14:28.211Z] ---> Using cache [2021-02-03T21:14:28.211Z] ---> b691a469074b [2021-02-03T21:14:28.211Z] Step 7/21 : RUN go mod download [2021-02-03T21:14:28.211Z] ---> Using cache [2021-02-03T21:14:28.211Z] ---> 5bdb54e79228 [2021-02-03T21:14:28.211Z] Step 8/21 : COPY . . [2021-02-03T21:14:28.211Z] ---> Using cache [2021-02-03T21:14:28.211Z] ---> 68031a60fc07 [2021-02-03T21:14:28.211Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-03T21:14:28.211Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T21:14:28.211Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:14:28.211Z] ---> 03e9d22fbc0d [2021-02-03T21:14:28.211Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T21:14:28.211Z] ---> Using cache [2021-02-03T21:14:28.211Z] ---> 0f1f79499b6e [2021-02-03T21:14:28.211Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:14:28.211Z] ---> Using cache [2021-02-03T21:14:28.211Z] ---> 0d40b362e47d [2021-02-03T21:14:28.211Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-03T21:14:28.211Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T21:14:28.211Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:14:28.211Z] ---> 03e9d22fbc0d [2021-02-03T21:14:28.211Z] Step 3/26 : WORKDIR /edgex-go [2021-02-03T21:14:28.211Z] ---> Using cache [2021-02-03T21:14:28.211Z] ---> 0f1f79499b6e [2021-02-03T21:14:28.211Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:14:28.211Z] ---> Using cache [2021-02-03T21:14:28.211Z] ---> 0d40b362e47d [2021-02-03T21:14:28.211Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-03T21:14:30.232Z] ---> Running in ee7856c7c2c1 [2021-02-03T21:14:30.232Z] ---> Running in a0fc43f68946 [2021-02-03T21:14:30.232Z] ---> Running in 7644fac0c175 [2021-02-03T21:14:32.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:14:32.879Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-03T21:14:33.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:14:33.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:14:33.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:14:34.761Z] OK: 217 MiB in 51 packages [2021-02-03T21:14:34.761Z] OK: 217 MiB in 51 packages [2021-02-03T21:14:36.760Z] Removing intermediate container ee7856c7c2c1 [2021-02-03T21:14:36.760Z] ---> 65b9a20863fe [2021-02-03T21:14:36.760Z] Step 6/23 : COPY go.mod . [2021-02-03T21:14:36.760Z] Removing intermediate container 7644fac0c175 [2021-02-03T21:14:36.760Z] ---> 8a38f92bf052 [2021-02-03T21:14:36.760Z] Step 6/26 : COPY go.mod . [2021-02-03T21:14:37.758Z] ---> 78a7783eef24 [2021-02-03T21:14:37.758Z] Step 7/23 : RUN go mod download [2021-02-03T21:14:38.051Z] ---> Running in 2b0f62496db7 [2021-02-03T21:14:38.051Z] ---> 580decff2316 [2021-02-03T21:14:38.051Z] Step 7/26 : RUN go mod download [2021-02-03T21:14:38.334Z] ---> Running in b275dab3145f [2021-02-03T21:14:42.997Z] Removing intermediate container 2b0f62496db7 [2021-02-03T21:14:42.997Z] ---> 879bc82499eb [2021-02-03T21:14:42.997Z] Step 8/23 : COPY . . [2021-02-03T21:14:43.279Z] Removing intermediate container b275dab3145f [2021-02-03T21:14:43.279Z] ---> c29c507491af [2021-02-03T21:14:43.279Z] Step 8/26 : COPY . . [2021-02-03T21:14:55.728Z] Removing intermediate container 79e865394c6d [2021-02-03T21:14:55.728Z] ---> 50de0d39b5da [2021-02-03T21:14:55.728Z] [2021-02-03T21:14:55.728Z] Step 10/22 : FROM alpine:3.12 [2021-02-03T21:14:55.728Z] ---> afeebe901d6b [2021-02-03T21:14:55.728Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-03T21:14:55.728Z] ---> Using cache [2021-02-03T21:14:55.728Z] ---> dd6ab18f48f9 [2021-02-03T21:14:55.728Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T21:14:55.728Z] ---> Using cache [2021-02-03T21:14:55.728Z] ---> fa26a6f7cd65 [2021-02-03T21:14:55.728Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-03T21:14:56.003Z] ---> Running in 67e326c4a83e [2021-02-03T21:14:57.454Z] Removing intermediate container 67e326c4a83e [2021-02-03T21:14:57.454Z] ---> b7b27c17c678 [2021-02-03T21:14:57.454Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-03T21:14:58.056Z] ---> Running in 474b7cbe8955 [2021-02-03T21:14:59.048Z] ---> f9881632545c [2021-02-03T21:14:59.048Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-03T21:14:59.048Z] Removing intermediate container 474b7cbe8955 [2021-02-03T21:14:59.048Z] ---> 463afc42b6c0 [2021-02-03T21:14:59.048Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T21:14:59.048Z] ---> a0698ecb25cc [2021-02-03T21:14:59.048Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-03T21:14:59.048Z] ---> Running in f1a93abb7238 [2021-02-03T21:14:59.328Z] ---> Running in 330c27676e0d [2021-02-03T21:14:59.936Z] ---> 6c7b81f3e27f [2021-02-03T21:14:59.936Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-03T21:15:01.395Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-data/core-data ./cmd/core-data [2021-02-03T21:15:01.395Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-03T21:15:02.397Z] ---> ccbcf182ec7e [2021-02-03T21:15:02.397Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-03T21:15:03.391Z] ---> 40bd5035b6ef [2021-02-03T21:15:03.391Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-03T21:15:03.391Z] ---> Running in b4c8c7417431 [2021-02-03T21:15:03.995Z] Removing intermediate container b4c8c7417431 [2021-02-03T21:15:03.995Z] ---> 6007da1a6921 [2021-02-03T21:15:03.995Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T21:15:04.276Z] ---> Running in 3354265a1330 [2021-02-03T21:15:05.280Z] Removing intermediate container 3354265a1330 [2021-02-03T21:15:05.280Z] ---> a8af8a361ae4 [2021-02-03T21:15:05.280Z] Step 20/22 : LABEL arch=arm64 [2021-02-03T21:15:05.280Z] ---> Running in b6fdc61e90dd [2021-02-03T21:15:05.902Z] Removing intermediate container b6fdc61e90dd [2021-02-03T21:15:05.902Z] ---> fdeeba5e4109 [2021-02-03T21:15:05.902Z] Step 21/22 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:15:06.179Z] ---> Running in ec8f98968acb [2021-02-03T21:15:06.787Z] Removing intermediate container ec8f98968acb [2021-02-03T21:15:06.787Z] ---> 2237a66e95fd [2021-02-03T21:15:06.787Z] Step 22/22 : LABEL version=2.0.0-dev.73 [2021-02-03T21:15:06.787Z] ---> Running in 302c6dc286a5 [2021-02-03T21:15:07.392Z] Removing intermediate container 302c6dc286a5 [2021-02-03T21:15:07.392Z] ---> e42528bc705c [2021-02-03T21:15:07.392Z] [2021-02-03T21:15:07.997Z] Successfully built e42528bc705c [2021-02-03T21:15:07.997Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-03T21:15:16.320Z]  Building docker-support-scheduler-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-03T21:15:31.444Z] Removing intermediate container a0fc43f68946 [2021-02-03T21:15:31.444Z] ---> 8350d745b0fb [2021-02-03T21:15:31.444Z] [2021-02-03T21:15:31.444Z] Step 10/21 : FROM alpine:3.12 [2021-02-03T21:15:31.444Z] ---> afeebe901d6b [2021-02-03T21:15:31.444Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-03T21:15:31.444Z] ---> Running in b1284331656f [2021-02-03T21:15:31.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:15:31.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:15:31.721Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-03T21:15:31.721Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T21:15:31.721Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-03T21:15:31.997Z] (4/4) Installing curl (7.69.1-r3) [2021-02-03T21:15:31.997Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:15:31.997Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T21:15:32.274Z] OK: 7 MiB in 18 packages [2021-02-03T21:15:34.918Z] Removing intermediate container b1284331656f [2021-02-03T21:15:34.918Z] ---> 1c1b85c129e0 [2021-02-03T21:15:34.918Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T21:15:34.918Z] ---> Running in 8cac6cf7fd48 [2021-02-03T21:15:35.202Z] Removing intermediate container 8cac6cf7fd48 [2021-02-03T21:15:35.202Z] ---> 03d4952a7886 [2021-02-03T21:15:35.202Z] Step 13/21 : WORKDIR /edgex [2021-02-03T21:15:35.479Z] ---> Running in 1d3a3f94ef69 [2021-02-03T21:15:36.078Z] Removing intermediate container 1d3a3f94ef69 [2021-02-03T21:15:36.078Z] ---> 30908179170a [2021-02-03T21:15:36.078Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-03T21:15:37.069Z] ---> 8bbc7a178d53 [2021-02-03T21:15:37.069Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-03T21:15:39.098Z] ---> 662385595dc7 [2021-02-03T21:15:39.098Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-03T21:15:40.555Z] ---> a55e04f09c78 [2021-02-03T21:15:40.555Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-03T21:15:40.837Z] ---> Running in c235c6c914cd [2021-02-03T21:15:41.447Z] Removing intermediate container c235c6c914cd [2021-02-03T21:15:41.727Z] ---> 9c4749813623 [2021-02-03T21:15:41.727Z] Step 18/21 : CMD ["--init=true"] [2021-02-03T21:15:41.727Z] ---> Running in 574b459ec05a [2021-02-03T21:15:42.718Z] Removing intermediate container 574b459ec05a [2021-02-03T21:15:42.718Z] ---> c3b47550a037 [2021-02-03T21:15:42.718Z] Step 19/21 : LABEL arch=arm64 [2021-02-03T21:15:42.718Z] ---> Running in 4e06cae0f5f6 [2021-02-03T21:15:43.318Z] Removing intermediate container 4e06cae0f5f6 [2021-02-03T21:15:43.318Z] ---> fc888563412e [2021-02-03T21:15:43.318Z] Step 20/21 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:15:43.596Z] ---> Running in 43d859ad3a2e [2021-02-03T21:15:44.589Z] Removing intermediate container 43d859ad3a2e [2021-02-03T21:15:44.590Z] ---> 19bfbfe5b5fd [2021-02-03T21:15:44.590Z] Step 21/21 : LABEL version=2.0.0-dev.73 [2021-02-03T21:15:44.590Z] ---> Running in c7186e305134 [2021-02-03T21:15:45.195Z] Removing intermediate container c7186e305134 [2021-02-03T21:15:45.195Z] ---> 8c53e31bf747 [2021-02-03T21:15:45.195Z] [2021-02-03T21:15:45.801Z] Successfully built 8c53e31bf747 [2021-02-03T21:15:45.801Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-03T21:15:58.225Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container f1a93abb7238 [2021-02-03T21:15:58.225Z] ---> ae2efec0e88f [2021-02-03T21:15:58.225Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-03T21:15:58.225Z] ---> Running in 7e3e3ea795f5 [2021-02-03T21:15:58.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-03T21:16:00.897Z] Removing intermediate container 7e3e3ea795f5 [2021-02-03T21:16:00.897Z] ---> 1d37009e7921 [2021-02-03T21:16:00.897Z] [2021-02-03T21:16:00.897Z] Step 11/26 : FROM docker:20.10.0 [2021-02-03T21:16:00.897Z] 20.10.0: Pulling from library/docker [2021-02-03T21:16:09.178Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-03T21:16:09.178Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-03T21:16:09.178Z] ---> eeaf43b92773 [2021-02-03T21:16:09.178Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-03T21:16:10.160Z] ---> Running in 1df65aae0f55 [2021-02-03T21:16:10.433Z] Removing intermediate container 330c27676e0d [2021-02-03T21:16:10.433Z] ---> 2b6d59e9c747 [2021-02-03T21:16:10.433Z] [2021-02-03T21:16:10.433Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T21:16:10.433Z] ---> afeebe901d6b [2021-02-03T21:16:10.433Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T21:16:10.710Z] ---> Running in 4081293e1fe1 [2021-02-03T21:16:11.308Z] Removing intermediate container 4081293e1fe1 [2021-02-03T21:16:11.308Z] ---> c41432e76824 [2021-02-03T21:16:11.308Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-03T21:16:11.308Z] ---> Running in 30ec06a84e21 [2021-02-03T21:16:11.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:16:11.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:16:11.854Z] Removing intermediate container 30ec06a84e21 [2021-02-03T21:16:11.854Z] ---> ac7825be0497 [2021-02-03T21:16:11.854Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-03T21:16:11.854Z] ---> Running in a4a8d45b7fec [2021-02-03T21:16:12.134Z] (1/2) Installing readline (8.0.4-r0) [2021-02-03T21:16:12.408Z] (2/2) Installing bash (5.0.17-r0) [2021-02-03T21:16:12.408Z] Executing bash-5.0.17-r0.post-install [2021-02-03T21:16:12.408Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:16:12.408Z] Removing intermediate container a4a8d45b7fec [2021-02-03T21:16:12.408Z] OK: 12 MiB in 22 packages [2021-02-03T21:16:12.408Z] ---> dabb7409277c [2021-02-03T21:16:12.408Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:16:12.679Z] ---> Running in 0d41e0d6582a [2021-02-03T21:16:13.657Z] Removing intermediate container 1df65aae0f55 [2021-02-03T21:16:13.657Z] ---> 4ce881afb59d [2021-02-03T21:16:13.657Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-03T21:16:13.931Z] ---> Running in 04ec2ac36a18 [2021-02-03T21:16:14.205Z] Removing intermediate container 04ec2ac36a18 [2021-02-03T21:16:14.205Z] ---> 170c01663edc [2021-02-03T21:16:14.205Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-03T21:16:14.479Z] ---> Running in 6bbf59b2f53a [2021-02-03T21:16:15.078Z] Removing intermediate container 6bbf59b2f53a [2021-02-03T21:16:15.078Z] ---> 80e1061ccc31 [2021-02-03T21:16:15.078Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-03T21:16:15.078Z] ---> Running in 143fead87826 [2021-02-03T21:16:15.353Z] Removing intermediate container 0d41e0d6582a [2021-02-03T21:16:15.353Z] ---> f7e9b5b39ed0 [2021-02-03T21:16:15.353Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-03T21:16:15.353Z] ---> Running in 748bd2c5c77b [2021-02-03T21:16:15.629Z] Removing intermediate container 143fead87826 [2021-02-03T21:16:15.629Z] ---> e94f85210810 [2021-02-03T21:16:15.629Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-03T21:16:17.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:16:17.067Z] ---> ace69fe8141f [2021-02-03T21:16:17.067Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-03T21:16:17.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:16:17.711Z] ---> 9a8a8131618d [2021-02-03T21:16:17.711Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-03T21:16:18.344Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-03T21:16:18.344Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-03T21:16:18.663Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-03T21:16:18.663Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-03T21:16:18.663Z] ---> 1756f9b32c14 [2021-02-03T21:16:18.663Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-03T21:16:18.955Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-03T21:16:18.955Z] ---> Running in 3f61fae9d4da [2021-02-03T21:16:18.955Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-03T21:16:19.238Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:16:19.238Z] OK: 8 MiB in 20 packages [2021-02-03T21:16:20.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:16:20.517Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:16:20.517Z] Removing intermediate container 748bd2c5c77b [2021-02-03T21:16:20.517Z] ---> cb564b4d0169 [2021-02-03T21:16:20.517Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T21:16:21.113Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-03T21:16:21.113Z] (2/33) Installing expat (2.2.9-r1) [2021-02-03T21:16:21.113Z] (3/33) Installing libffi (3.3-r2) [2021-02-03T21:16:21.113Z] (4/33) Installing gdbm (1.13-r1) [2021-02-03T21:16:21.113Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-03T21:16:21.113Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-03T21:16:21.113Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-03T21:16:21.387Z] ---> 3011a9c2ff5e [2021-02-03T21:16:21.387Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-03T21:16:22.887Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-03T21:16:22.887Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-03T21:16:22.887Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-03T21:16:22.887Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-03T21:16:23.164Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-03T21:16:23.164Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-03T21:16:23.164Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-03T21:16:23.164Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-03T21:16:23.164Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-03T21:16:23.164Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-03T21:16:23.164Z] ---> dc4d2be0dff9 [2021-02-03T21:16:23.164Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-03T21:16:23.436Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-03T21:16:23.436Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-03T21:16:23.436Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-03T21:16:23.436Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-03T21:16:23.437Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-03T21:16:23.437Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-03T21:16:23.437Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-03T21:16:23.437Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-03T21:16:23.437Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-03T21:16:23.739Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-03T21:16:23.739Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-03T21:16:23.739Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-03T21:16:23.739Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-03T21:16:23.739Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-03T21:16:23.739Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-03T21:16:23.739Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-03T21:16:23.739Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:16:23.739Z] OK: 71 MiB in 55 packages [2021-02-03T21:16:24.012Z] ---> d5c2b03379bb [2021-02-03T21:16:24.012Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-03T21:16:24.287Z] ---> Running in 9e383d3c1bcf [2021-02-03T21:16:24.881Z] Removing intermediate container 9e383d3c1bcf [2021-02-03T21:16:24.881Z] ---> bd3190441c7d [2021-02-03T21:16:24.881Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T21:16:24.881Z] ---> Running in fe6f782787a4 [2021-02-03T21:16:25.484Z] Removing intermediate container fe6f782787a4 [2021-02-03T21:16:25.484Z] ---> 1ffb143161c7 [2021-02-03T21:16:25.484Z] Step 21/23 : LABEL arch=arm64 [2021-02-03T21:16:25.760Z] ---> Running in 945ae0f257fb [2021-02-03T21:16:26.365Z] Removing intermediate container 945ae0f257fb [2021-02-03T21:16:26.365Z] ---> eec14354af7d [2021-02-03T21:16:26.365Z] Step 22/23 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:16:26.642Z] ---> Running in ed791b2c1fb5 [2021-02-03T21:16:27.245Z] Removing intermediate container ed791b2c1fb5 [2021-02-03T21:16:27.245Z] ---> 6922fcf355d4 [2021-02-03T21:16:27.245Z] Step 23/23 : LABEL version=2.0.0-dev.73 [2021-02-03T21:16:27.523Z] ---> Running in d6cf1ceae2b9 [2021-02-03T21:16:28.123Z] Removing intermediate container d6cf1ceae2b9 [2021-02-03T21:16:28.123Z] ---> 7e1c4722b01d [2021-02-03T21:16:28.123Z] [2021-02-03T21:16:28.399Z] Successfully built 7e1c4722b01d [2021-02-03T21:16:28.399Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-03T21:16:29.392Z]  Building docker-core-data-go ... done Removing intermediate container 3f61fae9d4da [2021-02-03T21:16:29.392Z] ---> 6afb62562e25 [2021-02-03T21:16:29.392Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-03T21:16:29.392Z] ---> Running in d443c47ff6e0 [2021-02-03T21:16:34.811Z] Collecting docker-compose==1.23.2 [2021-02-03T21:16:34.811Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-03T21:16:34.811Z] Collecting docker<4.0,>=3.6.0 [2021-02-03T21:16:35.084Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-03T21:16:35.357Z] 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-03T21:16:35.631Z] Collecting texttable<0.10,>=0.9.0 [2021-02-03T21:16:35.631Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-03T21:16:37.606Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-03T21:16:37.606Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-03T21:16:39.586Z] Collecting jsonschema<3,>=2.5.1 [2021-02-03T21:16:39.586Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-03T21:16:40.182Z] Collecting PyYAML<4,>=3.10 [2021-02-03T21:16:40.182Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-03T21:16:43.570Z] Collecting cached-property<2,>=1.2.0 [2021-02-03T21:16:43.570Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-03T21:16:43.570Z] Collecting docopt<0.7,>=0.6.1 [2021-02-03T21:16:43.570Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-03T21:16:46.188Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-03T21:16:46.189Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-03T21:16:46.461Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-03T21:16:46.461Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-03T21:16:46.735Z] Collecting docker-pycreds>=0.4.0 [2021-02-03T21:16:47.008Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-03T21:16:47.283Z] Collecting idna<2.8,>=2.5 [2021-02-03T21:16:47.283Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-03T21:16:47.283Z] 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-03T21:16:47.283Z] 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-03T21:16:47.879Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-03T21:16:47.879Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-03T21:16:47.879Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-03T21:16:47.879Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-03T21:16:47.879Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-03T21:16:47.879Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-03T21:16:48.859Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, dockerpty, jsonschema, PyYAML, cached-property, docopt, docker-compose [2021-02-03T21:16:48.859Z] Attempting uninstall: idna [2021-02-03T21:16:48.859Z] Found existing installation: idna 2.9 [2021-02-03T21:16:48.859Z] Uninstalling idna-2.9: [2021-02-03T21:16:48.859Z] Successfully uninstalled idna-2.9 [2021-02-03T21:16:49.455Z] Attempting uninstall: urllib3 [2021-02-03T21:16:49.455Z] Found existing installation: urllib3 1.25.9 [2021-02-03T21:16:49.455Z] Uninstalling urllib3-1.25.9: [2021-02-03T21:16:49.728Z] Successfully uninstalled urllib3-1.25.9 [2021-02-03T21:16:50.001Z] Attempting uninstall: requests [2021-02-03T21:16:50.001Z] Found existing installation: requests 2.23.0 [2021-02-03T21:16:50.274Z] Uninstalling requests-2.23.0: [2021-02-03T21:16:50.274Z] Successfully uninstalled requests-2.23.0 [2021-02-03T21:16:51.710Z] Running setup.py install for texttable: started [2021-02-03T21:16:53.142Z] Running setup.py install for texttable: finished with status 'done' [2021-02-03T21:16:53.142Z] Running setup.py install for dockerpty: started [2021-02-03T21:16:55.120Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-03T21:16:55.395Z] Running setup.py install for PyYAML: started [2021-02-03T21:16:57.371Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-03T21:16:57.371Z] Running setup.py install for docopt: started [2021-02-03T21:16:59.354Z] Running setup.py install for docopt: finished with status 'done' [2021-02-03T21:16:59.950Z] 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-03T21:17:04.260Z] Removing intermediate container d443c47ff6e0 [2021-02-03T21:17:04.260Z] ---> 42332f27d727 [2021-02-03T21:17:04.260Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-03T21:17:04.260Z] ---> Running in 81d2fbca0ae8 [2021-02-03T21:17:04.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:17:05.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:17:05.727Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T21:17:05.727Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-03T21:17:05.727Z] (3/3) Installing curl (7.69.1-r3) [2021-02-03T21:17:05.727Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T21:17:06.000Z] OK: 71 MiB in 58 packages [2021-02-03T21:17:06.980Z] Removing intermediate container 81d2fbca0ae8 [2021-02-03T21:17:06.980Z] ---> c59e6f7e2f03 [2021-02-03T21:17:06.980Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-03T21:17:07.255Z] ---> Running in a4d273a9b60f [2021-02-03T21:17:07.529Z] Removing intermediate container a4d273a9b60f [2021-02-03T21:17:07.529Z] ---> 07c6dee29571 [2021-02-03T21:17:07.529Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T21:17:07.802Z] ---> Running in 3b03f31d98a5 [2021-02-03T21:17:08.079Z] Removing intermediate container 3b03f31d98a5 [2021-02-03T21:17:08.079Z] ---> bd5ae7893444 [2021-02-03T21:17:08.079Z] Step 24/26 : LABEL arch=arm64 [2021-02-03T21:17:08.354Z] ---> Running in f33bea60f43b [2021-02-03T21:17:08.627Z] Removing intermediate container f33bea60f43b [2021-02-03T21:17:08.902Z] ---> 509ecf49957c [2021-02-03T21:17:08.902Z] Step 25/26 : LABEL git_sha=d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:08.902Z] ---> Running in 68b8faed0f02 [2021-02-03T21:17:09.498Z] Removing intermediate container 68b8faed0f02 [2021-02-03T21:17:09.498Z] ---> c0c53d3266bd [2021-02-03T21:17:09.498Z] Step 26/26 : LABEL version=2.0.0-dev.73 [2021-02-03T21:17:09.498Z] ---> Running in b5bb34589e24 [2021-02-03T21:17:09.771Z] Removing intermediate container b5bb34589e24 [2021-02-03T21:17:09.771Z] ---> 73c5505d4d7f [2021-02-03T21:17:09.771Z] [2021-02-03T21:17:10.369Z] Successfully built 73c5505d4d7f [2021-02-03T21:17:10.369Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-03T21:17:10.659Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-03T21:17:10.682Z] $ docker stop --time=1 aa9421938abe75985aa7ee762e70a4fc76e4c3aa76e5e4db93a17d66e5c1ac95 [2021-02-03T21:17:12.615Z] $ docker rm -f aa9421938abe75985aa7ee762e70a4fc76e4c3aa76e5e4db93a17d66e5c1ac95 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T21:17:13.335Z] + grep docker+ [2021-02-03T21:17:13.335Z] docker images [2021-02-03T21:17:13.607Z] docker-sys-mgmt-agent-go-arm64 latest 73c5505d4d7f 4 seconds ago 300MB [2021-02-03T21:17:13.607Z] docker-core-data-go-arm64 latest 7e1c4722b01d 46 seconds ago 21MB [2021-02-03T21:17:13.607Z] docker-security-proxy-setup-go-arm64 latest 8c53e31bf747 About a minute ago 23.2MB [2021-02-03T21:17:13.607Z] docker-support-scheduler-go-arm64 latest e42528bc705c 2 minutes ago 16.1MB [2021-02-03T21:17:13.607Z] docker-security-bootstrapper-go-arm64 latest bdb8ee283ffc 2 minutes ago 22.6MB [2021-02-03T21:17:13.607Z] docker-support-notifications-go-arm64 latest f96dbf26a664 3 minutes ago 16.7MB [2021-02-03T21:17:13.607Z] docker-core-metadata-go-arm64 latest 487d9a90aa93 3 minutes ago 17.7MB [2021-02-03T21:17:13.607Z] docker-core-command-go-arm64 latest 65458fd356ac 3 minutes ago 16MB [2021-02-03T21:17:13.607Z] docker-security-secretstore-setup-go-arm64 latest 732016449403 3 minutes ago 23.4MB [2021-02-03T21:17:13.607Z] 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-03T21:17:14.180Z] provisioning config files... [2021-02-03T21:17:14.273Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/337@tmp/config1915058024386875429tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:17:14.675Z] ---> docker-login.sh [2021-02-03T21:17:14.675Z] nexus3.edgexfoundry.org:10001 [2021-02-03T21:17:14.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:17:15.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:17:15.226Z] Configure a credential helper to remove this warning. See [2021-02-03T21:17:15.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:17:15.226Z] [2021-02-03T21:17:15.226Z] Login Succeeded [2021-02-03T21:17:15.226Z] nexus3.edgexfoundry.org:10002 [2021-02-03T21:17:15.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:17:15.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:17:15.777Z] Configure a credential helper to remove this warning. See [2021-02-03T21:17:15.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:17:15.777Z] [2021-02-03T21:17:15.777Z] Login Succeeded [2021-02-03T21:17:15.777Z] nexus3.edgexfoundry.org:10003 [2021-02-03T21:17:16.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:17:16.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:17:16.331Z] Configure a credential helper to remove this warning. See [2021-02-03T21:17:16.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:17:16.331Z] [2021-02-03T21:17:16.331Z] Login Succeeded [2021-02-03T21:17:16.331Z] nexus3.edgexfoundry.org:10004 [2021-02-03T21:17:16.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:17:16.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:17:16.874Z] Configure a credential helper to remove this warning. See [2021-02-03T21:17:16.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:17:16.874Z] [2021-02-03T21:17:16.874Z] Login Succeeded [2021-02-03T21:17:16.874Z] docker.io [2021-02-03T21:17:17.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:17:17.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:17:17.753Z] Configure a credential helper to remove this warning. See [2021-02-03T21:17:17.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:17:17.753Z] [2021-02-03T21:17:17.753Z] Login Succeeded [2021-02-03T21:17:17.753Z] ---> docker-login.sh ends [Pipeline] } [2021-02-03T21:17:17.771Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:17:18.026Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-03T21:17:18.026Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:18.026Z] 2.0.0-dev.73 [2021-02-03T21:17:18.026Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:17:18.026Z] master [2021-02-03T21:17:18.026Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:18.567Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:18.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:18.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-03T21:17:18.944Z] 9cb1fdb8650b: Preparing [2021-02-03T21:17:18.944Z] 6d0dc905e72e: Preparing [2021-02-03T21:17:18.944Z] fac99bbc2d15: Preparing [2021-02-03T21:17:18.944Z] c7fe6e9d31f8: Preparing [2021-02-03T21:17:18.944Z] 379067d0cb53: Preparing [2021-02-03T21:17:19.232Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:19.232Z] 9cb1fdb8650b: Pushed [2021-02-03T21:17:19.232Z] fac99bbc2d15: Pushed [2021-02-03T21:17:19.232Z] c7fe6e9d31f8: Pushed [2021-02-03T21:17:21.862Z] 6d0dc905e72e: Pushed [2021-02-03T21:17:21.862Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:b48ed6fabb00eb218e5a81d0302c1f62639cf7c46c3a0fa953515c7ddb3f2969 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:22.206Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:22.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.73 [2021-02-03T21:17:22.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-03T21:17:22.540Z] 9cb1fdb8650b: Preparing [2021-02-03T21:17:22.540Z] 6d0dc905e72e: Preparing [2021-02-03T21:17:22.540Z] fac99bbc2d15: Preparing [2021-02-03T21:17:22.540Z] c7fe6e9d31f8: Preparing [2021-02-03T21:17:22.540Z] 379067d0cb53: Preparing [2021-02-03T21:17:22.540Z] fac99bbc2d15: Layer already exists [2021-02-03T21:17:22.540Z] 9cb1fdb8650b: Layer already exists [2021-02-03T21:17:22.540Z] c7fe6e9d31f8: Layer already exists [2021-02-03T21:17:22.540Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:22.809Z] 6d0dc905e72e: Layer already exists [2021-02-03T21:17:22.809Z] 2.0.0-dev.73: digest: sha256:b48ed6fabb00eb218e5a81d0302c1f62639cf7c46c3a0fa953515c7ddb3f2969 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:23.152Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:23.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:17:23.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-03T21:17:23.485Z] 9cb1fdb8650b: Preparing [2021-02-03T21:17:23.485Z] 6d0dc905e72e: Preparing [2021-02-03T21:17:23.485Z] fac99bbc2d15: Preparing [2021-02-03T21:17:23.485Z] c7fe6e9d31f8: Preparing [2021-02-03T21:17:23.485Z] 379067d0cb53: Preparing [2021-02-03T21:17:23.485Z] fac99bbc2d15: Layer already exists [2021-02-03T21:17:23.485Z] 6d0dc905e72e: Layer already exists [2021-02-03T21:17:23.485Z] 9cb1fdb8650b: Layer already exists [2021-02-03T21:17:23.485Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:23.755Z] c7fe6e9d31f8: Layer already exists [2021-02-03T21:17:23.755Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:b48ed6fabb00eb218e5a81d0302c1f62639cf7c46c3a0fa953515c7ddb3f2969 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:24.100Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:24.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-03T21:17:24.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-03T21:17:24.448Z] 9cb1fdb8650b: Preparing [2021-02-03T21:17:24.448Z] 6d0dc905e72e: Preparing [2021-02-03T21:17:24.448Z] fac99bbc2d15: Preparing [2021-02-03T21:17:24.448Z] c7fe6e9d31f8: Preparing [2021-02-03T21:17:24.448Z] 379067d0cb53: Preparing [2021-02-03T21:17:24.718Z] c7fe6e9d31f8: Layer already exists [2021-02-03T21:17:24.718Z] fac99bbc2d15: Layer already exists [2021-02-03T21:17:24.718Z] 9cb1fdb8650b: Layer already exists [2021-02-03T21:17:24.718Z] 6d0dc905e72e: Layer already exists [2021-02-03T21:17:24.718Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:24.718Z] master: digest: sha256:b48ed6fabb00eb218e5a81d0302c1f62639cf7c46c3a0fa953515c7ddb3f2969 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:17:24.918Z] ===================================================== [Pipeline] echo [2021-02-03T21:17:24.968Z] taggedImages: [2021-02-03T21:17:24.968Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:24.968Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.73 [2021-02-03T21:17:24.968Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:17:24.968Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-03T21:17:25.068Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-03T21:17:25.068Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:25.068Z] 2.0.0-dev.73 [2021-02-03T21:17:25.068Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:17:25.068Z] master [2021-02-03T21:17:25.068Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:25.581Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:25.912Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:25.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-03T21:17:25.912Z] fc90cf6bfaa5: Preparing [2021-02-03T21:17:25.912Z] 96c50d25581f: Preparing [2021-02-03T21:17:25.912Z] fac99bbc2d15: Preparing [2021-02-03T21:17:25.912Z] 70a9a8979d0f: Preparing [2021-02-03T21:17:25.912Z] 6446a457221a: Preparing [2021-02-03T21:17:25.912Z] 379067d0cb53: Preparing [2021-02-03T21:17:25.912Z] 379067d0cb53: Waiting [2021-02-03T21:17:26.182Z] fac99bbc2d15: Layer already exists [2021-02-03T21:17:26.182Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:26.182Z] fc90cf6bfaa5: Pushed [2021-02-03T21:17:26.182Z] 6446a457221a: Pushed [2021-02-03T21:17:26.794Z] 70a9a8979d0f: Pushed [2021-02-03T21:17:28.760Z] 96c50d25581f: Pushed [2021-02-03T21:17:29.030Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:9d5e3c9c2d1e91faaf95b907c8d9a80d80d14df6842386c0aef8af895950db48 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:29.375Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:29.707Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.73 [2021-02-03T21:17:29.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-03T21:17:29.707Z] fc90cf6bfaa5: Preparing [2021-02-03T21:17:29.707Z] 96c50d25581f: Preparing [2021-02-03T21:17:29.707Z] fac99bbc2d15: Preparing [2021-02-03T21:17:29.707Z] 70a9a8979d0f: Preparing [2021-02-03T21:17:29.708Z] 6446a457221a: Preparing [2021-02-03T21:17:29.708Z] 379067d0cb53: Preparing [2021-02-03T21:17:29.708Z] 379067d0cb53: Waiting [2021-02-03T21:17:29.708Z] fac99bbc2d15: Layer already exists [2021-02-03T21:17:29.708Z] 6446a457221a: Layer already exists [2021-02-03T21:17:29.708Z] fc90cf6bfaa5: Layer already exists [2021-02-03T21:17:29.977Z] 70a9a8979d0f: Layer already exists [2021-02-03T21:17:29.977Z] 96c50d25581f: Layer already exists [2021-02-03T21:17:29.977Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:29.977Z] 2.0.0-dev.73: digest: sha256:9d5e3c9c2d1e91faaf95b907c8d9a80d80d14df6842386c0aef8af895950db48 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:30.317Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:30.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:17:30.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-03T21:17:30.649Z] fc90cf6bfaa5: Preparing [2021-02-03T21:17:30.649Z] 96c50d25581f: Preparing [2021-02-03T21:17:30.649Z] fac99bbc2d15: Preparing [2021-02-03T21:17:30.649Z] 70a9a8979d0f: Preparing [2021-02-03T21:17:30.649Z] 6446a457221a: Preparing [2021-02-03T21:17:30.649Z] 379067d0cb53: Preparing [2021-02-03T21:17:30.649Z] 379067d0cb53: Waiting [2021-02-03T21:17:30.920Z] fac99bbc2d15: Layer already exists [2021-02-03T21:17:30.920Z] 96c50d25581f: Layer already exists [2021-02-03T21:17:30.920Z] 6446a457221a: Layer already exists [2021-02-03T21:17:30.920Z] 70a9a8979d0f: Layer already exists [2021-02-03T21:17:30.920Z] fc90cf6bfaa5: Layer already exists [2021-02-03T21:17:30.920Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:30.920Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:9d5e3c9c2d1e91faaf95b907c8d9a80d80d14df6842386c0aef8af895950db48 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:31.255Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:31.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-03T21:17:31.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-03T21:17:31.605Z] fc90cf6bfaa5: Preparing [2021-02-03T21:17:31.605Z] 96c50d25581f: Preparing [2021-02-03T21:17:31.605Z] fac99bbc2d15: Preparing [2021-02-03T21:17:31.605Z] 70a9a8979d0f: Preparing [2021-02-03T21:17:31.605Z] 6446a457221a: Preparing [2021-02-03T21:17:31.605Z] 379067d0cb53: Preparing [2021-02-03T21:17:31.605Z] 379067d0cb53: Waiting [2021-02-03T21:17:31.605Z] fac99bbc2d15: Layer already exists [2021-02-03T21:17:31.605Z] fc90cf6bfaa5: Layer already exists [2021-02-03T21:17:31.605Z] 6446a457221a: Layer already exists [2021-02-03T21:17:31.605Z] 96c50d25581f: Layer already exists [2021-02-03T21:17:31.605Z] 70a9a8979d0f: Layer already exists [2021-02-03T21:17:31.875Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:31.875Z] master: digest: sha256:9d5e3c9c2d1e91faaf95b907c8d9a80d80d14df6842386c0aef8af895950db48 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:17:32.172Z] ===================================================== [Pipeline] echo [2021-02-03T21:17:32.230Z] taggedImages: [2021-02-03T21:17:32.230Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:32.230Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.73 [2021-02-03T21:17:32.230Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:17:32.230Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-03T21:17:32.300Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-03T21:17:32.300Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:32.300Z] 2.0.0-dev.73 [2021-02-03T21:17:32.300Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:17:32.300Z] master [2021-02-03T21:17:32.300Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:32.801Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:33.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:33.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-03T21:17:33.138Z] db7e416a35b7: Preparing [2021-02-03T21:17:33.138Z] d2bd764ed2ba: Preparing [2021-02-03T21:17:33.138Z] fac99bbc2d15: Preparing [2021-02-03T21:17:33.138Z] c7fe6e9d31f8: Preparing [2021-02-03T21:17:33.138Z] 379067d0cb53: Preparing [2021-02-03T21:17:33.415Z] fac99bbc2d15: Layer already exists [2021-02-03T21:17:33.415Z] c7fe6e9d31f8: Layer already exists [2021-02-03T21:17:33.415Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:33.415Z] db7e416a35b7: Pushed [2021-02-03T21:17:36.016Z] d2bd764ed2ba: Pushed [2021-02-03T21:17:36.286Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:439b0023524ae117d97990ef05212d28bda74436f7f0217e83bb89beb5c0e0f5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:36.625Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:36.962Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.73 [2021-02-03T21:17:36.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-03T21:17:36.962Z] db7e416a35b7: Preparing [2021-02-03T21:17:36.962Z] d2bd764ed2ba: Preparing [2021-02-03T21:17:36.962Z] fac99bbc2d15: Preparing [2021-02-03T21:17:36.962Z] c7fe6e9d31f8: Preparing [2021-02-03T21:17:36.962Z] 379067d0cb53: Preparing [2021-02-03T21:17:36.962Z] d2bd764ed2ba: Layer already exists [2021-02-03T21:17:36.962Z] db7e416a35b7: Layer already exists [2021-02-03T21:17:36.962Z] fac99bbc2d15: Layer already exists [2021-02-03T21:17:36.962Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:37.232Z] c7fe6e9d31f8: Layer already exists [2021-02-03T21:17:37.232Z] 2.0.0-dev.73: digest: sha256:439b0023524ae117d97990ef05212d28bda74436f7f0217e83bb89beb5c0e0f5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:37.575Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:37.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:17:37.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-03T21:17:37.910Z] db7e416a35b7: Preparing [2021-02-03T21:17:37.910Z] d2bd764ed2ba: Preparing [2021-02-03T21:17:37.910Z] fac99bbc2d15: Preparing [2021-02-03T21:17:37.910Z] c7fe6e9d31f8: Preparing [2021-02-03T21:17:37.910Z] 379067d0cb53: Preparing [2021-02-03T21:17:37.910Z] d2bd764ed2ba: Layer already exists [2021-02-03T21:17:37.910Z] db7e416a35b7: Layer already exists [2021-02-03T21:17:37.910Z] fac99bbc2d15: Layer already exists [2021-02-03T21:17:37.910Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:37.910Z] c7fe6e9d31f8: Layer already exists [2021-02-03T21:17:38.183Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:439b0023524ae117d97990ef05212d28bda74436f7f0217e83bb89beb5c0e0f5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:38.531Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:38.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-03T21:17:38.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-03T21:17:38.866Z] db7e416a35b7: Preparing [2021-02-03T21:17:38.866Z] d2bd764ed2ba: Preparing [2021-02-03T21:17:38.866Z] fac99bbc2d15: Preparing [2021-02-03T21:17:38.866Z] c7fe6e9d31f8: Preparing [2021-02-03T21:17:38.866Z] 379067d0cb53: Preparing [2021-02-03T21:17:38.866Z] db7e416a35b7: Layer already exists [2021-02-03T21:17:38.866Z] d2bd764ed2ba: Layer already exists [2021-02-03T21:17:38.866Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:38.866Z] fac99bbc2d15: Layer already exists [2021-02-03T21:17:38.866Z] c7fe6e9d31f8: Layer already exists [2021-02-03T21:17:39.136Z] master: digest: sha256:439b0023524ae117d97990ef05212d28bda74436f7f0217e83bb89beb5c0e0f5 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:17:39.371Z] ===================================================== [Pipeline] echo [2021-02-03T21:17:39.423Z] taggedImages: [2021-02-03T21:17:39.423Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:39.423Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.73 [2021-02-03T21:17:39.423Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:17:39.423Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-03T21:17:39.490Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-03T21:17:39.490Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:39.490Z] 2.0.0-dev.73 [2021-02-03T21:17:39.490Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:17:39.490Z] master [2021-02-03T21:17:39.490Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:40.034Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:40.419Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:40.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-03T21:17:40.419Z] 3d4107ab5883: Preparing [2021-02-03T21:17:40.419Z] 3d4107ab5883: Preparing [2021-02-03T21:17:40.419Z] 139e4b3e34fe: Preparing [2021-02-03T21:17:40.419Z] 46f8dbbd3883: Preparing [2021-02-03T21:17:40.419Z] da052c047a56: Preparing [2021-02-03T21:17:40.419Z] d4674e1ffe65: Preparing [2021-02-03T21:17:40.419Z] fac99bbc2d15: Preparing [2021-02-03T21:17:40.419Z] 5974369da378: Preparing [2021-02-03T21:17:40.419Z] fac99bbc2d15: Waiting [2021-02-03T21:17:40.419Z] 5974369da378: Preparing [2021-02-03T21:17:40.419Z] 180fb20ce672: Preparing [2021-02-03T21:17:40.419Z] 5974369da378: Waiting [2021-02-03T21:17:40.419Z] 5fe1f0fc4149: Preparing [2021-02-03T21:17:40.419Z] 180fb20ce672: Waiting [2021-02-03T21:17:40.419Z] 379067d0cb53: Preparing [2021-02-03T21:17:40.419Z] 5fe1f0fc4149: Waiting [2021-02-03T21:17:40.419Z] 379067d0cb53: Waiting [2021-02-03T21:17:41.039Z] da052c047a56: Pushed [2021-02-03T21:17:41.039Z] 139e4b3e34fe: Pushed [2021-02-03T21:17:41.039Z] 3d4107ab5883: Pushed [2021-02-03T21:17:41.039Z] fac99bbc2d15: Layer already exists [2021-02-03T21:17:41.039Z] 5974369da378: Pushed [2021-02-03T21:17:41.039Z] 180fb20ce672: Pushed [2021-02-03T21:17:41.039Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:41.317Z] 5fe1f0fc4149: Pushed [2021-02-03T21:17:43.300Z] d4674e1ffe65: Pushed [2021-02-03T21:17:43.300Z] 46f8dbbd3883: Pushed [2021-02-03T21:17:43.300Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:4d71ffbc4ce8a595af03994335fe927f582a812bf4d6086daa9956af162ab069 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:43.640Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:43.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.73 [2021-02-03T21:17:43.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-03T21:17:43.972Z] 3d4107ab5883: Preparing [2021-02-03T21:17:43.972Z] 3d4107ab5883: Preparing [2021-02-03T21:17:43.972Z] 139e4b3e34fe: Preparing [2021-02-03T21:17:43.972Z] 46f8dbbd3883: Preparing [2021-02-03T21:17:43.972Z] da052c047a56: Preparing [2021-02-03T21:17:43.972Z] d4674e1ffe65: Preparing [2021-02-03T21:17:43.972Z] fac99bbc2d15: Preparing [2021-02-03T21:17:43.972Z] 5974369da378: Preparing [2021-02-03T21:17:43.972Z] 5974369da378: Preparing [2021-02-03T21:17:43.972Z] 180fb20ce672: Preparing [2021-02-03T21:17:43.972Z] 5fe1f0fc4149: Preparing [2021-02-03T21:17:43.972Z] 379067d0cb53: Preparing [2021-02-03T21:17:43.972Z] 5974369da378: Waiting [2021-02-03T21:17:43.972Z] 180fb20ce672: Waiting [2021-02-03T21:17:43.972Z] 5fe1f0fc4149: Waiting [2021-02-03T21:17:43.972Z] 379067d0cb53: Waiting [2021-02-03T21:17:43.972Z] d4674e1ffe65: Layer already exists [2021-02-03T21:17:43.972Z] da052c047a56: Layer already exists [2021-02-03T21:17:43.972Z] 46f8dbbd3883: Layer already exists [2021-02-03T21:17:43.972Z] 3d4107ab5883: Layer already exists [2021-02-03T21:17:43.972Z] 139e4b3e34fe: Layer already exists [2021-02-03T21:17:43.972Z] fac99bbc2d15: Layer already exists [2021-02-03T21:17:43.972Z] 5974369da378: Layer already exists [2021-02-03T21:17:43.972Z] 180fb20ce672: Layer already exists [2021-02-03T21:17:43.972Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:43.972Z] 5fe1f0fc4149: Layer already exists [2021-02-03T21:17:44.242Z] 2.0.0-dev.73: digest: sha256:4d71ffbc4ce8a595af03994335fe927f582a812bf4d6086daa9956af162ab069 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:44.602Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:44.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:17:44.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-03T21:17:44.938Z] 3d4107ab5883: Preparing [2021-02-03T21:17:44.938Z] 3d4107ab5883: Preparing [2021-02-03T21:17:44.938Z] 139e4b3e34fe: Preparing [2021-02-03T21:17:44.938Z] 46f8dbbd3883: Preparing [2021-02-03T21:17:44.938Z] da052c047a56: Preparing [2021-02-03T21:17:44.938Z] d4674e1ffe65: Preparing [2021-02-03T21:17:44.938Z] fac99bbc2d15: Preparing [2021-02-03T21:17:44.938Z] 5974369da378: Preparing [2021-02-03T21:17:44.938Z] 5974369da378: Preparing [2021-02-03T21:17:44.938Z] 180fb20ce672: Preparing [2021-02-03T21:17:44.938Z] 5fe1f0fc4149: Preparing [2021-02-03T21:17:44.938Z] 379067d0cb53: Preparing [2021-02-03T21:17:44.938Z] fac99bbc2d15: Waiting [2021-02-03T21:17:44.938Z] 180fb20ce672: Waiting [2021-02-03T21:17:44.938Z] 5fe1f0fc4149: Waiting [2021-02-03T21:17:44.938Z] 379067d0cb53: Waiting [2021-02-03T21:17:44.938Z] 5974369da378: Waiting [2021-02-03T21:17:44.938Z] 3d4107ab5883: Layer already exists [2021-02-03T21:17:44.938Z] 139e4b3e34fe: Layer already exists [2021-02-03T21:17:44.938Z] 46f8dbbd3883: Layer already exists [2021-02-03T21:17:44.938Z] d4674e1ffe65: Layer already exists [2021-02-03T21:17:44.938Z] da052c047a56: Layer already exists [2021-02-03T21:17:44.938Z] fac99bbc2d15: Layer already exists [2021-02-03T21:17:44.938Z] 5fe1f0fc4149: Layer already exists [2021-02-03T21:17:44.938Z] 5974369da378: Layer already exists [2021-02-03T21:17:44.938Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:45.209Z] 180fb20ce672: Layer already exists [2021-02-03T21:17:45.209Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:4d71ffbc4ce8a595af03994335fe927f582a812bf4d6086daa9956af162ab069 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:45.551Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:45.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-03T21:17:45.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-03T21:17:45.887Z] 3d4107ab5883: Preparing [2021-02-03T21:17:45.887Z] 3d4107ab5883: Preparing [2021-02-03T21:17:45.887Z] 139e4b3e34fe: Preparing [2021-02-03T21:17:45.887Z] 46f8dbbd3883: Preparing [2021-02-03T21:17:45.887Z] da052c047a56: Preparing [2021-02-03T21:17:45.887Z] d4674e1ffe65: Preparing [2021-02-03T21:17:45.887Z] fac99bbc2d15: Preparing [2021-02-03T21:17:45.887Z] 5974369da378: Preparing [2021-02-03T21:17:45.887Z] 5974369da378: Preparing [2021-02-03T21:17:45.887Z] 180fb20ce672: Preparing [2021-02-03T21:17:45.887Z] 5fe1f0fc4149: Preparing [2021-02-03T21:17:45.887Z] 379067d0cb53: Preparing [2021-02-03T21:17:45.887Z] 5974369da378: Waiting [2021-02-03T21:17:45.887Z] 5fe1f0fc4149: Waiting [2021-02-03T21:17:45.887Z] 180fb20ce672: Waiting [2021-02-03T21:17:45.887Z] 379067d0cb53: Waiting [2021-02-03T21:17:45.887Z] fac99bbc2d15: Waiting [2021-02-03T21:17:45.887Z] da052c047a56: Layer already exists [2021-02-03T21:17:46.158Z] d4674e1ffe65: Layer already exists [2021-02-03T21:17:46.158Z] 3d4107ab5883: Layer already exists [2021-02-03T21:17:46.158Z] 46f8dbbd3883: Layer already exists [2021-02-03T21:17:46.158Z] 139e4b3e34fe: Layer already exists [2021-02-03T21:17:46.158Z] fac99bbc2d15: Layer already exists [2021-02-03T21:17:46.158Z] 5974369da378: Layer already exists [2021-02-03T21:17:46.158Z] 180fb20ce672: Layer already exists [2021-02-03T21:17:46.158Z] 5fe1f0fc4149: Layer already exists [2021-02-03T21:17:46.158Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:46.158Z] master: digest: sha256:4d71ffbc4ce8a595af03994335fe927f582a812bf4d6086daa9956af162ab069 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:17:46.355Z] ===================================================== [Pipeline] echo [2021-02-03T21:17:46.404Z] taggedImages: [2021-02-03T21:17:46.404Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:46.404Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.73 [2021-02-03T21:17:46.404Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:17:46.404Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-03T21:17:46.469Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-03T21:17:46.469Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:46.469Z] 2.0.0-dev.73 [2021-02-03T21:17:46.469Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:17:46.469Z] master [2021-02-03T21:17:46.469Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:46.970Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:47.306Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:47.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-03T21:17:47.306Z] 1f2c11ebacbf: Preparing [2021-02-03T21:17:47.306Z] 773abac9eeea: Preparing [2021-02-03T21:17:47.306Z] ef8e1a7f20d1: Preparing [2021-02-03T21:17:47.306Z] 78e9f5eada1e: Preparing [2021-02-03T21:17:47.306Z] b1b37501b03b: Preparing [2021-02-03T21:17:47.306Z] 379067d0cb53: Preparing [2021-02-03T21:17:47.306Z] 379067d0cb53: Waiting [2021-02-03T21:17:47.586Z] ef8e1a7f20d1: Pushed [2021-02-03T21:17:47.586Z] 78e9f5eada1e: Pushed [2021-02-03T21:17:47.861Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:47.861Z] b1b37501b03b: Pushed [2021-02-03T21:17:49.830Z] 1f2c11ebacbf: Pushed [2021-02-03T21:17:49.830Z] 773abac9eeea: Pushed [2021-02-03T21:17:49.830Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:e4743660f180137c84a5823a053f1ea87b43aec08d175788fe19bf52c007dedb size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:50.446Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:50.787Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.73 [2021-02-03T21:17:50.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-03T21:17:50.787Z] 1f2c11ebacbf: Preparing [2021-02-03T21:17:50.787Z] 773abac9eeea: Preparing [2021-02-03T21:17:50.787Z] ef8e1a7f20d1: Preparing [2021-02-03T21:17:50.787Z] 78e9f5eada1e: Preparing [2021-02-03T21:17:50.787Z] b1b37501b03b: Preparing [2021-02-03T21:17:50.787Z] 379067d0cb53: Preparing [2021-02-03T21:17:50.787Z] 379067d0cb53: Waiting [2021-02-03T21:17:50.787Z] ef8e1a7f20d1: Layer already exists [2021-02-03T21:17:50.787Z] b1b37501b03b: Layer already exists [2021-02-03T21:17:50.787Z] 78e9f5eada1e: Layer already exists [2021-02-03T21:17:50.787Z] 773abac9eeea: Layer already exists [2021-02-03T21:17:50.787Z] 1f2c11ebacbf: Layer already exists [2021-02-03T21:17:51.060Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:51.060Z] 2.0.0-dev.73: digest: sha256:e4743660f180137c84a5823a053f1ea87b43aec08d175788fe19bf52c007dedb size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:51.411Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:51.755Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:17:51.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-03T21:17:51.755Z] 1f2c11ebacbf: Preparing [2021-02-03T21:17:51.755Z] 773abac9eeea: Preparing [2021-02-03T21:17:51.755Z] ef8e1a7f20d1: Preparing [2021-02-03T21:17:51.755Z] 78e9f5eada1e: Preparing [2021-02-03T21:17:51.755Z] b1b37501b03b: Preparing [2021-02-03T21:17:51.755Z] 379067d0cb53: Preparing [2021-02-03T21:17:51.755Z] 379067d0cb53: Waiting [2021-02-03T21:17:51.755Z] 773abac9eeea: Layer already exists [2021-02-03T21:17:51.755Z] 1f2c11ebacbf: Layer already exists [2021-02-03T21:17:51.755Z] b1b37501b03b: Layer already exists [2021-02-03T21:17:51.755Z] 78e9f5eada1e: Layer already exists [2021-02-03T21:17:51.755Z] ef8e1a7f20d1: Layer already exists [2021-02-03T21:17:52.026Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:52.026Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:e4743660f180137c84a5823a053f1ea87b43aec08d175788fe19bf52c007dedb size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:52.369Z] + 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-03T21:17:52.701Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-03T21:17:52.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-03T21:17:52.701Z] 1f2c11ebacbf: Preparing [2021-02-03T21:17:52.701Z] 773abac9eeea: Preparing [2021-02-03T21:17:52.701Z] ef8e1a7f20d1: Preparing [2021-02-03T21:17:52.701Z] 78e9f5eada1e: Preparing [2021-02-03T21:17:52.701Z] b1b37501b03b: Preparing [2021-02-03T21:17:52.701Z] 379067d0cb53: Preparing [2021-02-03T21:17:52.701Z] 379067d0cb53: Waiting [2021-02-03T21:17:52.701Z] ef8e1a7f20d1: Layer already exists [2021-02-03T21:17:52.701Z] b1b37501b03b: Layer already exists [2021-02-03T21:17:52.701Z] 773abac9eeea: Layer already exists [2021-02-03T21:17:52.701Z] 1f2c11ebacbf: Layer already exists [2021-02-03T21:17:52.701Z] 78e9f5eada1e: Layer already exists [2021-02-03T21:17:52.970Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:52.970Z] master: digest: sha256:e4743660f180137c84a5823a053f1ea87b43aec08d175788fe19bf52c007dedb size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:17:53.182Z] ===================================================== [Pipeline] echo [2021-02-03T21:17:53.229Z] taggedImages: [2021-02-03T21:17:53.229Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:53.229Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.73 [2021-02-03T21:17:53.229Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:17:53.229Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-03T21:17:53.295Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-03T21:17:53.295Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:53.295Z] 2.0.0-dev.73 [2021-02-03T21:17:53.295Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:17:53.295Z] master [2021-02-03T21:17:53.295Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:53.799Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:54.136Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:17:54.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-03T21:17:54.136Z] 0351c0f907f7: Preparing [2021-02-03T21:17:54.136Z] 4358366ee4b6: Preparing [2021-02-03T21:17:54.136Z] 7702376049e1: Preparing [2021-02-03T21:17:54.136Z] 389a0f7b6f1d: Preparing [2021-02-03T21:17:54.136Z] 1c6d506a6a1d: Preparing [2021-02-03T21:17:54.136Z] 8c795b3082c0: Preparing [2021-02-03T21:17:54.136Z] 4612c6f5ef42: Preparing [2021-02-03T21:17:54.136Z] 093617609796: Preparing [2021-02-03T21:17:54.136Z] 379067d0cb53: Preparing [2021-02-03T21:17:54.136Z] 4612c6f5ef42: Waiting [2021-02-03T21:17:54.136Z] 093617609796: Waiting [2021-02-03T21:17:54.136Z] 379067d0cb53: Waiting [2021-02-03T21:17:54.412Z] 1c6d506a6a1d: Pushed [2021-02-03T21:17:54.412Z] 4358366ee4b6: Pushed [2021-02-03T21:17:54.412Z] 0351c0f907f7: Pushed [2021-02-03T21:17:54.688Z] 8c795b3082c0: Pushed [2021-02-03T21:17:54.688Z] 4612c6f5ef42: Pushed [2021-02-03T21:17:54.688Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:54.961Z] 093617609796: Pushed [2021-02-03T21:17:56.387Z] 7702376049e1: Pushed [2021-02-03T21:17:56.657Z] 389a0f7b6f1d: Pushed [2021-02-03T21:17:56.928Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:a5dd6d73257eefd6b7e69a0263740dad563375ffc40738366b0148dc5bff7ad1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:57.265Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:57.598Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.73 [2021-02-03T21:17:57.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-03T21:17:57.598Z] 0351c0f907f7: Preparing [2021-02-03T21:17:57.598Z] 4358366ee4b6: Preparing [2021-02-03T21:17:57.598Z] 7702376049e1: Preparing [2021-02-03T21:17:57.598Z] 389a0f7b6f1d: Preparing [2021-02-03T21:17:57.598Z] 1c6d506a6a1d: Preparing [2021-02-03T21:17:57.598Z] 8c795b3082c0: Preparing [2021-02-03T21:17:57.598Z] 4612c6f5ef42: Preparing [2021-02-03T21:17:57.598Z] 093617609796: Preparing [2021-02-03T21:17:57.598Z] 379067d0cb53: Preparing [2021-02-03T21:17:57.598Z] 4612c6f5ef42: Waiting [2021-02-03T21:17:57.598Z] 093617609796: Waiting [2021-02-03T21:17:57.598Z] 8c795b3082c0: Waiting [2021-02-03T21:17:57.598Z] 379067d0cb53: Waiting [2021-02-03T21:17:57.598Z] 7702376049e1: Layer already exists [2021-02-03T21:17:57.598Z] 0351c0f907f7: Layer already exists [2021-02-03T21:17:57.598Z] 1c6d506a6a1d: Layer already exists [2021-02-03T21:17:57.598Z] 4358366ee4b6: Layer already exists [2021-02-03T21:17:57.598Z] 389a0f7b6f1d: Layer already exists [2021-02-03T21:17:57.598Z] 4612c6f5ef42: Layer already exists [2021-02-03T21:17:57.598Z] 8c795b3082c0: Layer already exists [2021-02-03T21:17:57.598Z] 093617609796: Layer already exists [2021-02-03T21:17:57.598Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:57.868Z] 2.0.0-dev.73: digest: sha256:a5dd6d73257eefd6b7e69a0263740dad563375ffc40738366b0148dc5bff7ad1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:58.212Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:58.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:17:58.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-03T21:17:58.552Z] 0351c0f907f7: Preparing [2021-02-03T21:17:58.552Z] 4358366ee4b6: Preparing [2021-02-03T21:17:58.552Z] 7702376049e1: Preparing [2021-02-03T21:17:58.552Z] 389a0f7b6f1d: Preparing [2021-02-03T21:17:58.552Z] 1c6d506a6a1d: Preparing [2021-02-03T21:17:58.552Z] 8c795b3082c0: Preparing [2021-02-03T21:17:58.552Z] 4612c6f5ef42: Preparing [2021-02-03T21:17:58.552Z] 093617609796: Preparing [2021-02-03T21:17:58.552Z] 379067d0cb53: Preparing [2021-02-03T21:17:58.552Z] 093617609796: Waiting [2021-02-03T21:17:58.552Z] 4612c6f5ef42: Waiting [2021-02-03T21:17:58.552Z] 379067d0cb53: Waiting [2021-02-03T21:17:58.552Z] 8c795b3082c0: Waiting [2021-02-03T21:17:58.552Z] 1c6d506a6a1d: Layer already exists [2021-02-03T21:17:58.552Z] 7702376049e1: Layer already exists [2021-02-03T21:17:58.552Z] 389a0f7b6f1d: Layer already exists [2021-02-03T21:17:58.552Z] 0351c0f907f7: Layer already exists [2021-02-03T21:17:58.552Z] 4358366ee4b6: Layer already exists [2021-02-03T21:17:58.552Z] 4612c6f5ef42: Layer already exists [2021-02-03T21:17:58.552Z] 093617609796: Layer already exists [2021-02-03T21:17:58.552Z] 8c795b3082c0: Layer already exists [2021-02-03T21:17:58.552Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:58.821Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:a5dd6d73257eefd6b7e69a0263740dad563375ffc40738366b0148dc5bff7ad1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:17:59.162Z] + 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-03T21:17:59.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-03T21:17:59.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-03T21:17:59.498Z] 0351c0f907f7: Preparing [2021-02-03T21:17:59.498Z] 4358366ee4b6: Preparing [2021-02-03T21:17:59.498Z] 7702376049e1: Preparing [2021-02-03T21:17:59.498Z] 389a0f7b6f1d: Preparing [2021-02-03T21:17:59.498Z] 1c6d506a6a1d: Preparing [2021-02-03T21:17:59.498Z] 8c795b3082c0: Preparing [2021-02-03T21:17:59.498Z] 4612c6f5ef42: Preparing [2021-02-03T21:17:59.498Z] 093617609796: Preparing [2021-02-03T21:17:59.498Z] 379067d0cb53: Preparing [2021-02-03T21:17:59.498Z] 8c795b3082c0: Waiting [2021-02-03T21:17:59.498Z] 093617609796: Waiting [2021-02-03T21:17:59.498Z] 379067d0cb53: Waiting [2021-02-03T21:17:59.498Z] 4612c6f5ef42: Waiting [2021-02-03T21:17:59.498Z] 1c6d506a6a1d: Layer already exists [2021-02-03T21:17:59.498Z] 7702376049e1: Layer already exists [2021-02-03T21:17:59.498Z] 389a0f7b6f1d: Layer already exists [2021-02-03T21:17:59.498Z] 4358366ee4b6: Layer already exists [2021-02-03T21:17:59.498Z] 0351c0f907f7: Layer already exists [2021-02-03T21:17:59.498Z] 093617609796: Layer already exists [2021-02-03T21:17:59.498Z] 4612c6f5ef42: Layer already exists [2021-02-03T21:17:59.498Z] 379067d0cb53: Layer already exists [2021-02-03T21:17:59.498Z] 8c795b3082c0: Layer already exists [2021-02-03T21:17:59.769Z] master: digest: sha256:a5dd6d73257eefd6b7e69a0263740dad563375ffc40738366b0148dc5bff7ad1 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:17:59.987Z] ===================================================== [Pipeline] echo [2021-02-03T21:18:00.037Z] taggedImages: [2021-02-03T21:18:00.037Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:18:00.037Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.73 [2021-02-03T21:18:00.038Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:18:00.038Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-03T21:18:00.131Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-03T21:18:00.131Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:18:00.131Z] 2.0.0-dev.73 [2021-02-03T21:18:00.131Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:18:00.131Z] master [2021-02-03T21:18:00.131Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:00.822Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:01.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:18:01.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-03T21:18:01.166Z] 6da0b6b3029a: Preparing [2021-02-03T21:18:01.166Z] 8ea263b988d7: Preparing [2021-02-03T21:18:01.166Z] fac99bbc2d15: Preparing [2021-02-03T21:18:01.166Z] 46f23ba54716: Preparing [2021-02-03T21:18:01.166Z] 379067d0cb53: Preparing [2021-02-03T21:18:01.440Z] fac99bbc2d15: Layer already exists [2021-02-03T21:18:01.440Z] 379067d0cb53: Layer already exists [2021-02-03T21:18:01.440Z] 6da0b6b3029a: Pushed [2021-02-03T21:18:01.710Z] 46f23ba54716: Pushed [2021-02-03T21:18:04.311Z] 8ea263b988d7: Pushed [2021-02-03T21:18:04.311Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:42680b730019e64cf1146f6616baac0a27c9a9de41bd11caf289d9ef069f54f1 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:04.647Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:04.979Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.73 [2021-02-03T21:18:04.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-03T21:18:04.979Z] 6da0b6b3029a: Preparing [2021-02-03T21:18:04.979Z] 8ea263b988d7: Preparing [2021-02-03T21:18:04.979Z] fac99bbc2d15: Preparing [2021-02-03T21:18:04.979Z] 46f23ba54716: Preparing [2021-02-03T21:18:04.979Z] 379067d0cb53: Preparing [2021-02-03T21:18:04.979Z] 379067d0cb53: Layer already exists [2021-02-03T21:18:04.979Z] 46f23ba54716: Layer already exists [2021-02-03T21:18:04.979Z] 6da0b6b3029a: Layer already exists [2021-02-03T21:18:05.250Z] fac99bbc2d15: Layer already exists [2021-02-03T21:18:05.250Z] 8ea263b988d7: Layer already exists [2021-02-03T21:18:05.250Z] 2.0.0-dev.73: digest: sha256:42680b730019e64cf1146f6616baac0a27c9a9de41bd11caf289d9ef069f54f1 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:05.631Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:06.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:18:06.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-03T21:18:06.015Z] 6da0b6b3029a: Preparing [2021-02-03T21:18:06.015Z] 8ea263b988d7: Preparing [2021-02-03T21:18:06.015Z] fac99bbc2d15: Preparing [2021-02-03T21:18:06.015Z] 46f23ba54716: Preparing [2021-02-03T21:18:06.015Z] 379067d0cb53: Preparing [2021-02-03T21:18:06.015Z] fac99bbc2d15: Layer already exists [2021-02-03T21:18:06.015Z] 6da0b6b3029a: Layer already exists [2021-02-03T21:18:06.015Z] 8ea263b988d7: Layer already exists [2021-02-03T21:18:06.015Z] 46f23ba54716: Layer already exists [2021-02-03T21:18:06.015Z] 379067d0cb53: Layer already exists [2021-02-03T21:18:06.297Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:42680b730019e64cf1146f6616baac0a27c9a9de41bd11caf289d9ef069f54f1 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:06.657Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:06.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-03T21:18:06.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-03T21:18:06.989Z] 6da0b6b3029a: Preparing [2021-02-03T21:18:06.989Z] 8ea263b988d7: Preparing [2021-02-03T21:18:06.989Z] fac99bbc2d15: Preparing [2021-02-03T21:18:06.989Z] 46f23ba54716: Preparing [2021-02-03T21:18:06.989Z] 379067d0cb53: Preparing [2021-02-03T21:18:06.989Z] fac99bbc2d15: Layer already exists [2021-02-03T21:18:06.989Z] 46f23ba54716: Layer already exists [2021-02-03T21:18:06.989Z] 8ea263b988d7: Layer already exists [2021-02-03T21:18:06.989Z] 379067d0cb53: Layer already exists [2021-02-03T21:18:06.989Z] 6da0b6b3029a: Layer already exists [2021-02-03T21:18:07.260Z] master: digest: sha256:42680b730019e64cf1146f6616baac0a27c9a9de41bd11caf289d9ef069f54f1 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:18:07.462Z] ===================================================== [Pipeline] echo [2021-02-03T21:18:07.509Z] taggedImages: [2021-02-03T21:18:07.509Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:18:07.509Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.73 [2021-02-03T21:18:07.509Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:18:07.509Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-03T21:18:07.576Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-03T21:18:07.576Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:18:07.576Z] 2.0.0-dev.73 [2021-02-03T21:18:07.576Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:18:07.576Z] master [2021-02-03T21:18:07.576Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:08.093Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:08.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:18:08.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-03T21:18:08.426Z] c55a23efb410: Preparing [2021-02-03T21:18:08.426Z] f18bf3f6272f: Preparing [2021-02-03T21:18:08.426Z] fac99bbc2d15: Preparing [2021-02-03T21:18:08.426Z] c7fe6e9d31f8: Preparing [2021-02-03T21:18:08.426Z] 379067d0cb53: Preparing [2021-02-03T21:18:08.426Z] c7fe6e9d31f8: Layer already exists [2021-02-03T21:18:08.697Z] 379067d0cb53: Layer already exists [2021-02-03T21:18:08.697Z] fac99bbc2d15: Layer already exists [2021-02-03T21:18:08.697Z] c55a23efb410: Pushed [2021-02-03T21:18:11.309Z] f18bf3f6272f: Pushed [2021-02-03T21:18:11.580Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:b7cc752d2fb7e6d5749f93eb5fece556e07dac7c3cc9aa16bcbf107353c23d0f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:11.923Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:12.259Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.73 [2021-02-03T21:18:12.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-03T21:18:12.259Z] c55a23efb410: Preparing [2021-02-03T21:18:12.259Z] f18bf3f6272f: Preparing [2021-02-03T21:18:12.259Z] fac99bbc2d15: Preparing [2021-02-03T21:18:12.259Z] c7fe6e9d31f8: Preparing [2021-02-03T21:18:12.259Z] 379067d0cb53: Preparing [2021-02-03T21:18:12.259Z] f18bf3f6272f: Layer already exists [2021-02-03T21:18:12.259Z] c7fe6e9d31f8: Layer already exists [2021-02-03T21:18:12.259Z] 379067d0cb53: Layer already exists [2021-02-03T21:18:12.259Z] c55a23efb410: Layer already exists [2021-02-03T21:18:12.259Z] fac99bbc2d15: Layer already exists [2021-02-03T21:18:12.530Z] 2.0.0-dev.73: digest: sha256:b7cc752d2fb7e6d5749f93eb5fece556e07dac7c3cc9aa16bcbf107353c23d0f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:12.871Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:13.204Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:18:13.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-03T21:18:13.204Z] c55a23efb410: Preparing [2021-02-03T21:18:13.204Z] f18bf3f6272f: Preparing [2021-02-03T21:18:13.204Z] fac99bbc2d15: Preparing [2021-02-03T21:18:13.204Z] c7fe6e9d31f8: Preparing [2021-02-03T21:18:13.204Z] 379067d0cb53: Preparing [2021-02-03T21:18:13.204Z] 379067d0cb53: Layer already exists [2021-02-03T21:18:13.204Z] f18bf3f6272f: Layer already exists [2021-02-03T21:18:13.204Z] fac99bbc2d15: Layer already exists [2021-02-03T21:18:13.204Z] c55a23efb410: Layer already exists [2021-02-03T21:18:13.204Z] c7fe6e9d31f8: Layer already exists [2021-02-03T21:18:13.475Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:b7cc752d2fb7e6d5749f93eb5fece556e07dac7c3cc9aa16bcbf107353c23d0f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:13.812Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:14.145Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-03T21:18:14.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-03T21:18:14.145Z] c55a23efb410: Preparing [2021-02-03T21:18:14.145Z] f18bf3f6272f: Preparing [2021-02-03T21:18:14.145Z] fac99bbc2d15: Preparing [2021-02-03T21:18:14.145Z] c7fe6e9d31f8: Preparing [2021-02-03T21:18:14.145Z] 379067d0cb53: Preparing [2021-02-03T21:18:14.145Z] c7fe6e9d31f8: Layer already exists [2021-02-03T21:18:14.145Z] f18bf3f6272f: Layer already exists [2021-02-03T21:18:14.145Z] c55a23efb410: Layer already exists [2021-02-03T21:18:14.415Z] 379067d0cb53: Layer already exists [2021-02-03T21:18:14.416Z] fac99bbc2d15: Layer already exists [2021-02-03T21:18:14.416Z] master: digest: sha256:b7cc752d2fb7e6d5749f93eb5fece556e07dac7c3cc9aa16bcbf107353c23d0f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:18:14.634Z] ===================================================== [Pipeline] echo [2021-02-03T21:18:14.683Z] taggedImages: [2021-02-03T21:18:14.683Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:18:14.683Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.73 [2021-02-03T21:18:14.683Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:18:14.683Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-03T21:18:14.746Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-03T21:18:14.746Z] d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:18:14.746Z] 2.0.0-dev.73 [2021-02-03T21:18:14.746Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:18:14.746Z] master [2021-02-03T21:18:14.746Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:15.270Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:15.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:18:15.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-03T21:18:15.627Z] 094fde38f64c: Preparing [2021-02-03T21:18:15.627Z] 581e66438810: Preparing [2021-02-03T21:18:15.627Z] 83bd186b4e3c: Preparing [2021-02-03T21:18:15.627Z] d44cb32968f3: Preparing [2021-02-03T21:18:15.627Z] c926896d6986: Preparing [2021-02-03T21:18:15.627Z] 8fa3c06a24a1: Preparing [2021-02-03T21:18:15.627Z] dbb580de5b56: Preparing [2021-02-03T21:18:15.627Z] 9ded3b6bb9b5: Preparing [2021-02-03T21:18:15.627Z] fa1afe8e6ed9: Preparing [2021-02-03T21:18:15.627Z] 87a09b4c083e: Preparing [2021-02-03T21:18:15.627Z] 0f74e9ff2a61: Preparing [2021-02-03T21:18:15.627Z] b122376c33c6: Preparing [2021-02-03T21:18:15.627Z] f8381ed47b22: Preparing [2021-02-03T21:18:15.627Z] e934a737d657: Preparing [2021-02-03T21:18:15.627Z] 8fa3c06a24a1: Waiting [2021-02-03T21:18:15.627Z] 0f74e9ff2a61: Waiting [2021-02-03T21:18:15.627Z] dbb580de5b56: Waiting [2021-02-03T21:18:15.627Z] 9ded3b6bb9b5: Waiting [2021-02-03T21:18:15.627Z] fa1afe8e6ed9: Waiting [2021-02-03T21:18:15.627Z] 87a09b4c083e: Waiting [2021-02-03T21:18:15.627Z] b122376c33c6: Waiting [2021-02-03T21:18:15.627Z] f8381ed47b22: Waiting [2021-02-03T21:18:15.627Z] e934a737d657: Waiting [2021-02-03T21:18:16.226Z] c926896d6986: Pushed [2021-02-03T21:18:16.226Z] 094fde38f64c: Pushed [2021-02-03T21:18:16.826Z] d44cb32968f3: Pushed [2021-02-03T21:18:16.826Z] 9ded3b6bb9b5: Layer already exists [2021-02-03T21:18:16.826Z] dbb580de5b56: Pushed [2021-02-03T21:18:16.826Z] fa1afe8e6ed9: Layer already exists [2021-02-03T21:18:17.098Z] 87a09b4c083e: Layer already exists [2021-02-03T21:18:17.098Z] 0f74e9ff2a61: Layer already exists [2021-02-03T21:18:17.098Z] b122376c33c6: Layer already exists [2021-02-03T21:18:17.098Z] f8381ed47b22: Layer already exists [2021-02-03T21:18:17.098Z] e934a737d657: Layer already exists [2021-02-03T21:18:17.695Z] 581e66438810: Pushed [2021-02-03T21:18:18.668Z] 8fa3c06a24a1: Pushed [2021-02-03T21:18:28.789Z] 83bd186b4e3c: Pushed [2021-02-03T21:18:28.789Z] d0bc3b104123489a76cc16a6f8c025e818c2e684: digest: sha256:bcc6cb20cc11d9f7853c2466505bcbbbb1e4ad33822fb99749f1de1e21b385db size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:29.129Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:29.457Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.73 [2021-02-03T21:18:29.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-03T21:18:29.730Z] 094fde38f64c: Preparing [2021-02-03T21:18:29.730Z] 581e66438810: Preparing [2021-02-03T21:18:29.730Z] 83bd186b4e3c: Preparing [2021-02-03T21:18:29.730Z] d44cb32968f3: Preparing [2021-02-03T21:18:29.730Z] c926896d6986: Preparing [2021-02-03T21:18:29.730Z] 8fa3c06a24a1: Preparing [2021-02-03T21:18:29.730Z] dbb580de5b56: Preparing [2021-02-03T21:18:29.730Z] 9ded3b6bb9b5: Preparing [2021-02-03T21:18:29.730Z] fa1afe8e6ed9: Preparing [2021-02-03T21:18:29.730Z] 87a09b4c083e: Preparing [2021-02-03T21:18:29.730Z] 0f74e9ff2a61: Preparing [2021-02-03T21:18:29.730Z] b122376c33c6: Preparing [2021-02-03T21:18:29.730Z] f8381ed47b22: Preparing [2021-02-03T21:18:29.730Z] e934a737d657: Preparing [2021-02-03T21:18:29.730Z] 8fa3c06a24a1: Waiting [2021-02-03T21:18:29.730Z] dbb580de5b56: Waiting [2021-02-03T21:18:29.730Z] 9ded3b6bb9b5: Waiting [2021-02-03T21:18:29.730Z] fa1afe8e6ed9: Waiting [2021-02-03T21:18:29.730Z] 87a09b4c083e: Waiting [2021-02-03T21:18:29.730Z] 0f74e9ff2a61: Waiting [2021-02-03T21:18:29.730Z] b122376c33c6: Waiting [2021-02-03T21:18:29.730Z] f8381ed47b22: Waiting [2021-02-03T21:18:29.730Z] e934a737d657: Waiting [2021-02-03T21:18:29.730Z] 094fde38f64c: Layer already exists [2021-02-03T21:18:29.730Z] c926896d6986: Layer already exists [2021-02-03T21:18:29.730Z] d44cb32968f3: Layer already exists [2021-02-03T21:18:29.730Z] 581e66438810: Layer already exists [2021-02-03T21:18:29.730Z] 83bd186b4e3c: Layer already exists [2021-02-03T21:18:29.730Z] dbb580de5b56: Layer already exists [2021-02-03T21:18:29.730Z] 8fa3c06a24a1: Layer already exists [2021-02-03T21:18:29.730Z] fa1afe8e6ed9: Layer already exists [2021-02-03T21:18:29.730Z] 87a09b4c083e: Layer already exists [2021-02-03T21:18:29.730Z] 9ded3b6bb9b5: Layer already exists [2021-02-03T21:18:30.002Z] 0f74e9ff2a61: Layer already exists [2021-02-03T21:18:30.002Z] b122376c33c6: Layer already exists [2021-02-03T21:18:30.002Z] f8381ed47b22: Layer already exists [2021-02-03T21:18:30.002Z] e934a737d657: Layer already exists [2021-02-03T21:18:30.002Z] 2.0.0-dev.73: digest: sha256:bcc6cb20cc11d9f7853c2466505bcbbbb1e4ad33822fb99749f1de1e21b385db size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:30.350Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:30.683Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:18:30.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-03T21:18:30.683Z] 094fde38f64c: Preparing [2021-02-03T21:18:30.683Z] 581e66438810: Preparing [2021-02-03T21:18:30.683Z] 83bd186b4e3c: Preparing [2021-02-03T21:18:30.683Z] d44cb32968f3: Preparing [2021-02-03T21:18:30.683Z] c926896d6986: Preparing [2021-02-03T21:18:30.683Z] 8fa3c06a24a1: Preparing [2021-02-03T21:18:30.683Z] dbb580de5b56: Preparing [2021-02-03T21:18:30.683Z] 9ded3b6bb9b5: Preparing [2021-02-03T21:18:30.683Z] fa1afe8e6ed9: Preparing [2021-02-03T21:18:30.683Z] 87a09b4c083e: Preparing [2021-02-03T21:18:30.683Z] 0f74e9ff2a61: Preparing [2021-02-03T21:18:30.683Z] b122376c33c6: Preparing [2021-02-03T21:18:30.683Z] f8381ed47b22: Preparing [2021-02-03T21:18:30.683Z] e934a737d657: Preparing [2021-02-03T21:18:30.683Z] 8fa3c06a24a1: Waiting [2021-02-03T21:18:30.683Z] 9ded3b6bb9b5: Waiting [2021-02-03T21:18:30.683Z] dbb580de5b56: Waiting [2021-02-03T21:18:30.683Z] 87a09b4c083e: Waiting [2021-02-03T21:18:30.683Z] fa1afe8e6ed9: Waiting [2021-02-03T21:18:30.683Z] f8381ed47b22: Waiting [2021-02-03T21:18:30.683Z] e934a737d657: Waiting [2021-02-03T21:18:30.683Z] 0f74e9ff2a61: Waiting [2021-02-03T21:18:30.683Z] b122376c33c6: Waiting [2021-02-03T21:18:30.683Z] 581e66438810: Layer already exists [2021-02-03T21:18:30.683Z] d44cb32968f3: Layer already exists [2021-02-03T21:18:30.683Z] 094fde38f64c: Layer already exists [2021-02-03T21:18:30.683Z] 83bd186b4e3c: Layer already exists [2021-02-03T21:18:30.683Z] c926896d6986: Layer already exists [2021-02-03T21:18:30.955Z] 87a09b4c083e: Layer already exists [2021-02-03T21:18:30.955Z] fa1afe8e6ed9: Layer already exists [2021-02-03T21:18:30.955Z] 8fa3c06a24a1: Layer already exists [2021-02-03T21:18:30.955Z] dbb580de5b56: Layer already exists [2021-02-03T21:18:30.955Z] 9ded3b6bb9b5: Layer already exists [2021-02-03T21:18:30.955Z] 0f74e9ff2a61: Layer already exists [2021-02-03T21:18:30.955Z] e934a737d657: Layer already exists [2021-02-03T21:18:30.955Z] b122376c33c6: Layer already exists [2021-02-03T21:18:30.955Z] f8381ed47b22: Layer already exists [2021-02-03T21:18:30.956Z] d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73: digest: sha256:bcc6cb20cc11d9f7853c2466505bcbbbb1e4ad33822fb99749f1de1e21b385db size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:31.301Z] + 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-03T21:18:31.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-03T21:18:31.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-03T21:18:31.634Z] 094fde38f64c: Preparing [2021-02-03T21:18:31.634Z] 581e66438810: Preparing [2021-02-03T21:18:31.634Z] 83bd186b4e3c: Preparing [2021-02-03T21:18:31.634Z] d44cb32968f3: Preparing [2021-02-03T21:18:31.634Z] c926896d6986: Preparing [2021-02-03T21:18:31.634Z] 8fa3c06a24a1: Preparing [2021-02-03T21:18:31.634Z] dbb580de5b56: Preparing [2021-02-03T21:18:31.634Z] 9ded3b6bb9b5: Preparing [2021-02-03T21:18:31.634Z] fa1afe8e6ed9: Preparing [2021-02-03T21:18:31.634Z] 87a09b4c083e: Preparing [2021-02-03T21:18:31.634Z] 0f74e9ff2a61: Preparing [2021-02-03T21:18:31.634Z] b122376c33c6: Preparing [2021-02-03T21:18:31.634Z] f8381ed47b22: Preparing [2021-02-03T21:18:31.634Z] e934a737d657: Preparing [2021-02-03T21:18:31.634Z] fa1afe8e6ed9: Waiting [2021-02-03T21:18:31.634Z] 87a09b4c083e: Waiting [2021-02-03T21:18:31.634Z] 0f74e9ff2a61: Waiting [2021-02-03T21:18:31.634Z] b122376c33c6: Waiting [2021-02-03T21:18:31.634Z] f8381ed47b22: Waiting [2021-02-03T21:18:31.634Z] e934a737d657: Waiting [2021-02-03T21:18:31.634Z] 8fa3c06a24a1: Waiting [2021-02-03T21:18:31.634Z] dbb580de5b56: Waiting [2021-02-03T21:18:31.634Z] 9ded3b6bb9b5: Waiting [2021-02-03T21:18:31.634Z] 094fde38f64c: Layer already exists [2021-02-03T21:18:31.634Z] d44cb32968f3: Layer already exists [2021-02-03T21:18:31.634Z] 581e66438810: Layer already exists [2021-02-03T21:18:31.634Z] 83bd186b4e3c: Layer already exists [2021-02-03T21:18:31.634Z] c926896d6986: Layer already exists [2021-02-03T21:18:31.907Z] 8fa3c06a24a1: Layer already exists [2021-02-03T21:18:31.907Z] dbb580de5b56: Layer already exists [2021-02-03T21:18:31.907Z] 87a09b4c083e: Layer already exists [2021-02-03T21:18:31.907Z] 9ded3b6bb9b5: Layer already exists [2021-02-03T21:18:31.907Z] 0f74e9ff2a61: Layer already exists [2021-02-03T21:18:31.907Z] b122376c33c6: Layer already exists [2021-02-03T21:18:31.907Z] fa1afe8e6ed9: Layer already exists [2021-02-03T21:18:31.907Z] e934a737d657: Layer already exists [2021-02-03T21:18:31.907Z] f8381ed47b22: Layer already exists [2021-02-03T21:18:31.907Z] master: digest: sha256:bcc6cb20cc11d9f7853c2466505bcbbbb1e4ad33822fb99749f1de1e21b385db size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:18:32.194Z] ===================================================== [Pipeline] echo [2021-02-03T21:18:32.281Z] taggedImages: [2021-02-03T21:18:32.281Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684 [2021-02-03T21:18:32.281Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.73 [2021-02-03T21:18:32.281Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d0bc3b104123489a76cc16a6f8c025e818c2e684-2.0.0-dev.73 [2021-02-03T21:18:32.281Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-03T21:18:33.830Z] provisioning config files... [2021-02-03T21:18:33.840Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/337@tmp/config6272013563706644599tmp [Pipeline] { [Pipeline] sh [2021-02-03T21:18:34.230Z] + set +x [2021-02-03T21:18:34.231Z] + curl -s https://codecov.io/bash [2021-02-03T21:18:34.231Z] + bash -s -- [2021-02-03T21:18:34.492Z] [2021-02-03T21:18:34.492Z] _____ _ [2021-02-03T21:18:34.492Z] / ____| | | [2021-02-03T21:18:34.492Z] | | ___ __| | ___ ___ _____ __ [2021-02-03T21:18:34.492Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-03T21:18:34.492Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-03T21:18:34.492Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-03T21:18:34.492Z] Bash-20210129-7c25fce [2021-02-03T21:18:34.492Z] [2021-02-03T21:18:34.492Z] [2021-02-03T21:18:34.492Z] ==> git version 2.24.3 found [2021-02-03T21:18:34.754Z] ==> 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-03T21:18:34.754Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-03T21:18:34.754Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-03T21:18:34.754Z] ==> Jenkins CI detected. [2021-02-03T21:18:34.754Z] project root: . [2021-02-03T21:18:34.754Z] --> token set from env [2021-02-03T21:18:34.754Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-03T21:18:34.754Z] ==> Running gcov in . (disable via -X gcov) [2021-02-03T21:18:34.754Z] ==> Python coveragepy not found [2021-02-03T21:18:34.754Z] ==> Searching for coverage reports in: [2021-02-03T21:18:34.754Z] + . [2021-02-03T21:18:34.754Z] -> Found 1 reports [2021-02-03T21:18:34.754Z] ==> Detecting git/mercurial file structure [2021-02-03T21:18:34.754Z] ==> Reading reports [2021-02-03T21:18:34.754Z] + ./coverage.out bytes=580808 [2021-02-03T21:18:34.754Z] ==> Appending adjustments [2021-02-03T21:18:34.754Z] https://docs.codecov.io/docs/fixing-reports [2021-02-03T21:18:38.069Z] + Found adjustments [2021-02-03T21:18:38.069Z] ==> Gzipping contents [2021-02-03T21:18:38.069Z] 88K /tmp/codecov.oiANrn.gz [2021-02-03T21:18:38.069Z] ==> Uploading reports [2021-02-03T21:18:38.069Z] url: https://codecov.io [2021-02-03T21:18:38.069Z] query: branch=master&commit=d0bc3b104123489a76cc16a6f8c025e818c2e684&build=337&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F337%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-03T21:18:38.070Z] -> Pinging Codecov [2021-02-03T21:18:38.070Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=d0bc3b104123489a76cc16a6f8c025e818c2e684&build=337&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F337%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-03T21:18:38.644Z] -> Uploading to [2021-02-03T21:18:38.644Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-03/00271124DB129430A58F1EEE437C3FCB/d0bc3b104123489a76cc16a6f8c025e818c2e684/879d0192-11d6-4860-9e98-09543b53eefc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210203T211838Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ed9bf6caa7450178eea17b24c38a6a00f3d103afcd397c1ca14f5bb003a90c56 [2021-02-03T21:18:38.644Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:18:38.644Z] Dload Upload Total Spent Left Speed [2021-02-03T21:18:39.168Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87622 0 0 100 87622 0 155k --:--:-- --:--:-- --:--:-- 155k [2021-02-03T21:18:39.168Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d0bc3b104123489a76cc16a6f8c025e818c2e684 [Pipeline] } [2021-02-03T21:18:39.179Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-03T21:18:39.680Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-03T21:18:39.770Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:40.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-03T21:18:40.115Z] [2021-02-03T21:18:40.115Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:18:40.473Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-03T21:18:40.473Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-03T21:18:40.473Z] 188c0c94c7c5: Already exists [2021-02-03T21:18:40.473Z] 0ef7d3d256c8: Already exists [2021-02-03T21:18:40.473Z] de9db76c5a1d: Already exists [2021-02-03T21:18:40.473Z] 0eba1c9be4d2: Pulling fs layer [2021-02-03T21:18:40.473Z] 0d57e429df01: Pulling fs layer [2021-02-03T21:18:40.473Z] 4e4be7b47b0d: Pulling fs layer [2021-02-03T21:18:40.473Z] e1f770b5df2f: Pulling fs layer [2021-02-03T21:18:40.473Z] 85a0685a4137: Pulling fs layer [2021-02-03T21:18:40.473Z] e1f770b5df2f: Waiting [2021-02-03T21:18:40.473Z] 85a0685a4137: Waiting [2021-02-03T21:18:40.473Z] 4e4be7b47b0d: Verifying Checksum [2021-02-03T21:18:40.473Z] 4e4be7b47b0d: Download complete [2021-02-03T21:18:40.473Z] 0d57e429df01: Verifying Checksum [2021-02-03T21:18:40.473Z] 0d57e429df01: Download complete [2021-02-03T21:18:43.026Z] e1f770b5df2f: Verifying Checksum [2021-02-03T21:18:43.026Z] e1f770b5df2f: Download complete [2021-02-03T21:18:48.336Z] 0eba1c9be4d2: Verifying Checksum [2021-02-03T21:18:48.336Z] 0eba1c9be4d2: Download complete [2021-02-03T21:18:48.605Z] 85a0685a4137: Verifying Checksum [2021-02-03T21:18:48.605Z] 85a0685a4137: Download complete [2021-02-03T21:18:52.857Z] 0eba1c9be4d2: Pull complete [2021-02-03T21:18:52.857Z] 0d57e429df01: Pull complete [2021-02-03T21:18:53.120Z] 4e4be7b47b0d: Pull complete [2021-02-03T21:18:56.465Z] e1f770b5df2f: Pull complete [2021-02-03T21:19:07.022Z] 85a0685a4137: Pull complete [2021-02-03T21:19:07.022Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-03T21:19:07.022Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-03T21:19:07.022Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-03T21:19:07.254Z] prd-centos7-docker-4c-2g-24776 does not seem to be running inside a container [2021-02-03T21:19:07.310Z] $ 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/337 -v /w/workspace/edgex-go/337:/w/workspace/edgex-go/337:rw,z -v /w/workspace/edgex-go/337@tmp:/w/workspace/edgex-go/337@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-03T21:19:08.516Z] $ docker top 2f0e02a57d9515a2448e8cec2d9257d140e2c4681ac4d274c7bd8bf7aafeb30a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-03T21:19:08.797Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-03T21:19:09.087Z] + set -o pipefail [2021-02-03T21:19:09.087Z] + snyk monitor '--org=edgex-jenkins' [2021-02-03T21:19:21.354Z] [2021-02-03T21:19:21.354Z] Monitoring /w/workspace/edgex-go/337 (github.com/edgexfoundry/edgex-go)... [2021-02-03T21:19:21.354Z] [2021-02-03T21:19:21.355Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/36224d51-f399-4a61-825b-dea8e821da38 [2021-02-03T21:19:21.355Z] [2021-02-03T21:19:21.355Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-03T21:19:21.355Z] [2021-02-03T21:19:21.355Z] [Pipeline] } [2021-02-03T21:19:21.371Z] $ docker stop --time=1 2f0e02a57d9515a2448e8cec2d9257d140e2c4681ac4d274c7bd8bf7aafeb30a [2021-02-03T21:19:24.344Z] $ docker rm -f 2f0e02a57d9515a2448e8cec2d9257d140e2c4681ac4d274c7bd8bf7aafeb30a [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-03T21:19:25.559Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-03T21:19:25.609Z] provisioning config files... [2021-02-03T21:19:25.619Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/337@tmp/config200229024040514884tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:19:26.002Z] --> edgex-publish-swagger.sh [2021-02-03T21:19:26.002Z] === Publish openapi/v1 API === [2021-02-03T21:19:26.002Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-03T21:19:26.002Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/337/openapi/v1/core-command.yaml] [2021-02-03T21:19:26.002Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:19:26.002Z] Dload Upload Total Spent Left Speed [2021-02-03T21:19:26.947Z] 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 9701 0:00:01 0:00:01 --:--:-- 9697 100 10522 0 0 100 10522 0 9700 0:00:01 0:00:01 --:--:-- 9697 [2021-02-03T21:19:26.947Z] [2021-02-03T21:19:26.947Z] [2021-02-03T21:19:26.947Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/337/openapi/v1/core-data.yaml] [2021-02-03T21:19:26.947Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:19:26.947Z] Dload Upload Total Spent Left Speed [2021-02-03T21:19:28.337Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27889 0:00:01 0:00:01 --:--:-- 27898 100 32557 0 0 100 32557 0 27884 0:00:01 0:00:01 --:--:-- 27898 [2021-02-03T21:19:28.337Z] [2021-02-03T21:19:28.337Z] [2021-02-03T21:19:28.337Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/337/openapi/v1/core-metadata.yaml] [2021-02-03T21:19:28.337Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:19:28.337Z] Dload Upload Total Spent Left Speed [2021-02-03T21:19:29.283Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 69216 0:00:01 0:00:01 --:--:-- 69286 100 73721 0 0 100 73721 0 69207 0:00:01 0:00:01 --:--:-- 69221 [2021-02-03T21:19:29.283Z] [2021-02-03T21:19:29.283Z] [2021-02-03T21:19:29.283Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/337/openapi/v1/support-logging.yaml] [2021-02-03T21:19:29.283Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:19:29.283Z] Dload Upload Total Spent Left Speed [2021-02-03T21:19:30.672Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11786 0:00:01 0:00:01 --:--:-- 11789 100 13581 0 0 100 13581 0 11785 0:00:01 0:00:01 --:--:-- 11789 [2021-02-03T21:19:30.672Z] [2021-02-03T21:19:30.672Z] [2021-02-03T21:19:30.672Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/337/openapi/v1/support-notifications.yaml] [2021-02-03T21:19:30.672Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:19:30.672Z] Dload Upload Total Spent Left Speed [2021-02-03T21:19:31.618Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 37212 0:00:01 0:00:01 --:--:-- 37250 100 38890 0 0 100 38890 0 37207 0:00:01 0:00:01 --:--:-- 37215 [2021-02-03T21:19:31.618Z] [2021-02-03T21:19:31.618Z] [2021-02-03T21:19:31.618Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/337/openapi/v1/support-scheduler.yaml] [2021-02-03T21:19:31.618Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:19:31.618Z] Dload Upload Total Spent Left Speed [2021-02-03T21:19:32.833Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11943 0:00:01 0:00:01 --:--:-- 11953 100 14249 0 0 100 14249 0 10161 0:00:01 0:00:01 --:--:-- 10163 [2021-02-03T21:19:32.833Z] [2021-02-03T21:19:32.833Z] [2021-02-03T21:19:32.833Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/337/openapi/v1/system-agent.yaml] [2021-02-03T21:19:32.833Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:19:32.833Z] Dload Upload Total Spent Left Speed [2021-02-03T21:19:34.051Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3988 0:00:01 0:00:01 --:--:-- 3986 100 4110 0 0 100 4110 0 3987 0:00:01 0:00:01 --:--:-- 3986 [2021-02-03T21:19:34.051Z] [2021-02-03T21:19:34.051Z] [2021-02-03T21:19:34.051Z] === Publish openapi/v2 API === [2021-02-03T21:19:34.051Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-03T21:19:34.051Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/337/openapi/v2/core-command.yaml] [2021-02-03T21:19:34.051Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:19:34.051Z] Dload Upload Total Spent Left Speed [2021-02-03T21:19:34.996Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21325 0 0 100 21325 0 19715 0:00:01 0:00:01 --:--:-- 19727 100 21325 0 0 100 21325 0 19713 0:00:01 0:00:01 --:--:-- 19727 [2021-02-03T21:19:34.996Z] [2021-02-03T21:19:34.996Z] [2021-02-03T21:19:34.996Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/337/openapi/v2/core-data.yaml] [2021-02-03T21:19:34.996Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:19:34.996Z] Dload Upload Total Spent Left Speed [2021-02-03T21:19:36.385Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57013 0 0 100 57013 0 53669 0:00:01 0:00:01 --:--:-- 53684 100 57013 0 0 100 57013 0 53656 0:00:01 0:00:01 --:--:-- 53684 [2021-02-03T21:19:36.385Z] [2021-02-03T21:19:36.385Z] [2021-02-03T21:19:36.385Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/337/openapi/v2/core-metadata.yaml] [2021-02-03T21:19:36.385Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:19:36.385Z] Dload Upload Total Spent Left Speed [2021-02-03T21:19:37.332Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 117k 0 0 100 117k 0 105k 0:00:01 0:00:01 --:--:-- 106k 100 117k 0 0 100 117k 0 105k 0:00:01 0:00:01 --:--:-- 106k [2021-02-03T21:19:37.332Z] [2021-02-03T21:19:37.332Z] [2021-02-03T21:19:37.332Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/337/openapi/v2/support-notifications.yaml] [2021-02-03T21:19:37.332Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:19:37.332Z] Dload Upload Total Spent Left Speed [2021-02-03T21:19:38.279Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58553 0 0 100 58553 0 54721 0:00:01 0:00:01 --:--:-- 54773 100 58553 0 0 100 58553 0 54711 0:00:01 0:00:01 --:--:-- 54722 [2021-02-03T21:19:38.279Z] [2021-02-03T21:19:38.279Z] [2021-02-03T21:19:38.279Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/337/openapi/v2/support-scheduler.yaml] [2021-02-03T21:19:38.279Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:19:38.279Z] Dload Upload Total Spent Left Speed [2021-02-03T21:19:39.670Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38851 0 0 100 38851 0 35436 0:00:01 0:00:01 --:--:-- 35447 100 38851 0 0 100 38851 0 35431 0:00:01 0:00:01 --:--:-- 35447 [2021-02-03T21:19:39.670Z] [2021-02-03T21:19:39.670Z] [2021-02-03T21:19:39.670Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/337/openapi/v2/system-agent.yaml] [2021-02-03T21:19:39.670Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:19:39.670Z] Dload Upload Total Spent Left Speed [2021-02-03T21:19:40.617Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23684 0 0 100 23684 0 23135 0:00:01 0:00:01 --:--:-- 23151 100 23684 0 0 100 23684 0 23132 0:00:01 0:00:01 --:--:-- 23151 [2021-02-03T21:19:40.617Z] [2021-02-03T21:19:40.617Z] [Pipeline] } [2021-02-03T21:19:40.629Z] 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-03T21:19:41.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T21:19:41.475Z] . [Pipeline] withDockerContainer [2021-02-03T21:19:41.569Z] prd-centos7-docker-4c-2g-24776 does not seem to be running inside a container [2021-02-03T21:19:41.618Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/337 -v /w/workspace/edgex-go/337:/w/workspace/edgex-go/337:rw,z -v /w/workspace/edgex-go/337@tmp:/w/workspace/edgex-go/337@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-03T21:19:42.499Z] $ docker top 4c4d9d761c2e7a918c2743b666014ae27364f53fe3d478a0ec8f03cedfd719f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T21:19:42.817Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T21:19:42.817Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T21:19:43.065Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T21:19:43.069Z] $ docker exec 4c4d9d761c2e7a918c2743b666014ae27364f53fe3d478a0ec8f03cedfd719f4 ssh-agent [2021-02-03T21:19:43.235Z] SSH_AUTH_SOCK=/tmp/ssh-Ty7ESSzZsxEF/agent.11 [2021-02-03T21:19:43.235Z] SSH_AGENT_PID=17 [2021-02-03T21:19:43.246Z] Running ssh-add (command line suppressed) [2021-02-03T21:19:43.375Z] Identity added: /w/workspace/edgex-go/337@tmp/private_key_194236967602242988.key (/w/workspace/edgex-go/337@tmp/private_key_194236967602242988.key) [2021-02-03T21:19:43.430Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T21:19:43.774Z] + git semver tag [2021-02-03T21:19:44.038Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T21:19:44.038Z] # $GIT_DIR = /w/workspace/edgex-go/337/.git [2021-02-03T21:19:44.038Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/337 [2021-02-03T21:19:44.038Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T21:19:44.038Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T21:19:44.038Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T21:19:44.038Z] # $SEMVER_BRANCH = master [2021-02-03T21:19:44.038Z] # $SEMVER_DIR = /w/workspace/edgex-go/337/.semver [2021-02-03T21:19:44.038Z] # d0bc3b104123489a76cc16a6f8c025e818c2e684 HEAD [2021-02-03T21:19:44.615Z] # -> Force: false [2021-02-03T21:19:44.615Z] # 50f722b7b4403f2388d57aa153f01ded643d0885 refs/tags/v2.0.0-dev.73 [Pipeline] } [2021-02-03T21:19:44.629Z] $ docker exec --env ******** --env ******** 4c4d9d761c2e7a918c2743b666014ae27364f53fe3d478a0ec8f03cedfd719f4 ssh-agent -k [2021-02-03T21:19:44.784Z] unset SSH_AUTH_SOCK; [2021-02-03T21:19:44.784Z] unset SSH_AGENT_PID; [2021-02-03T21:19:44.784Z] echo Agent pid 17 killed; [2021-02-03T21:19:44.854Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T21:19:45.349Z] + git semver [Pipeline] } [2021-02-03T21:19:45.366Z] $ docker stop --time=1 4c4d9d761c2e7a918c2743b666014ae27364f53fe3d478a0ec8f03cedfd719f4 [2021-02-03T21:19:46.736Z] $ docker rm -f 4c4d9d761c2e7a918c2743b666014ae27364f53fe3d478a0ec8f03cedfd719f4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:19:47.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-03T21:19:47.364Z] [2021-02-03T21:19:47.364Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:19:47.717Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-03T21:19:47.717Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-03T21:19:47.717Z] ab5ef0e58194: Pulling fs layer [2021-02-03T21:19:47.717Z] 9712f1f96733: Pulling fs layer [2021-02-03T21:19:47.717Z] 63f879dbbcfc: Pulling fs layer [2021-02-03T21:19:47.717Z] 0d9ebad4ef96: Pulling fs layer [2021-02-03T21:19:47.717Z] e9a5061849ea: Pulling fs layer [2021-02-03T21:19:47.717Z] d747dcd14b5f: Pulling fs layer [2021-02-03T21:19:47.717Z] 2de7ff778b66: Pulling fs layer [2021-02-03T21:19:47.717Z] e9a5061849ea: Waiting [2021-02-03T21:19:47.717Z] d747dcd14b5f: Waiting [2021-02-03T21:19:47.717Z] 2de7ff778b66: Waiting [2021-02-03T21:19:47.717Z] 0d9ebad4ef96: Waiting [2021-02-03T21:19:47.717Z] 9712f1f96733: Verifying Checksum [2021-02-03T21:19:47.717Z] 9712f1f96733: Download complete [2021-02-03T21:19:50.285Z] 63f879dbbcfc: Verifying Checksum [2021-02-03T21:19:50.285Z] 63f879dbbcfc: Download complete [2021-02-03T21:19:50.285Z] e9a5061849ea: Verifying Checksum [2021-02-03T21:19:50.285Z] e9a5061849ea: Download complete [2021-02-03T21:19:50.285Z] d747dcd14b5f: Verifying Checksum [2021-02-03T21:19:50.285Z] d747dcd14b5f: Download complete [2021-02-03T21:19:50.547Z] 2de7ff778b66: Verifying Checksum [2021-02-03T21:19:50.547Z] 2de7ff778b66: Download complete [2021-02-03T21:19:50.811Z] 0d9ebad4ef96: Download complete [2021-02-03T21:19:51.072Z] ab5ef0e58194: Download complete [2021-02-03T21:19:55.317Z] ab5ef0e58194: Pull complete [2021-02-03T21:19:55.317Z] 9712f1f96733: Pull complete [2021-02-03T21:19:58.639Z] 63f879dbbcfc: Pull complete [2021-02-03T21:20:06.932Z] 0d9ebad4ef96: Pull complete [2021-02-03T21:20:07.545Z] e9a5061849ea: Pull complete [2021-02-03T21:20:07.545Z] d747dcd14b5f: Pull complete [2021-02-03T21:20:11.773Z] 2de7ff778b66: Pull complete [2021-02-03T21:20:11.773Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-03T21:20:11.773Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-03T21:20:11.773Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-03T21:20:11.970Z] prd-centos7-docker-4c-2g-24776 does not seem to be running inside a container [2021-02-03T21:20:12.014Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/337 -v /w/workspace/edgex-go/337:/w/workspace/edgex-go/337:rw,z -v /w/workspace/edgex-go/337@tmp:/w/workspace/edgex-go/337@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-03T21:20:14.876Z] $ docker top 1be1ca66781fdd6fa73b157e5ad2635fd44fdac649d113e8ae7892f05a05cceb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-03T21:20:15.138Z] provisioning config files... [2021-02-03T21:20:15.148Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/337@tmp/config5056422075916501550tmp [2021-02-03T21:20:15.167Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/337@tmp/config8563703394256779055tmp [2021-02-03T21:20:15.181Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/337@tmp/config6582681547725811948tmp [Pipeline] { [Pipeline] echo [2021-02-03T21:20:15.307Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:20:15.616Z] ---> sigul-configuration.sh [2021-02-03T21:20:15.616Z] gpg: directory `/root/.gnupg' created [2021-02-03T21:20:15.616Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-03T21:20:15.616Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-03T21:20:15.616Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-03T21:20:15.616Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-03T21:20:15.616Z] gpg: CAST5 encrypted data [2021-02-03T21:20:15.878Z] gpg: encrypted with 1 passphrase [2021-02-03T21:20:15.878Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-03T21:20:16.178Z] + mkdir /home/jenkins [2021-02-03T21:20:16.178Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-03T21:20:16.476Z] + 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-03T21:20:16.486Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:20:16.781Z] ---> sigul-install.sh [2021-02-03T21:20:23.399Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-03T21:20:23.702Z] + git tag --list [2021-02-03T21:20:23.702Z] 0.6.0 [2021-02-03T21:20:23.702Z] 0.6.1 [2021-02-03T21:20:23.702Z] 0.7.0 [2021-02-03T21:20:23.702Z] 0.7.1 [2021-02-03T21:20:23.702Z] v0.0.0 [2021-02-03T21:20:23.702Z] v1.0.0 [2021-02-03T21:20:23.702Z] v1.0.1 [2021-02-03T21:20:23.702Z] v1.1.0 [2021-02-03T21:20:23.702Z] v1.2.0 [2021-02-03T21:20:23.702Z] v1.2.1 [2021-02-03T21:20:23.702Z] v1.2.2-dev.1 [2021-02-03T21:20:23.702Z] v1.2.2-dev.10 [2021-02-03T21:20:23.702Z] v1.2.2-dev.100 [2021-02-03T21:20:23.702Z] v1.2.2-dev.101 [2021-02-03T21:20:23.702Z] v1.2.2-dev.102 [2021-02-03T21:20:23.702Z] v1.2.2-dev.103 [2021-02-03T21:20:23.702Z] v1.2.2-dev.104 [2021-02-03T21:20:23.702Z] v1.2.2-dev.105 [2021-02-03T21:20:23.702Z] v1.2.2-dev.106 [2021-02-03T21:20:23.702Z] v1.2.2-dev.107 [2021-02-03T21:20:23.702Z] v1.2.2-dev.11 [2021-02-03T21:20:23.702Z] v1.2.2-dev.12 [2021-02-03T21:20:23.702Z] v1.2.2-dev.13 [2021-02-03T21:20:23.702Z] v1.2.2-dev.14 [2021-02-03T21:20:23.702Z] v1.2.2-dev.15 [2021-02-03T21:20:23.702Z] v1.2.2-dev.16 [2021-02-03T21:20:23.702Z] v1.2.2-dev.17 [2021-02-03T21:20:23.702Z] v1.2.2-dev.18 [2021-02-03T21:20:23.702Z] v1.2.2-dev.19 [2021-02-03T21:20:23.702Z] v1.2.2-dev.2 [2021-02-03T21:20:23.702Z] v1.2.2-dev.20 [2021-02-03T21:20:23.702Z] v1.2.2-dev.21 [2021-02-03T21:20:23.702Z] v1.2.2-dev.22 [2021-02-03T21:20:23.702Z] v1.2.2-dev.23 [2021-02-03T21:20:23.702Z] v1.2.2-dev.24 [2021-02-03T21:20:23.702Z] v1.2.2-dev.25 [2021-02-03T21:20:23.702Z] v1.2.2-dev.26 [2021-02-03T21:20:23.702Z] v1.2.2-dev.27 [2021-02-03T21:20:23.702Z] v1.2.2-dev.28 [2021-02-03T21:20:23.702Z] v1.2.2-dev.29 [2021-02-03T21:20:23.702Z] v1.2.2-dev.3 [2021-02-03T21:20:23.702Z] v1.2.2-dev.30 [2021-02-03T21:20:23.702Z] v1.2.2-dev.31 [2021-02-03T21:20:23.702Z] v1.2.2-dev.32 [2021-02-03T21:20:23.702Z] v1.2.2-dev.33 [2021-02-03T21:20:23.702Z] v1.2.2-dev.34 [2021-02-03T21:20:23.702Z] v1.2.2-dev.35 [2021-02-03T21:20:23.702Z] v1.2.2-dev.36 [2021-02-03T21:20:23.702Z] v1.2.2-dev.37 [2021-02-03T21:20:23.702Z] v1.2.2-dev.38 [2021-02-03T21:20:23.702Z] v1.2.2-dev.39 [2021-02-03T21:20:23.702Z] v1.2.2-dev.4 [2021-02-03T21:20:23.702Z] v1.2.2-dev.40 [2021-02-03T21:20:23.702Z] v1.2.2-dev.41 [2021-02-03T21:20:23.702Z] v1.2.2-dev.42 [2021-02-03T21:20:23.702Z] v1.2.2-dev.43 [2021-02-03T21:20:23.702Z] v1.2.2-dev.44 [2021-02-03T21:20:23.702Z] v1.2.2-dev.45 [2021-02-03T21:20:23.702Z] v1.2.2-dev.46 [2021-02-03T21:20:23.702Z] v1.2.2-dev.47 [2021-02-03T21:20:23.702Z] v1.2.2-dev.48 [2021-02-03T21:20:23.702Z] v1.2.2-dev.49 [2021-02-03T21:20:23.702Z] v1.2.2-dev.5 [2021-02-03T21:20:23.702Z] v1.2.2-dev.50 [2021-02-03T21:20:23.702Z] v1.2.2-dev.51 [2021-02-03T21:20:23.702Z] v1.2.2-dev.52 [2021-02-03T21:20:23.702Z] v1.2.2-dev.53 [2021-02-03T21:20:23.702Z] v1.2.2-dev.54 [2021-02-03T21:20:23.702Z] v1.2.2-dev.55 [2021-02-03T21:20:23.702Z] v1.2.2-dev.56 [2021-02-03T21:20:23.702Z] v1.2.2-dev.57 [2021-02-03T21:20:23.702Z] v1.2.2-dev.58 [2021-02-03T21:20:23.702Z] v1.2.2-dev.59 [2021-02-03T21:20:23.702Z] v1.2.2-dev.6 [2021-02-03T21:20:23.702Z] v1.2.2-dev.60 [2021-02-03T21:20:23.702Z] v1.2.2-dev.61 [2021-02-03T21:20:23.702Z] v1.2.2-dev.62 [2021-02-03T21:20:23.702Z] v1.2.2-dev.63 [2021-02-03T21:20:23.702Z] v1.2.2-dev.64 [2021-02-03T21:20:23.702Z] v1.2.2-dev.65 [2021-02-03T21:20:23.702Z] v1.2.2-dev.66 [2021-02-03T21:20:23.702Z] v1.2.2-dev.67 [2021-02-03T21:20:23.702Z] v1.2.2-dev.68 [2021-02-03T21:20:23.702Z] v1.2.2-dev.69 [2021-02-03T21:20:23.702Z] v1.2.2-dev.7 [2021-02-03T21:20:23.702Z] v1.2.2-dev.70 [2021-02-03T21:20:23.702Z] v1.2.2-dev.71 [2021-02-03T21:20:23.702Z] v1.2.2-dev.72 [2021-02-03T21:20:23.702Z] v1.2.2-dev.73 [2021-02-03T21:20:23.702Z] v1.2.2-dev.74 [2021-02-03T21:20:23.702Z] v1.2.2-dev.75 [2021-02-03T21:20:23.702Z] v1.2.2-dev.76 [2021-02-03T21:20:23.702Z] v1.2.2-dev.77 [2021-02-03T21:20:23.702Z] v1.2.2-dev.78 [2021-02-03T21:20:23.702Z] v1.2.2-dev.79 [2021-02-03T21:20:23.702Z] v1.2.2-dev.8 [2021-02-03T21:20:23.702Z] v1.2.2-dev.80 [2021-02-03T21:20:23.702Z] v1.2.2-dev.81 [2021-02-03T21:20:23.702Z] v1.2.2-dev.82 [2021-02-03T21:20:23.702Z] v1.2.2-dev.83 [2021-02-03T21:20:23.702Z] v1.2.2-dev.84 [2021-02-03T21:20:23.702Z] v1.2.2-dev.85 [2021-02-03T21:20:23.702Z] v1.2.2-dev.86 [2021-02-03T21:20:23.702Z] v1.2.2-dev.87 [2021-02-03T21:20:23.702Z] v1.2.2-dev.88 [2021-02-03T21:20:23.702Z] v1.2.2-dev.89 [2021-02-03T21:20:23.702Z] v1.2.2-dev.9 [2021-02-03T21:20:23.702Z] v1.2.2-dev.90 [2021-02-03T21:20:23.702Z] v1.2.2-dev.91 [2021-02-03T21:20:23.702Z] v1.2.2-dev.92 [2021-02-03T21:20:23.702Z] v1.2.2-dev.93 [2021-02-03T21:20:23.702Z] v1.2.2-dev.94 [2021-02-03T21:20:23.702Z] v1.2.2-dev.95 [2021-02-03T21:20:23.702Z] v1.2.2-dev.96 [2021-02-03T21:20:23.702Z] v1.2.2-dev.97 [2021-02-03T21:20:23.702Z] v1.2.2-dev.98 [2021-02-03T21:20:23.702Z] v1.2.2-dev.99 [2021-02-03T21:20:23.702Z] v1.3.0 [2021-02-03T21:20:23.702Z] v1.3.1-dev.1 [2021-02-03T21:20:23.702Z] v1.3.1-dev.10 [2021-02-03T21:20:23.702Z] v1.3.1-dev.11 [2021-02-03T21:20:23.702Z] v1.3.1-dev.12 [2021-02-03T21:20:23.702Z] v1.3.1-dev.13 [2021-02-03T21:20:23.702Z] v1.3.1-dev.14 [2021-02-03T21:20:23.702Z] v1.3.1-dev.15 [2021-02-03T21:20:23.702Z] v1.3.1-dev.16 [2021-02-03T21:20:23.702Z] v1.3.1-dev.17 [2021-02-03T21:20:23.702Z] v1.3.1-dev.18 [2021-02-03T21:20:23.702Z] v1.3.1-dev.2 [2021-02-03T21:20:23.702Z] v1.3.1-dev.3 [2021-02-03T21:20:23.702Z] v1.3.1-dev.4 [2021-02-03T21:20:23.702Z] v1.3.1-dev.5 [2021-02-03T21:20:23.702Z] v1.3.1-dev.6 [2021-02-03T21:20:23.702Z] v1.3.1-dev.7 [2021-02-03T21:20:23.702Z] v1.3.1-dev.8 [2021-02-03T21:20:23.702Z] v1.3.1-dev.9 [2021-02-03T21:20:23.702Z] v2.0.0-dev.1 [2021-02-03T21:20:23.702Z] v2.0.0-dev.10 [2021-02-03T21:20:23.702Z] v2.0.0-dev.11 [2021-02-03T21:20:23.702Z] v2.0.0-dev.12 [2021-02-03T21:20:23.702Z] v2.0.0-dev.13 [2021-02-03T21:20:23.702Z] v2.0.0-dev.14 [2021-02-03T21:20:23.702Z] v2.0.0-dev.15 [2021-02-03T21:20:23.702Z] v2.0.0-dev.16 [2021-02-03T21:20:23.702Z] v2.0.0-dev.17 [2021-02-03T21:20:23.702Z] v2.0.0-dev.18 [2021-02-03T21:20:23.702Z] v2.0.0-dev.19 [2021-02-03T21:20:23.702Z] v2.0.0-dev.2 [2021-02-03T21:20:23.702Z] v2.0.0-dev.20 [2021-02-03T21:20:23.702Z] v2.0.0-dev.21 [2021-02-03T21:20:23.702Z] v2.0.0-dev.22 [2021-02-03T21:20:23.702Z] v2.0.0-dev.23 [2021-02-03T21:20:23.702Z] v2.0.0-dev.24 [2021-02-03T21:20:23.702Z] v2.0.0-dev.25 [2021-02-03T21:20:23.702Z] v2.0.0-dev.26 [2021-02-03T21:20:23.702Z] v2.0.0-dev.27 [2021-02-03T21:20:23.702Z] v2.0.0-dev.28 [2021-02-03T21:20:23.702Z] v2.0.0-dev.29 [2021-02-03T21:20:23.702Z] v2.0.0-dev.3 [2021-02-03T21:20:23.702Z] v2.0.0-dev.30 [2021-02-03T21:20:23.702Z] v2.0.0-dev.31 [2021-02-03T21:20:23.702Z] v2.0.0-dev.32 [2021-02-03T21:20:23.702Z] v2.0.0-dev.33 [2021-02-03T21:20:23.702Z] v2.0.0-dev.34 [2021-02-03T21:20:23.702Z] v2.0.0-dev.35 [2021-02-03T21:20:23.702Z] v2.0.0-dev.36 [2021-02-03T21:20:23.702Z] v2.0.0-dev.37 [2021-02-03T21:20:23.702Z] v2.0.0-dev.38 [2021-02-03T21:20:23.702Z] v2.0.0-dev.39 [2021-02-03T21:20:23.702Z] v2.0.0-dev.4 [2021-02-03T21:20:23.702Z] v2.0.0-dev.40 [2021-02-03T21:20:23.702Z] v2.0.0-dev.41 [2021-02-03T21:20:23.702Z] v2.0.0-dev.42 [2021-02-03T21:20:23.702Z] v2.0.0-dev.43 [2021-02-03T21:20:23.702Z] v2.0.0-dev.44 [2021-02-03T21:20:23.702Z] v2.0.0-dev.45 [2021-02-03T21:20:23.702Z] v2.0.0-dev.46 [2021-02-03T21:20:23.702Z] v2.0.0-dev.47 [2021-02-03T21:20:23.702Z] v2.0.0-dev.48 [2021-02-03T21:20:23.702Z] v2.0.0-dev.49 [2021-02-03T21:20:23.702Z] v2.0.0-dev.5 [2021-02-03T21:20:23.702Z] v2.0.0-dev.50 [2021-02-03T21:20:23.702Z] v2.0.0-dev.51 [2021-02-03T21:20:23.702Z] v2.0.0-dev.52 [2021-02-03T21:20:23.702Z] v2.0.0-dev.53 [2021-02-03T21:20:23.702Z] v2.0.0-dev.54 [2021-02-03T21:20:23.702Z] v2.0.0-dev.55 [2021-02-03T21:20:23.702Z] v2.0.0-dev.56 [2021-02-03T21:20:23.702Z] v2.0.0-dev.57 [2021-02-03T21:20:23.702Z] v2.0.0-dev.58 [2021-02-03T21:20:23.702Z] v2.0.0-dev.59 [2021-02-03T21:20:23.702Z] v2.0.0-dev.6 [2021-02-03T21:20:23.702Z] v2.0.0-dev.60 [2021-02-03T21:20:23.702Z] v2.0.0-dev.61 [2021-02-03T21:20:23.702Z] v2.0.0-dev.62 [2021-02-03T21:20:23.702Z] v2.0.0-dev.63 [2021-02-03T21:20:23.702Z] v2.0.0-dev.64 [2021-02-03T21:20:23.702Z] v2.0.0-dev.65 [2021-02-03T21:20:23.702Z] v2.0.0-dev.66 [2021-02-03T21:20:23.702Z] v2.0.0-dev.67 [2021-02-03T21:20:23.702Z] v2.0.0-dev.68 [2021-02-03T21:20:23.702Z] v2.0.0-dev.69 [2021-02-03T21:20:23.702Z] v2.0.0-dev.7 [2021-02-03T21:20:23.702Z] v2.0.0-dev.70 [2021-02-03T21:20:23.702Z] v2.0.0-dev.71 [2021-02-03T21:20:23.702Z] v2.0.0-dev.72 [2021-02-03T21:20:23.702Z] v2.0.0-dev.73 [2021-02-03T21:20:23.702Z] v2.0.0-dev.8 [2021-02-03T21:20:23.702Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-03T21:20:23.999Z] + lftools sign git-tag v2.0.0-dev.73 [2021-02-03T21:20:25.386Z] Signing Git tag with Sigul... [2021-02-03T21:20:25.386Z] Signing v2.0.0-dev.73 [Pipeline] echo [2021-02-03T21:20:26.781Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:20:27.075Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-03T21:20:27.085Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-03T21:20:27.176Z] $ docker stop --time=1 1be1ca66781fdd6fa73b157e5ad2635fd44fdac649d113e8ae7892f05a05cceb [2021-02-03T21:20:29.293Z] $ docker rm -f 1be1ca66781fdd6fa73b157e5ad2635fd44fdac649d113e8ae7892f05a05cceb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:20:30.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T21:20:30.084Z] . [Pipeline] withDockerContainer [2021-02-03T21:20:30.209Z] prd-centos7-docker-4c-2g-24776 does not seem to be running inside a container [2021-02-03T21:20:30.278Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/337 -v /w/workspace/edgex-go/337:/w/workspace/edgex-go/337:rw,z -v /w/workspace/edgex-go/337@tmp:/w/workspace/edgex-go/337@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-03T21:20:30.994Z] $ docker top a96a61c0429991b3b607dda21f563c7e5b4d7381fbf51534fa646c1e49d33331 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T21:20:31.323Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T21:20:31.324Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T21:20:31.531Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T21:20:31.535Z] $ docker exec a96a61c0429991b3b607dda21f563c7e5b4d7381fbf51534fa646c1e49d33331 ssh-agent [2021-02-03T21:20:31.706Z] SSH_AUTH_SOCK=/tmp/ssh-kkJFjf2iYSH6/agent.11 [2021-02-03T21:20:31.706Z] SSH_AGENT_PID=16 [2021-02-03T21:20:31.714Z] Running ssh-add (command line suppressed) [2021-02-03T21:20:31.842Z] Identity added: /w/workspace/edgex-go/337@tmp/private_key_2281768031499273689.key (/w/workspace/edgex-go/337@tmp/private_key_2281768031499273689.key) [2021-02-03T21:20:31.899Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T21:20:32.237Z] + git semver bump pre [2021-02-03T21:20:32.237Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T21:20:32.237Z] # $GIT_DIR = /w/workspace/edgex-go/337/.git [2021-02-03T21:20:32.237Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/337 [2021-02-03T21:20:32.237Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T21:20:32.237Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T21:20:32.237Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T21:20:32.237Z] # $SEMVER_BRANCH = master [2021-02-03T21:20:32.237Z] # $SEMVER_DIR = /w/workspace/edgex-go/337/.semver [2021-02-03T21:20:32.237Z] 2.0.0-dev.74 [Pipeline] } [2021-02-03T21:20:32.250Z] $ docker exec --env ******** --env ******** a96a61c0429991b3b607dda21f563c7e5b4d7381fbf51534fa646c1e49d33331 ssh-agent -k [2021-02-03T21:20:32.367Z] unset SSH_AUTH_SOCK; [2021-02-03T21:20:32.367Z] unset SSH_AGENT_PID; [2021-02-03T21:20:32.367Z] echo Agent pid 16 killed; [2021-02-03T21:20:32.420Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T21:20:32.927Z] + git semver [Pipeline] } [2021-02-03T21:20:32.944Z] $ docker stop --time=1 a96a61c0429991b3b607dda21f563c7e5b4d7381fbf51534fa646c1e49d33331 [2021-02-03T21:20:34.315Z] $ docker rm -f a96a61c0429991b3b607dda21f563c7e5b4d7381fbf51534fa646c1e49d33331 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:20:34.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T21:20:34.850Z] . [Pipeline] withDockerContainer [2021-02-03T21:20:34.951Z] prd-centos7-docker-4c-2g-24776 does not seem to be running inside a container [2021-02-03T21:20:34.994Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/337 -v /w/workspace/edgex-go/337:/w/workspace/edgex-go/337:rw,z -v /w/workspace/edgex-go/337@tmp:/w/workspace/edgex-go/337@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-03T21:20:35.732Z] $ docker top 1349c7f9f0adc08029da0eabc7e4e8ea8e13e2d1be80dd30dc0dc1b4760cdf08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T21:20:36.039Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T21:20:36.039Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T21:20:36.259Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T21:20:36.262Z] $ docker exec 1349c7f9f0adc08029da0eabc7e4e8ea8e13e2d1be80dd30dc0dc1b4760cdf08 ssh-agent [2021-02-03T21:20:36.463Z] SSH_AUTH_SOCK=/tmp/ssh-tVfhAkEROYkl/agent.11 [2021-02-03T21:20:36.463Z] SSH_AGENT_PID=16 [2021-02-03T21:20:36.471Z] Running ssh-add (command line suppressed) [2021-02-03T21:20:36.616Z] Identity added: /w/workspace/edgex-go/337@tmp/private_key_5070829635818197818.key (/w/workspace/edgex-go/337@tmp/private_key_5070829635818197818.key) [2021-02-03T21:20:36.682Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T21:20:37.015Z] + git semver push [2021-02-03T21:20:37.015Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T21:20:37.015Z] # $GIT_DIR = /w/workspace/edgex-go/337/.git [2021-02-03T21:20:37.015Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/337 [2021-02-03T21:20:37.015Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T21:20:37.015Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T21:20:37.015Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T21:20:37.015Z] # $SEMVER_BRANCH = master [2021-02-03T21:20:37.015Z] # $SEMVER_DIR = /w/workspace/edgex-go/337/.semver [2021-02-03T21:20:37.962Z] git-semver-push: non-fast-forward update: refs/heads/semver [Pipeline] } [2021-02-03T21:20:37.978Z] $ docker exec --env ******** --env ******** 1349c7f9f0adc08029da0eabc7e4e8ea8e13e2d1be80dd30dc0dc1b4760cdf08 ssh-agent -k [2021-02-03T21:20:38.102Z] unset SSH_AUTH_SOCK; [2021-02-03T21:20:38.103Z] unset SSH_AGENT_PID; [2021-02-03T21:20:38.103Z] echo Agent pid 16 killed; [2021-02-03T21:20:38.159Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-03T21:20:38.340Z] $ docker stop --time=1 1349c7f9f0adc08029da0eabc7e4e8ea8e13e2d1be80dd30dc0dc1b4760cdf08 [2021-02-03T21:20:39.688Z] $ docker rm -f 1349c7f9f0adc08029da0eabc7e4e8ea8e13e2d1be80dd30dc0dc1b4760cdf08 [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-03T21:20:40.701Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:20:41.573Z] ---> package-listing.sh [2021-02-03T21:20:41.573Z] ++ facter osfamily [2021-02-03T21:20:41.573Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-03T21:20:41.573Z] + OS_FAMILY=redhat [2021-02-03T21:20:41.573Z] + workspace=/w/workspace/edgex-go/337 [2021-02-03T21:20:41.573Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-03T21:20:41.573Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-03T21:20:41.573Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-03T21:20:41.573Z] + PACKAGES=/tmp/packages_start.txt [2021-02-03T21:20:41.573Z] + '[' /w/workspace/edgex-go/337 ']' [2021-02-03T21:20:41.573Z] + PACKAGES=/tmp/packages_end.txt [2021-02-03T21:20:41.573Z] + case "${OS_FAMILY}" in [2021-02-03T21:20:41.573Z] + rpm -qa [2021-02-03T21:20:41.573Z] + sort [2021-02-03T21:20:46.870Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-03T21:20:46.871Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-03T21:20:46.871Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-03T21:20:46.871Z] + '[' /w/workspace/edgex-go/337 ']' [2021-02-03T21:20:46.871Z] + mkdir -p /w/workspace/edgex-go/337/archives/ [2021-02-03T21:20:46.871Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/337/archives/ [Pipeline] echo [2021-02-03T21:20:46.885Z] 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/337/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-03T21:20:47.171Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:20:47.473Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T21:20:47.473Z] [2021-02-03T21:20:47.473Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:20:47.816Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T21:20:47.816Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-03T21:20:47.816Z] df20fa9351a1: Pulling fs layer [2021-02-03T21:20:47.816Z] 36b3adc4ff6f: Pulling fs layer [2021-02-03T21:20:47.816Z] 8ad3a11d3b57: Pulling fs layer [2021-02-03T21:20:47.816Z] 46f8f816bc3b: Pulling fs layer [2021-02-03T21:20:47.816Z] 93b61091891f: Pulling fs layer [2021-02-03T21:20:47.816Z] 93b9cdb0e59b: Pulling fs layer [2021-02-03T21:20:47.816Z] 5e14af77c1be: Pulling fs layer [2021-02-03T21:20:47.816Z] 01666e4c0597: Pulling fs layer [2021-02-03T21:20:47.816Z] aa168da1d23b: Pulling fs layer [2021-02-03T21:20:47.816Z] 93b61091891f: Waiting [2021-02-03T21:20:47.816Z] 93b9cdb0e59b: Waiting [2021-02-03T21:20:47.816Z] 5e14af77c1be: Waiting [2021-02-03T21:20:47.816Z] 01666e4c0597: Waiting [2021-02-03T21:20:47.816Z] aa168da1d23b: Waiting [2021-02-03T21:20:47.816Z] 46f8f816bc3b: Waiting [2021-02-03T21:20:47.816Z] 36b3adc4ff6f: Download complete [2021-02-03T21:20:47.816Z] 46f8f816bc3b: Download complete [2021-02-03T21:20:48.079Z] df20fa9351a1: Verifying Checksum [2021-02-03T21:20:48.079Z] df20fa9351a1: Download complete [2021-02-03T21:20:48.079Z] 93b61091891f: Verifying Checksum [2021-02-03T21:20:48.079Z] 93b61091891f: Download complete [2021-02-03T21:20:48.079Z] 93b9cdb0e59b: Verifying Checksum [2021-02-03T21:20:48.079Z] 93b9cdb0e59b: Download complete [2021-02-03T21:20:48.079Z] 5e14af77c1be: Verifying Checksum [2021-02-03T21:20:48.079Z] 5e14af77c1be: Download complete [2021-02-03T21:20:48.079Z] 01666e4c0597: Verifying Checksum [2021-02-03T21:20:48.079Z] 01666e4c0597: Download complete [2021-02-03T21:20:49.031Z] 8ad3a11d3b57: Verifying Checksum [2021-02-03T21:20:49.031Z] 8ad3a11d3b57: Download complete [2021-02-03T21:20:49.031Z] df20fa9351a1: Pull complete [2021-02-03T21:20:49.294Z] 36b3adc4ff6f: Pull complete [2021-02-03T21:20:50.698Z] 8ad3a11d3b57: Pull complete [2021-02-03T21:20:50.698Z] 46f8f816bc3b: Pull complete [2021-02-03T21:20:50.961Z] 93b61091891f: Pull complete [2021-02-03T21:20:51.536Z] aa168da1d23b: Verifying Checksum [2021-02-03T21:20:51.536Z] aa168da1d23b: Download complete [2021-02-03T21:20:51.802Z] 93b9cdb0e59b: Pull complete [2021-02-03T21:20:52.067Z] 5e14af77c1be: Pull complete [2021-02-03T21:20:52.067Z] 01666e4c0597: Pull complete [2021-02-03T21:21:00.237Z] aa168da1d23b: Pull complete [2021-02-03T21:21:00.237Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-03T21:21:00.237Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T21:21:00.237Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-03T21:21:00.405Z] prd-centos7-docker-4c-2g-24776 does not seem to be running inside a container [2021-02-03T21:21:00.452Z] $ 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/337/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/337 -v /w/workspace/edgex-go/337:/w/workspace/edgex-go/337:rw,z -v /w/workspace/edgex-go/337@tmp:/w/workspace/edgex-go/337@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-03T21:21:03.484Z] $ docker top 7558b2d6014caa0c86f96dd47008075cc3daa9c3b348d55ecee0a4bae89d75ff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T21:21:04.055Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-03T21:21:04.352Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-03T21:21:04.644Z] + ls /var/log/sa-host [2021-02-03T21:21:04.644Z] + sadf -c /var/log/sa-host/sa03 [2021-02-03T21:21:04.644Z] file_magic: OK [2021-02-03T21:21:04.644Z] HZ: Using current value: 100 [2021-02-03T21:21:04.644Z] file_header: OK [2021-02-03T21:21:04.644Z] 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-03T21:21:04.644Z] Statistics: [2021-02-03T21:21:04.644Z] 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... [2021-02-03T21:21:04.644Z] File successfully converted to sysstat format version 12.2.1 [2021-02-03T21:21:04.644Z] + sadf -c /var/log/sa-host/sa23 [2021-02-03T21:21:04.644Z] file_magic: OK [2021-02-03T21:21:04.644Z] HZ: Using current value: 100 [2021-02-03T21:21:04.644Z] file_header: OK [2021-02-03T21:21:04.644Z] 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-03T21:21:04.644Z] Statistics: [2021-02-03T21:21:04.644Z] Hnuu...uuuununununu... [2021-02-03T21:21:04.644Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-03T21:21:04.871Z] provisioning config files... [2021-02-03T21:21:04.886Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/337@tmp/config3438168172290382235tmp [Pipeline] { [Pipeline] echo [2021-02-03T21:21:04.959Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:21:05.253Z] ---> create-netrc.sh [Pipeline] } [2021-02-03T21:21:05.263Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-03T21:21:05.352Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:21:05.646Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-03T21:21:05.656Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:21:05.986Z] ---> sudo-logs.sh [2021-02-03T21:21:05.986Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-03T21:21:05.996Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:21:06.289Z] ---> job-cost.sh [2021-02-03T21:21:06.289Z] lf-activate-venv: SKIPPING [2021-02-03T21:21:06.289Z] INFO: No Stack... [2021-02-03T21:21:07.687Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-03T21:21:07.949Z] INFO: Archiving Costs [Pipeline] echo [2021-02-03T21:21:07.963Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:21:08.262Z] ---> logs-deploy.sh [2021-02-03T21:21:08.262Z] lf-activate-venv: SKIPPING [2021-02-03T21:21:08.262Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/337 [2021-02-03T21:21:08.262Z] INFO: archiving workspace using pattern(s): [2021-02-03T21:21:09.649Z] Archives upload complete. [2021-02-03T21:21:09.911Z] INFO: archiving logs to Nexus [2021-02-03T21:21:10.859Z] ---> uname -a: [2021-02-03T21:21:10.859Z] Linux prd-centos7-docker-4c-2g-24776.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-03T21:21:10.859Z] [2021-02-03T21:21:10.859Z] [2021-02-03T21:21:10.859Z] ---> lscpu: [2021-02-03T21:21:10.859Z] Architecture: x86_64 [2021-02-03T21:21:10.859Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-03T21:21:10.859Z] Byte Order: Little Endian [2021-02-03T21:21:10.859Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-03T21:21:10.859Z] CPU(s): 4 [2021-02-03T21:21:10.859Z] On-line CPU(s) list: 0-3 [2021-02-03T21:21:10.859Z] Thread(s) per core: 1 [2021-02-03T21:21:10.859Z] Core(s) per socket: 1 [2021-02-03T21:21:10.859Z] Socket(s): 4 [2021-02-03T21:21:10.859Z] NUMA node(s): 1 [2021-02-03T21:21:10.859Z] Vendor ID: GenuineIntel [2021-02-03T21:21:10.859Z] CPU family: 6 [2021-02-03T21:21:10.859Z] Model: 44 [2021-02-03T21:21:10.859Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-03T21:21:10.859Z] Stepping: 1 [2021-02-03T21:21:10.859Z] CPU MHz: 2933.436 [2021-02-03T21:21:10.859Z] BogoMIPS: 5866.87 [2021-02-03T21:21:10.859Z] Virtualization: VT-x [2021-02-03T21:21:10.859Z] Hypervisor vendor: KVM [2021-02-03T21:21:10.859Z] Virtualization type: full [2021-02-03T21:21:10.859Z] L1d cache: 128 KiB [2021-02-03T21:21:10.859Z] L1i cache: 128 KiB [2021-02-03T21:21:10.859Z] L2 cache: 16 MiB [2021-02-03T21:21:10.859Z] L3 cache: 64 MiB [2021-02-03T21:21:10.859Z] NUMA node0 CPU(s): 0-3 [2021-02-03T21:21:10.859Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-03T21:21:10.859Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-03T21:21:10.859Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-03T21:21:10.859Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-03T21:21:10.859Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-03T21:21:10.859Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-03T21:21:10.859Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-03T21:21:10.859Z] Vulnerability Srbds: Not affected [2021-02-03T21:21:10.859Z] Vulnerability Tsx async abort: Not affected [2021-02-03T21:21:10.859Z] 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-03T21:21:10.859Z] [2021-02-03T21:21:10.859Z] [2021-02-03T21:21:10.859Z] ---> nproc: [2021-02-03T21:21:10.859Z] 4 [2021-02-03T21:21:10.859Z] [2021-02-03T21:21:10.859Z] [2021-02-03T21:21:10.859Z] ---> df -h: [2021-02-03T21:21:10.859Z] Filesystem Size Used Available Use% Mounted on [2021-02-03T21:21:10.859Z] overlay 50.0G 13.0G 37.0G 26% / [2021-02-03T21:21:10.859Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-03T21:21:10.859Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-03T21:21:10.859Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-03T21:21:10.859Z] /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os [2021-02-03T21:21:10.859Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf [2021-02-03T21:21:10.859Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname [2021-02-03T21:21:10.859Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts [2021-02-03T21:21:10.859Z] /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json [2021-02-03T21:21:10.859Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host [2021-02-03T21:21:10.859Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure [2021-02-03T21:21:10.859Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log [2021-02-03T21:21:10.859Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/337@tmp [2021-02-03T21:21:10.859Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/337 [2021-02-03T21:21:10.859Z] [2021-02-03T21:21:10.859Z] [2021-02-03T21:21:10.859Z] ---> free -m: [2021-02-03T21:21:10.859Z] total used free shared buff/cache available [2021-02-03T21:21:10.859Z] Mem: 1837 788 162 0 885 996 [2021-02-03T21:21:10.859Z] Swap: 1023 67 956 [2021-02-03T21:21:10.859Z] [2021-02-03T21:21:10.859Z] [2021-02-03T21:21:10.859Z] ---> ip addr: [2021-02-03T21:21:10.859Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-03T21:21:10.859Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-03T21:21:10.859Z] inet 127.0.0.1/8 scope host lo [2021-02-03T21:21:10.859Z] valid_lft forever preferred_lft forever [2021-02-03T21:21:10.859Z] inet6 ::1/128 scope host [2021-02-03T21:21:10.859Z] valid_lft forever preferred_lft forever [2021-02-03T21:21:10.859Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-03T21:21:10.859Z] link/ether fa:16:3e:0d:a9:ed brd ff:ff:ff:ff:ff:ff [2021-02-03T21:21:10.859Z] inet 10.30.122.24/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-03T21:21:10.859Z] valid_lft 85338sec preferred_lft 85338sec [2021-02-03T21:21:10.859Z] inet6 fe80::f816:3eff:fe0d:a9ed/64 scope link [2021-02-03T21:21:10.859Z] valid_lft forever preferred_lft forever [2021-02-03T21:21:10.859Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-03T21:21:10.859Z] link/ether 02:42:c5:7a:ad:18 brd ff:ff:ff:ff:ff:ff [2021-02-03T21:21:10.859Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-03T21:21:10.859Z] valid_lft forever preferred_lft forever [2021-02-03T21:21:10.859Z] inet6 fe80::42:c5ff:fe7a:ad18/64 scope link [2021-02-03T21:21:10.859Z] valid_lft forever preferred_lft forever [2021-02-03T21:21:10.859Z] [2021-02-03T21:21:10.859Z] [2021-02-03T21:21:10.859Z] ---> sar -b -r -n DEV: [2021-02-03T21:21:10.859Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/03/21 _x86_64_ (4 CPU) [2021-02-03T21:21:10.859Z] [2021-02-03T21:21:10.859Z] 21:03:17 LINUX RESTART (4 CPU) [2021-02-03T21:21:10.859Z] [2021-02-03T21:21:10.859Z] 21:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-03T21:21:10.859Z] 21:05:01 166.81 63.22 103.59 0.00 9084.54 40199.77 0.00 [2021-02-03T21:21:10.859Z] 21:06:02 306.34 132.93 173.41 0.00 5306.50 29261.15 0.00 [2021-02-03T21:21:10.859Z] 21:07:01 155.69 69.98 85.71 0.00 2377.70 12061.28 0.00 [2021-02-03T21:21:10.859Z] 21:08:01 138.98 45.23 93.75 0.00 2835.78 21731.61 0.00 [2021-02-03T21:21:10.859Z] 21:09:02 1584.85 1270.49 314.36 0.00 125624.37 186481.30 0.00 [2021-02-03T21:21:10.859Z] 21:10:01 1982.03 1697.05 284.98 0.00 114825.40 126693.16 0.00 [2021-02-03T21:21:10.859Z] 21:11:02 1346.50 1004.79 341.71 0.00 72469.50 117607.31 0.00 [2021-02-03T21:21:10.859Z] 21:12:01 1829.18 1513.68 315.50 0.00 78725.49 87536.45 0.00 [2021-02-03T21:21:10.859Z] 21:13:01 247.49 102.95 144.55 0.00 9618.78 15246.66 0.00 [2021-02-03T21:21:10.859Z] 21:14:01 59.17 54.51 4.66 0.00 1969.90 100.32 0.00 [2021-02-03T21:21:10.859Z] 21:15:01 0.43 0.05 0.38 0.00 0.40 5.55 0.00 [2021-02-03T21:21:10.859Z] 21:16:01 0.23 0.05 0.18 0.00 0.80 1.93 0.00 [2021-02-03T21:21:10.859Z] 21:17:01 0.52 0.25 0.27 0.00 2.00 4.41 0.00 [2021-02-03T21:21:10.859Z] 21:18:01 0.27 0.02 0.25 0.00 0.13 2.43 0.00 [2021-02-03T21:21:10.859Z] 21:19:02 117.05 36.95 80.11 0.00 2337.78 23901.18 0.00 [2021-02-03T21:21:10.859Z] 21:20:01 258.31 123.39 134.91 0.00 8570.77 33953.87 0.00 [2021-02-03T21:21:10.859Z] 21:21:02 282.67 130.59 152.08 0.00 9485.39 30111.27 0.00 [2021-02-03T21:21:10.859Z] Average: 498.10 366.88 131.22 0.00 26099.67 42738.84 0.00 [2021-02-03T21:21:10.859Z] [2021-02-03T21:21:10.859Z] 21:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-03T21:21:10.859Z] 21:05:01 73548 0 727588 38.67 1996 1078412 1541900 52.62 706380 874528 96368 [2021-02-03T21:21:10.859Z] 21:06:02 130476 0 832424 44.24 1492 917152 1607976 54.88 641348 840356 66644 [2021-02-03T21:21:10.859Z] 21:07:01 375372 0 809164 43.01 568 696440 1777988 60.68 559276 663812 31192 [2021-02-03T21:21:10.859Z] 21:08:01 188248 0 763412 40.57 452 929432 1331756 45.45 545612 850392 90360 [2021-02-03T21:21:10.859Z] 21:09:02 63584 0 778976 41.40 0 1038984 1935988 66.07 657876 940532 2420 [2021-02-03T21:21:10.859Z] 21:10:01 228312 0 1172752 62.33 0 480480 4124128 140.75 750556 633936 4952 [2021-02-03T21:21:10.859Z] 21:11:02 96060 0 762476 40.52 0 1023008 2134988 72.86 711736 832496 31296 [2021-02-03T21:21:10.859Z] 21:12:01 121096 0 713464 37.92 0 1046984 1527764 52.14 701300 817860 0 [2021-02-03T21:21:10.859Z] 21:13:01 348472 0 669628 35.59 0 863444 1487980 50.78 510060 778272 32 [2021-02-03T21:21:10.859Z] 21:14:01 318984 0 640360 34.03 0 922200 1279140 43.65 502944 816972 12 [2021-02-03T21:21:10.859Z] 21:15:01 331600 0 627736 33.36 0 922208 1192308 40.69 493364 816072 8 [2021-02-03T21:21:10.859Z] 21:16:01 332052 0 627284 33.34 0 922208 1192332 40.69 493612 816076 12 [2021-02-03T21:21:10.859Z] 21:17:01 331960 0 627348 33.34 0 922236 1192372 40.69 493436 816152 8 [2021-02-03T21:21:10.859Z] 21:18:01 332272 0 627032 33.33 0 922240 1192372 40.69 493448 816160 8 [2021-02-03T21:21:10.859Z] 21:19:02 92288 0 735936 39.11 0 1053320 1624544 55.44 662212 840852 97492 [2021-02-03T21:21:10.859Z] 21:20:01 66880 0 777916 41.34 0 1036748 1633032 55.73 698752 790832 46672 [2021-02-03T21:21:10.859Z] 21:21:02 202716 0 786720 41.81 0 892108 1402260 47.86 517452 784016 20464 [2021-02-03T21:21:10.859Z] Average: 213760 0 745895 39.64 265 921624 1657578 56.57 596433 807607 28702 [2021-02-03T21:21:10.859Z] [2021-02-03T21:21:10.859Z] 21:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-03T21:21:10.859Z] 21:05:01 eth0 1297.17 1231.38 6219.38 152.74 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.859Z] 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.859Z] 21:05:01 docker0 827.50 799.17 68.74 2679.14 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.859Z] 21:06:02 vethd74ee1b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.859Z] 21:06:02 eth0 221.35 157.79 863.10 25.88 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.859Z] 21:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.859Z] 21:06:02 docker0 136.09 183.77 9.97 829.17 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.859Z] 21:07:01 vethd74ee1b 1.96 1.96 0.16 0.17 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.859Z] 21:07:01 eth0 38.94 27.15 21.79 71.92 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.859Z] 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.859Z] 21:07:01 docker0 1.96 1.96 0.13 0.17 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.859Z] 21:08:01 eth0 181.61 140.14 1689.47 21.77 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.859Z] 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.859Z] 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.859Z] 21:09:02 veth81bd76a 0.00 0.39 0.00 0.02 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.859Z] 21:09:02 eth0 96.82 80.15 178.01 76.14 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.859Z] 21:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.859Z] 21:09:02 docker0 31.10 34.78 2.04 144.80 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:10:01 veth4ab2405 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:10:01 veth4d68cdc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:10:01 veth81bd76a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:10:01 eth0 16.17 8.46 13.44 7.03 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:11:02 veth8b6a9ca 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:11:02 veth892da3b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:11:02 vethdc2edc0 14.63 32.27 1.01 294.93 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:11:02 veth81bd76a 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:12:01 veth81bd76a 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:12:01 eth0 2929.69 2423.44 14163.88 550.56 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:12:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:12:01 veth80d08f1 5.18 5.71 0.60 20.68 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:13:01 eth0 324.30 293.46 217.81 1065.78 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:13:01 docker0 1050.96 1119.54 84.22 4332.75 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:14:01 eth0 141.59 141.71 59.48 600.34 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:15:01 eth0 0.08 0.08 0.01 0.03 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:16:01 eth0 0.18 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:17:01 eth0 0.12 0.15 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:18:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:19:02 eth0 623.94 570.31 3993.17 68.08 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:20:01 eth0 478.59 431.66 3506.50 77.39 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:20:01 docker0 31.44 32.15 3.04 224.27 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:21:02 eth0 375.96 313.46 2445.01 116.02 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] 21:21:02 docker0 28.34 37.20 1.77 217.21 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] Average: eth0 241.55 212.13 1245.88 141.25 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] Average: docker0 65.38 69.98 5.24 280.93 0.00 0.00 0.00 0.00 [2021-02-03T21:21:10.860Z] [2021-02-03T21:21:10.860Z] [2021-02-03T21:21:10.860Z] ---> sar -P ALL: [2021-02-03T21:21:10.860Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/03/21 _x86_64_ (4 CPU) [2021-02-03T21:21:10.860Z] [2021-02-03T21:21:10.860Z] 21:03:17 LINUX RESTART (4 CPU) [2021-02-03T21:21:10.860Z] [2021-02-03T21:21:10.860Z] 21:04:01 CPU %user %nice %system %iowait %steal %idle [2021-02-03T21:21:10.860Z] 21:05:01 all 16.42 0.00 7.40 2.59 0.15 73.44 [2021-02-03T21:21:10.860Z] 21:05:01 0 16.47 0.00 9.83 1.66 0.12 71.93 [2021-02-03T21:21:10.860Z] 21:05:01 1 15.88 0.00 6.70 1.04 0.17 76.22 [2021-02-03T21:21:10.860Z] 21:05:01 2 19.78 0.00 6.19 2.11 0.15 71.77 [2021-02-03T21:21:10.860Z] 21:05:01 3 13.54 0.00 6.90 5.56 0.17 73.83 [2021-02-03T21:21:10.860Z] 21:06:02 all 21.70 0.00 7.83 8.16 0.25 62.05 [2021-02-03T21:21:10.860Z] 21:06:02 0 22.81 0.00 8.25 8.10 0.26 60.58 [2021-02-03T21:21:10.860Z] 21:06:02 1 21.32 0.00 8.16 9.53 0.33 60.67 [2021-02-03T21:21:10.860Z] 21:06:02 2 22.08 0.00 7.29 7.49 0.19 62.95 [2021-02-03T21:21:10.860Z] 21:06:02 3 20.61 0.00 7.64 7.52 0.24 64.00 [2021-02-03T21:21:10.860Z] 21:07:01 all 50.83 0.00 11.33 4.04 0.23 33.57 [2021-02-03T21:21:10.860Z] 21:07:01 0 53.29 0.00 10.74 5.17 0.23 30.57 [2021-02-03T21:21:10.860Z] 21:07:01 1 51.60 0.00 12.19 4.50 0.23 31.48 [2021-02-03T21:21:10.860Z] 21:07:01 2 48.48 0.00 11.37 4.50 0.23 35.42 [2021-02-03T21:21:10.860Z] 21:07:01 3 49.94 0.00 11.02 2.00 0.21 36.83 [2021-02-03T21:21:10.860Z] 21:08:01 all 41.21 0.00 11.74 3.35 0.24 43.46 [2021-02-03T21:21:10.860Z] 21:08:01 0 40.28 0.00 11.55 3.39 0.21 44.57 [2021-02-03T21:21:10.860Z] 21:08:01 1 40.48 0.00 11.99 4.02 0.26 43.26 [2021-02-03T21:21:10.860Z] 21:08:01 2 42.29 0.00 11.97 1.97 0.28 43.49 [2021-02-03T21:21:10.860Z] 21:08:01 3 41.79 0.00 11.46 4.00 0.22 42.53 [2021-02-03T21:21:10.860Z] 21:09:02 all 19.81 0.00 22.49 15.40 0.37 41.93 [2021-02-03T21:21:10.860Z] 21:09:02 0 19.20 0.00 21.30 16.59 0.41 42.50 [2021-02-03T21:21:10.860Z] 21:09:02 1 20.78 0.00 22.53 15.56 0.38 40.75 [2021-02-03T21:21:10.860Z] 21:09:02 2 18.56 0.00 23.07 12.04 0.31 46.01 [2021-02-03T21:21:10.860Z] 21:09:02 3 20.71 0.00 23.07 17.42 0.37 38.43 [2021-02-03T21:21:10.860Z] 21:10:01 all 46.44 0.00 18.48 20.69 0.28 14.12 [2021-02-03T21:21:10.860Z] 21:10:01 0 45.93 0.00 18.96 22.43 0.30 12.38 [2021-02-03T21:21:10.860Z] 21:10:01 1 47.14 0.00 18.95 18.35 0.26 15.30 [2021-02-03T21:21:10.860Z] 21:10:01 2 46.10 0.00 16.88 22.23 0.34 14.45 [2021-02-03T21:21:10.860Z] 21:10:01 3 46.57 0.00 19.13 19.77 0.20 14.34 [2021-02-03T21:21:10.860Z] 21:11:02 all 31.21 0.00 18.42 21.67 0.37 28.33 [2021-02-03T21:21:10.860Z] 21:11:02 0 30.63 0.00 18.27 25.31 0.40 25.40 [2021-02-03T21:21:10.860Z] 21:11:02 1 30.94 0.00 19.55 25.59 0.42 23.49 [2021-02-03T21:21:10.860Z] 21:11:02 2 29.79 0.00 17.47 16.76 0.35 35.62 [2021-02-03T21:21:10.860Z] 21:11:02 3 33.48 0.00 18.39 19.02 0.31 28.79 [2021-02-03T21:21:10.860Z] 21:12:01 all 42.22 0.00 17.79 23.42 0.23 16.35 [2021-02-03T21:21:10.860Z] 21:12:01 0 43.30 0.00 17.73 22.00 0.23 16.74 [2021-02-03T21:21:10.860Z] 21:12:01 1 43.51 0.00 17.80 23.15 0.21 15.33 [2021-02-03T21:21:10.860Z] 21:12:01 2 40.17 0.00 17.81 25.89 0.30 15.83 [2021-02-03T21:21:10.860Z] 21:12:01 3 41.90 0.00 17.80 22.62 0.18 17.50 [2021-02-03T21:21:10.860Z] 21:13:01 all 20.76 0.00 8.43 6.83 0.20 63.78 [2021-02-03T21:21:10.860Z] 21:13:01 0 20.92 0.00 8.99 3.20 0.22 66.67 [2021-02-03T21:21:10.860Z] 21:13:01 1 21.16 0.00 8.41 9.17 0.15 61.10 [2021-02-03T21:21:10.860Z] 21:13:01 2 20.29 0.00 8.34 7.96 0.24 63.17 [2021-02-03T21:21:10.860Z] 21:13:01 3 20.66 0.00 8.00 6.96 0.19 64.19 [2021-02-03T21:21:10.860Z] 21:14:01 all 3.64 0.00 1.33 1.56 0.04 93.43 [2021-02-03T21:21:10.860Z] 21:14:01 0 3.30 0.00 1.44 1.27 0.05 93.94 [2021-02-03T21:21:10.860Z] 21:14:01 1 3.89 0.00 1.14 1.72 0.05 93.20 [2021-02-03T21:21:10.860Z] 21:14:01 2 3.49 0.00 1.25 1.67 0.02 93.57 [2021-02-03T21:21:10.860Z] 21:14:01 3 3.87 0.00 1.49 1.59 0.03 93.02 [2021-02-03T21:21:10.860Z] 21:15:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-02-03T21:21:10.860Z] 21:15:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-03T21:21:10.860Z] 21:15:01 1 0.50 0.00 0.05 0.00 0.00 99.45 [2021-02-03T21:21:10.860Z] 21:15:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-02-03T21:21:10.860Z] 21:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-03T21:21:10.860Z] [2021-02-03T21:21:10.860Z] 21:15:01 CPU %user %nice %system %iowait %steal %idle [2021-02-03T21:21:10.860Z] 21:16:01 all 0.17 0.00 0.03 0.00 0.01 99.79 [2021-02-03T21:21:10.860Z] 21:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-03T21:21:10.860Z] 21:16:01 1 0.55 0.00 0.03 0.02 0.02 99.38 [2021-02-03T21:21:10.860Z] 21:16:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2021-02-03T21:21:10.860Z] 21:16:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-02-03T21:21:10.860Z] 21:17:01 all 0.20 0.00 0.03 0.01 0.00 99.77 [2021-02-03T21:21:10.860Z] 21:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-03T21:21:10.860Z] 21:17:01 1 0.52 0.00 0.03 0.02 0.00 99.43 [2021-02-03T21:21:10.860Z] 21:17:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-03T21:21:10.860Z] 21:17:01 3 0.20 0.00 0.00 0.02 0.00 99.78 [2021-02-03T21:21:10.860Z] 21:18:01 all 0.09 0.00 0.03 0.00 0.00 99.87 [2021-02-03T21:21:10.860Z] 21:18:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-02-03T21:21:10.860Z] 21:18:01 1 0.25 0.00 0.05 0.00 0.00 99.70 [2021-02-03T21:21:10.860Z] 21:18:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-03T21:21:10.860Z] 21:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-03T21:21:10.860Z] 21:19:02 all 7.05 0.00 4.26 2.05 0.06 86.57 [2021-02-03T21:21:10.860Z] 21:19:02 0 6.83 0.00 4.13 1.98 0.08 86.97 [2021-02-03T21:21:10.860Z] 21:19:02 1 8.11 0.00 4.00 3.43 0.07 84.40 [2021-02-03T21:21:10.860Z] 21:19:02 2 6.95 0.00 3.97 1.12 0.05 87.90 [2021-02-03T21:21:10.860Z] 21:19:02 3 6.31 0.00 4.95 1.66 0.05 87.03 [2021-02-03T21:21:10.860Z] 21:20:01 all 10.48 0.00 7.12 3.39 0.11 78.90 [2021-02-03T21:21:10.860Z] 21:20:01 0 10.65 0.00 7.03 2.26 0.10 79.94 [2021-02-03T21:21:10.860Z] 21:20:01 1 11.60 0.00 7.08 2.81 0.09 78.41 [2021-02-03T21:21:10.860Z] 21:20:01 2 9.80 0.00 7.11 3.65 0.12 79.32 [2021-02-03T21:21:10.860Z] 21:20:01 3 9.85 0.00 7.27 4.81 0.12 77.94 [2021-02-03T21:21:10.860Z] 21:21:02 all 11.56 0.00 7.75 5.00 0.16 75.53 [2021-02-03T21:21:10.860Z] 21:21:02 0 9.71 0.00 7.61 4.49 0.14 78.06 [2021-02-03T21:21:10.860Z] 21:21:02 1 9.89 0.00 7.82 2.61 0.15 79.53 [2021-02-03T21:21:10.860Z] 21:21:02 2 16.26 0.00 8.70 8.50 0.17 66.37 [2021-02-03T21:21:10.860Z] 21:21:02 3 10.38 0.00 6.86 4.42 0.19 78.16 [2021-02-03T21:21:10.860Z] Average: all 18.71 0.00 8.37 6.82 0.16 65.95 [2021-02-03T21:21:10.860Z] Average: 0 18.70 0.00 8.46 6.81 0.16 65.87 [2021-02-03T21:21:10.860Z] Average: 1 18.96 0.00 8.48 7.02 0.16 65.37 [2021-02-03T21:21:10.860Z] Average: 2 18.75 0.00 8.20 6.69 0.16 66.20 [2021-02-03T21:21:10.860Z] Average: 3 18.43 0.00 8.32 6.76 0.15 66.35 [2021-02-03T21:21:10.860Z] [2021-02-03T21:21:10.860Z] [2021-02-03T21:21:10.860Z]