Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 13b869e22a059f3891192ba74d68c5afbf7a0a77 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com: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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27211 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/367 [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/367 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 13b869e22a059f3891192ba74d68c5afbf7a0a77 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 13b869e22a059f3891192ba74d68c5afbf7a0a77 # timeout=10 Commit message: "feat(security): Enable Vault's Consul secrets engine (#3179)" > git rev-list --no-walk a8b212ab85f9eb20ce60342de555149da787e9ca # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-22T23:00:13.841Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-22T23:00:14.147Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-22T23:00:14.261Z] ========================================================= [2021-02-22T23:00:14.261Z] EdgeX Global Pipelines Version Info [2021-02-22T23:00:14.261Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-22T23:00:15.792Z] ------------------- [2021-02-22T23:00:15.792Z] stable info: [2021-02-22T23:00:15.792Z] ------------------- [2021-02-22T23:00:15.792Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-22T23:00:15.792Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-22T23:00:15.792Z] Message: update stable to v1.0.179 [2021-02-22T23:00:16.920Z] ------------------- [2021-02-22T23:00:16.920Z] experimental info: [2021-02-22T23:00:16.920Z] ------------------- [2021-02-22T23:00:16.920Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-22T23:00:16.920Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-22T23:00:16.920Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-22T23:00:17.178Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-22T23:00:17.267Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-22T23:00:17.379Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-22T23:00:17.477Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-22T23:00:17.571Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-22T23:00:17.665Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-22T23:00:17.760Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-22T23:00:17.845Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-22T23:00:17.955Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-22T23:00:18.044Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-22T23:00:18.183Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-22T23:00:18.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-22T23:00:18.366Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-22T23:00:18.471Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-22T23:00:18.569Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-22T23:00:18.677Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-22T23:00:18.779Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-22T23:00:18.859Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-22T23:00:18.988Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-22T23:00:19.071Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-22T23:00:19.158Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-22T23:00:19.240Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-22T23:00:19.327Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-22T23:00:19.412Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-22T23:00:19.512Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-22T23:00:19.604Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-22T23:00:19.691Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] echo [2021-02-22T23:00:19.779Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 13b869e [Pipeline] echo [2021-02-22T23:00:19.871Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-22T23:00:20.040Z] provisioning config files... [2021-02-22T23:00:20.071Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/367@tmp/config8612756046174859433tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T23:00:20.470Z] ---> docker-login.sh [2021-02-22T23:00:20.470Z] nexus3.edgexfoundry.org:10001 [2021-02-22T23:00:20.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:00:20.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:00:20.996Z] Configure a credential helper to remove this warning. See [2021-02-22T23:00:20.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:00:20.996Z] [2021-02-22T23:00:20.996Z] Login Succeeded [2021-02-22T23:00:20.996Z] nexus3.edgexfoundry.org:10002 [2021-02-22T23:00:21.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:00:21.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:00:21.270Z] Configure a credential helper to remove this warning. See [2021-02-22T23:00:21.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:00:21.270Z] [2021-02-22T23:00:21.270Z] Login Succeeded [2021-02-22T23:00:21.270Z] nexus3.edgexfoundry.org:10003 [2021-02-22T23:00:21.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:00:21.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:00:21.534Z] Configure a credential helper to remove this warning. See [2021-02-22T23:00:21.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:00:21.534Z] [2021-02-22T23:00:21.534Z] Login Succeeded [2021-02-22T23:00:21.534Z] nexus3.edgexfoundry.org:10004 [2021-02-22T23:00:21.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:00:21.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:00:21.798Z] Configure a credential helper to remove this warning. See [2021-02-22T23:00:21.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:00:21.798Z] [2021-02-22T23:00:21.798Z] Login Succeeded [2021-02-22T23:00:21.798Z] docker.io [2021-02-22T23:00:21.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:00:22.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:00:22.062Z] Configure a credential helper to remove this warning. See [2021-02-22T23:00:22.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:00:22.062Z] [2021-02-22T23:00:22.062Z] Login Succeeded [2021-02-22T23:00:22.062Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T23:00:22.074Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T23:00:22.528Z] ++ 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-22T23:00:22.528Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T23:00:22.528Z] ++ dirname cmd/core-command/Dockerfile [2021-02-22T23:00:22.528Z] ++ cut -d/ -f2 [2021-02-22T23:00:22.528Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-22T23:00:22.528Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T23:00:22.528Z] ++ dirname cmd/core-data/Dockerfile [2021-02-22T23:00:22.528Z] ++ cut -d/ -f2 [2021-02-22T23:00:22.528Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-22T23:00:22.528Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T23:00:22.528Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-22T23:00:22.528Z] ++ cut -d/ -f2 [2021-02-22T23:00:22.528Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-22T23:00:22.528Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T23:00:22.528Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-22T23:00:22.528Z] ++ cut -d/ -f2 [2021-02-22T23:00:22.528Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-22T23:00:22.528Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T23:00:22.528Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-22T23:00:22.528Z] ++ cut -d/ -f2 [2021-02-22T23:00:22.528Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-22T23:00:22.528Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T23:00:22.528Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-22T23:00:22.528Z] ++ cut -d/ -f2 [2021-02-22T23:00:22.528Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-22T23:00:22.528Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T23:00:22.528Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-22T23:00:22.528Z] ++ cut -d/ -f2 [2021-02-22T23:00:22.528Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-22T23:00:22.528Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T23:00:22.528Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-22T23:00:22.528Z] ++ cut -d/ -f2 [2021-02-22T23:00:22.528Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-22T23:00:22.528Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T23:00:22.528Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-22T23:00:22.528Z] ++ cut -d/ -f2 [2021-02-22T23:00:22.528Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-22T23:00:22.605Z] 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-22T23:00:23.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T23:00:23.449Z] [2021-02-22T23:00:23.449Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:00:23.815Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T23:00:23.815Z] latest: Pulling from edgex-devops/git-semver [2021-02-22T23:00:23.815Z] 31603596830f: Pulling fs layer [2021-02-22T23:00:23.815Z] 2a8b12db71e7: Pulling fs layer [2021-02-22T23:00:23.815Z] 6ca5941a6612: Pulling fs layer [2021-02-22T23:00:23.815Z] ecc8261a40a4: Pulling fs layer [2021-02-22T23:00:23.815Z] ecc8261a40a4: Waiting [2021-02-22T23:00:23.815Z] 2a8b12db71e7: Verifying Checksum [2021-02-22T23:00:23.815Z] 2a8b12db71e7: Download complete [2021-02-22T23:00:23.815Z] 31603596830f: Verifying Checksum [2021-02-22T23:00:23.815Z] 31603596830f: Download complete [2021-02-22T23:00:24.081Z] ecc8261a40a4: Verifying Checksum [2021-02-22T23:00:24.081Z] ecc8261a40a4: Download complete [2021-02-22T23:00:24.081Z] 6ca5941a6612: Verifying Checksum [2021-02-22T23:00:24.081Z] 6ca5941a6612: Download complete [2021-02-22T23:00:24.344Z] 31603596830f: Pull complete [2021-02-22T23:00:24.344Z] 2a8b12db71e7: Pull complete [2021-02-22T23:00:25.300Z] 6ca5941a6612: Pull complete [2021-02-22T23:00:25.563Z] ecc8261a40a4: Pull complete [2021-02-22T23:00:25.563Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-22T23:00:25.563Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T23:00:25.563Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-22T23:00:25.675Z] prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container [2021-02-22T23:00:25.737Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-22T23:00:28.555Z] $ docker top bf8c9d035cec4de8cbc020cca0e2f4cc79bd8284448cea0db11a4ed769d6311a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-22T23:00:29.047Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T23:00:29.047Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T23:00:29.304Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T23:00:29.310Z] $ docker exec bf8c9d035cec4de8cbc020cca0e2f4cc79bd8284448cea0db11a4ed769d6311a ssh-agent [2021-02-22T23:00:29.489Z] SSH_AUTH_SOCK=/tmp/ssh-dYut6HgeYVWa/agent.12 [2021-02-22T23:00:29.489Z] SSH_AGENT_PID=17 [2021-02-22T23:00:29.506Z] Running ssh-add (command line suppressed) [2021-02-22T23:00:29.634Z] Identity added: /w/workspace/edgex-go/367@tmp/private_key_810318288738511203.key (/w/workspace/edgex-go/367@tmp/private_key_810318288738511203.key) [2021-02-22T23:00:29.683Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T23:00:30.053Z] + git tag --points-at HEAD [Pipeline] } [2021-02-22T23:00:30.083Z] $ docker exec --env ******** --env ******** bf8c9d035cec4de8cbc020cca0e2f4cc79bd8284448cea0db11a4ed769d6311a ssh-agent -k [2021-02-22T23:00:30.198Z] unset SSH_AUTH_SOCK; [2021-02-22T23:00:30.198Z] unset SSH_AGENT_PID; [2021-02-22T23:00:30.198Z] echo Agent pid 17 killed; [2021-02-22T23:00:30.248Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-22T23:00:30.411Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T23:00:30.412Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T23:00:30.588Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T23:00:30.594Z] $ docker exec bf8c9d035cec4de8cbc020cca0e2f4cc79bd8284448cea0db11a4ed769d6311a ssh-agent [2021-02-22T23:00:30.770Z] SSH_AUTH_SOCK=/tmp/ssh-F9x84MRWaLYR/agent.45 [2021-02-22T23:00:30.770Z] SSH_AGENT_PID=51 [2021-02-22T23:00:30.777Z] Running ssh-add (command line suppressed) [2021-02-22T23:00:30.910Z] Identity added: /w/workspace/edgex-go/367@tmp/private_key_4248493380946369746.key (/w/workspace/edgex-go/367@tmp/private_key_4248493380946369746.key) [2021-02-22T23:00:30.989Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T23:00:31.338Z] + git semver init [2021-02-22T23:00:31.338Z] # -> Open(): unable to determine branch for HEAD [2021-02-22T23:00:31.338Z] # $GIT_DIR = /w/workspace/edgex-go/367/.git [2021-02-22T23:00:31.338Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/367 [2021-02-22T23:00:31.338Z] # $SEMVER_REMOTE_NAME = origin [2021-02-22T23:00:31.338Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-22T23:00:31.338Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-22T23:00:31.338Z] # $SEMVER_BRANCH = master [2021-02-22T23:00:31.338Z] # $SEMVER_TEMP = /tmp/semver-806853812 [2021-02-22T23:00:31.338Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-22T23:00:58.030Z] # '/tmp/semver-806853812' -> '/w/workspace/edgex-go/367/.semver' [2021-02-22T23:00:58.030Z] # -> Force: false [2021-02-22T23:00:58.030Z] # $SEMVER_DIR = /w/workspace/edgex-go/367/.semver [Pipeline] } [2021-02-22T23:00:58.048Z] $ docker exec --env ******** --env ******** bf8c9d035cec4de8cbc020cca0e2f4cc79bd8284448cea0db11a4ed769d6311a ssh-agent -k [2021-02-22T23:00:58.388Z] unset SSH_AUTH_SOCK; [2021-02-22T23:00:58.389Z] unset SSH_AGENT_PID; [2021-02-22T23:00:58.389Z] echo Agent pid 51 killed; [2021-02-22T23:00:58.469Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T23:00:59.017Z] + git semver [Pipeline] } [2021-02-22T23:00:59.042Z] $ docker stop --time=1 bf8c9d035cec4de8cbc020cca0e2f4cc79bd8284448cea0db11a4ed769d6311a [2021-02-22T23:01:00.608Z] $ docker rm -f bf8c9d035cec4de8cbc020cca0e2f4cc79bd8284448cea0db11a4ed769d6311a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T23:01:01.137Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-22T23:01:01.694Z] Stashed 1 file(s) [Pipeline] echo [2021-02-22T23:01:01.699Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.101 [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-22T23:01:02.705Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-22T23:01:03.009Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-22T23:01:03.308Z] + sudo service docker restart [2021-02-22T23:01:03.308Z] + true [2021-02-22T23:01:03.308Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-22T23:01:03.902Z] ========================================================= [2021-02-22T23:01:03.902Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-22T23:01:03.902Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:01:04.250Z] + 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-22T23:01:08.498Z] Sending build context to Docker daemon 327.9MB [2021-02-22T23:01:08.498Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-22T23:01:08.498Z] Step 2/6 : FROM ${BASE} [2021-02-22T23:01:08.498Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-22T23:01:08.498Z] 188c0c94c7c5: Pulling fs layer [2021-02-22T23:01:08.498Z] 0ef7d3d256c8: Pulling fs layer [2021-02-22T23:01:08.498Z] de9db76c5a1d: Pulling fs layer [2021-02-22T23:01:08.498Z] bca2f99d35d6: Pulling fs layer [2021-02-22T23:01:08.498Z] 93359f2a8cfa: Pulling fs layer [2021-02-22T23:01:08.498Z] 7c6f9722023f: Pulling fs layer [2021-02-22T23:01:08.498Z] a35cf1a2eb13: Pulling fs layer [2021-02-22T23:01:08.498Z] 93359f2a8cfa: Waiting [2021-02-22T23:01:08.498Z] 7c6f9722023f: Waiting [2021-02-22T23:01:08.498Z] a35cf1a2eb13: Waiting [2021-02-22T23:01:08.498Z] bca2f99d35d6: Waiting [2021-02-22T23:01:08.498Z] de9db76c5a1d: Verifying Checksum [2021-02-22T23:01:08.498Z] de9db76c5a1d: Download complete [2021-02-22T23:01:08.498Z] 0ef7d3d256c8: Verifying Checksum [2021-02-22T23:01:08.498Z] 0ef7d3d256c8: Download complete [2021-02-22T23:01:08.498Z] 93359f2a8cfa: Verifying Checksum [2021-02-22T23:01:08.498Z] 93359f2a8cfa: Download complete [2021-02-22T23:01:08.498Z] 188c0c94c7c5: Verifying Checksum [2021-02-22T23:01:08.498Z] 188c0c94c7c5: Download complete [2021-02-22T23:01:08.498Z] 7c6f9722023f: Verifying Checksum [2021-02-22T23:01:08.498Z] 7c6f9722023f: Download complete [2021-02-22T23:01:09.084Z] 188c0c94c7c5: Pull complete [2021-02-22T23:01:09.353Z] 0ef7d3d256c8: Pull complete [2021-02-22T23:01:09.353Z] de9db76c5a1d: Pull complete [2021-02-22T23:01:10.326Z] a35cf1a2eb13: Verifying Checksum [2021-02-22T23:01:10.326Z] a35cf1a2eb13: Download complete [2021-02-22T23:01:10.902Z] bca2f99d35d6: Verifying Checksum [2021-02-22T23:01:10.902Z] bca2f99d35d6: Download complete [2021-02-22T23:01:17.122Z] Still waiting to schedule task [2021-02-22T23:01:17.122Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-22T23:01:17.563Z] bca2f99d35d6: Pull complete [2021-02-22T23:01:17.563Z] 93359f2a8cfa: Pull complete [2021-02-22T23:01:17.563Z] 7c6f9722023f: Pull complete [2021-02-22T23:01:22.923Z] a35cf1a2eb13: Pull complete [2021-02-22T23:01:22.923Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-22T23:01:22.923Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-22T23:01:22.923Z] ---> a62c8e92a672 [2021-02-22T23:01:22.923Z] 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-22T23:01:22.923Z] ---> Running in 40dfe5b7a925 [2021-02-22T23:01:22.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:01:23.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:01:24.458Z] (1/12) Installing libmagic (5.38-r0) [2021-02-22T23:01:24.458Z] (2/12) Installing file (5.38-r0) [2021-02-22T23:01:24.458Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-22T23:01:24.458Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-22T23:01:29.786Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-22T23:01:29.786Z] (6/12) Installing patch (2.7.6-r6) [2021-02-22T23:01:29.786Z] (7/12) Installing build-base (0.5-r2) [2021-02-22T23:01:29.786Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-22T23:01:29.786Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-22T23:01:30.056Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-22T23:01:30.056Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-22T23:01:30.329Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-22T23:01:30.329Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:01:30.329Z] OK: 233 MiB in 51 packages [2021-02-22T23:01:33.674Z] Removing intermediate container 40dfe5b7a925 [2021-02-22T23:01:33.674Z] ---> c7b0379057f4 [2021-02-22T23:01:33.674Z] Step 4/6 : WORKDIR /edgex-go [2021-02-22T23:01:33.674Z] ---> Running in f758b93e9f9b [2021-02-22T23:01:33.940Z] Removing intermediate container f758b93e9f9b [2021-02-22T23:01:33.940Z] ---> d3323d9d8393 [2021-02-22T23:01:33.940Z] Step 5/6 : COPY go.mod . [2021-02-22T23:01:34.204Z] ---> ef9c246e780b [2021-02-22T23:01:34.204Z] Step 6/6 : RUN go mod download [2021-02-22T23:01:34.472Z] ---> Running in ce55c6c89e95 [2021-02-22T23:02:01.141Z] Removing intermediate container ce55c6c89e95 [2021-02-22T23:02:01.141Z] ---> 0d3e74d08c59 [2021-02-22T23:02:01.141Z] Successfully built 0d3e74d08c59 [2021-02-22T23:02:01.141Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:02:01.469Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-22T23:02:01.737Z] . [Pipeline] withDockerContainer [2021-02-22T23:02:01.863Z] prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container [2021-02-22T23:02:01.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-22T23:02:02.872Z] $ docker top 07accca26278f2c3bbefb2b79dd5f017358366f95e65cc051bd66f42b705b19d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T23:02:03.387Z] + go version [2021-02-22T23:02:03.387Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-22T23:02:03.406Z] $ docker stop --time=1 07accca26278f2c3bbefb2b79dd5f017358366f95e65cc051bd66f42b705b19d [2021-02-22T23:02:04.778Z] $ docker rm -f 07accca26278f2c3bbefb2b79dd5f017358366f95e65cc051bd66f42b705b19d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:02:05.578Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-22T23:02:05.578Z] . [Pipeline] withDockerContainer [2021-02-22T23:02:05.680Z] prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container [2021-02-22T23:02:05.733Z] $ 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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-22T23:02:06.451Z] $ docker top 93dfe4b995eb3310d6908b811d3d5170cf157d85c5d114c65b45d171df6d32f6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-22T23:02:06.745Z] ========================================================= [2021-02-22T23:02:06.745Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-22T23:02:06.745Z] ========================================================= [Pipeline] sh [2021-02-22T23:02:07.084Z] + make test [2021-02-22T23:02:07.084Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-22T23:02:17.172Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-22T23:02:32.228Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-22T23:02:38.920Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-22T23:02:38.920Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-22T23:02:38.920Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-22T23:02:40.906Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-22T23:02:40.906Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-22T23:02:40.906Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-22T23:02:40.906Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-22T23:02:41.498Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-22T23:02:42.092Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-22T23:02:44.691Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-22T23:02:44.691Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-22T23:02:44.691Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-22T23:02:47.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 45.9% of statements [2021-02-22T23:02:47.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-22T23:02:47.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-22T23:02:47.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-22T23:02:47.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-22T23:02:47.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-22T23:02:47.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-22T23:02:47.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-22T23:02:47.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.113s coverage: 100.0% of statements [2021-02-22T23:02:49.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.201s coverage: 27.1% of statements [2021-02-22T23:02:49.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-22T23:02:49.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-22T23:02:49.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-22T23:02:49.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-22T23:02:49.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-22T23:02:49.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-22T23:02:49.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-02-22T23:02:49.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-22T23:02:49.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2021-02-22T23:02:49.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-22T23:02:49.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-22T23:02:49.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 65.8% of statements [2021-02-22T23:02:49.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-22T23:02:49.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-22T23:02:50.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.420s coverage: 82.3% of statements [2021-02-22T23:02:50.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-22T23:02:50.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T23:02:50.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-22T23:02:50.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-22T23:02:52.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.406s coverage: 28.6% of statements [2021-02-22T23:02:52.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-22T23:02:52.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-22T23:02:52.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-22T23:02:52.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-22T23:02:52.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-22T23:02:52.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements [2021-02-22T23:02:52.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-22T23:02:52.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2021-02-22T23:02:52.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-22T23:02:52.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements [2021-02-22T23:02:52.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-22T23:02:52.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements [2021-02-22T23:02:52.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-22T23:02:52.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements [2021-02-22T23:02:52.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-22T23:02:52.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-22T23:02:52.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-22T23:02:52.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-22T23:02:56.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.454s coverage: 92.8% of statements [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-22T23:02:56.096Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-22T23:02:56.096Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-22T23:02:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-22T23:02:56.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 45.5% of statements [2021-02-22T23:02:56.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements [2021-02-22T23:02:56.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements [2021-02-22T23:02:56.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.049s coverage: 96.3% of statements [2021-02-22T23:02:56.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-02-22T23:03:08.370Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.038s coverage: 94.4% of statements [2021-02-22T23:03:08.370Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.067s coverage: 92.9% of statements [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.6% of statements [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.176s coverage: 62.4% of statements [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.296s coverage: 68.9% of statements [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 36.6% of statements [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.049s coverage: 89.5% of statements [2021-02-22T23:03:20.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements [2021-02-22T23:03:20.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-22T23:03:20.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-22T23:03:20.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-22T23:03:20.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.126s coverage: 89.4% of statements [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-22T23:03:20.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.744s coverage: 29.1% of statements [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-22T23:03:20.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.099s coverage: 99.0% of statements [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-22T23:03:20.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-22T23:03:20.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.067s coverage: 92.9% of statements [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-22T23:03:20.692Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-22T23:03:20.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-22T23:03:20.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-22T23:03:20.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-22T23:03:20.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-22T23:03:20.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-22T23:03:20.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-02-22T23:03:20.959Z] GO111MODULE=on go vet ./... [2021-02-22T23:03:53.246Z] gofmt -l . [2021-02-22T23:03:53.247Z] [ "`gofmt -l .`" = "" ] [2021-02-22T23:03:53.247Z] ./bin/test-go-mod-tidy.sh [2021-02-22T23:03:53.247Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-22T23:03:53.881Z] + ls -al . [2021-02-22T23:03:53.881Z] total 708 [2021-02-22T23:03:53.881Z] drwxrwxr-x 10 1001 1001 4096 Feb 22 23:03 . [2021-02-22T23:03:53.881Z] drwxr-xr-x 4 root root 32 Feb 22 23:02 .. [2021-02-22T23:03:53.881Z] -rw-rw-r-- 1 1001 1001 11 Feb 22 23:00 .dockerignore [2021-02-22T23:03:53.881Z] drwxrwxr-x 8 1001 1001 162 Feb 22 23:00 .git [2021-02-22T23:03:53.881Z] drwxrwxr-x 3 1001 1001 125 Feb 22 23:00 .github [2021-02-22T23:03:53.881Z] -rw-rw-r-- 1 1001 1001 818 Feb 22 23:00 .gitignore [2021-02-22T23:03:53.881Z] drwx------ 3 1001 1001 45 Feb 22 23:00 .semver [2021-02-22T23:03:53.881Z] -rw-rw-r-- 1 1001 1001 166 Feb 22 23:00 .sonarcloud.properties [2021-02-22T23:03:53.881Z] -rw-rw-r-- 1 1001 1001 8475 Feb 22 23:00 Attribution.txt [2021-02-22T23:03:53.881Z] -rw-rw-r-- 1 1001 1001 3804 Feb 22 23:00 CONTRIBUTING.md [2021-02-22T23:03:53.881Z] -rw-rw-r-- 1 1001 1001 931 Feb 22 23:00 Dockerfile.build [2021-02-22T23:03:53.881Z] -rw-rw-r-- 1 1001 1001 863 Feb 22 23:00 Jenkinsfile [2021-02-22T23:03:53.881Z] -rw-rw-r-- 1 1001 1001 10775 Feb 22 23:00 LICENSE [2021-02-22T23:03:53.881Z] -rw-rw-r-- 1 1001 1001 5774 Feb 22 23:00 Makefile [2021-02-22T23:03:53.881Z] -rw-rw-r-- 1 1001 1001 6524 Feb 22 23:00 README.md [2021-02-22T23:03:53.881Z] -rw-rw-r-- 1 1001 1001 6755 Feb 22 23:00 SECURITY.md [2021-02-22T23:03:53.881Z] -rw-rw-r-- 1 1001 1001 13 Feb 22 23:01 VERSION [2021-02-22T23:03:53.881Z] -rw-rw-r-- 1 1001 1001 4131 Feb 22 23:00 ZMQWindows.md [2021-02-22T23:03:53.881Z] drwxrwxr-x 2 1001 1001 117 Feb 22 23:00 bin [2021-02-22T23:03:53.881Z] drwxrwxr-x 14 1001 1001 4096 Feb 22 23:00 cmd [2021-02-22T23:03:53.881Z] -rw-r--r-- 1 root root 594620 Feb 22 23:03 coverage.out [2021-02-22T23:03:53.881Z] -rw-r--r-- 1 root root 1055 Feb 22 23:03 go.mod [2021-02-22T23:03:53.881Z] -rw-r--r-- 1 root root 21410 Feb 22 23:03 go.sum [2021-02-22T23:03:53.881Z] drwxrwxr-x 8 1001 1001 127 Feb 22 23:00 internal [2021-02-22T23:03:53.881Z] drwxrwxr-x 4 1001 1001 26 Feb 22 23:00 openapi [2021-02-22T23:03:53.881Z] drwxrwxr-x 4 1001 1001 71 Feb 22 23:00 snap [2021-02-22T23:03:53.881Z] -rw-rw-r-- 1 1001 1001 168 Feb 22 23:00 version.go [Pipeline] sh [2021-02-22T23:03:54.189Z] + '[' -e coverage.out ] [2021-02-22T23:03:54.189Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-22T23:03:54.399Z] Stashed 1 file(s) [Pipeline] sh [2021-02-22T23:03:54.696Z] + make build [2021-02-22T23:03:54.697Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-data/core-data ./cmd/core-data [2021-02-22T23:03:58.023Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-22T23:04:06.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-command/core-command ./cmd/core-command [2021-02-22T23:04:07.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-22T23:04:09.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-22T23:04:09.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-22T23:04:11.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-22T23:04:13.014Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-22T23:04:14.422Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-22T23:04:15.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-22T23:04:16.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-22T23:04:18.337Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-22T23:04:19.976Z] $ docker stop --time=1 93dfe4b995eb3310d6908b811d3d5170cf157d85c5d114c65b45d171df6d32f6 [2021-02-22T23:04:20.998Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27213 in /w/workspace/edgexfoundry_edgex-go_master [2021-02-22T23:04:21.751Z] $ docker rm -f 93dfe4b995eb3310d6908b811d3d5170cf157d85c5d114c65b45d171df6d32f6 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-02-22T23:04:22.472Z] Running in /w/workspace/edgex-go/367 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:04:25.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-22T23:04:25.467Z] [2021-02-22T23:04:25.467Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:04:25.882Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-22T23:04:25.882Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-22T23:04:25.882Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-22T23:04:25.882Z] ca9280d653b3: Pulling fs layer [2021-02-22T23:04:25.882Z] 7e9c9ca2126c: Pulling fs layer [2021-02-22T23:04:26.146Z] cbdbe7a5bc2a: Download complete [2021-02-22T23:04:26.413Z] cbdbe7a5bc2a: Pull complete [2021-02-22T23:04:26.413Z] ca9280d653b3: Verifying Checksum [2021-02-22T23:04:26.413Z] ca9280d653b3: Download complete [2021-02-22T23:04:27.510Z] using credential edgex-jenkins-ssh [2021-02-22T23:04:27.572Z] Cloning the remote Git repository [2021-02-22T23:04:27.654Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-22T23:04:27.824Z] 7e9c9ca2126c: Verifying Checksum [2021-02-22T23:04:27.824Z] 7e9c9ca2126c: Download complete [2021-02-22T23:04:27.824Z] ca9280d653b3: Pull complete [2021-02-22T23:04:27.767Z] > git init /w/workspace/edgex-go/367 # timeout=10 [2021-02-22T23:04:27.844Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-22T23:04:27.845Z] > git --version # timeout=10 [2021-02-22T23:04:27.871Z] > git --version # 'git version 2.17.1' [2021-02-22T23:04:27.872Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T23:04:27.965Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T23:04:34.467Z] 7e9c9ca2126c: Pull complete [2021-02-22T23:04:34.467Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-22T23:04:34.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-22T23:04:34.467Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-22T23:04:34.664Z] prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container [2021-02-22T23:04:34.728Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-22T23:04:35.754Z] $ docker top cc021a2ed7b59086883b1485c12a3efa85f2b0e87ae79fba641f8482ceddee0c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T23:04:36.228Z] + docker-compose build --help [2021-02-22T23:04:36.228Z] + grep parallel [2021-02-22T23:04:37.174Z] --parallel Build images in parallel. [Pipeline] } [2021-02-22T23:04:37.193Z] $ docker stop --time=1 cc021a2ed7b59086883b1485c12a3efa85f2b0e87ae79fba641f8482ceddee0c [2021-02-22T23:04:38.579Z] $ docker rm -f cc021a2ed7b59086883b1485c12a3efa85f2b0e87ae79fba641f8482ceddee0c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:04:39.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-22T23:04:39.231Z] . [Pipeline] withDockerContainer [2021-02-22T23:04:39.334Z] prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container [2021-02-22T23:04:39.383Z] $ 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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-22T23:04:40.148Z] $ docker top 7284dadd2a1a60a8c447849391858b441d10102d1b3100bb317a425d1ff23fa6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T23:04:40.831Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-22T23:04:41.784Z] Building docker-core-command-go ... [2021-02-22T23:04:41.784Z] Building docker-core-data-go ... [2021-02-22T23:04:41.784Z] Building docker-core-metadata-go ... [2021-02-22T23:04:41.784Z] Building docker-security-bootstrapper-go ... [2021-02-22T23:04:41.784Z] Building docker-security-proxy-setup-go ... [2021-02-22T23:04:41.784Z] Building docker-security-secretstore-setup-go ... [2021-02-22T23:04:41.784Z] Building docker-support-notifications-go ... [2021-02-22T23:04:41.784Z] Building docker-support-scheduler-go ... [2021-02-22T23:04:41.784Z] Building docker-sys-mgmt-agent-go ... [2021-02-22T23:04:41.784Z] Building docker-support-notifications-go [2021-02-22T23:04:41.784Z] Building docker-security-secretstore-setup-go [2021-02-22T23:04:41.784Z] Building docker-core-metadata-go [2021-02-22T23:04:41.784Z] Building docker-security-bootstrapper-go [2021-02-22T23:04:41.784Z] Building docker-support-scheduler-go [2021-02-22T23:04:44.843Z] Checking out Revision 13b869e22a059f3891192ba74d68c5afbf7a0a77 (master) [2021-02-22T23:04:44.146Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-22T23:04:44.167Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T23:04:44.195Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-22T23:04:44.233Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-22T23:04:44.234Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T23:04:44.244Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T23:04:44.871Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T23:04:44.892Z] > git checkout -f 13b869e22a059f3891192ba74d68c5afbf7a0a77 # timeout=10 [2021-02-22T23:04:49.457Z] Commit message: "feat(security): Enable Vault's Consul secrets engine (#3179)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-22T23:04:51.206Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-22T23:04:51.609Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-22T23:04:51.998Z] + sudo service docker restart [2021-02-22T23:04:51.998Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-22T23:04:54.702Z] provisioning config files... [2021-02-22T23:04:54.749Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/367@tmp/config493893727445377770tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T23:04:55.158Z] ---> docker-login.sh [2021-02-22T23:04:55.158Z] nexus3.edgexfoundry.org:10001 [2021-02-22T23:04:56.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:04:56.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:04:56.420Z] Configure a credential helper to remove this warning. See [2021-02-22T23:04:56.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:04:56.420Z] [2021-02-22T23:04:56.420Z] Login Succeeded [2021-02-22T23:04:56.420Z] nexus3.edgexfoundry.org:10002 [2021-02-22T23:04:56.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:04:56.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:04:56.974Z] Configure a credential helper to remove this warning. See [2021-02-22T23:04:56.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:04:56.974Z] [2021-02-22T23:04:56.974Z] Login Succeeded [2021-02-22T23:04:56.974Z] nexus3.edgexfoundry.org:10003 [2021-02-22T23:04:57.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:04:57.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:04:57.523Z] Configure a credential helper to remove this warning. See [2021-02-22T23:04:57.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:04:57.523Z] [2021-02-22T23:04:57.523Z] Login Succeeded [2021-02-22T23:04:57.523Z] nexus3.edgexfoundry.org:10004 [2021-02-22T23:04:57.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:04:58.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:04:58.072Z] Configure a credential helper to remove this warning. See [2021-02-22T23:04:58.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:04:58.072Z] [2021-02-22T23:04:58.072Z] Login Succeeded [2021-02-22T23:04:58.072Z] docker.io [2021-02-22T23:04:58.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:04:58.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:04:58.944Z] Configure a credential helper to remove this warning. See [2021-02-22T23:04:58.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:04:58.944Z] [2021-02-22T23:04:58.944Z] Login Succeeded [2021-02-22T23:04:58.944Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T23:04:58.962Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-22T23:04:59.582Z] ========================================================= [2021-02-22T23:04:59.582Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-22T23:04:59.582Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:04:59.974Z] + 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-22T23:05:02.624Z] Sending build context to Docker daemon 166.3MB [2021-02-22T23:05:02.624Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-22T23:05:02.624Z] Step 2/6 : FROM ${BASE} [2021-02-22T23:05:02.624Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-22T23:05:02.624Z] 5f621e34cdf4: Pulling fs layer [2021-02-22T23:05:02.624Z] a4357932f1b6: Pulling fs layer [2021-02-22T23:05:02.624Z] 18c013af1878: Pulling fs layer [2021-02-22T23:05:02.624Z] 00ac8860ef70: Pulling fs layer [2021-02-22T23:05:02.624Z] 63d7cb157983: Pulling fs layer [2021-02-22T23:05:02.624Z] b116817d02f9: Pulling fs layer [2021-02-22T23:05:02.624Z] 745a02a5169b: Pulling fs layer [2021-02-22T23:05:02.624Z] 00ac8860ef70: Waiting [2021-02-22T23:05:02.624Z] 63d7cb157983: Waiting [2021-02-22T23:05:02.624Z] b116817d02f9: Waiting [2021-02-22T23:05:02.624Z] 745a02a5169b: Waiting [2021-02-22T23:05:02.624Z] 18c013af1878: Verifying Checksum [2021-02-22T23:05:02.624Z] 18c013af1878: Download complete [2021-02-22T23:05:02.624Z] a4357932f1b6: Download complete [2021-02-22T23:05:02.624Z] 63d7cb157983: Verifying Checksum [2021-02-22T23:05:02.624Z] 63d7cb157983: Download complete [2021-02-22T23:05:02.900Z] b116817d02f9: Download complete [2021-02-22T23:05:02.900Z] 5f621e34cdf4: Verifying Checksum [2021-02-22T23:05:02.900Z] 5f621e34cdf4: Download complete [2021-02-22T23:05:03.898Z] 5f621e34cdf4: Pull complete [2021-02-22T23:05:04.176Z] a4357932f1b6: Pull complete [2021-02-22T23:05:04.452Z] 18c013af1878: Pull complete [2021-02-22T23:05:05.434Z] 745a02a5169b: Verifying Checksum [2021-02-22T23:05:05.434Z] 745a02a5169b: Download complete [2021-02-22T23:05:06.428Z] 00ac8860ef70: Verifying Checksum [2021-02-22T23:05:06.428Z] 00ac8860ef70: Download complete [2021-02-22T23:05:16.618Z] 00ac8860ef70: Pull complete [2021-02-22T23:05:17.214Z] 63d7cb157983: Pull complete [2021-02-22T23:05:17.507Z] b116817d02f9: Pull complete [2021-02-22T23:05:20.723Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:05:20.723Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:05:20.723Z] ---> 0d3e74d08c59 [2021-02-22T23:05:20.723Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T23:05:20.723Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:05:20.723Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:05:20.723Z] ---> 0d3e74d08c59 [2021-02-22T23:05:20.723Z] Step 3/24 : WORKDIR /edgex-go [2021-02-22T23:05:20.723Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:05:20.723Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:05:20.723Z] ---> 0d3e74d08c59 [2021-02-22T23:05:20.723Z] Step 3/22 : WORKDIR /edgex-go [2021-02-22T23:05:20.723Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:05:20.723Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:05:20.723Z] ---> 0d3e74d08c59 [2021-02-22T23:05:20.723Z] Step 3/30 : WORKDIR /edgex-go [2021-02-22T23:05:20.723Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:05:20.723Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:05:20.723Z] ---> 0d3e74d08c59 [2021-02-22T23:05:20.723Z] Step 3/22 : WORKDIR /edgex-go [2021-02-22T23:05:20.723Z] ---> Running in 907a33ba788f [2021-02-22T23:05:20.723Z] ---> Running in ccd9ae812f1c [2021-02-22T23:05:20.723Z] ---> Running in 23c0b15ce147 [2021-02-22T23:05:20.723Z] ---> Running in 8cc3eea93bac [2021-02-22T23:05:20.723Z] ---> Running in 5fe2a94a8ace [2021-02-22T23:05:20.723Z] Removing intermediate container 8cc3eea93bac [2021-02-22T23:05:20.723Z] ---> e1047529dc85 [2021-02-22T23:05:20.723Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:05:20.723Z] Removing intermediate container 23c0b15ce147 [2021-02-22T23:05:20.724Z] ---> 94111c84b98b [2021-02-22T23:05:20.724Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:05:20.724Z] Removing intermediate container ccd9ae812f1c [2021-02-22T23:05:20.724Z] ---> 64ffb71964ee [2021-02-22T23:05:20.724Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:05:20.724Z] Removing intermediate container 5fe2a94a8ace [2021-02-22T23:05:20.724Z] ---> 91200f6c37a8 [2021-02-22T23:05:20.724Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:05:20.724Z] Removing intermediate container 907a33ba788f [2021-02-22T23:05:20.724Z] ---> fb7e360eb6e7 [2021-02-22T23:05:20.724Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:05:20.724Z] ---> Running in 24cd16f17fef [2021-02-22T23:05:20.724Z] ---> Running in d9d15c31eea0 [2021-02-22T23:05:20.724Z] ---> Running in cc51f9c9aa6e [2021-02-22T23:05:20.724Z] ---> Running in 53d991a408db [2021-02-22T23:05:20.724Z] ---> Running in b08aabcc94d4 [2021-02-22T23:05:20.724Z] Removing intermediate container d9d15c31eea0 [2021-02-22T23:05:20.724Z] ---> 55846067e867 [2021-02-22T23:05:20.724Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-22T23:05:20.724Z] Removing intermediate container cc51f9c9aa6e [2021-02-22T23:05:20.724Z] ---> 47120ddc0d94 [2021-02-22T23:05:20.724Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-22T23:05:20.724Z] Removing intermediate container 24cd16f17fef [2021-02-22T23:05:20.724Z] ---> 9d4a137b3a35 [2021-02-22T23:05:20.724Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-22T23:05:20.724Z] Removing intermediate container b08aabcc94d4 [2021-02-22T23:05:20.724Z] ---> 3985a6fa3cbc [2021-02-22T23:05:20.724Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-22T23:05:20.724Z] ---> Running in 3a2fc92457a4 [2021-02-22T23:05:20.724Z] ---> Running in 56ae99d0927d [2021-02-22T23:05:20.724Z] ---> Running in ee79f6a8cfad [2021-02-22T23:05:20.724Z] ---> Running in da34363138d4 [2021-02-22T23:05:20.724Z] Removing intermediate container 53d991a408db [2021-02-22T23:05:20.724Z] ---> 8cbabca067c8 [2021-02-22T23:05:20.724Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-22T23:05:20.724Z] ---> Running in e76d7a77102b [2021-02-22T23:05:21.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:05:21.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:05:21.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:05:21.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:05:21.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:05:21.835Z] 745a02a5169b: Pull complete [2021-02-22T23:05:21.835Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-22T23:05:21.835Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-22T23:05:21.835Z] ---> b7e6874047d6 [2021-02-22T23:05:21.835Z] 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-22T23:05:23.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:05:23.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:05:23.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:05:23.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:05:24.038Z] OK: 233 MiB in 51 packages [2021-02-22T23:05:24.620Z] OK: 233 MiB in 51 packages [2021-02-22T23:05:24.620Z] Removing intermediate container 56ae99d0927d [2021-02-22T23:05:24.620Z] ---> 1ab216553382 [2021-02-22T23:05:24.620Z] Step 6/22 : COPY go.mod . [2021-02-22T23:05:24.900Z] OK: 233 MiB in 51 packages [2021-02-22T23:05:24.900Z] ---> 8b3b43954cc1 [2021-02-22T23:05:24.900Z] Step 7/22 : RUN go mod download [2021-02-22T23:05:25.167Z] Removing intermediate container ee79f6a8cfad [2021-02-22T23:05:25.167Z] ---> 6bb2ee9bdaec [2021-02-22T23:05:25.167Z] Step 6/22 : COPY go.mod . [2021-02-22T23:05:25.167Z] OK: 233 MiB in 51 packages [2021-02-22T23:05:25.167Z] ---> Running in 0d1d9e102236 [2021-02-22T23:05:25.230Z] ---> Running in 5eba707af770 [2021-02-22T23:05:25.436Z] ---> c1bc5e4d0131 [2021-02-22T23:05:25.436Z] Step 7/22 : RUN go mod download [2021-02-22T23:05:25.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:05:25.701Z] Removing intermediate container 3a2fc92457a4 [2021-02-22T23:05:25.701Z] ---> df94b40160d4 [2021-02-22T23:05:25.701Z] Step 6/30 : COPY go.mod . [2021-02-22T23:05:25.701Z] ---> Running in be61c1641c0e [2021-02-22T23:05:25.967Z] Removing intermediate container e76d7a77102b [2021-02-22T23:05:25.967Z] ---> 5617082af1c3 [2021-02-22T23:05:25.967Z] Step 6/23 : COPY go.mod . [2021-02-22T23:05:25.967Z] ---> 5482c81f9775 [2021-02-22T23:05:25.967Z] Step 7/30 : RUN go mod download [2021-02-22T23:05:26.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:05:26.232Z] ---> Running in 8d9e92e692df [2021-02-22T23:05:26.232Z] ---> a22a96d7a71c [2021-02-22T23:05:26.232Z] Step 7/23 : RUN go mod download [2021-02-22T23:05:26.526Z] ---> Running in 91784e07a35a [2021-02-22T23:05:27.943Z] Removing intermediate container 0d1d9e102236 [2021-02-22T23:05:27.943Z] ---> 45d574a13cc4 [2021-02-22T23:05:27.943Z] Step 8/22 : COPY . . [2021-02-22T23:05:27.943Z] Removing intermediate container be61c1641c0e [2021-02-22T23:05:27.943Z] ---> ae4723d48ad1 [2021-02-22T23:05:27.943Z] Step 8/22 : COPY . . [2021-02-22T23:05:27.943Z] Removing intermediate container 8d9e92e692df [2021-02-22T23:05:27.943Z] ---> 9aebeca2f398 [2021-02-22T23:05:27.943Z] Step 8/30 : COPY . . [2021-02-22T23:05:29.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:05:30.561Z] Removing intermediate container 91784e07a35a [2021-02-22T23:05:30.561Z] ---> 577332776e84 [2021-02-22T23:05:30.561Z] Step 8/23 : COPY . . [2021-02-22T23:05:30.561Z] OK: 233 MiB in 51 packages [2021-02-22T23:05:32.948Z] (1/12) Installing libmagic (5.38-r0) [2021-02-22T23:05:33.916Z] (2/12) Installing file (5.38-r0) [2021-02-22T23:05:34.188Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-22T23:05:34.458Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-22T23:05:38.804Z] Removing intermediate container da34363138d4 [2021-02-22T23:05:38.804Z] ---> 115eb3b37a11 [2021-02-22T23:05:38.804Z] Step 6/24 : COPY go.mod . [2021-02-22T23:05:43.069Z] ---> 5bcde7f4ee2e [2021-02-22T23:05:43.069Z] Step 7/24 : RUN go mod download [2021-02-22T23:05:44.485Z] ---> Running in a3e9c828a767 [2021-02-22T23:05:55.010Z] Removing intermediate container a3e9c828a767 [2021-02-22T23:05:55.010Z] ---> 442ef7d733f3 [2021-02-22T23:05:55.010Z] Step 8/24 : COPY . . [2021-02-22T23:06:05.153Z] ---> 8f7a1d55c4d6 [2021-02-22T23:06:05.153Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-22T23:06:05.153Z] ---> e3d0a9019696 [2021-02-22T23:06:05.153Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-22T23:06:05.153Z] ---> 1b887f3afe4f [2021-02-22T23:06:05.153Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-22T23:06:05.423Z] ---> ec3430592aab [2021-02-22T23:06:05.423Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-22T23:06:05.423Z] ---> Running in d4c43671d02c [2021-02-22T23:06:05.423Z] ---> Running in 30caddcedce6 [2021-02-22T23:06:05.423Z] ---> Running in 578e3c78579e [2021-02-22T23:06:05.702Z] ---> Running in f1a913c8f9fc [2021-02-22T23:06:07.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-22T23:06:07.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-22T23:06:07.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-22T23:06:07.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-22T23:06:17.841Z] ---> 013b8ebed817 [2021-02-22T23:06:17.841Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-22T23:06:17.841Z] ---> Running in 7ca2d79c43e0 [2021-02-22T23:06:17.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-22T23:06:42.407Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-22T23:06:42.407Z] (6/12) Installing patch (2.7.6-r6) [2021-02-22T23:06:42.407Z] (7/12) Installing build-base (0.5-r2) [2021-02-22T23:06:42.407Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-22T23:06:42.407Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-22T23:06:42.407Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-22T23:06:42.407Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-22T23:06:42.407Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-22T23:06:42.407Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:06:42.407Z] OK: 217 MiB in 51 packages [2021-02-22T23:06:42.407Z] Removing intermediate container 5eba707af770 [2021-02-22T23:06:42.407Z] ---> b0eb43cc57e2 [2021-02-22T23:06:42.407Z] Step 4/6 : WORKDIR /edgex-go [2021-02-22T23:06:42.682Z] ---> Running in b7fe07aba668 [2021-02-22T23:06:42.956Z] Removing intermediate container b7fe07aba668 [2021-02-22T23:06:42.956Z] ---> 0062638dd362 [2021-02-22T23:06:42.956Z] Step 5/6 : COPY go.mod . [2021-02-22T23:06:43.937Z] ---> bba21567d046 [2021-02-22T23:06:43.937Z] Step 6/6 : RUN go mod download [2021-02-22T23:06:43.937Z] ---> Running in 10a73f7bfbe7 [2021-02-22T23:06:44.559Z] Removing intermediate container 30caddcedce6 [2021-02-22T23:06:44.559Z] ---> 114f2557d21c [2021-02-22T23:06:44.559Z] [2021-02-22T23:06:44.559Z] Step 10/30 : FROM alpine:3.12 [2021-02-22T23:06:44.559Z] 3.12: Pulling from library/alpine [2021-02-22T23:06:45.147Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-22T23:06:45.147Z] Status: Downloaded newer image for alpine:3.12 [2021-02-22T23:06:45.147Z] ---> 389fef711851 [2021-02-22T23:06:45.147Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-22T23:06:45.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-22T23:06:45.760Z] ---> Running in 900bbbbfd2d4 [2021-02-22T23:06:46.355Z] Removing intermediate container 900bbbbfd2d4 [2021-02-22T23:06:46.355Z] ---> 56c90febd28c [2021-02-22T23:06:46.355Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-22T23:06:46.355Z] ---> Running in 1ddba20f4e4c [2021-02-22T23:06:46.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:06:47.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:06:47.224Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-22T23:06:47.224Z] (2/2) Installing su-exec (0.2-r1) [2021-02-22T23:06:47.224Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:06:47.224Z] OK: 6 MiB in 16 packages [2021-02-22T23:06:51.529Z] Removing intermediate container d4c43671d02c [2021-02-22T23:06:51.529Z] ---> a2aa58018a00 [2021-02-22T23:06:51.529Z] [2021-02-22T23:06:51.529Z] Step 10/22 : FROM alpine:3.12 [2021-02-22T23:06:51.529Z] ---> 389fef711851 [2021-02-22T23:06:51.529Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-22T23:06:51.795Z] Removing intermediate container 1ddba20f4e4c [2021-02-22T23:06:51.795Z] ---> 1efef1d20001 [2021-02-22T23:06:51.795Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-22T23:06:52.076Z] ---> Running in eabc61139e07 [2021-02-22T23:06:52.077Z] ---> Running in 3224453c3282 [2021-02-22T23:06:52.367Z] Removing intermediate container f1a913c8f9fc [2021-02-22T23:06:52.367Z] ---> 41760e9f4f2d [2021-02-22T23:06:52.367Z] [2021-02-22T23:06:52.367Z] Step 10/22 : FROM alpine:3.12 [2021-02-22T23:06:52.367Z] ---> 389fef711851 [2021-02-22T23:06:52.367Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-22T23:06:53.332Z] ---> Running in 59ee7fcf137b [2021-02-22T23:06:53.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:06:53.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:06:53.864Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-22T23:06:53.864Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-22T23:06:53.864Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:06:53.864Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T23:06:53.864Z] OK: 6 MiB in 16 packages [2021-02-22T23:06:56.422Z] Removing intermediate container 3224453c3282 [2021-02-22T23:06:56.422Z] ---> 442bf1ca96d9 [2021-02-22T23:06:56.422Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-22T23:06:57.000Z] ---> Running in 967dd0b5bae4 [2021-02-22T23:06:57.263Z] Removing intermediate container 7ca2d79c43e0 [2021-02-22T23:06:57.263Z] ---> 51015c1d1235 [2021-02-22T23:06:57.263Z] [2021-02-22T23:06:57.263Z] Step 10/24 : FROM alpine:3.12 [2021-02-22T23:06:57.263Z] ---> 389fef711851 [2021-02-22T23:06:57.263Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-22T23:06:57.263Z] Removing intermediate container 578e3c78579e [2021-02-22T23:06:57.263Z] ---> a5bd13ed7d8f [2021-02-22T23:06:57.263Z] [2021-02-22T23:06:57.263Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T23:06:57.263Z] ---> 389fef711851 [2021-02-22T23:06:57.263Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-22T23:06:57.526Z] Removing intermediate container 967dd0b5bae4 [2021-02-22T23:06:57.526Z] ---> 22a8aafbc9d8 [2021-02-22T23:06:57.526Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-22T23:06:57.526Z] ---> Running in fe8bb83fb2da [2021-02-22T23:06:57.526Z] ---> Running in 5ade79da089e [2021-02-22T23:06:58.104Z] ---> Running in 47ef0a8dcd76 [2021-02-22T23:06:58.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:06:58.104Z] Removing intermediate container eabc61139e07 [2021-02-22T23:06:58.104Z] ---> a83fca56bef1 [2021-02-22T23:06:58.104Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T23:06:58.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:06:58.373Z] ---> Running in e6c6c5ad51be [2021-02-22T23:06:58.373Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-22T23:06:58.373Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:06:58.373Z] OK: 6 MiB in 15 packages [2021-02-22T23:06:58.646Z] Removing intermediate container e6c6c5ad51be [2021-02-22T23:06:58.646Z] ---> 4137baf6c1b1 [2021-02-22T23:06:58.646Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-22T23:06:58.646Z] ---> Running in 8250d7b49150 [2021-02-22T23:06:58.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:06:59.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:06:59.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:06:59.183Z] Removing intermediate container 8250d7b49150 [2021-02-22T23:06:59.183Z] ---> fd3997164681 [2021-02-22T23:06:59.183Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-22T23:06:59.183Z] ---> Running in 77947b838b7a [2021-02-22T23:06:59.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:06:59.183Z] Removing intermediate container 59ee7fcf137b [2021-02-22T23:06:59.183Z] ---> f17fbe625777 [2021-02-22T23:06:59.183Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T23:06:59.451Z] ---> Running in 2d36ea4deeac [2021-02-22T23:06:59.451Z] Removing intermediate container 77947b838b7a [2021-02-22T23:06:59.451Z] ---> dafa6f0cabcf [2021-02-22T23:06:59.451Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T23:06:59.451Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-22T23:06:59.451Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:06:59.451Z] OK: 6 MiB in 15 packages [2021-02-22T23:06:59.715Z] Removing intermediate container 2d36ea4deeac [2021-02-22T23:06:59.715Z] ---> a5892a5b2e05 [2021-02-22T23:06:59.715Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-22T23:06:59.715Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-22T23:06:59.715Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T23:06:59.715Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-22T23:06:59.715Z] (4/5) Installing curl (7.69.1-r3) [2021-02-22T23:06:59.715Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-22T23:06:59.978Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:06:59.978Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T23:07:00.242Z] OK: 7 MiB in 19 packages [2021-02-22T23:07:00.242Z] Removing intermediate container 47ef0a8dcd76 [2021-02-22T23:07:00.242Z] ---> 143fedabc02e [2021-02-22T23:07:00.242Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-22T23:07:00.242Z] ---> Running in 6e5f5772b7df [2021-02-22T23:07:00.508Z] ---> e7937033c5b0 [2021-02-22T23:07:00.508Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-22T23:07:00.508Z] ---> Running in b1c7398776e9 [2021-02-22T23:07:00.775Z] Removing intermediate container 6e5f5772b7df [2021-02-22T23:07:00.775Z] ---> 0c5d8f10e831 [2021-02-22T23:07:00.775Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-22T23:07:01.041Z] ---> Running in efb97adf5769 [2021-02-22T23:07:01.617Z] Removing intermediate container fe8bb83fb2da [2021-02-22T23:07:01.617Z] ---> 7641b3150f04 [2021-02-22T23:07:01.617Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T23:07:01.617Z] Removing intermediate container b1c7398776e9 [2021-02-22T23:07:01.617Z] ---> 1f5baf13c8ed [2021-02-22T23:07:01.617Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-22T23:07:01.617Z] Removing intermediate container 5ade79da089e [2021-02-22T23:07:01.617Z] ---> 7a80f0632dbe [2021-02-22T23:07:01.617Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-22T23:07:02.197Z] ---> Running in fdb698b446b7 [2021-02-22T23:07:02.461Z] Removing intermediate container efb97adf5769 [2021-02-22T23:07:02.461Z] ---> 1b98d8f017c5 [2021-02-22T23:07:02.461Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T23:07:02.461Z] ---> e5a8e413a30b [2021-02-22T23:07:02.461Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-22T23:07:02.461Z] ---> Running in 54549f62f3d9 [2021-02-22T23:07:02.725Z] ---> fd4be248f5a7 [2021-02-22T23:07:02.725Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-22T23:07:02.725Z] Removing intermediate container fdb698b446b7 [2021-02-22T23:07:02.725Z] ---> 4d8384422984 [2021-02-22T23:07:02.725Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-22T23:07:02.725Z] ---> Running in b02d87ccc4a5 [2021-02-22T23:07:02.725Z] ---> Running in 262a1812c499 [2021-02-22T23:07:02.991Z] ---> 201bee95d0c4 [2021-02-22T23:07:02.991Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-22T23:07:02.991Z] Removing intermediate container 54549f62f3d9 [2021-02-22T23:07:02.991Z] ---> 7a81b3e59eca [2021-02-22T23:07:02.991Z] Step 13/24 : WORKDIR / [2021-02-22T23:07:02.991Z] ---> 2e99027dd6d7 [2021-02-22T23:07:02.991Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-22T23:07:03.257Z] ---> Running in 76834df26604 [2021-02-22T23:07:03.257Z] ---> Running in d7257e8e4e07 [2021-02-22T23:07:03.257Z] Removing intermediate container b02d87ccc4a5 [2021-02-22T23:07:03.257Z] ---> b0b51470e5cc [2021-02-22T23:07:03.257Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-22T23:07:03.523Z] ---> Running in f8d5c68da557 [2021-02-22T23:07:03.523Z] Removing intermediate container d7257e8e4e07 [2021-02-22T23:07:03.523Z] ---> eb0f079c9fdd [2021-02-22T23:07:03.523Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T23:07:03.523Z] ---> 3001af6cbc13 [2021-02-22T23:07:03.523Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-22T23:07:03.523Z] Removing intermediate container 76834df26604 [2021-02-22T23:07:03.523Z] ---> 59d8b4c10157 [2021-02-22T23:07:03.523Z] 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-22T23:07:03.789Z] ---> Running in d89e3d58f4c6 [2021-02-22T23:07:03.789Z] Removing intermediate container f8d5c68da557 [2021-02-22T23:07:03.789Z] ---> ed659e960bf2 [2021-02-22T23:07:03.789Z] Step 15/23 : WORKDIR / [2021-02-22T23:07:04.054Z] ---> 052ad30ac9a2 [2021-02-22T23:07:04.054Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-22T23:07:04.054Z] ---> Running in 6c3f806c3d41 [2021-02-22T23:07:04.317Z] Removing intermediate container d89e3d58f4c6 [2021-02-22T23:07:04.317Z] ---> a05d186238bd [2021-02-22T23:07:04.317Z] Step 20/22 : LABEL arch=x86_64 [2021-02-22T23:07:04.317Z] ---> 55f5cace6245 [2021-02-22T23:07:04.317Z] 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-22T23:07:04.585Z] ---> Running in f473d9e43b67 [2021-02-22T23:07:04.585Z] ---> Running in 776f7fa17fd5 [2021-02-22T23:07:04.585Z] Removing intermediate container 6c3f806c3d41 [2021-02-22T23:07:04.585Z] ---> 2674fbdece5b [2021-02-22T23:07:04.585Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T23:07:04.854Z] Removing intermediate container 776f7fa17fd5 [2021-02-22T23:07:04.854Z] ---> 4468826b0c6e [2021-02-22T23:07:04.854Z] Step 21/22 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:07:04.854Z] ---> bb70651ee538 [2021-02-22T23:07:04.854Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-22T23:07:04.854Z] Removing intermediate container 262a1812c499 [2021-02-22T23:07:04.854Z] ---> aa641f44beb6 [2021-02-22T23:07:04.854Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T23:07:04.854Z] Removing intermediate container f473d9e43b67 [2021-02-22T23:07:04.854Z] ---> 88ba3020b630 [2021-02-22T23:07:04.854Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T23:07:05.126Z] ---> Running in 69a60b521e59 [2021-02-22T23:07:05.126Z] ---> aa9c94b0a7a3 [2021-02-22T23:07:05.126Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-22T23:07:05.126Z] ---> Running in 6843f95ce982 [2021-02-22T23:07:05.396Z] ---> b858d83a5f67 [2021-02-22T23:07:05.396Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-22T23:07:05.396Z] ---> f90e22c325b6 [2021-02-22T23:07:05.396Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-22T23:07:05.661Z] Removing intermediate container 6843f95ce982 [2021-02-22T23:07:05.661Z] ---> dd38fed8f73c [2021-02-22T23:07:05.661Z] Step 20/22 : LABEL arch=x86_64 [2021-02-22T23:07:05.661Z] Removing intermediate container 69a60b521e59 [2021-02-22T23:07:05.661Z] ---> 36f28bae8ef1 [2021-02-22T23:07:05.661Z] Step 22/22 : LABEL version=2.0.0-dev.101 [2021-02-22T23:07:05.932Z] ---> Running in f8fba9245809 [2021-02-22T23:07:05.932Z] ---> Running in e8acfe4f3b58 [2021-02-22T23:07:05.932Z] ---> cc5164927918 [2021-02-22T23:07:05.932Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-22T23:07:05.932Z] ---> 9a1a410bb233 [2021-02-22T23:07:05.932Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-22T23:07:05.932Z] ---> ff665c3d20a0 [2021-02-22T23:07:05.932Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-22T23:07:06.202Z] Removing intermediate container f8fba9245809 [2021-02-22T23:07:06.202Z] ---> 3ddc8fb60e5e [2021-02-22T23:07:06.202Z] [2021-02-22T23:07:06.202Z] Removing intermediate container e8acfe4f3b58 [2021-02-22T23:07:06.202Z] ---> 13565d64ce92 [2021-02-22T23:07:06.202Z] Step 21/22 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:07:06.465Z] Successfully built 3ddc8fb60e5e [2021-02-22T23:07:06.732Z] ---> Running in a0f3e6f1ccd5 [2021-02-22T23:07:06.732Z] Successfully tagged docker-support-notifications-go:latest [2021-02-22T23:07:06.732Z] Building docker-core-command-go [2021-02-22T23:07:06.732Z]  Building docker-support-notifications-go ... done  ---> 5e04beee4166 [2021-02-22T23:07:06.732Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-22T23:07:06.732Z] ---> 258e9b5760ff [2021-02-22T23:07:06.732Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-22T23:07:06.997Z] ---> 0fb8f7b14f9a [2021-02-22T23:07:06.997Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-22T23:07:06.997Z] ---> Running in c905cd610a2e [2021-02-22T23:07:06.997Z] Removing intermediate container a0f3e6f1ccd5 [2021-02-22T23:07:06.997Z] ---> abd47d70c365 [2021-02-22T23:07:06.997Z] Step 22/22 : LABEL version=2.0.0-dev.101 [2021-02-22T23:07:07.263Z] ---> 1dbf4ee2dcfb [2021-02-22T23:07:07.263Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-22T23:07:07.263Z] ---> Running in 7c8c2a38c0c4 [2021-02-22T23:07:07.529Z] Removing intermediate container c905cd610a2e [2021-02-22T23:07:07.529Z] ---> 4628eb25c306 [2021-02-22T23:07:07.529Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T23:07:07.529Z] ---> Running in bb6faa24bc88 [2021-02-22T23:07:07.529Z] ---> 46ca97225b72 [2021-02-22T23:07:07.529Z] 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-22T23:07:07.814Z] Removing intermediate container 7c8c2a38c0c4 [2021-02-22T23:07:07.814Z] ---> 54435a1b02ff [2021-02-22T23:07:07.814Z] [2021-02-22T23:07:07.814Z] ---> Running in ad93cca74756 [2021-02-22T23:07:08.397Z] Successfully built 54435a1b02ff [2021-02-22T23:07:08.397Z] ---> Running in 5c61b299a653 [2021-02-22T23:07:08.668Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-22T23:07:08.668Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-02-22T23:07:10.722Z] Removing intermediate container 10a73f7bfbe7 [2021-02-22T23:07:10.722Z] ---> 8f6f3cd16fff [2021-02-22T23:07:10.722Z] Successfully built 8f6f3cd16fff [2021-02-22T23:07:10.722Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:07:11.060Z] + docker inspect -f . ci-base-image-arm64 [2021-02-22T23:07:11.060Z] . [Pipeline] withDockerContainer [2021-02-22T23:07:11.258Z] Removing intermediate container ad93cca74756 [2021-02-22T23:07:11.258Z] ---> da695d9a10b0 [2021-02-22T23:07:11.258Z] Step 21/23 : LABEL arch=x86_64 [2021-02-22T23:07:11.295Z] prd-ubuntu18.04-docker-arm64-4c-16g-27213 does not seem to be running inside a container [2021-02-22T23:07:11.380Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-22T23:07:11.521Z] Removing intermediate container bb6faa24bc88 [2021-02-22T23:07:11.522Z] ---> b5ad2be2664a [2021-02-22T23:07:11.522Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-22T23:07:12.751Z] $ docker top c666327d329ae7682303908505fa0bb3162249d9568dec1682e6e83c5fc6d4d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T23:07:13.735Z] + go version [2021-02-22T23:07:13.735Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-22T23:07:13.765Z] $ docker stop --time=1 c666327d329ae7682303908505fa0bb3162249d9568dec1682e6e83c5fc6d4d4 [2021-02-22T23:07:14.860Z] ---> Running in 2f9a92a86acd [2021-02-22T23:07:15.131Z] ---> ebf66bfc6cff [2021-02-22T23:07:15.131Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-22T23:07:15.407Z] ---> Running in c13114075c41 [2021-02-22T23:07:15.407Z] Removing intermediate container 2f9a92a86acd [2021-02-22T23:07:15.407Z] ---> 402c5728ec84 [2021-02-22T23:07:15.407Z] Step 22/23 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:07:15.407Z] ---> Running in b04e9a8dd3ab [2021-02-22T23:07:15.696Z] $ docker rm -f c666327d329ae7682303908505fa0bb3162249d9568dec1682e6e83c5fc6d4d4 [Pipeline] // withDockerContainer [Pipeline] } [2021-02-22T23:07:15.995Z] Removing intermediate container b04e9a8dd3ab [2021-02-22T23:07:15.995Z] ---> 04580de7470e [2021-02-22T23:07:15.995Z] Step 23/23 : LABEL version=2.0.0-dev.101 [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-22T23:07:16.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-22T23:07:16.819Z] [2021-02-22T23:07:16.819Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:07:17.199Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-22T23:07:17.407Z] ---> Running in 3a881d73eb32 [2021-02-22T23:07:17.474Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-22T23:07:17.474Z] 29e5d40040c1: Pulling fs layer [2021-02-22T23:07:17.474Z] 1ce36da41761: Pulling fs layer [2021-02-22T23:07:17.474Z] 25b303627fd3: Pulling fs layer [2021-02-22T23:07:18.067Z] 29e5d40040c1: Verifying Checksum [2021-02-22T23:07:18.067Z] 29e5d40040c1: Download complete [2021-02-22T23:07:18.359Z] Removing intermediate container 5c61b299a653 [2021-02-22T23:07:18.359Z] ---> d1999a4d2c3f [2021-02-22T23:07:18.359Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-22T23:07:18.634Z] ---> Running in 1c63fb8e1400 [2021-02-22T23:07:18.662Z] 1ce36da41761: Verifying Checksum [2021-02-22T23:07:18.662Z] 1ce36da41761: Download complete [2021-02-22T23:07:18.936Z] 29e5d40040c1: Pull complete [2021-02-22T23:07:19.591Z] Removing intermediate container 3a881d73eb32 [2021-02-22T23:07:19.591Z] ---> 7e8490fa7898 [2021-02-22T23:07:19.591Z] [2021-02-22T23:07:20.368Z] 1ce36da41761: Pull complete [2021-02-22T23:07:20.368Z] 25b303627fd3: Download complete [2021-02-22T23:07:22.161Z] Successfully built 7e8490fa7898 [2021-02-22T23:07:22.161Z] Successfully tagged docker-core-metadata-go:latest [2021-02-22T23:07:22.161Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-02-22T23:07:22.739Z] Removing intermediate container 1c63fb8e1400 [2021-02-22T23:07:22.739Z] ---> 74e5cdd3f358 [2021-02-22T23:07:22.739Z] Step 22/24 : LABEL arch=x86_64 [2021-02-22T23:07:23.713Z] Removing intermediate container c13114075c41 [2021-02-22T23:07:23.713Z] ---> 85ccba8b28a9 [2021-02-22T23:07:23.713Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-22T23:07:30.364Z] ---> Running in ca1d0e358588 [2021-02-22T23:07:30.550Z] 25b303627fd3: Pull complete [2021-02-22T23:07:30.550Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-22T23:07:30.550Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-22T23:07:30.550Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-22T23:07:30.792Z] prd-ubuntu18.04-docker-arm64-4c-16g-27213 does not seem to be running inside a container [2021-02-22T23:07:30.880Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-22T23:07:30.949Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:07:30.949Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:07:30.949Z] ---> 0d3e74d08c59 [2021-02-22T23:07:30.949Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T23:07:30.949Z] ---> Using cache [2021-02-22T23:07:30.949Z] ---> fb7e360eb6e7 [2021-02-22T23:07:30.949Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:07:30.949Z] ---> Using cache [2021-02-22T23:07:30.949Z] ---> 3985a6fa3cbc [2021-02-22T23:07:30.949Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-22T23:07:30.949Z] ---> Using cache [2021-02-22T23:07:30.949Z] ---> 115eb3b37a11 [2021-02-22T23:07:30.949Z] Step 6/23 : COPY go.mod . [2021-02-22T23:07:30.949Z] ---> Using cache [2021-02-22T23:07:30.949Z] ---> 5bcde7f4ee2e [2021-02-22T23:07:30.949Z] Step 7/23 : RUN go mod download [2021-02-22T23:07:30.949Z] ---> Using cache [2021-02-22T23:07:30.949Z] ---> 442ef7d733f3 [2021-02-22T23:07:30.949Z] Step 8/23 : COPY . . [2021-02-22T23:07:31.216Z] ---> Using cache [2021-02-22T23:07:31.216Z] ---> 013b8ebed817 [2021-02-22T23:07:31.216Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-22T23:07:31.813Z] ---> Running in 6054f2092475 [2021-02-22T23:07:31.813Z] ---> Running in 8e95e07183e6 [2021-02-22T23:07:32.409Z] Removing intermediate container ca1d0e358588 [2021-02-22T23:07:32.409Z] ---> c0e5855060de [2021-02-22T23:07:32.409Z] Step 23/24 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:07:32.673Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:07:32.673Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:07:32.673Z] ---> 0d3e74d08c59 [2021-02-22T23:07:32.673Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T23:07:32.673Z] ---> Using cache [2021-02-22T23:07:32.673Z] ---> fb7e360eb6e7 [2021-02-22T23:07:32.673Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:07:32.673Z] ---> Using cache [2021-02-22T23:07:32.673Z] ---> 3985a6fa3cbc [2021-02-22T23:07:32.673Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-22T23:07:33.850Z] $ docker top 6c4902fd120d0f92eebc9c37fb8746d83dcfd1495dc89391f7a687157b78d84e -eo pid,comm [2021-02-22T23:07:34.078Z] ---> Running in ecf8ec0b0a43 [2021-02-22T23:07:34.078Z] ---> Running in 3988fb40609b [2021-02-22T23:07:34.078Z] Removing intermediate container 6054f2092475 [2021-02-22T23:07:34.078Z] ---> 118eaccda6b6 [2021-02-22T23:07:34.078Z] Step 27/30 : CMD ["gate"] [Pipeline] { [Pipeline] sh [2021-02-22T23:07:34.854Z] + grep parallel [2021-02-22T23:07:34.855Z] + docker-compose build --help [2021-02-22T23:07:35.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-command/core-command ./cmd/core-command [2021-02-22T23:07:35.754Z] ---> Running in 02b8154ee65a [2021-02-22T23:07:35.754Z] Removing intermediate container ecf8ec0b0a43 [2021-02-22T23:07:35.754Z] ---> 18aa3976dd42 [2021-02-22T23:07:35.754Z] Step 24/24 : LABEL version=2.0.0-dev.101 [2021-02-22T23:07:36.710Z] ---> Running in 305a6560ad0c [2021-02-22T23:07:36.979Z] Removing intermediate container 02b8154ee65a [2021-02-22T23:07:36.979Z] ---> ca4f02dc5107 [2021-02-22T23:07:36.979Z] Step 28/30 : LABEL arch=x86_64 [2021-02-22T23:07:37.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:07:37.531Z] ---> Running in 77242ab50bee [2021-02-22T23:07:37.531Z] Removing intermediate container 305a6560ad0c [2021-02-22T23:07:37.531Z] ---> 8d085268b374 [2021-02-22T23:07:37.531Z] [2021-02-22T23:07:38.002Z] Successfully built 8d085268b374 [2021-02-22T23:07:38.002Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-22T23:07:38.002Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-22T23:07:38.361Z] --parallel Build images in parallel. [Pipeline] } [2021-02-22T23:07:38.394Z] $ docker stop --time=1 6c4902fd120d0f92eebc9c37fb8746d83dcfd1495dc89391f7a687157b78d84e [2021-02-22T23:07:38.641Z] Removing intermediate container 77242ab50bee [2021-02-22T23:07:38.641Z] ---> 34a755744d8a [2021-02-22T23:07:38.641Z] Step 29/30 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:07:40.318Z] $ docker rm -f 6c4902fd120d0f92eebc9c37fb8746d83dcfd1495dc89391f7a687157b78d84e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:07:40.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:07:40.883Z] ---> Running in 53456a410c6a [2021-02-22T23:07:41.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-22T23:07:41.119Z] . [Pipeline] withDockerContainer [2021-02-22T23:07:41.381Z] prd-ubuntu18.04-docker-arm64-4c-16g-27213 does not seem to be running inside a container [2021-02-22T23:07:41.466Z] $ 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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-22T23:07:41.476Z] Removing intermediate container 53456a410c6a [2021-02-22T23:07:41.476Z] ---> dc29cdbdadb6 [2021-02-22T23:07:41.476Z] Step 30/30 : LABEL version=2.0.0-dev.101 [2021-02-22T23:07:42.072Z] ---> Running in e5bf1f282883 [2021-02-22T23:07:42.839Z] $ docker top 8da4b6263992bf1d06fa1775dce2e4a7a4317274dd6a82305d64db37c5c623bd -eo pid,comm [2021-02-22T23:07:43.060Z] Removing intermediate container e5bf1f282883 [2021-02-22T23:07:43.060Z] ---> 42f86377eabe [2021-02-22T23:07:43.060Z] [Pipeline] { [Pipeline] sh [2021-02-22T23:07:43.874Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-22T23:07:44.040Z] Successfully built 42f86377eabe [2021-02-22T23:07:44.329Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:07:44.329Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:07:44.329Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-22T23:07:44.329Z]  Building docker-security-bootstrapper-go ... done  ---> 0d3e74d08c59 [2021-02-22T23:07:44.329Z] Step 3/21 : WORKDIR /edgex-go [2021-02-22T23:07:44.329Z] ---> Using cache [2021-02-22T23:07:44.329Z] ---> fb7e360eb6e7 [2021-02-22T23:07:44.329Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:07:44.329Z] ---> Using cache [2021-02-22T23:07:44.329Z] ---> 3985a6fa3cbc [2021-02-22T23:07:44.329Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-22T23:07:44.329Z] ---> Using cache [2021-02-22T23:07:44.329Z] ---> 115eb3b37a11 [2021-02-22T23:07:44.329Z] Step 6/21 : COPY go.mod . [2021-02-22T23:07:44.329Z] ---> Using cache [2021-02-22T23:07:44.329Z] ---> 5bcde7f4ee2e [2021-02-22T23:07:44.329Z] Step 7/21 : RUN go mod download [2021-02-22T23:07:44.329Z] ---> Using cache [2021-02-22T23:07:44.329Z] ---> 442ef7d733f3 [2021-02-22T23:07:44.329Z] Step 8/21 : COPY . . [2021-02-22T23:07:44.329Z] ---> Using cache [2021-02-22T23:07:44.329Z] ---> 013b8ebed817 [2021-02-22T23:07:44.329Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-22T23:07:44.329Z] OK: 233 MiB in 51 packages [2021-02-22T23:07:45.310Z] ---> Running in e1041f56b061 [2021-02-22T23:07:46.317Z] Removing intermediate container 3988fb40609b [2021-02-22T23:07:46.317Z] ---> f977c49c1c10 [2021-02-22T23:07:46.317Z] Step 6/23 : COPY go.mod . [2021-02-22T23:07:47.246Z] Building docker-core-command-go ... [2021-02-22T23:07:47.246Z] Building docker-core-data-go ... [2021-02-22T23:07:47.246Z] Building docker-core-metadata-go ... [2021-02-22T23:07:47.246Z] Building docker-security-bootstrapper-go ... [2021-02-22T23:07:47.246Z] Building docker-security-proxy-setup-go ... [2021-02-22T23:07:47.246Z] Building docker-security-secretstore-setup-go ... [2021-02-22T23:07:47.246Z] Building docker-support-notifications-go ... [2021-02-22T23:07:47.246Z] Building docker-support-scheduler-go ... [2021-02-22T23:07:47.246Z] Building docker-sys-mgmt-agent-go ... [2021-02-22T23:07:47.246Z] Building docker-sys-mgmt-agent-go [2021-02-22T23:07:47.246Z] Building docker-security-bootstrapper-go [2021-02-22T23:07:47.246Z] Building docker-core-command-go [2021-02-22T23:07:47.246Z] Building docker-support-notifications-go [2021-02-22T23:07:47.246Z] Building docker-support-scheduler-go [2021-02-22T23:07:47.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-22T23:07:47.317Z] ---> dff6863adfa5 [2021-02-22T23:07:47.318Z] Step 7/23 : RUN go mod download [2021-02-22T23:07:47.318Z] ---> Running in cd08890c6231 [2021-02-22T23:07:52.722Z] Removing intermediate container cd08890c6231 [2021-02-22T23:07:52.722Z] ---> 5b7b46ac2568 [2021-02-22T23:07:52.722Z] Step 8/23 : COPY . . [2021-02-22T23:08:02.907Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:08:02.907Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:08:02.907Z] ---> 0d3e74d08c59 [2021-02-22T23:08:02.907Z] Step 3/26 : WORKDIR /edgex-go [2021-02-22T23:08:02.907Z] ---> Using cache [2021-02-22T23:08:02.907Z] ---> fb7e360eb6e7 [2021-02-22T23:08:02.907Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:08:02.907Z] ---> Using cache [2021-02-22T23:08:02.907Z] ---> 3985a6fa3cbc [2021-02-22T23:08:02.907Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-22T23:08:03.884Z] ---> Running in 8a47fa4f1642 [2021-02-22T23:08:05.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:08:08.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:08:09.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-22T23:08:11.979Z] OK: 233 MiB in 51 packages [2021-02-22T23:08:11.979Z] Removing intermediate container 8e95e07183e6 [2021-02-22T23:08:11.979Z] ---> 62e0da34355b [2021-02-22T23:08:11.979Z] [2021-02-22T23:08:11.979Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T23:08:11.979Z] ---> 389fef711851 [2021-02-22T23:08:11.979Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-22T23:08:11.979Z] ---> Using cache [2021-02-22T23:08:11.979Z] ---> 7641b3150f04 [2021-02-22T23:08:11.979Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T23:08:11.979Z] ---> Using cache [2021-02-22T23:08:11.979Z] ---> 4d8384422984 [2021-02-22T23:08:11.979Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-22T23:08:12.564Z] ---> Running in a153076d7bb9 [2021-02-22T23:08:14.495Z] Removing intermediate container a153076d7bb9 [2021-02-22T23:08:14.495Z] ---> b600220ab2b2 [2021-02-22T23:08:14.495Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-22T23:08:15.450Z] ---> Running in ba9901cbd8bb [2021-02-22T23:08:15.450Z] Removing intermediate container 8a47fa4f1642 [2021-02-22T23:08:15.450Z] ---> 5d507a5d86d8 [2021-02-22T23:08:15.450Z] Step 6/26 : COPY go.mod . [2021-02-22T23:08:15.712Z] ---> 56bd0df3037b [2021-02-22T23:08:15.712Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-22T23:08:15.712Z] ---> Running in 6f1e3e7591eb [2021-02-22T23:08:15.712Z] Removing intermediate container ba9901cbd8bb [2021-02-22T23:08:15.712Z] ---> 24421ef7662a [2021-02-22T23:08:15.712Z] Step 15/23 : WORKDIR / [2021-02-22T23:08:15.982Z] ---> 493a2ebbe09e [2021-02-22T23:08:15.982Z] Step 7/26 : RUN go mod download [2021-02-22T23:08:17.378Z] ---> Running in f4ef73899bcb [2021-02-22T23:08:17.378Z] ---> Running in 6e8f9711081b [2021-02-22T23:08:17.378Z] Removing intermediate container e1041f56b061 [2021-02-22T23:08:17.378Z] ---> 1def27d0000e [2021-02-22T23:08:17.378Z] [2021-02-22T23:08:17.378Z] Step 10/21 : FROM alpine:3.12 [2021-02-22T23:08:17.378Z] ---> 389fef711851 [2021-02-22T23:08:17.378Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-22T23:08:17.646Z] ---> Running in dbcc69efdef5 [2021-02-22T23:08:17.646Z] Removing intermediate container f4ef73899bcb [2021-02-22T23:08:17.646Z] ---> e73a28917415 [2021-02-22T23:08:17.646Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T23:08:17.646Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-data/core-data ./cmd/core-data [2021-02-22T23:08:18.237Z] ---> 7ab53d011364 [2021-02-22T23:08:18.237Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-22T23:08:18.508Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:08:18.508Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:08:18.784Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-22T23:08:18.784Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T23:08:18.784Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-22T23:08:18.784Z] (4/4) Installing curl (7.69.1-r3) [2021-02-22T23:08:18.784Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:08:18.784Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T23:08:18.784Z] OK: 7 MiB in 18 packages [2021-02-22T23:08:19.405Z] ---> 8f719b599300 [2021-02-22T23:08:19.405Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-22T23:08:19.687Z] Removing intermediate container 6e8f9711081b [2021-02-22T23:08:19.687Z] ---> a25ec45522fc [2021-02-22T23:08:19.687Z] Step 8/26 : COPY . . [2021-02-22T23:08:21.122Z] ---> d55650b0094f [2021-02-22T23:08:21.122Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-22T23:08:21.122Z] Removing intermediate container dbcc69efdef5 [2021-02-22T23:08:21.122Z] ---> 02bc4054dd61 [2021-02-22T23:08:21.122Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-22T23:08:23.899Z] ---> Running in f18f0b7d2939 [2021-02-22T23:08:24.186Z] ---> Running in 9c8fbd1cbcf3 [2021-02-22T23:08:26.829Z] Removing intermediate container 9c8fbd1cbcf3 [2021-02-22T23:08:26.829Z] ---> 33cd12fedb2f [2021-02-22T23:08:26.829Z] Step 13/21 : WORKDIR /edgex [2021-02-22T23:08:27.421Z] Removing intermediate container f18f0b7d2939 [2021-02-22T23:08:27.421Z] ---> a546cc258f07 [2021-02-22T23:08:27.421Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T23:08:27.696Z] ---> Running in d1995e6d5a5a [2021-02-22T23:08:28.663Z] ---> Running in 5a930ca964eb [2021-02-22T23:08:29.630Z] Removing intermediate container d1995e6d5a5a [2021-02-22T23:08:29.630Z] ---> 79c6c18871ed [2021-02-22T23:08:29.630Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-22T23:08:31.594Z] Removing intermediate container 5a930ca964eb [2021-02-22T23:08:31.594Z] ---> 39eb1d7f1274 [2021-02-22T23:08:31.594Z] Step 21/23 : LABEL arch=x86_64 [2021-02-22T23:08:31.876Z] ---> 63389bb58389 [2021-02-22T23:08:31.876Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-22T23:08:31.876Z] ---> Running in ce3877400f0c [2021-02-22T23:08:33.854Z] Removing intermediate container ce3877400f0c [2021-02-22T23:08:33.854Z] ---> e6e0f17a5b97 [2021-02-22T23:08:33.854Z] Step 22/23 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:08:34.219Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:08:34.219Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:08:34.219Z] ---> 8f6f3cd16fff [2021-02-22T23:08:34.219Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T23:08:34.219Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:08:34.219Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:08:34.219Z] ---> 8f6f3cd16fff [2021-02-22T23:08:34.219Z] Step 3/26 : WORKDIR /edgex-go [2021-02-22T23:08:34.219Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:08:34.219Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:08:34.219Z] ---> 8f6f3cd16fff [2021-02-22T23:08:34.219Z] Step 3/30 : WORKDIR /edgex-go [2021-02-22T23:08:34.219Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:08:34.219Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:08:34.219Z] ---> 8f6f3cd16fff [2021-02-22T23:08:34.219Z] Step 3/22 : WORKDIR /edgex-go [2021-02-22T23:08:34.219Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:08:34.219Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:08:34.219Z] ---> 8f6f3cd16fff [2021-02-22T23:08:34.219Z] Step 3/22 : WORKDIR /edgex-go [2021-02-22T23:08:34.872Z] ---> Running in 6b31b25e198d [2021-02-22T23:08:34.872Z] ---> fd909c7f6128 [2021-02-22T23:08:34.872Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-22T23:08:35.489Z] Removing intermediate container 6b31b25e198d [2021-02-22T23:08:35.489Z] ---> 31b53e1b75e1 [2021-02-22T23:08:35.489Z] Step 23/23 : LABEL version=2.0.0-dev.101 [2021-02-22T23:08:36.073Z] ---> Running in b01ff4f917c7 [2021-02-22T23:08:36.698Z] ---> 90dfd00dbedf [2021-02-22T23:08:36.698Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-22T23:08:36.970Z] ---> Running in e2a4dbbea84c [2021-02-22T23:08:36.970Z] Removing intermediate container b01ff4f917c7 [2021-02-22T23:08:36.970Z] ---> 90f361d1aed9 [2021-02-22T23:08:36.970Z] [2021-02-22T23:08:37.549Z] Successfully built 90f361d1aed9 [2021-02-22T23:08:37.615Z] ---> Running in d4d5950ba5b0 [2021-02-22T23:08:37.616Z] ---> Running in 0ced88873534 [2021-02-22T23:08:37.616Z] ---> Running in 0e4bf7b9c658 [2021-02-22T23:08:37.616Z] ---> Running in 8c8560d7a81f [2021-02-22T23:08:37.616Z] ---> Running in 8e8d122767ef [2021-02-22T23:08:37.814Z] Successfully tagged docker-core-command-go:latest [2021-02-22T23:08:37.888Z] Removing intermediate container 0ced88873534 [2021-02-22T23:08:37.888Z] ---> 82a55cc9737c [2021-02-22T23:08:37.888Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:08:37.888Z] Removing intermediate container 8c8560d7a81f [2021-02-22T23:08:37.888Z] ---> 1e05df171294 [2021-02-22T23:08:37.888Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:08:38.159Z] Removing intermediate container d4d5950ba5b0 [2021-02-22T23:08:38.159Z] ---> e64699040691 [2021-02-22T23:08:38.159Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:08:38.159Z] Removing intermediate container 8e8d122767ef [2021-02-22T23:08:38.159Z] ---> 8cebc03570c1 [2021-02-22T23:08:38.159Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:08:38.159Z] Removing intermediate container 0e4bf7b9c658 [2021-02-22T23:08:38.159Z] ---> 694721615eb5 [2021-02-22T23:08:38.159Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:08:38.159Z] ---> Running in d0d454b3e570 [2021-02-22T23:08:38.159Z] ---> Running in da12720c9bbf [2021-02-22T23:08:38.431Z] ---> Running in fff833b9fb1d [2021-02-22T23:08:38.431Z] ---> Running in 80ef40c51ab3 [2021-02-22T23:08:38.431Z] ---> Running in 2c0ea894cb17 [2021-02-22T23:08:39.737Z]  Building docker-core-command-go ... done Removing intermediate container e2a4dbbea84c [2021-02-22T23:08:39.737Z] ---> fba34bd869f4 [2021-02-22T23:08:39.737Z] Step 18/21 : CMD ["--init=true"] [2021-02-22T23:08:41.138Z] ---> Running in 9a5dbd99a4ea [2021-02-22T23:08:41.839Z] Removing intermediate container d0d454b3e570 [2021-02-22T23:08:41.839Z] ---> 58cf3c4a003d [2021-02-22T23:08:41.839Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-22T23:08:42.110Z] ---> 0096740a0728 [2021-02-22T23:08:42.110Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-22T23:08:42.110Z] Removing intermediate container 9a5dbd99a4ea [2021-02-22T23:08:42.110Z] ---> 3a7ac38cab6a [2021-02-22T23:08:42.110Z] Step 19/21 : LABEL arch=x86_64 [2021-02-22T23:08:42.110Z] ---> Running in fc55a5e4f18f [2021-02-22T23:08:42.110Z] ---> Running in c71a1f7d7060 [2021-02-22T23:08:42.112Z] ---> Running in 9b7117057c95 [2021-02-22T23:08:42.388Z] Removing intermediate container 80ef40c51ab3 [2021-02-22T23:08:42.388Z] ---> 063f4fd88ef1 [2021-02-22T23:08:42.388Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-22T23:08:42.679Z] Removing intermediate container da12720c9bbf [2021-02-22T23:08:42.679Z] ---> 56a5f3f3ff9e [2021-02-22T23:08:42.679Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-22T23:08:42.679Z] Removing intermediate container fff833b9fb1d [2021-02-22T23:08:42.679Z] ---> f23f6f276397 [2021-02-22T23:08:42.679Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-22T23:08:42.679Z] ---> Running in 9a2cb74fcb44 [2021-02-22T23:08:42.690Z] Removing intermediate container c71a1f7d7060 [2021-02-22T23:08:42.690Z] ---> 3d4d5deae37d [2021-02-22T23:08:42.690Z] Step 20/21 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:08:42.690Z] ---> Running in 3165167d800a [2021-02-22T23:08:42.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-22T23:08:42.957Z] Removing intermediate container 3165167d800a [2021-02-22T23:08:42.957Z] ---> 02d2207ca19b [2021-02-22T23:08:42.957Z] Step 21/21 : LABEL version=2.0.0-dev.101 [2021-02-22T23:08:42.957Z] ---> Running in 29d7c5e48a06 [2021-02-22T23:08:42.964Z] ---> Running in d24f285a3896 [2021-02-22T23:08:42.964Z] Removing intermediate container 2c0ea894cb17 [2021-02-22T23:08:42.964Z] ---> 03f429e880a0 [2021-02-22T23:08:42.964Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-22T23:08:42.964Z] ---> Running in b06b084e4768 [2021-02-22T23:08:43.239Z] ---> Running in 7c5e22dfccec [2021-02-22T23:08:43.320Z] Removing intermediate container 29d7c5e48a06 [2021-02-22T23:08:43.320Z] ---> 769e4b18a5df [2021-02-22T23:08:43.320Z] [2021-02-22T23:08:43.667Z] Successfully built 769e4b18a5df [2021-02-22T23:08:43.667Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-22T23:08:43.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:08:44.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:08:44.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:08:44.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:08:45.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:08:47.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:08:47.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:08:47.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:08:47.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:08:47.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:08:48.155Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6f1e3e7591eb [2021-02-22T23:08:48.155Z] ---> 61c54db9826f [2021-02-22T23:08:48.155Z] [2021-02-22T23:08:48.155Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T23:08:48.155Z] ---> 389fef711851 [2021-02-22T23:08:48.155Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-22T23:08:48.434Z] ---> Running in 679ec975f3f8 [2021-02-22T23:08:48.700Z] Removing intermediate container 679ec975f3f8 [2021-02-22T23:08:48.700Z] ---> 51fd4086a23e [2021-02-22T23:08:48.700Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-22T23:08:48.700Z] ---> Running in f736d2b6a07c [2021-02-22T23:08:48.966Z] Removing intermediate container f736d2b6a07c [2021-02-22T23:08:48.966Z] ---> e2812cf08077 [2021-02-22T23:08:48.966Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-22T23:08:48.966Z] ---> Running in 84fa015e60eb [2021-02-22T23:08:49.237Z] Removing intermediate container 84fa015e60eb [2021-02-22T23:08:49.237Z] ---> aa35970c564d [2021-02-22T23:08:49.237Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:08:49.237Z] ---> Running in 729a94947e80 [2021-02-22T23:08:49.915Z] OK: 217 MiB in 51 packages [2021-02-22T23:08:50.191Z] OK: 217 MiB in 51 packages [2021-02-22T23:08:50.684Z] Removing intermediate container 729a94947e80 [2021-02-22T23:08:50.684Z] ---> 2822dab01c21 [2021-02-22T23:08:50.684Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-22T23:08:50.961Z] ---> Running in c2e2bb27e1af [2021-02-22T23:08:51.181Z] Removing intermediate container 9a2cb74fcb44 [2021-02-22T23:08:51.181Z] ---> f102b7d540e3 [2021-02-22T23:08:51.181Z] Step 6/23 : COPY go.mod . [2021-02-22T23:08:51.181Z] OK: 217 MiB in 51 packages [2021-02-22T23:08:51.456Z] Removing intermediate container 7c5e22dfccec [2021-02-22T23:08:51.456Z] ---> 3870d2554991 [2021-02-22T23:08:51.456Z] Step 6/26 : COPY go.mod . [2021-02-22T23:08:51.456Z] OK: 217 MiB in 51 packages [2021-02-22T23:08:51.737Z] ---> e991ac3b58ea [2021-02-22T23:08:51.737Z] Step 7/23 : RUN go mod download [2021-02-22T23:08:51.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:08:52.022Z] ---> Running in e77cfa9a61fd [2021-02-22T23:08:52.302Z] ---> 80a14f58c745 [2021-02-22T23:08:52.302Z] Step 7/26 : RUN go mod download [2021-02-22T23:08:52.302Z] OK: 217 MiB in 51 packages [2021-02-22T23:08:52.575Z] ---> Running in 5db47e2383a4 [2021-02-22T23:08:52.849Z] Removing intermediate container d24f285a3896 [2021-02-22T23:08:52.849Z] ---> 7bc7f15a525c [2021-02-22T23:08:52.849Z] Step 6/22 : COPY go.mod . [2021-02-22T23:08:53.443Z] Removing intermediate container b06b084e4768 [2021-02-22T23:08:53.443Z] ---> cebfd273ef91 [2021-02-22T23:08:53.443Z] Step 6/30 : COPY go.mod . [2021-02-22T23:08:54.045Z] ---> 9f64073a8b32 [2021-02-22T23:08:54.045Z] Step 7/22 : RUN go mod download [2021-02-22T23:08:54.330Z] ---> Running in 10c448f40367 [2021-02-22T23:08:54.330Z] Removing intermediate container 9b7117057c95 [2021-02-22T23:08:54.330Z] ---> 7af4e1a79cbc [2021-02-22T23:08:54.330Z] Step 6/22 : COPY go.mod . [2021-02-22T23:08:54.330Z] ---> a1ea9eafedc2 [2021-02-22T23:08:54.330Z] Step 7/30 : RUN go mod download [2021-02-22T23:08:54.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:08:54.614Z] ---> Running in ce9b5492e946 [2021-02-22T23:08:55.609Z] ---> 0ba315846130 [2021-02-22T23:08:55.609Z] Step 7/22 : RUN go mod download [2021-02-22T23:08:55.884Z] ---> Running in f858f7625b5a [2021-02-22T23:08:56.161Z] Removing intermediate container e77cfa9a61fd [2021-02-22T23:08:56.161Z] ---> 4a3927199557 [2021-02-22T23:08:56.161Z] Step 8/23 : COPY . . [2021-02-22T23:08:56.764Z] Removing intermediate container 5db47e2383a4 [2021-02-22T23:08:56.764Z] ---> 941c1baa422c [2021-02-22T23:08:56.764Z] Step 8/26 : COPY . . [2021-02-22T23:08:57.066Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-22T23:08:57.066Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-22T23:08:57.066Z] Removing intermediate container fc55a5e4f18f [2021-02-22T23:08:57.066Z] ---> 493f75f00438 [2021-02-22T23:08:57.066Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-22T23:08:57.335Z] ---> Running in c6eb6641f711 [2021-02-22T23:08:57.335Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-22T23:08:57.597Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-22T23:08:57.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-22T23:08:58.814Z] Removing intermediate container c6eb6641f711 [2021-02-22T23:08:58.814Z] ---> 2c66ede7e5f1 [2021-02-22T23:08:58.814Z] [2021-02-22T23:08:58.814Z] Step 11/26 : FROM docker:20.10.0 [2021-02-22T23:08:58.814Z] 20.10.0: Pulling from library/docker [2021-02-22T23:08:59.397Z] Removing intermediate container 10c448f40367 [2021-02-22T23:08:59.397Z] ---> ffea9e761420 [2021-02-22T23:08:59.397Z] Step 8/22 : COPY . . [2021-02-22T23:08:59.397Z] Removing intermediate container ce9b5492e946 [2021-02-22T23:08:59.397Z] ---> 0754f15df6d2 [2021-02-22T23:08:59.397Z] Step 8/30 : COPY . . [2021-02-22T23:09:00.209Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-22T23:09:00.849Z] Removing intermediate container f858f7625b5a [2021-02-22T23:09:00.849Z] ---> d31f604fe60e [2021-02-22T23:09:00.849Z] Step 8/22 : COPY . . [2021-02-22T23:09:01.163Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-22T23:09:01.433Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:09:01.433Z] OK: 8 MiB in 20 packages [2021-02-22T23:09:02.839Z] Removing intermediate container c2e2bb27e1af [2021-02-22T23:09:02.839Z] ---> 6d47d1eece7b [2021-02-22T23:09:02.839Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T23:09:03.101Z] ---> f71520dea5de [2021-02-22T23:09:03.101Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-22T23:09:03.682Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-22T23:09:03.682Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-22T23:09:03.682Z] ---> aefe523efa57 [2021-02-22T23:09:03.682Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-22T23:09:03.945Z] ---> Running in e0b452baa107 [2021-02-22T23:09:03.945Z] ---> 058ab7dd21d8 [2021-02-22T23:09:03.945Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-22T23:09:04.209Z] ---> cddc0829dfe5 [2021-02-22T23:09:04.210Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-22T23:09:04.210Z] ---> Running in 734024e3b641 [2021-02-22T23:09:04.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:09:04.471Z] Removing intermediate container 734024e3b641 [2021-02-22T23:09:04.471Z] ---> af0e22244923 [2021-02-22T23:09:04.471Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T23:09:04.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:09:04.471Z] ---> Running in 9998a6ea0464 [2021-02-22T23:09:04.734Z] (1/2) Installing readline (8.0.4-r0) [2021-02-22T23:09:04.734Z] (2/2) Installing bash (5.0.17-r0) [2021-02-22T23:09:04.734Z] Executing bash-5.0.17-r0.post-install [2021-02-22T23:09:04.734Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:09:04.734Z] OK: 12 MiB in 22 packages [2021-02-22T23:09:04.734Z] Removing intermediate container 9998a6ea0464 [2021-02-22T23:09:04.734Z] ---> a7e45f810165 [2021-02-22T23:09:04.734Z] Step 21/23 : LABEL arch=x86_64 [2021-02-22T23:09:04.734Z] ---> Running in 3174b683fc60 [2021-02-22T23:09:04.996Z] Removing intermediate container 3174b683fc60 [2021-02-22T23:09:04.996Z] ---> 2c7248366fac [2021-02-22T23:09:04.996Z] Step 22/23 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:09:04.996Z] ---> Running in fc80affb0e19 [2021-02-22T23:09:05.258Z] Removing intermediate container e0b452baa107 [2021-02-22T23:09:05.258Z] ---> ee088af058d1 [2021-02-22T23:09:05.258Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-22T23:09:05.258Z] Removing intermediate container fc80affb0e19 [2021-02-22T23:09:05.258Z] ---> 49b8e907eacc [2021-02-22T23:09:05.258Z] Step 23/23 : LABEL version=2.0.0-dev.101 [2021-02-22T23:09:05.520Z] ---> Running in e662af18556f [2021-02-22T23:09:05.520Z] ---> Running in 0baa5e3a309a [2021-02-22T23:09:05.520Z] Removing intermediate container e662af18556f [2021-02-22T23:09:05.520Z] ---> 9878e725a78b [2021-02-22T23:09:05.520Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-22T23:09:05.520Z] Removing intermediate container 0baa5e3a309a [2021-02-22T23:09:05.520Z] ---> e5da49e02f73 [2021-02-22T23:09:05.520Z] [2021-02-22T23:09:05.782Z] ---> Running in abe0d67049b8 [2021-02-22T23:09:05.782Z] Successfully built e5da49e02f73 [2021-02-22T23:09:05.782Z] Successfully tagged docker-core-data-go:latest [2021-02-22T23:09:05.782Z]  Building docker-core-data-go ... done Removing intermediate container abe0d67049b8 [2021-02-22T23:09:05.782Z] ---> b49369bbca7e [2021-02-22T23:09:05.782Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-22T23:09:06.044Z] ---> Running in 9fb110e2ed1d [2021-02-22T23:09:06.044Z] Removing intermediate container 9fb110e2ed1d [2021-02-22T23:09:06.044Z] ---> f1c30f70c0a7 [2021-02-22T23:09:06.044Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-22T23:09:06.619Z] ---> d4da5dc65dfb [2021-02-22T23:09:06.619Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-22T23:09:06.882Z] ---> f5058cd94bca [2021-02-22T23:09:06.882Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-22T23:09:07.461Z] ---> 1f3c72b6e17f [2021-02-22T23:09:07.461Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-22T23:09:07.461Z] ---> Running in 6ebf8723462f [2021-02-22T23:09:08.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:09:08.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:09:08.039Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-22T23:09:08.039Z] (2/33) Installing expat (2.2.9-r1) [2021-02-22T23:09:08.039Z] (3/33) Installing libffi (3.3-r2) [2021-02-22T23:09:08.039Z] (4/33) Installing gdbm (1.13-r1) [2021-02-22T23:09:08.039Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-22T23:09:08.039Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-22T23:09:08.301Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-22T23:09:09.690Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-22T23:09:09.690Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-22T23:09:09.690Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-22T23:09:09.690Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-22T23:09:09.690Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-22T23:09:09.690Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-22T23:09:09.690Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-22T23:09:09.690Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-22T23:09:09.690Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-22T23:09:09.690Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-22T23:09:09.690Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-22T23:09:09.690Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-22T23:09:09.952Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-22T23:09:09.952Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-22T23:09:09.952Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-22T23:09:09.952Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-22T23:09:09.952Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-22T23:09:09.952Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-22T23:09:09.952Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-22T23:09:09.952Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-22T23:09:09.952Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-22T23:09:09.952Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-22T23:09:09.952Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-22T23:09:09.952Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-22T23:09:09.952Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-22T23:09:09.952Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-22T23:09:10.215Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:09:10.215Z] OK: 71 MiB in 55 packages [2021-02-22T23:09:18.374Z] Removing intermediate container 6ebf8723462f [2021-02-22T23:09:18.374Z] ---> 76189e7b02d9 [2021-02-22T23:09:18.374Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-22T23:09:18.374Z] ---> Running in 9afd926e6322 [2021-02-22T23:09:19.196Z] ---> 1d6543b6f0fa [2021-02-22T23:09:19.196Z] ---> a6f50d99ac5d [2021-02-22T23:09:19.196Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-22T23:09:19.196Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-22T23:09:19.196Z] ---> abfbe3fc0c33 [2021-02-22T23:09:19.196Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-22T23:09:19.196Z] ---> Running in 91844901af96 [2021-02-22T23:09:19.196Z] ---> Running in 7e46e1957444 [2021-02-22T23:09:19.196Z] ---> 4a6641f5cc14 [2021-02-22T23:09:19.196Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-22T23:09:19.196Z] ---> 2eb9b0c15f0f [2021-02-22T23:09:19.196Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-22T23:09:19.196Z] ---> Running in 9cfbae7d86f5 [2021-02-22T23:09:19.196Z] ---> Running in 919509594ae6 [2021-02-22T23:09:19.196Z] ---> Running in 326f5a8fac8c [2021-02-22T23:09:19.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-command/core-command ./cmd/core-command [2021-02-22T23:09:19.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-22T23:09:19.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-22T23:09:19.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-22T23:09:19.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-22T23:09:20.293Z] Collecting docker-compose==1.23.2 [2021-02-22T23:09:20.293Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-22T23:09:20.293Z] Collecting jsonschema<3,>=2.5.1 [2021-02-22T23:09:20.293Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-22T23:09:20.293Z] Collecting docker<4.0,>=3.6.0 [2021-02-22T23:09:20.293Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-22T23:09:20.557Z] Collecting docopt<0.7,>=0.6.1 [2021-02-22T23:09:20.557Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-22T23:09:21.135Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-22T23:09:21.135Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-22T23:09:21.400Z] 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-22T23:09:21.400Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-22T23:09:21.400Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-22T23:09:21.400Z] Collecting texttable<0.10,>=0.9.0 [2021-02-22T23:09:21.400Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-22T23:09:21.974Z] Collecting cached-property<2,>=1.2.0 [2021-02-22T23:09:21.974Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-22T23:09:22.237Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-22T23:09:22.237Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-22T23:09:22.815Z] Collecting PyYAML<4,>=3.10 [2021-02-22T23:09:22.815Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-22T23:09:23.769Z] Collecting docker-pycreds>=0.4.0 [2021-02-22T23:09:23.769Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-22T23:09:23.769Z] 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-22T23:09:23.769Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-22T23:09:23.769Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-22T23:09:23.769Z] Collecting idna<2.8,>=2.5 [2021-02-22T23:09:23.769Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-22T23:09:23.769Z] 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-22T23:09:23.769Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-22T23:09:23.769Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-22T23:09:23.769Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-22T23:09:23.769Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-22T23:09:24.032Z] Installing collected packages: jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, texttable, cached-property, dockerpty, PyYAML, docker-compose [2021-02-22T23:09:24.295Z] Attempting uninstall: urllib3 [2021-02-22T23:09:24.295Z] Found existing installation: urllib3 1.25.9 [2021-02-22T23:09:24.295Z] Uninstalling urllib3-1.25.9: [2021-02-22T23:09:24.295Z] Successfully uninstalled urllib3-1.25.9 [2021-02-22T23:09:24.557Z] Attempting uninstall: idna [2021-02-22T23:09:24.557Z] Found existing installation: idna 2.9 [2021-02-22T23:09:24.557Z] Uninstalling idna-2.9: [2021-02-22T23:09:24.557Z] Successfully uninstalled idna-2.9 [2021-02-22T23:09:25.948Z] Attempting uninstall: requests [2021-02-22T23:09:25.948Z] Found existing installation: requests 2.23.0 [2021-02-22T23:09:25.948Z] Uninstalling requests-2.23.0: [2021-02-22T23:09:25.948Z] Successfully uninstalled requests-2.23.0 [2021-02-22T23:09:26.210Z] Running setup.py install for docopt: started [2021-02-22T23:09:26.472Z] Running setup.py install for docopt: finished with status 'done' [2021-02-22T23:09:26.472Z] Running setup.py install for texttable: started [2021-02-22T23:09:27.047Z] Running setup.py install for texttable: finished with status 'done' [2021-02-22T23:09:27.047Z] Running setup.py install for dockerpty: started [2021-02-22T23:09:27.621Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-22T23:09:27.621Z] Running setup.py install for PyYAML: started [2021-02-22T23:09:28.195Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-22T23:09:28.458Z] 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-22T23:09:31.771Z] Removing intermediate container 9afd926e6322 [2021-02-22T23:09:31.771Z] ---> 32bb830f58eb [2021-02-22T23:09:31.771Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-22T23:09:31.771Z] ---> Running in f8967d2485d7 [2021-02-22T23:09:32.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T23:09:32.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T23:09:32.298Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T23:09:32.298Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-22T23:09:32.298Z] (3/3) Installing curl (7.69.1-r3) [2021-02-22T23:09:32.298Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:09:32.298Z] OK: 72 MiB in 58 packages [2021-02-22T23:09:32.872Z] Removing intermediate container f8967d2485d7 [2021-02-22T23:09:32.872Z] ---> 60fa26e9ebd8 [2021-02-22T23:09:32.872Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-22T23:09:32.872Z] ---> Running in 7b2a641a0c4b [2021-02-22T23:09:33.134Z] Removing intermediate container 7b2a641a0c4b [2021-02-22T23:09:33.134Z] ---> 94bf0b7d6f6c [2021-02-22T23:09:33.134Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T23:09:33.134Z] ---> Running in ecd5a65ee312 [2021-02-22T23:09:33.405Z] Removing intermediate container ecd5a65ee312 [2021-02-22T23:09:33.405Z] ---> 9ab2abc521d6 [2021-02-22T23:09:33.405Z] Step 24/26 : LABEL arch=x86_64 [2021-02-22T23:09:33.405Z] ---> Running in 1832b1cbf1ee [2021-02-22T23:09:33.405Z] Removing intermediate container 1832b1cbf1ee [2021-02-22T23:09:33.405Z] ---> 7272f7e717cc [2021-02-22T23:09:33.405Z] Step 25/26 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:09:33.667Z] ---> Running in 4fb0c6886e88 [2021-02-22T23:09:33.667Z] Removing intermediate container 4fb0c6886e88 [2021-02-22T23:09:33.667Z] ---> 30ac81dd1246 [2021-02-22T23:09:33.667Z] Step 26/26 : LABEL version=2.0.0-dev.101 [2021-02-22T23:09:33.930Z] ---> Running in c0b2eb222d50 [2021-02-22T23:09:33.930Z] Removing intermediate container c0b2eb222d50 [2021-02-22T23:09:33.930Z] ---> 983eb3d8f966 [2021-02-22T23:09:33.930Z] [2021-02-22T23:09:34.193Z] Successfully built 983eb3d8f966 [2021-02-22T23:09:34.193Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-22T23:09:34.471Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-22T23:09:34.491Z] $ docker stop --time=1 7284dadd2a1a60a8c447849391858b441d10102d1b3100bb317a425d1ff23fa6 [2021-02-22T23:09:36.164Z] $ docker rm -f 7284dadd2a1a60a8c447849391858b441d10102d1b3100bb317a425d1ff23fa6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T23:09:36.731Z] + docker images [2021-02-22T23:09:36.731Z] + grep docker [2021-02-22T23:09:37.306Z] docker-sys-mgmt-agent-go latest 983eb3d8f966 4 seconds ago 313MB [2021-02-22T23:09:37.306Z] docker-core-data-go latest e5da49e02f73 32 seconds ago 22.4MB [2021-02-22T23:09:37.306Z] docker-security-proxy-setup-go latest 769e4b18a5df 54 seconds ago 24.7MB [2021-02-22T23:09:37.306Z] docker-core-command-go latest 90f361d1aed9 About a minute ago 17MB [2021-02-22T23:09:37.306Z] docker-security-bootstrapper-go latest 42f86377eabe About a minute ago 18.3MB [2021-02-22T23:09:37.306Z] docker-security-secretstore-setup-go latest 8d085268b374 2 minutes ago 24.9MB [2021-02-22T23:09:37.306Z] docker-core-metadata-go latest 7e8490fa7898 2 minutes ago 19MB [2021-02-22T23:09:37.306Z] docker-support-scheduler-go latest 54435a1b02ff 2 minutes ago 17.2MB [2021-02-22T23:09:37.306Z] docker-support-notifications-go latest 3ddc8fb60e5e 2 minutes ago 17.7MB [2021-02-22T23:09:37.306Z] docker 20.10.0 aefe523efa57 2 months 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-22T23:09:38.179Z] provisioning config files... [2021-02-22T23:09:38.228Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/367@tmp/config3293243702037803612tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T23:09:38.607Z] ---> docker-login.sh [2021-02-22T23:09:38.607Z] nexus3.edgexfoundry.org:10001 [2021-02-22T23:09:38.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:09:38.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:09:38.869Z] Configure a credential helper to remove this warning. See [2021-02-22T23:09:38.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:09:38.869Z] [2021-02-22T23:09:38.869Z] Login Succeeded [2021-02-22T23:09:38.869Z] nexus3.edgexfoundry.org:10002 [2021-02-22T23:09:38.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:09:38.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:09:38.869Z] Configure a credential helper to remove this warning. See [2021-02-22T23:09:38.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:09:38.869Z] [2021-02-22T23:09:38.869Z] Login Succeeded [2021-02-22T23:09:38.869Z] nexus3.edgexfoundry.org:10003 [2021-02-22T23:09:39.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:09:39.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:09:39.131Z] Configure a credential helper to remove this warning. See [2021-02-22T23:09:39.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:09:39.131Z] [2021-02-22T23:09:39.131Z] Login Succeeded [2021-02-22T23:09:39.131Z] nexus3.edgexfoundry.org:10004 [2021-02-22T23:09:39.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:09:39.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:09:39.395Z] Configure a credential helper to remove this warning. See [2021-02-22T23:09:39.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:09:39.395Z] [2021-02-22T23:09:39.395Z] Login Succeeded [2021-02-22T23:09:39.395Z] docker.io [2021-02-22T23:09:39.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:09:39.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:09:39.658Z] Configure a credential helper to remove this warning. See [2021-02-22T23:09:39.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:09:39.658Z] [2021-02-22T23:09:39.658Z] Login Succeeded [2021-02-22T23:09:39.658Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T23:09:39.668Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:09:39.913Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-22T23:09:39.913Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:09:39.913Z] 2.0.0-dev.101 [2021-02-22T23:09:39.913Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:09:39.913Z] master [2021-02-22T23:09:39.913Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:40.602Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:40.953Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:09:40.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-22T23:09:40.954Z] d9315dd08904: Preparing [2021-02-22T23:09:40.954Z] 616fc5f0a198: Preparing [2021-02-22T23:09:40.954Z] 890319d90e36: Preparing [2021-02-22T23:09:40.954Z] 88334e5fa5b5: Preparing [2021-02-22T23:09:40.954Z] 777b2c648970: Preparing [2021-02-22T23:09:40.954Z] 777b2c648970: Layer already exists [2021-02-22T23:09:41.258Z] 88334e5fa5b5: Pushed [2021-02-22T23:09:41.258Z] d9315dd08904: Pushed [2021-02-22T23:09:41.258Z] 890319d90e36: Pushed [2021-02-22T23:09:42.210Z] 616fc5f0a198: Pushed [2021-02-22T23:09:42.210Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:b13f3968be1634eaabfbd4f7ecba6b8e8e29236483600352dc8aa839c851759f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:42.531Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:42.834Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.101 [2021-02-22T23:09:42.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-22T23:09:42.834Z] d9315dd08904: Preparing [2021-02-22T23:09:42.834Z] 616fc5f0a198: Preparing [2021-02-22T23:09:42.834Z] 890319d90e36: Preparing [2021-02-22T23:09:42.834Z] 88334e5fa5b5: Preparing [2021-02-22T23:09:42.834Z] 777b2c648970: Preparing [2021-02-22T23:09:42.834Z] 88334e5fa5b5: Layer already exists [2021-02-22T23:09:42.834Z] d9315dd08904: Layer already exists [2021-02-22T23:09:42.834Z] 890319d90e36: Layer already exists [2021-02-22T23:09:42.834Z] 777b2c648970: Layer already exists [2021-02-22T23:09:42.834Z] 616fc5f0a198: Layer already exists [2021-02-22T23:09:42.834Z] 2.0.0-dev.101: digest: sha256:b13f3968be1634eaabfbd4f7ecba6b8e8e29236483600352dc8aa839c851759f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:43.149Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:43.456Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:09:43.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-22T23:09:43.456Z] d9315dd08904: Preparing [2021-02-22T23:09:43.456Z] 616fc5f0a198: Preparing [2021-02-22T23:09:43.456Z] 890319d90e36: Preparing [2021-02-22T23:09:43.456Z] 88334e5fa5b5: Preparing [2021-02-22T23:09:43.456Z] 777b2c648970: Preparing [2021-02-22T23:09:43.456Z] 890319d90e36: Layer already exists [2021-02-22T23:09:43.456Z] 88334e5fa5b5: Layer already exists [2021-02-22T23:09:43.456Z] 616fc5f0a198: Layer already exists [2021-02-22T23:09:43.456Z] 777b2c648970: Layer already exists [2021-02-22T23:09:43.456Z] d9315dd08904: Layer already exists [2021-02-22T23:09:43.456Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:b13f3968be1634eaabfbd4f7ecba6b8e8e29236483600352dc8aa839c851759f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:43.768Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:44.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-22T23:09:44.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-22T23:09:44.074Z] d9315dd08904: Preparing [2021-02-22T23:09:44.074Z] 616fc5f0a198: Preparing [2021-02-22T23:09:44.074Z] 890319d90e36: Preparing [2021-02-22T23:09:44.074Z] 88334e5fa5b5: Preparing [2021-02-22T23:09:44.074Z] 777b2c648970: Preparing [2021-02-22T23:09:44.075Z] 890319d90e36: Layer already exists [2021-02-22T23:09:44.075Z] d9315dd08904: Layer already exists [2021-02-22T23:09:44.075Z] 616fc5f0a198: Layer already exists [2021-02-22T23:09:44.075Z] 88334e5fa5b5: Layer already exists [2021-02-22T23:09:44.075Z] 777b2c648970: Layer already exists [2021-02-22T23:09:44.075Z] master: digest: sha256:b13f3968be1634eaabfbd4f7ecba6b8e8e29236483600352dc8aa839c851759f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:09:44.291Z] ===================================================== [Pipeline] echo [2021-02-22T23:09:44.341Z] taggedImages: [2021-02-22T23:09:44.341Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:09:44.341Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.101 [2021-02-22T23:09:44.341Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:09:44.341Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-22T23:09:44.416Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-22T23:09:44.416Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:09:44.416Z] 2.0.0-dev.101 [2021-02-22T23:09:44.416Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:09:44.416Z] master [2021-02-22T23:09:44.416Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:44.924Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:45.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:09:45.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-22T23:09:45.233Z] f7e398d98eff: Preparing [2021-02-22T23:09:45.233Z] 3c848c8ab73d: Preparing [2021-02-22T23:09:45.233Z] 890319d90e36: Preparing [2021-02-22T23:09:45.233Z] 51f20482350a: Preparing [2021-02-22T23:09:45.233Z] e5b9cb038d0b: Preparing [2021-02-22T23:09:45.233Z] 777b2c648970: Preparing [2021-02-22T23:09:45.233Z] 777b2c648970: Waiting [2021-02-22T23:09:45.233Z] 890319d90e36: Layer already exists [2021-02-22T23:09:45.233Z] 777b2c648970: Layer already exists [2021-02-22T23:09:45.495Z] f7e398d98eff: Pushed [2021-02-22T23:09:45.495Z] e5b9cb038d0b: Pushed [2021-02-22T23:09:45.759Z] 51f20482350a: Pushed [2021-02-22T23:09:46.711Z] 3c848c8ab73d: Pushed [2021-02-22T23:09:46.974Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:3589d2a2973be1ecfaa70c8bd98063b373f152ebb73b726c3416ad767040c905 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:47.285Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:47.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.101 [2021-02-22T23:09:47.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-22T23:09:47.587Z] f7e398d98eff: Preparing [2021-02-22T23:09:47.587Z] 3c848c8ab73d: Preparing [2021-02-22T23:09:47.587Z] 890319d90e36: Preparing [2021-02-22T23:09:47.587Z] 51f20482350a: Preparing [2021-02-22T23:09:47.587Z] e5b9cb038d0b: Preparing [2021-02-22T23:09:47.587Z] 777b2c648970: Preparing [2021-02-22T23:09:47.587Z] f7e398d98eff: Layer already exists [2021-02-22T23:09:47.587Z] 890319d90e36: Layer already exists [2021-02-22T23:09:47.587Z] 51f20482350a: Layer already exists [2021-02-22T23:09:47.587Z] 3c848c8ab73d: Layer already exists [2021-02-22T23:09:47.587Z] e5b9cb038d0b: Layer already exists [2021-02-22T23:09:47.587Z] 777b2c648970: Layer already exists [2021-02-22T23:09:47.587Z] 2.0.0-dev.101: digest: sha256:3589d2a2973be1ecfaa70c8bd98063b373f152ebb73b726c3416ad767040c905 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:47.895Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:48.204Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:09:48.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-22T23:09:48.204Z] f7e398d98eff: Preparing [2021-02-22T23:09:48.204Z] 3c848c8ab73d: Preparing [2021-02-22T23:09:48.204Z] 890319d90e36: Preparing [2021-02-22T23:09:48.204Z] 51f20482350a: Preparing [2021-02-22T23:09:48.204Z] e5b9cb038d0b: Preparing [2021-02-22T23:09:48.204Z] 777b2c648970: Preparing [2021-02-22T23:09:48.204Z] 777b2c648970: Waiting [2021-02-22T23:09:48.204Z] 51f20482350a: Layer already exists [2021-02-22T23:09:48.204Z] f7e398d98eff: Layer already exists [2021-02-22T23:09:48.204Z] 3c848c8ab73d: Layer already exists [2021-02-22T23:09:48.204Z] 890319d90e36: Layer already exists [2021-02-22T23:09:48.204Z] e5b9cb038d0b: Layer already exists [2021-02-22T23:09:48.204Z] 777b2c648970: Layer already exists [2021-02-22T23:09:48.204Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:3589d2a2973be1ecfaa70c8bd98063b373f152ebb73b726c3416ad767040c905 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:48.513Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:48.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-22T23:09:48.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-22T23:09:48.817Z] f7e398d98eff: Preparing [2021-02-22T23:09:48.817Z] 3c848c8ab73d: Preparing [2021-02-22T23:09:48.817Z] 890319d90e36: Preparing [2021-02-22T23:09:48.817Z] 51f20482350a: Preparing [2021-02-22T23:09:48.817Z] e5b9cb038d0b: Preparing [2021-02-22T23:09:48.817Z] 777b2c648970: Preparing [2021-02-22T23:09:48.817Z] 777b2c648970: Waiting [2021-02-22T23:09:48.817Z] 3c848c8ab73d: Layer already exists [2021-02-22T23:09:48.817Z] f7e398d98eff: Layer already exists [2021-02-22T23:09:48.817Z] 51f20482350a: Layer already exists [2021-02-22T23:09:48.817Z] e5b9cb038d0b: Layer already exists [2021-02-22T23:09:48.817Z] 890319d90e36: Layer already exists [2021-02-22T23:09:48.817Z] 777b2c648970: Layer already exists [2021-02-22T23:09:48.817Z] master: digest: sha256:3589d2a2973be1ecfaa70c8bd98063b373f152ebb73b726c3416ad767040c905 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:09:49.009Z] ===================================================== [Pipeline] echo [2021-02-22T23:09:49.056Z] taggedImages: [2021-02-22T23:09:49.056Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:09:49.056Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.101 [2021-02-22T23:09:49.056Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:09:49.056Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-22T23:09:49.122Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-22T23:09:49.122Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:09:49.122Z] 2.0.0-dev.101 [2021-02-22T23:09:49.122Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:09:49.122Z] master [2021-02-22T23:09:49.122Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:49.621Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:49.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:09:49.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-22T23:09:49.923Z] 2770442b0d69: Preparing [2021-02-22T23:09:49.923Z] 691aa145b3c6: Preparing [2021-02-22T23:09:49.923Z] 890319d90e36: Preparing [2021-02-22T23:09:49.923Z] 88334e5fa5b5: Preparing [2021-02-22T23:09:49.923Z] 777b2c648970: Preparing [2021-02-22T23:09:49.923Z] 88334e5fa5b5: Layer already exists [2021-02-22T23:09:49.923Z] 890319d90e36: Layer already exists [2021-02-22T23:09:49.923Z] 777b2c648970: Layer already exists [2021-02-22T23:09:50.186Z] 2770442b0d69: Pushed [2021-02-22T23:09:51.580Z] 691aa145b3c6: Pushed [2021-02-22T23:09:51.580Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:4c938711a7dabceb46e86565ee50ccd773e3a6767244c0f04a78364d854c2c3d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:53.220Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:53.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.101 [2021-02-22T23:09:53.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-22T23:09:53.521Z] 2770442b0d69: Preparing [2021-02-22T23:09:53.521Z] 691aa145b3c6: Preparing [2021-02-22T23:09:53.521Z] 890319d90e36: Preparing [2021-02-22T23:09:53.521Z] 88334e5fa5b5: Preparing [2021-02-22T23:09:53.521Z] 777b2c648970: Preparing [2021-02-22T23:09:53.521Z] 890319d90e36: Layer already exists [2021-02-22T23:09:53.521Z] 777b2c648970: Layer already exists [2021-02-22T23:09:53.521Z] 691aa145b3c6: Layer already exists [2021-02-22T23:09:53.521Z] 88334e5fa5b5: Layer already exists [2021-02-22T23:09:53.521Z] 2770442b0d69: Layer already exists [2021-02-22T23:09:53.521Z] 2.0.0-dev.101: digest: sha256:4c938711a7dabceb46e86565ee50ccd773e3a6767244c0f04a78364d854c2c3d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:53.829Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:54.133Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:09:54.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-22T23:09:54.133Z] 2770442b0d69: Preparing [2021-02-22T23:09:54.133Z] 691aa145b3c6: Preparing [2021-02-22T23:09:54.133Z] 890319d90e36: Preparing [2021-02-22T23:09:54.133Z] 88334e5fa5b5: Preparing [2021-02-22T23:09:54.133Z] 777b2c648970: Preparing [2021-02-22T23:09:54.133Z] 890319d90e36: Layer already exists [2021-02-22T23:09:54.133Z] 777b2c648970: Layer already exists [2021-02-22T23:09:54.133Z] 2770442b0d69: Layer already exists [2021-02-22T23:09:54.133Z] 88334e5fa5b5: Layer already exists [2021-02-22T23:09:54.133Z] 691aa145b3c6: Layer already exists [2021-02-22T23:09:54.133Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:4c938711a7dabceb46e86565ee50ccd773e3a6767244c0f04a78364d854c2c3d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:54.445Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:54.748Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-22T23:09:54.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-22T23:09:54.748Z] 2770442b0d69: Preparing [2021-02-22T23:09:54.748Z] 691aa145b3c6: Preparing [2021-02-22T23:09:54.748Z] 890319d90e36: Preparing [2021-02-22T23:09:54.748Z] 88334e5fa5b5: Preparing [2021-02-22T23:09:54.748Z] 777b2c648970: Preparing [2021-02-22T23:09:54.748Z] 890319d90e36: Layer already exists [2021-02-22T23:09:54.748Z] 2770442b0d69: Layer already exists [2021-02-22T23:09:54.748Z] 88334e5fa5b5: Layer already exists [2021-02-22T23:09:54.748Z] 691aa145b3c6: Layer already exists [2021-02-22T23:09:54.748Z] 777b2c648970: Layer already exists [2021-02-22T23:09:54.748Z] master: digest: sha256:4c938711a7dabceb46e86565ee50ccd773e3a6767244c0f04a78364d854c2c3d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:09:54.934Z] ===================================================== [Pipeline] echo [2021-02-22T23:09:54.982Z] taggedImages: [2021-02-22T23:09:54.982Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:09:54.982Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.101 [2021-02-22T23:09:54.982Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:09:54.982Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-22T23:09:55.050Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-22T23:09:55.050Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:09:55.050Z] 2.0.0-dev.101 [2021-02-22T23:09:55.050Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:09:55.050Z] master [2021-02-22T23:09:55.050Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:55.537Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:55.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:09:55.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-22T23:09:55.887Z] 1279f5c085e0: Preparing [2021-02-22T23:09:55.887Z] 1279f5c085e0: Preparing [2021-02-22T23:09:55.887Z] 1772ee0c41f4: Preparing [2021-02-22T23:09:55.887Z] 32dc663a355f: Preparing [2021-02-22T23:09:55.887Z] a49e20c7c63d: Preparing [2021-02-22T23:09:55.887Z] 890319d90e36: Preparing [2021-02-22T23:09:55.887Z] dffb99c850d5: Preparing [2021-02-22T23:09:55.887Z] dffb99c850d5: Preparing [2021-02-22T23:09:55.887Z] 0953211b3da8: Preparing [2021-02-22T23:09:55.887Z] f4916c8d0752: Preparing [2021-02-22T23:09:55.887Z] 777b2c648970: Preparing [2021-02-22T23:09:55.887Z] 0953211b3da8: Waiting [2021-02-22T23:09:55.887Z] f4916c8d0752: Waiting [2021-02-22T23:09:55.887Z] dffb99c850d5: Waiting [2021-02-22T23:09:55.887Z] 777b2c648970: Waiting [2021-02-22T23:09:55.887Z] 890319d90e36: Layer already exists [2021-02-22T23:09:56.171Z] 1279f5c085e0: Pushed [2021-02-22T23:09:56.171Z] 32dc663a355f: Pushed [2021-02-22T23:09:56.171Z] 1772ee0c41f4: Pushed [2021-02-22T23:09:56.171Z] dffb99c850d5: Pushed [2021-02-22T23:09:56.171Z] 0953211b3da8: Pushed [2021-02-22T23:09:56.171Z] 777b2c648970: Layer already exists [2021-02-22T23:09:56.459Z] f4916c8d0752: Pushed [2021-02-22T23:09:57.037Z] a49e20c7c63d: Pushed [2021-02-22T23:09:57.299Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:c84d3a34be7af8c74caf44963038f320628c7d282a4133bdc2dcb04d67f62522 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:57.875Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:58.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.101 [2021-02-22T23:09:58.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-22T23:09:58.176Z] 1279f5c085e0: Preparing [2021-02-22T23:09:58.176Z] 1279f5c085e0: Preparing [2021-02-22T23:09:58.176Z] 1772ee0c41f4: Preparing [2021-02-22T23:09:58.176Z] 32dc663a355f: Preparing [2021-02-22T23:09:58.176Z] a49e20c7c63d: Preparing [2021-02-22T23:09:58.176Z] 890319d90e36: Preparing [2021-02-22T23:09:58.176Z] dffb99c850d5: Preparing [2021-02-22T23:09:58.176Z] dffb99c850d5: Preparing [2021-02-22T23:09:58.176Z] 0953211b3da8: Preparing [2021-02-22T23:09:58.176Z] f4916c8d0752: Preparing [2021-02-22T23:09:58.176Z] 777b2c648970: Preparing [2021-02-22T23:09:58.176Z] dffb99c850d5: Waiting [2021-02-22T23:09:58.176Z] 0953211b3da8: Waiting [2021-02-22T23:09:58.176Z] f4916c8d0752: Waiting [2021-02-22T23:09:58.176Z] 777b2c648970: Waiting [2021-02-22T23:09:58.176Z] 1279f5c085e0: Layer already exists [2021-02-22T23:09:58.176Z] 32dc663a355f: Layer already exists [2021-02-22T23:09:58.176Z] a49e20c7c63d: Layer already exists [2021-02-22T23:09:58.176Z] 890319d90e36: Layer already exists [2021-02-22T23:09:58.176Z] 1772ee0c41f4: Layer already exists [2021-02-22T23:09:58.176Z] dffb99c850d5: Layer already exists [2021-02-22T23:09:58.176Z] 0953211b3da8: Layer already exists [2021-02-22T23:09:58.176Z] 777b2c648970: Layer already exists [2021-02-22T23:09:58.176Z] f4916c8d0752: Layer already exists [2021-02-22T23:09:58.176Z] 2.0.0-dev.101: digest: sha256:c84d3a34be7af8c74caf44963038f320628c7d282a4133bdc2dcb04d67f62522 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:58.484Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:58.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:09:58.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-22T23:09:58.789Z] 1279f5c085e0: Preparing [2021-02-22T23:09:58.789Z] 1279f5c085e0: Preparing [2021-02-22T23:09:58.789Z] 1772ee0c41f4: Preparing [2021-02-22T23:09:58.789Z] 32dc663a355f: Preparing [2021-02-22T23:09:58.789Z] a49e20c7c63d: Preparing [2021-02-22T23:09:58.789Z] 890319d90e36: Preparing [2021-02-22T23:09:58.789Z] dffb99c850d5: Preparing [2021-02-22T23:09:58.789Z] dffb99c850d5: Preparing [2021-02-22T23:09:58.789Z] 0953211b3da8: Preparing [2021-02-22T23:09:58.789Z] f4916c8d0752: Preparing [2021-02-22T23:09:58.789Z] 777b2c648970: Preparing [2021-02-22T23:09:58.789Z] dffb99c850d5: Waiting [2021-02-22T23:09:58.789Z] 0953211b3da8: Waiting [2021-02-22T23:09:58.789Z] f4916c8d0752: Waiting [2021-02-22T23:09:58.789Z] 777b2c648970: Waiting [2021-02-22T23:09:58.789Z] 1772ee0c41f4: Layer already exists [2021-02-22T23:09:58.789Z] 32dc663a355f: Layer already exists [2021-02-22T23:09:58.789Z] 1279f5c085e0: Layer already exists [2021-02-22T23:09:58.789Z] a49e20c7c63d: Layer already exists [2021-02-22T23:09:58.789Z] 890319d90e36: Layer already exists [2021-02-22T23:09:58.789Z] 0953211b3da8: Layer already exists [2021-02-22T23:09:58.789Z] dffb99c850d5: Layer already exists [2021-02-22T23:09:58.789Z] 777b2c648970: Layer already exists [2021-02-22T23:09:58.789Z] f4916c8d0752: Layer already exists [2021-02-22T23:09:58.789Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:c84d3a34be7af8c74caf44963038f320628c7d282a4133bdc2dcb04d67f62522 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:59.096Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:09:59.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-22T23:09:59.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-22T23:09:59.398Z] 1279f5c085e0: Preparing [2021-02-22T23:09:59.398Z] 1279f5c085e0: Preparing [2021-02-22T23:09:59.398Z] 1772ee0c41f4: Preparing [2021-02-22T23:09:59.398Z] 32dc663a355f: Preparing [2021-02-22T23:09:59.398Z] a49e20c7c63d: Preparing [2021-02-22T23:09:59.398Z] 890319d90e36: Preparing [2021-02-22T23:09:59.398Z] dffb99c850d5: Preparing [2021-02-22T23:09:59.398Z] dffb99c850d5: Preparing [2021-02-22T23:09:59.398Z] 0953211b3da8: Preparing [2021-02-22T23:09:59.398Z] f4916c8d0752: Preparing [2021-02-22T23:09:59.398Z] 777b2c648970: Preparing [2021-02-22T23:09:59.398Z] dffb99c850d5: Waiting [2021-02-22T23:09:59.398Z] 0953211b3da8: Waiting [2021-02-22T23:09:59.398Z] f4916c8d0752: Waiting [2021-02-22T23:09:59.398Z] 777b2c648970: Waiting [2021-02-22T23:09:59.398Z] a49e20c7c63d: Layer already exists [2021-02-22T23:09:59.398Z] 890319d90e36: Layer already exists [2021-02-22T23:09:59.398Z] 32dc663a355f: Layer already exists [2021-02-22T23:09:59.398Z] 1279f5c085e0: Layer already exists [2021-02-22T23:09:59.398Z] 1772ee0c41f4: Layer already exists [2021-02-22T23:09:59.398Z] 777b2c648970: Layer already exists [2021-02-22T23:09:59.398Z] dffb99c850d5: Layer already exists [2021-02-22T23:09:59.398Z] f4916c8d0752: Layer already exists [2021-02-22T23:09:59.398Z] 0953211b3da8: Layer already exists [2021-02-22T23:09:59.398Z] master: digest: sha256:c84d3a34be7af8c74caf44963038f320628c7d282a4133bdc2dcb04d67f62522 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:09:59.581Z] ===================================================== [Pipeline] echo [2021-02-22T23:09:59.629Z] taggedImages: [2021-02-22T23:09:59.629Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:09:59.629Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.101 [2021-02-22T23:09:59.629Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:09:59.629Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-22T23:09:59.692Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-22T23:09:59.692Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:09:59.692Z] 2.0.0-dev.101 [2021-02-22T23:09:59.692Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:09:59.692Z] master [2021-02-22T23:09:59.692Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:00.164Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:00.471Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:10:00.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-22T23:10:00.471Z] dca7acc6d431: Preparing [2021-02-22T23:10:00.471Z] f6dad8bfa6f5: Preparing [2021-02-22T23:10:00.471Z] 7e511f06e926: Preparing [2021-02-22T23:10:00.471Z] ba5a484770d8: Preparing [2021-02-22T23:10:00.471Z] 5003a220fcd3: Preparing [2021-02-22T23:10:00.471Z] 777b2c648970: Preparing [2021-02-22T23:10:00.471Z] 777b2c648970: Waiting [2021-02-22T23:10:00.738Z] ba5a484770d8: Pushed [2021-02-22T23:10:00.738Z] 7e511f06e926: Pushed [2021-02-22T23:10:00.738Z] 777b2c648970: Layer already exists [2021-02-22T23:10:01.006Z] 5003a220fcd3: Pushed [2021-02-22T23:10:01.579Z] f6dad8bfa6f5: Pushed [2021-02-22T23:10:01.579Z] dca7acc6d431: Pushed [2021-02-22T23:10:01.840Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:fc2846104c11b603dadfe0ee03573a7eede52613531132a1d3774c9bfa271291 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:02.145Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:02.446Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.101 [2021-02-22T23:10:02.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-22T23:10:02.446Z] dca7acc6d431: Preparing [2021-02-22T23:10:02.446Z] f6dad8bfa6f5: Preparing [2021-02-22T23:10:02.446Z] 7e511f06e926: Preparing [2021-02-22T23:10:02.446Z] ba5a484770d8: Preparing [2021-02-22T23:10:02.446Z] 5003a220fcd3: Preparing [2021-02-22T23:10:02.446Z] 777b2c648970: Preparing [2021-02-22T23:10:02.446Z] 777b2c648970: Waiting [2021-02-22T23:10:02.446Z] f6dad8bfa6f5: Layer already exists [2021-02-22T23:10:02.446Z] ba5a484770d8: Layer already exists [2021-02-22T23:10:02.446Z] 5003a220fcd3: Layer already exists [2021-02-22T23:10:02.446Z] 7e511f06e926: Layer already exists [2021-02-22T23:10:02.446Z] dca7acc6d431: Layer already exists [2021-02-22T23:10:02.446Z] 777b2c648970: Layer already exists [2021-02-22T23:10:02.446Z] 2.0.0-dev.101: digest: sha256:fc2846104c11b603dadfe0ee03573a7eede52613531132a1d3774c9bfa271291 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:02.751Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:03.049Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:10:03.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-22T23:10:03.049Z] dca7acc6d431: Preparing [2021-02-22T23:10:03.049Z] f6dad8bfa6f5: Preparing [2021-02-22T23:10:03.049Z] 7e511f06e926: Preparing [2021-02-22T23:10:03.049Z] ba5a484770d8: Preparing [2021-02-22T23:10:03.049Z] 5003a220fcd3: Preparing [2021-02-22T23:10:03.049Z] 777b2c648970: Preparing [2021-02-22T23:10:03.049Z] 777b2c648970: Waiting [2021-02-22T23:10:03.049Z] f6dad8bfa6f5: Layer already exists [2021-02-22T23:10:03.049Z] 7e511f06e926: Layer already exists [2021-02-22T23:10:03.049Z] ba5a484770d8: Layer already exists [2021-02-22T23:10:03.049Z] dca7acc6d431: Layer already exists [2021-02-22T23:10:03.049Z] 5003a220fcd3: Layer already exists [2021-02-22T23:10:03.049Z] 777b2c648970: Layer already exists [2021-02-22T23:10:03.049Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:fc2846104c11b603dadfe0ee03573a7eede52613531132a1d3774c9bfa271291 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:03.355Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:03.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-22T23:10:03.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-22T23:10:03.654Z] dca7acc6d431: Preparing [2021-02-22T23:10:03.654Z] f6dad8bfa6f5: Preparing [2021-02-22T23:10:03.654Z] 7e511f06e926: Preparing [2021-02-22T23:10:03.654Z] ba5a484770d8: Preparing [2021-02-22T23:10:03.654Z] 5003a220fcd3: Preparing [2021-02-22T23:10:03.654Z] 777b2c648970: Preparing [2021-02-22T23:10:03.654Z] 777b2c648970: Waiting [2021-02-22T23:10:03.654Z] dca7acc6d431: Layer already exists [2021-02-22T23:10:03.654Z] 7e511f06e926: Layer already exists [2021-02-22T23:10:03.654Z] f6dad8bfa6f5: Layer already exists [2021-02-22T23:10:03.654Z] ba5a484770d8: Layer already exists [2021-02-22T23:10:03.654Z] 5003a220fcd3: Layer already exists [2021-02-22T23:10:03.654Z] 777b2c648970: Layer already exists [2021-02-22T23:10:03.654Z] master: digest: sha256:fc2846104c11b603dadfe0ee03573a7eede52613531132a1d3774c9bfa271291 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:10:03.837Z] ===================================================== [Pipeline] echo [2021-02-22T23:10:03.892Z] taggedImages: [2021-02-22T23:10:03.892Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:10:03.892Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.101 [2021-02-22T23:10:03.892Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:10:03.892Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-22T23:10:03.990Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-22T23:10:03.990Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:10:03.990Z] 2.0.0-dev.101 [2021-02-22T23:10:03.990Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:10:03.990Z] master [2021-02-22T23:10:03.990Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:04.486Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:04.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:10:04.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-22T23:10:04.786Z] be018dc8fe40: Preparing [2021-02-22T23:10:04.786Z] 523f108f7ce5: Preparing [2021-02-22T23:10:04.786Z] 0c712c936d67: Preparing [2021-02-22T23:10:04.786Z] 6266d4c594eb: Preparing [2021-02-22T23:10:04.786Z] 63e115608d96: Preparing [2021-02-22T23:10:04.786Z] 6fdf30394542: Preparing [2021-02-22T23:10:04.786Z] 334ea247fc16: Preparing [2021-02-22T23:10:04.786Z] 13ada62157aa: Preparing [2021-02-22T23:10:04.786Z] 777b2c648970: Preparing [2021-02-22T23:10:04.786Z] 6fdf30394542: Waiting [2021-02-22T23:10:04.786Z] 334ea247fc16: Waiting [2021-02-22T23:10:04.786Z] 13ada62157aa: Waiting [2021-02-22T23:10:04.786Z] 777b2c648970: Waiting [2021-02-22T23:10:05.050Z] 523f108f7ce5: Pushed [2021-02-22T23:10:05.050Z] be018dc8fe40: Pushed [2021-02-22T23:10:05.050Z] 63e115608d96: Pushed [2021-02-22T23:10:05.317Z] 6fdf30394542: Pushed [2021-02-22T23:10:05.317Z] 334ea247fc16: Pushed [2021-02-22T23:10:05.579Z] 777b2c648970: Layer already exists [2021-02-22T23:10:05.840Z] 6266d4c594eb: Pushed [2021-02-22T23:10:05.840Z] 0c712c936d67: Pushed [2021-02-22T23:10:06.103Z] 13ada62157aa: Pushed [2021-02-22T23:10:06.364Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:7935d2f777f386223cbf9db588be96956934696ec0d6c6fccb1e7c1ebee3526f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:06.668Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:06.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.101 [2021-02-22T23:10:06.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-22T23:10:06.968Z] be018dc8fe40: Preparing [2021-02-22T23:10:06.968Z] 523f108f7ce5: Preparing [2021-02-22T23:10:06.968Z] 0c712c936d67: Preparing [2021-02-22T23:10:06.968Z] 6266d4c594eb: Preparing [2021-02-22T23:10:06.968Z] 63e115608d96: Preparing [2021-02-22T23:10:06.968Z] 6fdf30394542: Preparing [2021-02-22T23:10:06.968Z] 334ea247fc16: Preparing [2021-02-22T23:10:06.968Z] 13ada62157aa: Preparing [2021-02-22T23:10:06.968Z] 777b2c648970: Preparing [2021-02-22T23:10:06.968Z] 6fdf30394542: Waiting [2021-02-22T23:10:06.968Z] 334ea247fc16: Waiting [2021-02-22T23:10:06.968Z] 13ada62157aa: Waiting [2021-02-22T23:10:06.968Z] 777b2c648970: Waiting [2021-02-22T23:10:06.968Z] 63e115608d96: Layer already exists [2021-02-22T23:10:06.968Z] 6266d4c594eb: Layer already exists [2021-02-22T23:10:06.968Z] 0c712c936d67: Layer already exists [2021-02-22T23:10:06.968Z] be018dc8fe40: Layer already exists [2021-02-22T23:10:06.968Z] 523f108f7ce5: Layer already exists [2021-02-22T23:10:06.968Z] 6fdf30394542: Layer already exists [2021-02-22T23:10:06.968Z] 13ada62157aa: Layer already exists [2021-02-22T23:10:06.968Z] 777b2c648970: Layer already exists [2021-02-22T23:10:06.968Z] 334ea247fc16: Layer already exists [2021-02-22T23:10:06.968Z] 2.0.0-dev.101: digest: sha256:7935d2f777f386223cbf9db588be96956934696ec0d6c6fccb1e7c1ebee3526f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:07.274Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:07.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:10:07.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-22T23:10:07.570Z] be018dc8fe40: Preparing [2021-02-22T23:10:07.570Z] 523f108f7ce5: Preparing [2021-02-22T23:10:07.570Z] 0c712c936d67: Preparing [2021-02-22T23:10:07.570Z] 6266d4c594eb: Preparing [2021-02-22T23:10:07.570Z] 63e115608d96: Preparing [2021-02-22T23:10:07.570Z] 6fdf30394542: Preparing [2021-02-22T23:10:07.570Z] 334ea247fc16: Preparing [2021-02-22T23:10:07.570Z] 13ada62157aa: Preparing [2021-02-22T23:10:07.570Z] 777b2c648970: Preparing [2021-02-22T23:10:07.570Z] 6fdf30394542: Waiting [2021-02-22T23:10:07.570Z] 334ea247fc16: Waiting [2021-02-22T23:10:07.570Z] 13ada62157aa: Waiting [2021-02-22T23:10:07.570Z] 777b2c648970: Waiting [2021-02-22T23:10:07.570Z] 63e115608d96: Layer already exists [2021-02-22T23:10:07.570Z] 0c712c936d67: Layer already exists [2021-02-22T23:10:07.570Z] be018dc8fe40: Layer already exists [2021-02-22T23:10:07.570Z] 6266d4c594eb: Layer already exists [2021-02-22T23:10:07.570Z] 523f108f7ce5: Layer already exists [2021-02-22T23:10:07.570Z] 334ea247fc16: Layer already exists [2021-02-22T23:10:07.570Z] 6fdf30394542: Layer already exists [2021-02-22T23:10:07.570Z] 13ada62157aa: Layer already exists [2021-02-22T23:10:07.570Z] 777b2c648970: Layer already exists [2021-02-22T23:10:07.570Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:7935d2f777f386223cbf9db588be96956934696ec0d6c6fccb1e7c1ebee3526f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:07.872Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:08.167Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-22T23:10:08.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-22T23:10:08.167Z] be018dc8fe40: Preparing [2021-02-22T23:10:08.167Z] 523f108f7ce5: Preparing [2021-02-22T23:10:08.167Z] 0c712c936d67: Preparing [2021-02-22T23:10:08.167Z] 6266d4c594eb: Preparing [2021-02-22T23:10:08.167Z] 63e115608d96: Preparing [2021-02-22T23:10:08.167Z] 6fdf30394542: Preparing [2021-02-22T23:10:08.167Z] 334ea247fc16: Preparing [2021-02-22T23:10:08.167Z] 13ada62157aa: Preparing [2021-02-22T23:10:08.167Z] 777b2c648970: Preparing [2021-02-22T23:10:08.167Z] 6fdf30394542: Waiting [2021-02-22T23:10:08.167Z] 334ea247fc16: Waiting [2021-02-22T23:10:08.167Z] 13ada62157aa: Waiting [2021-02-22T23:10:08.167Z] 777b2c648970: Waiting [2021-02-22T23:10:08.167Z] 6266d4c594eb: Layer already exists [2021-02-22T23:10:08.167Z] 63e115608d96: Layer already exists [2021-02-22T23:10:08.167Z] be018dc8fe40: Layer already exists [2021-02-22T23:10:08.167Z] 523f108f7ce5: Layer already exists [2021-02-22T23:10:08.167Z] 0c712c936d67: Layer already exists [2021-02-22T23:10:08.167Z] 334ea247fc16: Layer already exists [2021-02-22T23:10:08.167Z] 777b2c648970: Layer already exists [2021-02-22T23:10:08.167Z] 13ada62157aa: Layer already exists [2021-02-22T23:10:08.167Z] 6fdf30394542: Layer already exists [2021-02-22T23:10:08.167Z] master: digest: sha256:7935d2f777f386223cbf9db588be96956934696ec0d6c6fccb1e7c1ebee3526f size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:10:08.364Z] ===================================================== [Pipeline] echo [2021-02-22T23:10:08.410Z] taggedImages: [2021-02-22T23:10:08.410Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:10:08.410Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.101 [2021-02-22T23:10:08.410Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:10:08.410Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-22T23:10:08.474Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-22T23:10:08.475Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:10:08.475Z] 2.0.0-dev.101 [2021-02-22T23:10:08.475Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:10:08.475Z] master [2021-02-22T23:10:08.475Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:09.005Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:09.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:10:09.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-22T23:10:09.302Z] 0fb804a635af: Preparing [2021-02-22T23:10:09.302Z] 42a65f56db6e: Preparing [2021-02-22T23:10:09.302Z] 890319d90e36: Preparing [2021-02-22T23:10:09.302Z] 32eb16aa234b: Preparing [2021-02-22T23:10:09.302Z] 777b2c648970: Preparing [2021-02-22T23:10:09.303Z] 890319d90e36: Layer already exists [2021-02-22T23:10:09.303Z] 777b2c648970: Layer already exists [2021-02-22T23:10:09.564Z] 0fb804a635af: Pushed [2021-02-22T23:10:09.826Z] 32eb16aa234b: Pushed [2021-02-22T23:10:10.399Z] 42a65f56db6e: Pushed [2021-02-22T23:10:10.666Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:f1a5c0383917065fe4ac7576bd680d1e047662423ece18f19afaf743abec0de8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:10.969Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:11.265Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.101 [2021-02-22T23:10:11.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-22T23:10:11.265Z] 0fb804a635af: Preparing [2021-02-22T23:10:11.265Z] 42a65f56db6e: Preparing [2021-02-22T23:10:11.265Z] 890319d90e36: Preparing [2021-02-22T23:10:11.265Z] 32eb16aa234b: Preparing [2021-02-22T23:10:11.265Z] 777b2c648970: Preparing [2021-02-22T23:10:11.265Z] 42a65f56db6e: Layer already exists [2021-02-22T23:10:11.265Z] 890319d90e36: Layer already exists [2021-02-22T23:10:11.265Z] 777b2c648970: Layer already exists [2021-02-22T23:10:11.265Z] 0fb804a635af: Layer already exists [2021-02-22T23:10:11.265Z] 32eb16aa234b: Layer already exists [2021-02-22T23:10:11.265Z] 2.0.0-dev.101: digest: sha256:f1a5c0383917065fe4ac7576bd680d1e047662423ece18f19afaf743abec0de8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:11.569Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:12.018Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:10:12.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-22T23:10:12.019Z] 0fb804a635af: Preparing [2021-02-22T23:10:12.019Z] 42a65f56db6e: Preparing [2021-02-22T23:10:12.019Z] 890319d90e36: Preparing [2021-02-22T23:10:12.019Z] 32eb16aa234b: Preparing [2021-02-22T23:10:12.019Z] 777b2c648970: Preparing [2021-02-22T23:10:12.019Z] 890319d90e36: Layer already exists [2021-02-22T23:10:12.019Z] 777b2c648970: Layer already exists [2021-02-22T23:10:12.019Z] 42a65f56db6e: Layer already exists [2021-02-22T23:10:12.019Z] 32eb16aa234b: Layer already exists [2021-02-22T23:10:12.019Z] 0fb804a635af: Layer already exists [2021-02-22T23:10:12.019Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:f1a5c0383917065fe4ac7576bd680d1e047662423ece18f19afaf743abec0de8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:12.323Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:12.622Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-22T23:10:12.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-22T23:10:12.622Z] 0fb804a635af: Preparing [2021-02-22T23:10:12.622Z] 42a65f56db6e: Preparing [2021-02-22T23:10:12.622Z] 890319d90e36: Preparing [2021-02-22T23:10:12.622Z] 32eb16aa234b: Preparing [2021-02-22T23:10:12.622Z] 777b2c648970: Preparing [2021-02-22T23:10:12.622Z] 0fb804a635af: Layer already exists [2021-02-22T23:10:12.622Z] 777b2c648970: Layer already exists [2021-02-22T23:10:12.622Z] 42a65f56db6e: Layer already exists [2021-02-22T23:10:12.622Z] 890319d90e36: Layer already exists [2021-02-22T23:10:12.622Z] 32eb16aa234b: Layer already exists [2021-02-22T23:10:12.622Z] master: digest: sha256:f1a5c0383917065fe4ac7576bd680d1e047662423ece18f19afaf743abec0de8 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:10:12.832Z] ===================================================== [Pipeline] echo [2021-02-22T23:10:12.876Z] taggedImages: [2021-02-22T23:10:12.876Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:10:12.876Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.101 [2021-02-22T23:10:12.876Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:10:12.876Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-22T23:10:12.939Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-22T23:10:12.939Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:10:12.939Z] 2.0.0-dev.101 [2021-02-22T23:10:12.939Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:10:12.939Z] master [2021-02-22T23:10:12.939Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:13.419Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:13.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:10:13.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-22T23:10:13.716Z] 131a1b258651: Preparing [2021-02-22T23:10:13.716Z] 76f73bd15d11: Preparing [2021-02-22T23:10:13.716Z] 890319d90e36: Preparing [2021-02-22T23:10:13.716Z] f36c09303271: Preparing [2021-02-22T23:10:13.716Z] 777b2c648970: Preparing [2021-02-22T23:10:13.716Z] 777b2c648970: Layer already exists [2021-02-22T23:10:13.716Z] 890319d90e36: Layer already exists [2021-02-22T23:10:13.978Z] 131a1b258651: Pushed [2021-02-22T23:10:13.979Z] f36c09303271: Pushed [2021-02-22T23:10:14.923Z] 76f73bd15d11: Pushed [2021-02-22T23:10:14.923Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:a8deb8c7bfb4f946e2014ee072538f275e67e3866987082a4987dd2bfcfef3c8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:15.487Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:15.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.101 [2021-02-22T23:10:15.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-22T23:10:15.783Z] 131a1b258651: Preparing [2021-02-22T23:10:15.783Z] 76f73bd15d11: Preparing [2021-02-22T23:10:15.783Z] 890319d90e36: Preparing [2021-02-22T23:10:15.783Z] f36c09303271: Preparing [2021-02-22T23:10:15.783Z] 777b2c648970: Preparing [2021-02-22T23:10:15.783Z] 777b2c648970: Layer already exists [2021-02-22T23:10:15.783Z] f36c09303271: Layer already exists [2021-02-22T23:10:15.783Z] 890319d90e36: Layer already exists [2021-02-22T23:10:15.783Z] 76f73bd15d11: Layer already exists [2021-02-22T23:10:15.783Z] 131a1b258651: Layer already exists [2021-02-22T23:10:15.783Z] 2.0.0-dev.101: digest: sha256:a8deb8c7bfb4f946e2014ee072538f275e67e3866987082a4987dd2bfcfef3c8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:16.089Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:16.404Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:10:16.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-22T23:10:16.404Z] 131a1b258651: Preparing [2021-02-22T23:10:16.404Z] 76f73bd15d11: Preparing [2021-02-22T23:10:16.404Z] 890319d90e36: Preparing [2021-02-22T23:10:16.404Z] f36c09303271: Preparing [2021-02-22T23:10:16.404Z] 777b2c648970: Preparing [2021-02-22T23:10:16.404Z] 131a1b258651: Layer already exists [2021-02-22T23:10:16.404Z] 890319d90e36: Layer already exists [2021-02-22T23:10:16.404Z] 777b2c648970: Layer already exists [2021-02-22T23:10:16.404Z] 76f73bd15d11: Layer already exists [2021-02-22T23:10:16.404Z] f36c09303271: Layer already exists [2021-02-22T23:10:16.404Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:a8deb8c7bfb4f946e2014ee072538f275e67e3866987082a4987dd2bfcfef3c8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:16.708Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:17.005Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-22T23:10:17.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-22T23:10:17.006Z] 131a1b258651: Preparing [2021-02-22T23:10:17.006Z] 76f73bd15d11: Preparing [2021-02-22T23:10:17.006Z] 890319d90e36: Preparing [2021-02-22T23:10:17.006Z] f36c09303271: Preparing [2021-02-22T23:10:17.006Z] 777b2c648970: Preparing [2021-02-22T23:10:17.006Z] 76f73bd15d11: Layer already exists [2021-02-22T23:10:17.006Z] f36c09303271: Layer already exists [2021-02-22T23:10:17.006Z] 131a1b258651: Layer already exists [2021-02-22T23:10:17.006Z] 890319d90e36: Layer already exists [2021-02-22T23:10:17.006Z] 777b2c648970: Layer already exists [2021-02-22T23:10:17.006Z] master: digest: sha256:a8deb8c7bfb4f946e2014ee072538f275e67e3866987082a4987dd2bfcfef3c8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:10:17.185Z] ===================================================== [Pipeline] echo [2021-02-22T23:10:17.231Z] taggedImages: [2021-02-22T23:10:17.231Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:10:17.231Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.101 [2021-02-22T23:10:17.231Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:10:17.231Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-22T23:10:17.303Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-22T23:10:17.303Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:10:17.303Z] 2.0.0-dev.101 [2021-02-22T23:10:17.303Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:10:17.303Z] master [2021-02-22T23:10:17.303Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:17.776Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:18.086Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:10:18.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-22T23:10:18.086Z] eafbdcac583c: Preparing [2021-02-22T23:10:18.086Z] e5ba4c0bbade: Preparing [2021-02-22T23:10:18.086Z] 3ceb0241453f: Preparing [2021-02-22T23:10:18.086Z] ed291b61fcb3: Preparing [2021-02-22T23:10:18.086Z] 0490f78e2e99: Preparing [2021-02-22T23:10:18.086Z] 989699aa2c20: Preparing [2021-02-22T23:10:18.086Z] 87f6c07dce43: Preparing [2021-02-22T23:10:18.086Z] 0754057c0ad3: Preparing [2021-02-22T23:10:18.086Z] 998cdf262ab1: Preparing [2021-02-22T23:10:18.086Z] 02e56110abd2: Preparing [2021-02-22T23:10:18.086Z] abc36efb885a: Preparing [2021-02-22T23:10:18.086Z] b0b09059f4e1: Preparing [2021-02-22T23:10:18.086Z] bb961f40224b: Preparing [2021-02-22T23:10:18.086Z] f4666769fca7: Preparing [2021-02-22T23:10:18.086Z] 989699aa2c20: Waiting [2021-02-22T23:10:18.086Z] 87f6c07dce43: Waiting [2021-02-22T23:10:18.086Z] 0754057c0ad3: Waiting [2021-02-22T23:10:18.086Z] 998cdf262ab1: Waiting [2021-02-22T23:10:18.086Z] 02e56110abd2: Waiting [2021-02-22T23:10:18.086Z] abc36efb885a: Waiting [2021-02-22T23:10:18.086Z] b0b09059f4e1: Waiting [2021-02-22T23:10:18.086Z] bb961f40224b: Waiting [2021-02-22T23:10:18.086Z] f4666769fca7: Waiting [2021-02-22T23:10:18.356Z] 0490f78e2e99: Pushed [2021-02-22T23:10:18.356Z] eafbdcac583c: Pushed [2021-02-22T23:10:18.620Z] ed291b61fcb3: Pushed [2021-02-22T23:10:18.620Z] 0754057c0ad3: Layer already exists [2021-02-22T23:10:18.620Z] 87f6c07dce43: Pushed [2021-02-22T23:10:18.620Z] 998cdf262ab1: Layer already exists [2021-02-22T23:10:18.620Z] 02e56110abd2: Layer already exists [2021-02-22T23:10:18.890Z] abc36efb885a: Layer already exists [2021-02-22T23:10:18.890Z] b0b09059f4e1: Layer already exists [2021-02-22T23:10:18.890Z] bb961f40224b: Layer already exists [2021-02-22T23:10:18.890Z] e5ba4c0bbade: Pushed [2021-02-22T23:10:18.890Z] f4666769fca7: Layer already exists [2021-02-22T23:10:19.462Z] 989699aa2c20: Pushed [2021-02-22T23:10:22.767Z] 3ceb0241453f: Pushed [2021-02-22T23:10:22.767Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:b152161d3e77dbb8c8bda45a5bfc98e7a5d52b272b951a51865cc8ef5c18bbe1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:23.077Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:23.374Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.101 [2021-02-22T23:10:23.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-22T23:10:23.375Z] eafbdcac583c: Preparing [2021-02-22T23:10:23.375Z] e5ba4c0bbade: Preparing [2021-02-22T23:10:23.375Z] 3ceb0241453f: Preparing [2021-02-22T23:10:23.375Z] ed291b61fcb3: Preparing [2021-02-22T23:10:23.375Z] 0490f78e2e99: Preparing [2021-02-22T23:10:23.375Z] 989699aa2c20: Preparing [2021-02-22T23:10:23.375Z] 87f6c07dce43: Preparing [2021-02-22T23:10:23.375Z] 0754057c0ad3: Preparing [2021-02-22T23:10:23.375Z] 998cdf262ab1: Preparing [2021-02-22T23:10:23.375Z] 02e56110abd2: Preparing [2021-02-22T23:10:23.375Z] abc36efb885a: Preparing [2021-02-22T23:10:23.375Z] b0b09059f4e1: Preparing [2021-02-22T23:10:23.375Z] bb961f40224b: Preparing [2021-02-22T23:10:23.375Z] f4666769fca7: Preparing [2021-02-22T23:10:23.375Z] 0754057c0ad3: Waiting [2021-02-22T23:10:23.375Z] 998cdf262ab1: Waiting [2021-02-22T23:10:23.375Z] 02e56110abd2: Waiting [2021-02-22T23:10:23.375Z] abc36efb885a: Waiting [2021-02-22T23:10:23.375Z] b0b09059f4e1: Waiting [2021-02-22T23:10:23.375Z] bb961f40224b: Waiting [2021-02-22T23:10:23.375Z] f4666769fca7: Waiting [2021-02-22T23:10:23.375Z] 989699aa2c20: Waiting [2021-02-22T23:10:23.375Z] 87f6c07dce43: Waiting [2021-02-22T23:10:23.375Z] e5ba4c0bbade: Layer already exists [2021-02-22T23:10:23.375Z] 0490f78e2e99: Layer already exists [2021-02-22T23:10:23.375Z] 3ceb0241453f: Layer already exists [2021-02-22T23:10:23.375Z] eafbdcac583c: Layer already exists [2021-02-22T23:10:23.375Z] ed291b61fcb3: Layer already exists [2021-02-22T23:10:23.375Z] 87f6c07dce43: Layer already exists [2021-02-22T23:10:23.375Z] 989699aa2c20: Layer already exists [2021-02-22T23:10:23.375Z] 0754057c0ad3: Layer already exists [2021-02-22T23:10:23.375Z] 998cdf262ab1: Layer already exists [2021-02-22T23:10:23.375Z] 02e56110abd2: Layer already exists [2021-02-22T23:10:23.375Z] abc36efb885a: Layer already exists [2021-02-22T23:10:23.375Z] b0b09059f4e1: Layer already exists [2021-02-22T23:10:23.375Z] f4666769fca7: Layer already exists [2021-02-22T23:10:23.375Z] bb961f40224b: Layer already exists [2021-02-22T23:10:23.375Z] 2.0.0-dev.101: digest: sha256:b152161d3e77dbb8c8bda45a5bfc98e7a5d52b272b951a51865cc8ef5c18bbe1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:23.677Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:23.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:10:23.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-22T23:10:23.976Z] eafbdcac583c: Preparing [2021-02-22T23:10:23.976Z] e5ba4c0bbade: Preparing [2021-02-22T23:10:23.976Z] 3ceb0241453f: Preparing [2021-02-22T23:10:23.976Z] ed291b61fcb3: Preparing [2021-02-22T23:10:23.976Z] 0490f78e2e99: Preparing [2021-02-22T23:10:23.976Z] 989699aa2c20: Preparing [2021-02-22T23:10:23.976Z] 87f6c07dce43: Preparing [2021-02-22T23:10:23.976Z] 0754057c0ad3: Preparing [2021-02-22T23:10:23.976Z] 998cdf262ab1: Preparing [2021-02-22T23:10:23.976Z] 02e56110abd2: Preparing [2021-02-22T23:10:23.976Z] abc36efb885a: Preparing [2021-02-22T23:10:23.976Z] b0b09059f4e1: Preparing [2021-02-22T23:10:23.976Z] bb961f40224b: Preparing [2021-02-22T23:10:23.976Z] f4666769fca7: Preparing [2021-02-22T23:10:23.976Z] 87f6c07dce43: Waiting [2021-02-22T23:10:23.976Z] 0754057c0ad3: Waiting [2021-02-22T23:10:23.976Z] 998cdf262ab1: Waiting [2021-02-22T23:10:23.976Z] 02e56110abd2: Waiting [2021-02-22T23:10:23.976Z] abc36efb885a: Waiting [2021-02-22T23:10:23.976Z] b0b09059f4e1: Waiting [2021-02-22T23:10:23.976Z] bb961f40224b: Waiting [2021-02-22T23:10:23.976Z] f4666769fca7: Waiting [2021-02-22T23:10:23.976Z] 989699aa2c20: Waiting [2021-02-22T23:10:23.976Z] e5ba4c0bbade: Layer already exists [2021-02-22T23:10:23.976Z] 0490f78e2e99: Layer already exists [2021-02-22T23:10:23.976Z] 3ceb0241453f: Layer already exists [2021-02-22T23:10:23.976Z] eafbdcac583c: Layer already exists [2021-02-22T23:10:23.976Z] ed291b61fcb3: Layer already exists [2021-02-22T23:10:23.976Z] 989699aa2c20: Layer already exists [2021-02-22T23:10:23.976Z] 87f6c07dce43: Layer already exists [2021-02-22T23:10:23.976Z] 0754057c0ad3: Layer already exists [2021-02-22T23:10:23.976Z] 02e56110abd2: Layer already exists [2021-02-22T23:10:23.976Z] 998cdf262ab1: Layer already exists [2021-02-22T23:10:23.976Z] b0b09059f4e1: Layer already exists [2021-02-22T23:10:23.976Z] abc36efb885a: Layer already exists [2021-02-22T23:10:23.976Z] bb961f40224b: Layer already exists [2021-02-22T23:10:23.976Z] f4666769fca7: Layer already exists [2021-02-22T23:10:23.976Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:b152161d3e77dbb8c8bda45a5bfc98e7a5d52b272b951a51865cc8ef5c18bbe1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:24.280Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:10:24.579Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-22T23:10:24.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-22T23:10:24.579Z] eafbdcac583c: Preparing [2021-02-22T23:10:24.579Z] e5ba4c0bbade: Preparing [2021-02-22T23:10:24.579Z] 3ceb0241453f: Preparing [2021-02-22T23:10:24.579Z] ed291b61fcb3: Preparing [2021-02-22T23:10:24.579Z] 0490f78e2e99: Preparing [2021-02-22T23:10:24.579Z] 989699aa2c20: Preparing [2021-02-22T23:10:24.579Z] 87f6c07dce43: Preparing [2021-02-22T23:10:24.579Z] 0754057c0ad3: Preparing [2021-02-22T23:10:24.579Z] 998cdf262ab1: Preparing [2021-02-22T23:10:24.579Z] 02e56110abd2: Preparing [2021-02-22T23:10:24.579Z] abc36efb885a: Preparing [2021-02-22T23:10:24.579Z] b0b09059f4e1: Preparing [2021-02-22T23:10:24.579Z] bb961f40224b: Preparing [2021-02-22T23:10:24.579Z] f4666769fca7: Preparing [2021-02-22T23:10:24.579Z] 989699aa2c20: Waiting [2021-02-22T23:10:24.579Z] 02e56110abd2: Waiting [2021-02-22T23:10:24.579Z] abc36efb885a: Waiting [2021-02-22T23:10:24.579Z] b0b09059f4e1: Waiting [2021-02-22T23:10:24.579Z] bb961f40224b: Waiting [2021-02-22T23:10:24.579Z] f4666769fca7: Waiting [2021-02-22T23:10:24.579Z] 87f6c07dce43: Waiting [2021-02-22T23:10:24.579Z] 998cdf262ab1: Waiting [2021-02-22T23:10:24.579Z] e5ba4c0bbade: Layer already exists [2021-02-22T23:10:24.579Z] 0490f78e2e99: Layer already exists [2021-02-22T23:10:24.579Z] 3ceb0241453f: Layer already exists [2021-02-22T23:10:24.579Z] eafbdcac583c: Layer already exists [2021-02-22T23:10:24.579Z] ed291b61fcb3: Layer already exists [2021-02-22T23:10:24.579Z] 87f6c07dce43: Layer already exists [2021-02-22T23:10:24.579Z] 0754057c0ad3: Layer already exists [2021-02-22T23:10:24.579Z] 989699aa2c20: Layer already exists [2021-02-22T23:10:24.579Z] 998cdf262ab1: Layer already exists [2021-02-22T23:10:24.579Z] 02e56110abd2: Layer already exists [2021-02-22T23:10:24.579Z] abc36efb885a: Layer already exists [2021-02-22T23:10:24.579Z] bb961f40224b: Layer already exists [2021-02-22T23:10:24.579Z] b0b09059f4e1: Layer already exists [2021-02-22T23:10:24.579Z] f4666769fca7: Layer already exists [2021-02-22T23:10:24.579Z] master: digest: sha256:b152161d3e77dbb8c8bda45a5bfc98e7a5d52b272b951a51865cc8ef5c18bbe1 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:10:25.035Z] ===================================================== [Pipeline] echo [2021-02-22T23:10:25.082Z] taggedImages: [2021-02-22T23:10:25.082Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:10:25.082Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.101 [2021-02-22T23:10:25.082Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:10:25.082Z] - 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-22T23:11:12.564Z] Removing intermediate container 326f5a8fac8c [2021-02-22T23:11:12.564Z] ---> 0cebb21e18bc [2021-02-22T23:11:12.565Z] [2021-02-22T23:11:12.565Z] Step 10/30 : FROM alpine:3.12 [2021-02-22T23:11:12.565Z] 3.12: Pulling from library/alpine [2021-02-22T23:11:12.565Z] Removing intermediate container 7e46e1957444 [2021-02-22T23:11:12.565Z] ---> 31dfd6b346dc [2021-02-22T23:11:12.565Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-22T23:11:12.565Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-22T23:11:12.565Z] Status: Downloaded newer image for alpine:3.12 [2021-02-22T23:11:12.565Z] ---> afeebe901d6b [2021-02-22T23:11:12.565Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-22T23:11:12.565Z] ---> Running in 25bac9736985 [2021-02-22T23:11:12.565Z] ---> Running in 0d9195d544e1 [2021-02-22T23:11:12.565Z] Removing intermediate container 0d9195d544e1 [2021-02-22T23:11:12.565Z] ---> 6927a973ea23 [2021-02-22T23:11:12.565Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-22T23:11:12.565Z] ---> Running in 6f49f9879362 [2021-02-22T23:11:12.565Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-22T23:11:12.565Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:11:12.565Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:11:12.565Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-22T23:11:12.565Z] (2/2) Installing su-exec (0.2-r1) [2021-02-22T23:11:12.565Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:11:12.565Z] OK: 5 MiB in 16 packages [2021-02-22T23:11:12.565Z] Removing intermediate container 6f49f9879362 [2021-02-22T23:11:12.565Z] ---> 3613a00a7f6b [2021-02-22T23:11:12.565Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-22T23:11:12.565Z] ---> Running in 01648629abbf [2021-02-22T23:11:12.565Z] Removing intermediate container 01648629abbf [2021-02-22T23:11:12.565Z] ---> d63c380283aa [2021-02-22T23:11:12.565Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-22T23:11:12.565Z] ---> Running in c7aae18589c8 [2021-02-22T23:11:12.565Z] Removing intermediate container 25bac9736985 [2021-02-22T23:11:12.565Z] ---> b307c51ca394 [2021-02-22T23:11:12.565Z] [2021-02-22T23:11:12.565Z] Step 11/26 : FROM docker:20.10.0 [2021-02-22T23:11:12.565Z] 20.10.0: Pulling from library/docker [2021-02-22T23:11:12.565Z] Removing intermediate container c7aae18589c8 [2021-02-22T23:11:12.565Z] ---> de8ef0b69808 [2021-02-22T23:11:12.565Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-22T23:11:12.565Z] ---> Running in c701ba2e08c4 [2021-02-22T23:11:14.009Z] Removing intermediate container 9cfbae7d86f5 [2021-02-22T23:11:14.009Z] ---> c75a54d61db5 [2021-02-22T23:11:14.009Z] [2021-02-22T23:11:14.009Z] Step 10/22 : FROM alpine:3.12 [2021-02-22T23:11:14.009Z] ---> afeebe901d6b [2021-02-22T23:11:14.009Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-22T23:11:14.609Z] ---> Running in 745254de37b8 [2021-02-22T23:11:15.217Z] Removing intermediate container 91844901af96 [2021-02-22T23:11:15.217Z] ---> 7ec963fbea8f [2021-02-22T23:11:15.217Z] [2021-02-22T23:11:15.217Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T23:11:15.217Z] ---> afeebe901d6b [2021-02-22T23:11:15.217Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-22T23:11:15.494Z] Removing intermediate container c701ba2e08c4 [2021-02-22T23:11:15.494Z] ---> 44a7151c221f [2021-02-22T23:11:15.494Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-22T23:11:15.773Z] ---> Running in 0ca49a612db3 [2021-02-22T23:11:15.773Z] ---> Running in 3aaea1f8fb3c [2021-02-22T23:11:16.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:11:16.369Z] Removing intermediate container 919509594ae6 [2021-02-22T23:11:16.369Z] ---> 23a39f7b6e5b [2021-02-22T23:11:16.369Z] [2021-02-22T23:11:16.369Z] Step 10/22 : FROM alpine:3.12 [2021-02-22T23:11:16.369Z] ---> afeebe901d6b [2021-02-22T23:11:16.369Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-22T23:11:16.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:11:16.656Z] Removing intermediate container 3aaea1f8fb3c [2021-02-22T23:11:16.656Z] ---> b982cc55b3ac [2021-02-22T23:11:16.656Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-22T23:11:16.929Z] ---> Running in 17249ef5cb7d [2021-02-22T23:11:17.521Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-22T23:11:17.521Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:11:17.521Z] OK: 5 MiB in 15 packages [2021-02-22T23:11:17.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:11:17.796Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:11:18.405Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-22T23:11:18.405Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:11:18.405Z] OK: 5 MiB in 15 packages [2021-02-22T23:11:18.405Z] ---> 08a1f05e0703 [2021-02-22T23:11:18.405Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-22T23:11:18.686Z] ---> Running in c1477717f55a [2021-02-22T23:11:18.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:11:18.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:11:19.577Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-22T23:11:19.577Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-22T23:11:19.577Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:11:19.862Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T23:11:19.862Z] Removing intermediate container 745254de37b8 [2021-02-22T23:11:19.862Z] ---> 062a1a5c50af [2021-02-22T23:11:19.862Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T23:11:19.862Z] OK: 6 MiB in 16 packages [2021-02-22T23:11:20.460Z] ---> Running in 3a8cdefb2ce0 [2021-02-22T23:11:20.460Z] Removing intermediate container 0ca49a612db3 [2021-02-22T23:11:20.460Z] ---> db0d112a7c8e [2021-02-22T23:11:20.460Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T23:11:20.742Z] ---> Running in dba267de64c6 [2021-02-22T23:11:21.351Z] Removing intermediate container 3a8cdefb2ce0 [2021-02-22T23:11:21.351Z] ---> 05754ab24011 [2021-02-22T23:11:21.351Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-22T23:11:21.351Z] Removing intermediate container dba267de64c6 [2021-02-22T23:11:21.351Z] ---> 2e74e8b0f4d5 [2021-02-22T23:11:21.351Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-22T23:11:21.634Z] ---> Running in d91d0a1d59bf [2021-02-22T23:11:21.912Z] ---> Running in bfdff6d14a64 [2021-02-22T23:11:22.204Z] Removing intermediate container 17249ef5cb7d [2021-02-22T23:11:22.204Z] ---> 7268452f8ff8 [2021-02-22T23:11:22.204Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T23:11:22.478Z] Removing intermediate container d91d0a1d59bf [2021-02-22T23:11:22.478Z] ---> e06d95e10ca0 [2021-02-22T23:11:22.478Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-22T23:11:22.478Z] ---> Running in 783083bec7e4 [2021-02-22T23:11:22.754Z] ---> Running in 94a3559b9a4b [2021-02-22T23:11:22.754Z] Removing intermediate container bfdff6d14a64 [2021-02-22T23:11:22.754Z] ---> 65da0083cd26 [2021-02-22T23:11:22.754Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-22T23:11:22.754Z] Removing intermediate container c1477717f55a [2021-02-22T23:11:22.754Z] ---> a6f17bbe5a74 [2021-02-22T23:11:22.754Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T23:11:23.030Z] ---> Running in 77e5bd5cb26c [2021-02-22T23:11:23.309Z] Removing intermediate container 783083bec7e4 [2021-02-22T23:11:23.309Z] ---> 94f4fe3b2d1d [2021-02-22T23:11:23.309Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-22T23:11:23.309Z] Removing intermediate container 94a3559b9a4b [2021-02-22T23:11:23.309Z] ---> 0f7996eb12f2 [2021-02-22T23:11:23.309Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T23:11:23.579Z] ---> Running in afe824c176bc [2021-02-22T23:11:23.853Z] Removing intermediate container 77e5bd5cb26c [2021-02-22T23:11:23.853Z] ---> 26bcf9f9c6f2 [2021-02-22T23:11:23.853Z] Step 15/23 : WORKDIR / [2021-02-22T23:11:23.853Z] ---> 5ab3114dfbf2 [2021-02-22T23:11:23.853Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-22T23:11:24.134Z] ---> Running in f9f854ee7cf9 [2021-02-22T23:11:24.407Z] Removing intermediate container afe824c176bc [2021-02-22T23:11:24.407Z] ---> 42cd08cac0e0 [2021-02-22T23:11:24.407Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-22T23:11:24.687Z] ---> 00f1ff53d7bb [2021-02-22T23:11:24.687Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-22T23:11:24.687Z] ---> Running in c003187bc8bb [2021-02-22T23:11:24.963Z] Removing intermediate container f9f854ee7cf9 [2021-02-22T23:11:24.963Z] ---> 05d48f2175ab [2021-02-22T23:11:24.963Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T23:11:25.985Z] Removing intermediate container c003187bc8bb [2021-02-22T23:11:25.985Z] ---> b6fb30297cb6 [2021-02-22T23:11:25.985Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T23:11:25.985Z] ---> 38d37368490d [2021-02-22T23:11:25.985Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-22T23:11:26.258Z] ---> c558c9b97ac2 [2021-02-22T23:11:26.258Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-22T23:11:26.552Z] ---> b5050c8c1404 [2021-02-22T23:11:26.552Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-22T23:11:27.163Z] ---> e5601839aa98 [2021-02-22T23:11:27.163Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-22T23:11:27.163Z] ---> c7b7d142d092 [2021-02-22T23:11:27.163Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-22T23:11:27.163Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-22T23:11:27.163Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-22T23:11:27.163Z] ---> eeaf43b92773 [2021-02-22T23:11:27.163Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-22T23:11:27.442Z] ---> Running in 37abef419049 [2021-02-22T23:11:27.717Z] ---> c78340227b27 [2021-02-22T23:11:27.717Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-22T23:11:27.990Z] ---> Running in c0743c159247 [2021-02-22T23:11:28.266Z] ---> 2b219dcc52fb [2021-02-22T23:11:28.266Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-22T23:11:28.547Z] ---> ecf0e92140b4 [2021-02-22T23:11:28.548Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-22T23:11:28.825Z] ---> Running in b6ea95b66ec3 [2021-02-22T23:11:28.825Z] ---> 7189e0e9f2cb [2021-02-22T23:11:28.825Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-22T23:11:29.101Z] Removing intermediate container c0743c159247 [2021-02-22T23:11:29.101Z] ---> bc8e8e4f9600 [2021-02-22T23:11:29.101Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T23:11:29.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:11:29.377Z] ---> a5dce69a370a [2021-02-22T23:11:29.377Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-22T23:11:29.377Z] ---> Running in 84b94b14259b [2021-02-22T23:11:29.377Z] ---> Running in 2f3652f7205a [2021-02-22T23:11:29.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:11:29.655Z] Removing intermediate container b6ea95b66ec3 [2021-02-22T23:11:29.655Z] ---> 923f4d888b55 [2021-02-22T23:11:29.655Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-22T23:11:29.932Z] Removing intermediate container 84b94b14259b [2021-02-22T23:11:29.932Z] ---> fdc23e7e0bc4 [2021-02-22T23:11:29.932Z] Step 20/22 : LABEL arch=arm64 [2021-02-22T23:11:30.211Z] (1/2) Installing readline (8.0.4-r0) [2021-02-22T23:11:30.211Z] (2/2) Installing bash (5.0.17-r0) [2021-02-22T23:11:30.211Z] ---> fba121617bc6 [2021-02-22T23:11:30.211Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-22T23:11:30.211Z] Executing bash-5.0.17-r0.post-install [2021-02-22T23:11:30.211Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:11:30.211Z] OK: 12 MiB in 22 packages [2021-02-22T23:11:30.211Z] Removing intermediate container 2f3652f7205a [2021-02-22T23:11:30.211Z] ---> 24a139b0570a [2021-02-22T23:11:30.211Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T23:11:30.211Z] ---> Running in cf10e70eefa3 [2021-02-22T23:11:30.489Z] ---> Running in 21fa7a349c76 [2021-02-22T23:11:30.489Z] ---> Running in dd33e57e52b6 [2021-02-22T23:11:30.489Z] ---> 21a9def1df97 [2021-02-22T23:11:30.762Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-22T23:11:31.036Z] Removing intermediate container cf10e70eefa3 [2021-02-22T23:11:31.036Z] ---> 6ff1d51e7275 [2021-02-22T23:11:31.036Z] Step 21/22 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:11:31.036Z] ---> Running in 2d66f94715f6 [2021-02-22T23:11:31.313Z] ---> Running in 08a31c711374 [2021-02-22T23:11:31.588Z] Removing intermediate container dd33e57e52b6 [2021-02-22T23:11:31.588Z] ---> d5d63b636de6 [2021-02-22T23:11:31.588Z] Step 21/23 : LABEL arch=arm64 [2021-02-22T23:11:31.588Z] Removing intermediate container 21fa7a349c76 [2021-02-22T23:11:31.588Z] ---> 0071422aa8cb [2021-02-22T23:11:31.588Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T23:11:31.863Z] ---> Running in f4adaf9ad233 [2021-02-22T23:11:31.863Z] ---> Running in be48f581cbb6 [2021-02-22T23:11:32.144Z] Removing intermediate container 37abef419049 [2021-02-22T23:11:32.144Z] ---> ba14114febb0 [2021-02-22T23:11:32.144Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-22T23:11:32.144Z] Removing intermediate container 08a31c711374 [2021-02-22T23:11:32.144Z] ---> a74ccf576bf8 [2021-02-22T23:11:32.144Z] Step 22/22 : LABEL version=2.0.0-dev.101 [2021-02-22T23:11:32.429Z] ---> Running in 6dd3adff9062 [2021-02-22T23:11:32.429Z] ---> Running in 28591c4370ca [2021-02-22T23:11:32.429Z] Removing intermediate container f4adaf9ad233 [2021-02-22T23:11:32.429Z] ---> 75566c622efd [2021-02-22T23:11:32.429Z] Step 20/22 : LABEL arch=arm64 [2021-02-22T23:11:32.703Z] Removing intermediate container be48f581cbb6 [2021-02-22T23:11:32.703Z] ---> 6a8ea95e209d [2021-02-22T23:11:32.703Z] Step 22/23 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:11:32.703Z] ---> Running in fc673028875a [2021-02-22T23:11:32.977Z] ---> Running in 4ffb0b475b48 [2021-02-22T23:11:32.977Z] Removing intermediate container 6dd3adff9062 [2021-02-22T23:11:32.977Z] ---> daeca571e1b5 [2021-02-22T23:11:32.977Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-22T23:11:33.256Z] Removing intermediate container 28591c4370ca [2021-02-22T23:11:33.256Z] ---> 98d86d549391 [2021-02-22T23:11:33.256Z] [2021-02-22T23:11:33.536Z] ---> Running in c85e47514b07 [2021-02-22T23:11:33.536Z] Removing intermediate container fc673028875a [2021-02-22T23:11:33.536Z] ---> 203170717af9 [2021-02-22T23:11:33.536Z] Step 21/22 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:11:33.536Z] Successfully built 98d86d549391 [2021-02-22T23:11:33.536Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-22T23:11:33.813Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-22T23:11:33.813Z] Removing intermediate container 4ffb0b475b48 [2021-02-22T23:11:33.813Z] ---> 93b615f7d9d7 [2021-02-22T23:11:33.813Z] Step 23/23 : LABEL version=2.0.0-dev.101 [2021-02-22T23:11:33.813Z] ---> Running in 5cc4f11cc559 [2021-02-22T23:11:34.089Z] ---> Running in 47ed89d83878 [2021-02-22T23:11:34.089Z] Removing intermediate container c85e47514b07 [2021-02-22T23:11:34.089Z] ---> 9b5c3a49d11f [2021-02-22T23:11:34.089Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-22T23:11:34.365Z] ---> Running in 69e497097e73 [2021-02-22T23:11:34.365Z] Removing intermediate container 2d66f94715f6 [2021-02-22T23:11:34.365Z] ---> 681e12e37da8 [2021-02-22T23:11:34.365Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-22T23:11:34.365Z] Removing intermediate container 5cc4f11cc559 [2021-02-22T23:11:34.365Z] ---> 5b711c302db0 [2021-02-22T23:11:34.643Z] Step 22/22 : LABEL version=2.0.0-dev.101 [2021-02-22T23:11:35.238Z] ---> Running in eca3ebdb7387 [2021-02-22T23:11:35.238Z] ---> Running in 4d20e7e91a4b [2021-02-22T23:11:35.238Z] Removing intermediate container 47ed89d83878 [2021-02-22T23:11:35.238Z] ---> 96ee1e5e43e2 [2021-02-22T23:11:35.238Z] [2021-02-22T23:11:35.514Z] Removing intermediate container 69e497097e73 [2021-02-22T23:11:35.514Z] ---> 92ae547696b0 [2021-02-22T23:11:35.514Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-22T23:11:35.514Z] Successfully built 96ee1e5e43e2 [2021-02-22T23:11:36.120Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-22T23:11:36.120Z] Building docker-security-secretstore-setup-go [2021-02-22T23:11:36.120Z]  Building docker-core-command-go ... done Removing intermediate container 4d20e7e91a4b [2021-02-22T23:11:36.120Z] ---> a32da2234dbd [2021-02-22T23:11:36.120Z] [2021-02-22T23:11:36.120Z] Removing intermediate container eca3ebdb7387 [2021-02-22T23:11:36.120Z] ---> 22c1b97d022c [2021-02-22T23:11:36.120Z] Step 27/30 : CMD ["gate"] [2021-02-22T23:11:36.390Z] Successfully built a32da2234dbd [2021-02-22T23:11:36.390Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-22T23:11:36.390Z] Building docker-core-data-go [2021-02-22T23:11:36.667Z]  Building docker-support-notifications-go ... done  ---> Running in 8439112c402a [2021-02-22T23:11:37.262Z] ---> 7314a8b06154 [2021-02-22T23:11:37.262Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-22T23:11:37.262Z] Removing intermediate container 8439112c402a [2021-02-22T23:11:37.262Z] ---> df25ccf60d5a [2021-02-22T23:11:37.262Z] Step 28/30 : LABEL arch=arm64 [2021-02-22T23:11:37.543Z] ---> Running in c4f9fa84b4c3 [2021-02-22T23:11:37.828Z] ---> 35c827c64b2c [2021-02-22T23:11:37.828Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-22T23:11:38.810Z] Removing intermediate container c4f9fa84b4c3 [2021-02-22T23:11:38.810Z] ---> 06ac12b1708b [2021-02-22T23:11:38.810Z] Step 29/30 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:11:39.403Z] ---> b09f2620e3ff [2021-02-22T23:11:39.403Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-22T23:11:39.678Z] ---> Running in 617fb1c40639 [2021-02-22T23:11:39.678Z] ---> Running in 09e6db4b9afd [2021-02-22T23:11:40.277Z] Removing intermediate container 617fb1c40639 [2021-02-22T23:11:40.277Z] ---> 01d53cc35ed3 [2021-02-22T23:11:40.277Z] Step 30/30 : LABEL version=2.0.0-dev.101 [2021-02-22T23:11:40.879Z] ---> Running in 197d5235258a [2021-02-22T23:11:40.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:11:41.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:11:41.428Z] Removing intermediate container 197d5235258a [2021-02-22T23:11:41.428Z] ---> fcdd6a0f8bf0 [2021-02-22T23:11:41.428Z] [2021-02-22T23:11:41.701Z] Successfully built fcdd6a0f8bf0 [2021-02-22T23:11:41.701Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-22T23:11:41.701Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-02-22T23:11:41.701Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-22T23:11:41.701Z] (2/33) Installing expat (2.2.9-r1) [2021-02-22T23:11:41.701Z] (3/33) Installing libffi (3.3-r2) [2021-02-22T23:11:41.701Z] (4/33) Installing gdbm (1.13-r1) [2021-02-22T23:11:41.701Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-22T23:11:41.701Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-22T23:11:41.981Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-22T23:11:43.434Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-22T23:11:43.434Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-22T23:11:43.434Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-22T23:11:43.434Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-22T23:11:43.434Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-22T23:11:43.434Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-22T23:11:43.708Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-22T23:11:43.708Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-22T23:11:43.708Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-22T23:11:43.708Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-22T23:11:43.708Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-22T23:11:43.708Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-22T23:11:43.708Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-22T23:11:43.982Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-22T23:11:43.982Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-22T23:11:43.982Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-22T23:11:43.982Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-22T23:11:43.982Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-22T23:11:43.982Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-22T23:11:43.982Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-22T23:11:43.982Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-22T23:11:43.982Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-22T23:11:43.982Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-22T23:11:43.982Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-22T23:11:43.982Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-22T23:11:43.982Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-22T23:11:44.259Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:11:44.259Z] OK: 71 MiB in 55 packages [2021-02-22T23:11:54.425Z] Removing intermediate container 09e6db4b9afd [2021-02-22T23:11:54.425Z] ---> 102c4b3b5688 [2021-02-22T23:11:54.425Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-22T23:11:54.425Z] ---> Running in 726cb26004ca [2021-02-22T23:11:58.746Z] Collecting docker-compose==1.23.2 [2021-02-22T23:11:58.746Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-22T23:11:59.345Z] Collecting docopt<0.7,>=0.6.1 [2021-02-22T23:11:59.345Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-22T23:12:01.330Z] 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-22T23:12:01.932Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-22T23:12:01.932Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-22T23:12:02.531Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:12:02.531Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:12:02.531Z] ---> 8f6f3cd16fff [2021-02-22T23:12:02.531Z] Step 3/21 : WORKDIR /edgex-go [2021-02-22T23:12:02.531Z] ---> Using cache [2021-02-22T23:12:02.531Z] ---> 694721615eb5 [2021-02-22T23:12:02.531Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:12:02.531Z] ---> Using cache [2021-02-22T23:12:02.531Z] ---> 03f429e880a0 [2021-02-22T23:12:02.532Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-22T23:12:03.531Z] Collecting docker<4.0,>=3.6.0 [2021-02-22T23:12:03.531Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-22T23:12:04.973Z] ---> Running in a8952fc29cbc [2021-02-22T23:12:04.973Z] Collecting jsonschema<3,>=2.5.1 [2021-02-22T23:12:04.973Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-22T23:12:05.576Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-22T23:12:05.576Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-22T23:12:06.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:12:06.855Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:12:06.855Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:12:06.855Z] ---> 8f6f3cd16fff [2021-02-22T23:12:06.855Z] Step 3/24 : WORKDIR /edgex-go [2021-02-22T23:12:06.855Z] ---> Using cache [2021-02-22T23:12:06.855Z] ---> 694721615eb5 [2021-02-22T23:12:06.855Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:12:06.855Z] ---> Using cache [2021-02-22T23:12:06.855Z] ---> 03f429e880a0 [2021-02-22T23:12:06.855Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-22T23:12:07.468Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:12:07.468Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:12:07.468Z] ---> 8f6f3cd16fff [2021-02-22T23:12:07.468Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T23:12:07.468Z] ---> Using cache [2021-02-22T23:12:07.468Z] ---> 694721615eb5 [2021-02-22T23:12:07.468Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:12:07.468Z] ---> Using cache [2021-02-22T23:12:07.468Z] ---> 03f429e880a0 [2021-02-22T23:12:07.468Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-22T23:12:08.067Z] Collecting texttable<0.10,>=0.9.0 [2021-02-22T23:12:08.067Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-22T23:12:08.340Z] ---> Running in 3d3714154fe9 [2021-02-22T23:12:08.340Z] ---> Running in 600399a33db6 [2021-02-22T23:12:08.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:12:09.551Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T23:12:09.551Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T23:12:09.551Z] ---> 8f6f3cd16fff [2021-02-22T23:12:09.551Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T23:12:09.551Z] ---> Using cache [2021-02-22T23:12:09.551Z] ---> 694721615eb5 [2021-02-22T23:12:09.551Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:12:09.551Z] ---> Using cache [2021-02-22T23:12:09.551Z] ---> 03f429e880a0 [2021-02-22T23:12:09.551Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-22T23:12:09.830Z] ---> Running in 50209c029161 [2021-02-22T23:12:10.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:12:10.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:12:11.032Z] Collecting cached-property<2,>=1.2.0 [2021-02-22T23:12:11.032Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-22T23:12:11.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:12:12.009Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-22T23:12:12.009Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-22T23:12:12.982Z] Collecting PyYAML<4,>=3.10 [2021-02-22T23:12:12.982Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-22T23:12:12.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:12:12.982Z] OK: 217 MiB in 51 packages [2021-02-22T23:12:13.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:12:14.189Z] Removing intermediate container a8952fc29cbc [2021-02-22T23:12:14.189Z] ---> b6cecf10f6e6 [2021-02-22T23:12:14.189Z] Step 6/21 : COPY go.mod . [2021-02-22T23:12:14.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:12:15.176Z] ---> a8124c2d3e00 [2021-02-22T23:12:15.176Z] Step 7/21 : RUN go mod download [2021-02-22T23:12:15.176Z] ---> Running in 290d50bd4dee [2021-02-22T23:12:16.163Z] Collecting docker-pycreds>=0.4.0 [2021-02-22T23:12:16.163Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-22T23:12:16.163Z] OK: 217 MiB in 51 packages [2021-02-22T23:12:16.773Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-22T23:12:16.773Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-22T23:12:17.380Z] Collecting idna<2.8,>=2.5 [2021-02-22T23:12:17.380Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-22T23:12:17.380Z] 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-22T23:12:17.380Z] 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-22T23:12:17.380Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-22T23:12:17.380Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-22T23:12:17.380Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-22T23:12:17.380Z] OK: 217 MiB in 51 packages [2021-02-22T23:12:17.380Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-22T23:12:17.659Z] Removing intermediate container 50209c029161 [2021-02-22T23:12:17.659Z] ---> 54d18fcc0853 [2021-02-22T23:12:17.659Z] Step 6/23 : COPY go.mod . [2021-02-22T23:12:18.257Z] Removing intermediate container 290d50bd4dee [2021-02-22T23:12:18.257Z] ---> ca97354331b4 [2021-02-22T23:12:18.257Z] Step 8/21 : COPY . . [2021-02-22T23:12:18.531Z] Installing collected packages: docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, dockerpty, texttable, cached-property, PyYAML, docker-compose [2021-02-22T23:12:18.531Z] Running setup.py install for docopt: started [2021-02-22T23:12:18.810Z] ---> d6bbcc1e104a [2021-02-22T23:12:18.810Z] Step 7/23 : RUN go mod download [2021-02-22T23:12:18.810Z] ---> Running in fc0092540a07 [2021-02-22T23:12:19.083Z] Removing intermediate container 3d3714154fe9 [2021-02-22T23:12:19.083Z] ---> 46165e7f06cf [2021-02-22T23:12:19.083Z] Step 6/24 : COPY go.mod . [2021-02-22T23:12:19.358Z] OK: 217 MiB in 51 packages [2021-02-22T23:12:21.535Z] ---> c3a510a912b2 [2021-02-22T23:12:21.535Z] Step 7/24 : RUN go mod download [2021-02-22T23:12:21.535Z] Running setup.py install for docopt: finished with status 'done' [2021-02-22T23:12:21.535Z] ---> Running in c2170ddedf98 [2021-02-22T23:12:21.870Z] Attempting uninstall: urllib3 [2021-02-22T23:12:21.870Z] Found existing installation: urllib3 1.25.9 [2021-02-22T23:12:21.870Z] Uninstalling urllib3-1.25.9: [2021-02-22T23:12:21.870Z] Removing intermediate container 600399a33db6 [2021-02-22T23:12:21.870Z] ---> 1d063dbe6684 [2021-02-22T23:12:21.870Z] Step 6/23 : COPY go.mod . [2021-02-22T23:12:21.870Z] Successfully uninstalled urllib3-1.25.9 [2021-02-22T23:12:22.942Z] Attempting uninstall: idna [2021-02-22T23:12:22.942Z] Found existing installation: idna 2.9 [2021-02-22T23:12:22.942Z] Uninstalling idna-2.9: [2021-02-22T23:12:22.942Z] Successfully uninstalled idna-2.9 [2021-02-22T23:12:23.608Z] Removing intermediate container fc0092540a07 [2021-02-22T23:12:23.608Z] ---> 2df79427cb93 [2021-02-22T23:12:23.608Z] Step 8/23 : COPY . . [2021-02-22T23:12:23.608Z] Attempting uninstall: requests [2021-02-22T23:12:23.608Z] Found existing installation: requests 2.23.0 [2021-02-22T23:12:23.608Z] Uninstalling requests-2.23.0: [2021-02-22T23:12:23.934Z] Successfully uninstalled requests-2.23.0 [2021-02-22T23:12:24.257Z] ---> a999264233a8 [2021-02-22T23:12:24.257Z] Step 7/23 : RUN go mod download [2021-02-22T23:12:24.897Z] ---> Running in 8e99edcbd74a [2021-02-22T23:12:25.892Z] Running setup.py install for dockerpty: started [2021-02-22T23:12:26.889Z] Removing intermediate container c2170ddedf98 [2021-02-22T23:12:26.889Z] ---> 31b795ed9e0e [2021-02-22T23:12:26.889Z] Step 8/24 : COPY . . [2021-02-22T23:12:28.352Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-22T23:12:28.352Z] Running setup.py install for texttable: started [2021-02-22T23:12:29.358Z] Removing intermediate container 8e99edcbd74a [2021-02-22T23:12:29.358Z] ---> ebdbbd28648b [2021-02-22T23:12:29.358Z] Step 8/23 : COPY . . [2021-02-22T23:12:30.351Z] Running setup.py install for texttable: finished with status 'done' [2021-02-22T23:12:30.351Z] Running setup.py install for PyYAML: started [2021-02-22T23:12:33.030Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-22T23:12:34.021Z] 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-22T23:12:36.672Z] ---> b40c75a169bb [2021-02-22T23:12:36.672Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-22T23:12:38.121Z] ---> Running in 275af82db02b [2021-02-22T23:12:40.127Z] ---> 1fba8cdba83c [2021-02-22T23:12:40.127Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-22T23:12:40.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-22T23:12:41.016Z] ---> Running in 58030f3664bb [2021-02-22T23:12:41.643Z] Removing intermediate container 726cb26004ca [2021-02-22T23:12:41.643Z] ---> 38793349b09e [2021-02-22T23:12:41.643Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-22T23:12:42.253Z] ---> 3084a27caa64 [2021-02-22T23:12:42.253Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-22T23:12:42.253Z] ---> Running in 4c75f3aa332f [2021-02-22T23:12:42.535Z] ---> Running in d5e91bd1ef84 [2021-02-22T23:12:43.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-22T23:12:45.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:12:45.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-22T23:12:45.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:12:45.713Z] ---> 18391787650e [2021-02-22T23:12:45.713Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-22T23:12:45.991Z] ---> Running in 5c574e56c3bb [2021-02-22T23:12:46.270Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T23:12:46.270Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-22T23:12:46.270Z] (3/3) Installing curl (7.69.1-r3) [2021-02-22T23:12:46.270Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:12:46.270Z] OK: 71 MiB in 58 packages [2021-02-22T23:12:48.276Z] Removing intermediate container 4c75f3aa332f [2021-02-22T23:12:48.276Z] ---> a9f6704746b0 [2021-02-22T23:12:48.276Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-22T23:12:48.276Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-data/core-data ./cmd/core-data [2021-02-22T23:12:48.276Z] ---> Running in 0e9892864444 [2021-02-22T23:12:48.884Z] Removing intermediate container 0e9892864444 [2021-02-22T23:12:48.884Z] ---> 4a50e94fbe34 [2021-02-22T23:12:48.884Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T23:12:48.884Z] ---> Running in fe236ef5b0e7 [2021-02-22T23:12:49.503Z] Removing intermediate container fe236ef5b0e7 [2021-02-22T23:12:49.503Z] ---> 6234f9daaa01 [2021-02-22T23:12:49.503Z] Step 24/26 : LABEL arch=arm64 [2021-02-22T23:12:49.780Z] ---> Running in e7e4c636c090 [2021-02-22T23:12:50.385Z] Removing intermediate container e7e4c636c090 [2021-02-22T23:12:50.385Z] ---> fef52397968d [2021-02-22T23:12:50.385Z] Step 25/26 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:12:50.385Z] ---> Running in 9d82e1ed2791 [2021-02-22T23:12:51.379Z] Removing intermediate container 9d82e1ed2791 [2021-02-22T23:12:51.379Z] ---> 93d9af51cbfb [2021-02-22T23:12:51.379Z] Step 26/26 : LABEL version=2.0.0-dev.101 [2021-02-22T23:12:51.379Z] ---> Running in aa76ded04f4a [2021-02-22T23:12:52.003Z] Removing intermediate container aa76ded04f4a [2021-02-22T23:12:52.004Z] ---> 5beaf908629b [2021-02-22T23:12:52.004Z] [2021-02-22T23:12:52.618Z] Successfully built 5beaf908629b [2021-02-22T23:12:52.618Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-22T23:13:49.271Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-22T23:13:52.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-22T23:14:07.835Z] Removing intermediate container 275af82db02b [2021-02-22T23:14:07.835Z] ---> e4d4681aba1d [2021-02-22T23:14:07.835Z] [2021-02-22T23:14:07.835Z] Step 10/21 : FROM alpine:3.12 [2021-02-22T23:14:07.835Z] ---> afeebe901d6b [2021-02-22T23:14:07.835Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-22T23:14:07.835Z] ---> Running in c5979d6e8d7b [2021-02-22T23:14:08.118Z] Removing intermediate container d5e91bd1ef84 [2021-02-22T23:14:08.118Z] ---> 9d0a8631461b [2021-02-22T23:14:08.118Z] [2021-02-22T23:14:08.118Z] Step 10/24 : FROM alpine:3.12 [2021-02-22T23:14:08.118Z] ---> afeebe901d6b [2021-02-22T23:14:08.118Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-22T23:14:08.398Z] ---> Running in c58439730f60 [2021-02-22T23:14:08.398Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:14:08.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:14:09.668Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-22T23:14:09.668Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T23:14:09.668Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-22T23:14:09.668Z] (4/4) Installing curl (7.69.1-r3) [2021-02-22T23:14:09.668Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:14:09.668Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T23:14:09.945Z] OK: 7 MiB in 18 packages [2021-02-22T23:14:09.945Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:14:10.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:14:10.826Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-22T23:14:10.826Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T23:14:10.826Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-22T23:14:11.103Z] (4/5) Installing curl (7.69.1-r3) [2021-02-22T23:14:11.103Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-22T23:14:11.103Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:14:11.103Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T23:14:11.380Z] OK: 7 MiB in 19 packages [2021-02-22T23:14:12.436Z] Removing intermediate container c5979d6e8d7b [2021-02-22T23:14:12.436Z] ---> d82e9e1a7fb9 [2021-02-22T23:14:12.436Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-22T23:14:12.711Z] ---> Running in 233216fa1552 [2021-02-22T23:14:13.711Z] Removing intermediate container 233216fa1552 [2021-02-22T23:14:13.711Z] ---> d6fb207935ec [2021-02-22T23:14:13.711Z] Step 13/21 : WORKDIR /edgex [2021-02-22T23:14:13.990Z] Removing intermediate container c58439730f60 [2021-02-22T23:14:13.990Z] ---> c682f3abfc6e [2021-02-22T23:14:13.990Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-22T23:14:13.990Z] ---> Running in 1ef8c2e25303 [2021-02-22T23:14:14.269Z] ---> Running in d3b1f99f57f1 [2021-02-22T23:14:14.880Z] Removing intermediate container 1ef8c2e25303 [2021-02-22T23:14:14.880Z] ---> bdf0ddc6c573 [2021-02-22T23:14:14.880Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-22T23:14:15.176Z] Removing intermediate container d3b1f99f57f1 [2021-02-22T23:14:15.176Z] ---> 51aac3392ef7 [2021-02-22T23:14:15.176Z] Step 13/24 : WORKDIR / [2021-02-22T23:14:15.176Z] ---> Running in 9b325e327937 [2021-02-22T23:14:16.176Z] Removing intermediate container 9b325e327937 [2021-02-22T23:14:16.176Z] ---> 9d6523615042 [2021-02-22T23:14:16.176Z] 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-22T23:14:16.176Z] ---> 428cd15356b3 [2021-02-22T23:14:16.176Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-22T23:14:17.628Z] ---> 1b5fbabe35f3 [2021-02-22T23:14:17.628Z] 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-22T23:14:17.901Z] ---> b2f0717929d0 [2021-02-22T23:14:17.901Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-22T23:14:18.895Z] ---> 282a79047825 [2021-02-22T23:14:18.895Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-22T23:14:19.498Z] ---> 351ca5845357 [2021-02-22T23:14:19.498Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-22T23:14:19.498Z] ---> Running in 788cfaa6c565 [2021-02-22T23:14:19.781Z] ---> 7ae6aa3c5548 [2021-02-22T23:14:19.781Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-22T23:14:20.384Z] Removing intermediate container 788cfaa6c565 [2021-02-22T23:14:20.384Z] ---> d0da6d16ddbd [2021-02-22T23:14:20.384Z] Step 18/21 : CMD ["--init=true"] [2021-02-22T23:14:20.667Z] ---> Running in 44bf9cd1739d [2021-02-22T23:14:21.274Z] ---> 5192e51618cf [2021-02-22T23:14:21.274Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-22T23:14:21.547Z] Removing intermediate container 44bf9cd1739d [2021-02-22T23:14:21.547Z] ---> 8495cf485553 [2021-02-22T23:14:21.547Z] Step 19/21 : LABEL arch=arm64 [2021-02-22T23:14:22.143Z] ---> Running in 386796be526d [2021-02-22T23:14:23.050Z] ---> 110fe762432e [2021-02-22T23:14:23.050Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-22T23:14:23.373Z] Removing intermediate container 386796be526d [2021-02-22T23:14:23.373Z] ---> de916658d1e9 [2021-02-22T23:14:23.373Z] Step 20/21 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:14:23.703Z] ---> Running in 8894809014b7 [2021-02-22T23:14:24.726Z] Removing intermediate container 8894809014b7 [2021-02-22T23:14:24.726Z] ---> 739d868a9806 [2021-02-22T23:14:24.726Z] Step 21/21 : LABEL version=2.0.0-dev.101 [2021-02-22T23:14:25.005Z] ---> 268ef63d5452 [2021-02-22T23:14:25.005Z] 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-22T23:14:25.005Z] ---> Running in c309a6aeae9e [2021-02-22T23:14:25.296Z] ---> Running in c42c19cbdac3 [2021-02-22T23:14:25.898Z] Removing intermediate container c309a6aeae9e [2021-02-22T23:14:25.898Z] ---> 5bb13cdd1985 [2021-02-22T23:14:25.898Z] [2021-02-22T23:14:26.188Z] Successfully built 5bb13cdd1985 [2021-02-22T23:14:26.482Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-22T23:14:27.104Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 58030f3664bb [2021-02-22T23:14:27.104Z] ---> 39b6b566d099 [2021-02-22T23:14:27.104Z] [2021-02-22T23:14:27.104Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T23:14:27.104Z] ---> afeebe901d6b [2021-02-22T23:14:27.104Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-22T23:14:27.104Z] ---> Using cache [2021-02-22T23:14:27.104Z] ---> db0d112a7c8e [2021-02-22T23:14:27.104Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T23:14:27.104Z] ---> Using cache [2021-02-22T23:14:27.104Z] ---> 2e74e8b0f4d5 [2021-02-22T23:14:27.104Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-22T23:14:27.104Z] ---> Running in 7dbccf40925a [2021-02-22T23:14:27.708Z] Removing intermediate container 7dbccf40925a [2021-02-22T23:14:27.708Z] ---> 47a525643410 [2021-02-22T23:14:27.708Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-22T23:14:27.987Z] ---> Running in 17c3233d739f [2021-02-22T23:14:28.261Z] Removing intermediate container c42c19cbdac3 [2021-02-22T23:14:28.261Z] ---> a3f4673a4702 [2021-02-22T23:14:28.261Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-22T23:14:28.538Z] ---> Running in 79fa9b56a50e [2021-02-22T23:14:28.538Z] Removing intermediate container 17c3233d739f [2021-02-22T23:14:28.538Z] ---> 12c8ede891da [2021-02-22T23:14:28.538Z] Step 15/23 : WORKDIR / [2021-02-22T23:14:28.819Z] ---> Running in 8a1369c59d3c [2021-02-22T23:14:28.819Z] Removing intermediate container 79fa9b56a50e [2021-02-22T23:14:28.819Z] ---> 5886d3895678 [2021-02-22T23:14:28.819Z] Step 22/24 : LABEL arch=arm64 [2021-02-22T23:14:29.094Z] ---> Running in 811498387fd0 [2021-02-22T23:14:29.369Z] Removing intermediate container 8a1369c59d3c [2021-02-22T23:14:29.369Z] ---> bff1bcde8f8b [2021-02-22T23:14:29.369Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T23:14:29.646Z] Removing intermediate container 811498387fd0 [2021-02-22T23:14:29.646Z] ---> 66f74f738653 [2021-02-22T23:14:29.646Z] Step 23/24 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:14:30.253Z] ---> Running in 51f17af4bc51 [2021-02-22T23:14:30.253Z] ---> b42256777f14 [2021-02-22T23:14:30.253Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-22T23:14:30.853Z] Removing intermediate container 51f17af4bc51 [2021-02-22T23:14:30.853Z] ---> e2f11b57d221 [2021-02-22T23:14:30.853Z] Step 24/24 : LABEL version=2.0.0-dev.101 [2021-02-22T23:14:31.453Z] ---> Running in 77a63daac740 [2021-02-22T23:14:31.728Z] ---> d2aeae8b6110 [2021-02-22T23:14:31.728Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-22T23:14:31.728Z] Removing intermediate container 5c574e56c3bb [2021-02-22T23:14:31.728Z] ---> 41285fca5cbc [2021-02-22T23:14:31.728Z] [2021-02-22T23:14:31.728Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T23:14:31.728Z] ---> afeebe901d6b [2021-02-22T23:14:31.728Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-22T23:14:32.005Z] ---> Running in a61598afb55f [2021-02-22T23:14:32.005Z] Removing intermediate container 77a63daac740 [2021-02-22T23:14:32.005Z] ---> 8f75f6e8d1bf [2021-02-22T23:14:32.005Z] [2021-02-22T23:14:32.604Z] Successfully built 8f75f6e8d1bf [2021-02-22T23:14:32.605Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-22T23:14:32.605Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a61598afb55f [2021-02-22T23:14:32.605Z] ---> 4ee706f5ba4e [2021-02-22T23:14:32.605Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-22T23:14:32.605Z] ---> e7ac50f56a23 [2021-02-22T23:14:32.605Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-22T23:14:32.879Z] ---> Running in fd17a70f25a7 [2021-02-22T23:14:32.879Z] ---> Running in 530c021986ef [2021-02-22T23:14:33.478Z] Removing intermediate container fd17a70f25a7 [2021-02-22T23:14:33.478Z] ---> dff4b297a706 [2021-02-22T23:14:33.478Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T23:14:33.478Z] Removing intermediate container 530c021986ef [2021-02-22T23:14:33.478Z] ---> 157068810e2a [2021-02-22T23:14:33.478Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-22T23:14:33.478Z] ---> Running in be3b6971855f [2021-02-22T23:14:33.478Z] ---> Running in 5928f4d9f6a0 [2021-02-22T23:14:34.078Z] Removing intermediate container be3b6971855f [2021-02-22T23:14:34.078Z] ---> da3e86eb22c4 [2021-02-22T23:14:34.078Z] Step 21/23 : LABEL arch=arm64 [2021-02-22T23:14:34.078Z] Removing intermediate container 5928f4d9f6a0 [2021-02-22T23:14:34.078Z] ---> 851bdcb89dff [2021-02-22T23:14:34.078Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T23:14:34.078Z] ---> Running in e92d8957652c [2021-02-22T23:14:34.078Z] ---> Running in 9a74072f07d0 [2021-02-22T23:14:34.682Z] Removing intermediate container e92d8957652c [2021-02-22T23:14:34.682Z] ---> 92b7658b9a81 [2021-02-22T23:14:34.682Z] Step 22/23 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:14:34.958Z] ---> Running in 007cc4326387 [2021-02-22T23:14:35.234Z] Removing intermediate container 007cc4326387 [2021-02-22T23:14:35.234Z] ---> 0917242f375d [2021-02-22T23:14:35.234Z] Step 23/23 : LABEL version=2.0.0-dev.101 [2021-02-22T23:14:35.509Z] ---> Running in bce7c3c8427c [2021-02-22T23:14:36.106Z] Removing intermediate container bce7c3c8427c [2021-02-22T23:14:36.106Z] ---> 27f968c232ae [2021-02-22T23:14:36.106Z] [2021-02-22T23:14:36.382Z] Successfully built 27f968c232ae [2021-02-22T23:14:36.382Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-22T23:14:36.657Z]  Building docker-core-metadata-go ... done Removing intermediate container 9a74072f07d0 [2021-02-22T23:14:36.657Z] ---> d0c4899c7a8a [2021-02-22T23:14:36.657Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-22T23:14:36.657Z] ---> Running in 6393eb04886d [2021-02-22T23:14:37.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T23:14:39.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T23:14:42.217Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-22T23:14:42.217Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-22T23:14:42.217Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-22T23:14:42.489Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-22T23:14:43.082Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-22T23:14:43.679Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-22T23:14:43.679Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T23:14:43.679Z] OK: 8 MiB in 20 packages [2021-02-22T23:14:45.117Z] Removing intermediate container 6393eb04886d [2021-02-22T23:14:45.117Z] ---> 5bc3970a74f6 [2021-02-22T23:14:45.117Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T23:14:45.715Z] ---> 04cb3069cae6 [2021-02-22T23:14:45.715Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-22T23:14:47.159Z] ---> ff5f461451a3 [2021-02-22T23:14:47.159Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-22T23:14:47.759Z] ---> e7976fc7e08f [2021-02-22T23:14:47.759Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-22T23:14:47.759Z] ---> Running in c6f8c1c0c922 [2021-02-22T23:14:48.358Z] Removing intermediate container c6f8c1c0c922 [2021-02-22T23:14:48.358Z] ---> 097dc782fbe8 [2021-02-22T23:14:48.358Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T23:14:48.358Z] ---> Running in 9874a8038989 [2021-02-22T23:14:48.957Z] Removing intermediate container 9874a8038989 [2021-02-22T23:14:48.957Z] ---> 26fa69e451ec [2021-02-22T23:14:48.957Z] Step 21/23 : LABEL arch=arm64 [2021-02-22T23:14:48.957Z] ---> Running in 7a58f3805828 [2021-02-22T23:14:49.555Z] Removing intermediate container 7a58f3805828 [2021-02-22T23:14:49.555Z] ---> 88f2e2b4177e [2021-02-22T23:14:49.555Z] Step 22/23 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:14:49.555Z] ---> Running in 27a41069f99f [2021-02-22T23:14:50.151Z] Removing intermediate container 27a41069f99f [2021-02-22T23:14:50.151Z] ---> ced46699038f [2021-02-22T23:14:50.151Z] Step 23/23 : LABEL version=2.0.0-dev.101 [2021-02-22T23:14:50.151Z] ---> Running in b1148f8d9d2c [2021-02-22T23:14:50.749Z] Removing intermediate container b1148f8d9d2c [2021-02-22T23:14:50.749Z] ---> fbad195714e6 [2021-02-22T23:14:50.749Z] [2021-02-22T23:14:51.023Z] Successfully built fbad195714e6 [2021-02-22T23:14:51.023Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-22T23:14:51.313Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-22T23:14:51.327Z] $ docker stop --time=1 8da4b6263992bf1d06fa1775dce2e4a7a4317274dd6a82305d64db37c5c623bd [2021-02-22T23:14:53.295Z] $ docker rm -f 8da4b6263992bf1d06fa1775dce2e4a7a4317274dd6a82305d64db37c5c623bd [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T23:14:54.041Z] + grep docker [2021-02-22T23:14:54.041Z] + docker images [2021-02-22T23:14:54.312Z] docker-core-data-go-arm64 latest fbad195714e6 4 seconds ago 21.1MB [2021-02-22T23:14:54.312Z] docker-core-metadata-go-arm64 latest 27f968c232ae 19 seconds ago 17.9MB [2021-02-22T23:14:54.312Z] docker-security-secretstore-setup-go-arm64 latest 8f75f6e8d1bf 23 seconds ago 23.7MB [2021-02-22T23:14:54.312Z] docker-security-proxy-setup-go-arm64 latest 5bb13cdd1985 29 seconds ago 23.4MB [2021-02-22T23:14:54.312Z] docker-sys-mgmt-agent-go-arm64 latest 5beaf908629b 2 minutes ago 300MB [2021-02-22T23:14:54.312Z] docker-security-bootstrapper-go-arm64 latest fcdd6a0f8bf0 3 minutes ago 17.3MB [2021-02-22T23:14:54.312Z] docker-support-notifications-go-arm64 latest a32da2234dbd 3 minutes ago 16.8MB [2021-02-22T23:14:54.312Z] docker-core-command-go-arm64 latest 96ee1e5e43e2 3 minutes ago 16.2MB [2021-02-22T23:14:54.312Z] docker-support-scheduler-go-arm64 latest 98d86d549391 3 minutes ago 16.3MB [2021-02-22T23:14:54.312Z] docker 20.10.0 eeaf43b92773 2 months 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-22T23:14:54.848Z] provisioning config files... [2021-02-22T23:14:54.890Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/367@tmp/config6582045266007341100tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T23:14:55.285Z] ---> docker-login.sh [2021-02-22T23:14:55.285Z] nexus3.edgexfoundry.org:10001 [2021-02-22T23:14:55.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:14:55.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:14:55.826Z] Configure a credential helper to remove this warning. See [2021-02-22T23:14:55.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:14:55.826Z] [2021-02-22T23:14:55.826Z] Login Succeeded [2021-02-22T23:14:55.826Z] nexus3.edgexfoundry.org:10002 [2021-02-22T23:14:56.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:14:56.374Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:14:56.374Z] Configure a credential helper to remove this warning. See [2021-02-22T23:14:56.374Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:14:56.374Z] [2021-02-22T23:14:56.374Z] Login Succeeded [2021-02-22T23:14:56.374Z] nexus3.edgexfoundry.org:10003 [2021-02-22T23:14:56.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:14:56.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:14:56.926Z] Configure a credential helper to remove this warning. See [2021-02-22T23:14:56.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:14:56.926Z] [2021-02-22T23:14:56.926Z] Login Succeeded [2021-02-22T23:14:56.926Z] nexus3.edgexfoundry.org:10004 [2021-02-22T23:14:57.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:14:57.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:14:57.523Z] Configure a credential helper to remove this warning. See [2021-02-22T23:14:57.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:14:57.523Z] [2021-02-22T23:14:57.523Z] Login Succeeded [2021-02-22T23:14:57.523Z] docker.io [2021-02-22T23:14:58.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T23:14:58.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T23:14:58.386Z] Configure a credential helper to remove this warning. See [2021-02-22T23:14:58.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T23:14:58.386Z] [2021-02-22T23:14:58.386Z] Login Succeeded [2021-02-22T23:14:58.386Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T23:14:58.403Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:14:58.659Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-22T23:14:58.659Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:14:58.659Z] 2.0.0-dev.101 [2021-02-22T23:14:58.659Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:14:58.659Z] master [2021-02-22T23:14:58.659Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:14:59.174Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:14:59.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:14:59.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-22T23:14:59.511Z] 60e2adc88aa7: Preparing [2021-02-22T23:14:59.511Z] 6f69d8d72651: Preparing [2021-02-22T23:14:59.511Z] 5ac32a9a23bb: Preparing [2021-02-22T23:14:59.511Z] d38f9c7cec3e: Preparing [2021-02-22T23:14:59.511Z] 379067d0cb53: Preparing [2021-02-22T23:14:59.782Z] 379067d0cb53: Layer already exists [2021-02-22T23:14:59.782Z] 5ac32a9a23bb: Pushed [2021-02-22T23:14:59.782Z] 60e2adc88aa7: Pushed [2021-02-22T23:14:59.782Z] d38f9c7cec3e: Pushed [2021-02-22T23:15:02.393Z] 6f69d8d72651: Pushed [2021-02-22T23:15:02.669Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:62dc29862c8e55382ca6d20ec8d8e6d2580c651d7a74d66f4fd9da3288f97210 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:03.026Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:03.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.101 [2021-02-22T23:15:03.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-22T23:15:03.365Z] 60e2adc88aa7: Preparing [2021-02-22T23:15:03.365Z] 6f69d8d72651: Preparing [2021-02-22T23:15:03.365Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:03.365Z] d38f9c7cec3e: Preparing [2021-02-22T23:15:03.365Z] 379067d0cb53: Preparing [2021-02-22T23:15:03.636Z] 6f69d8d72651: Layer already exists [2021-02-22T23:15:03.636Z] 60e2adc88aa7: Layer already exists [2021-02-22T23:15:03.636Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:03.636Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:03.636Z] d38f9c7cec3e: Layer already exists [2021-02-22T23:15:03.636Z] 2.0.0-dev.101: digest: sha256:62dc29862c8e55382ca6d20ec8d8e6d2580c651d7a74d66f4fd9da3288f97210 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:03.977Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:04.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:04.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-22T23:15:04.317Z] 60e2adc88aa7: Preparing [2021-02-22T23:15:04.317Z] 6f69d8d72651: Preparing [2021-02-22T23:15:04.317Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:04.317Z] d38f9c7cec3e: Preparing [2021-02-22T23:15:04.317Z] 379067d0cb53: Preparing [2021-02-22T23:15:04.588Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:04.588Z] d38f9c7cec3e: Layer already exists [2021-02-22T23:15:04.588Z] 60e2adc88aa7: Layer already exists [2021-02-22T23:15:04.588Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:04.588Z] 6f69d8d72651: Layer already exists [2021-02-22T23:15:04.588Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:62dc29862c8e55382ca6d20ec8d8e6d2580c651d7a74d66f4fd9da3288f97210 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:04.933Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:05.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-22T23:15:05.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-22T23:15:05.287Z] 60e2adc88aa7: Preparing [2021-02-22T23:15:05.287Z] 6f69d8d72651: Preparing [2021-02-22T23:15:05.287Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:05.287Z] d38f9c7cec3e: Preparing [2021-02-22T23:15:05.287Z] 379067d0cb53: Preparing [2021-02-22T23:15:05.287Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:05.287Z] 60e2adc88aa7: Layer already exists [2021-02-22T23:15:05.287Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:05.287Z] 6f69d8d72651: Layer already exists [2021-02-22T23:15:05.287Z] d38f9c7cec3e: Layer already exists [2021-02-22T23:15:05.563Z] master: digest: sha256:62dc29862c8e55382ca6d20ec8d8e6d2580c651d7a74d66f4fd9da3288f97210 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:15:05.767Z] ===================================================== [Pipeline] echo [2021-02-22T23:15:05.816Z] taggedImages: [2021-02-22T23:15:05.816Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:05.816Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.101 [2021-02-22T23:15:05.816Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:05.816Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-22T23:15:05.882Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-22T23:15:05.882Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:05.882Z] 2.0.0-dev.101 [2021-02-22T23:15:05.882Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:05.882Z] master [2021-02-22T23:15:05.882Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:06.404Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:06.756Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:06.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-22T23:15:06.756Z] 29d14f4278cc: Preparing [2021-02-22T23:15:06.756Z] 11fd3461bb5f: Preparing [2021-02-22T23:15:06.756Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:06.756Z] 8aea5d5ad107: Preparing [2021-02-22T23:15:06.756Z] 6c6a63f72ad9: Preparing [2021-02-22T23:15:06.756Z] 379067d0cb53: Preparing [2021-02-22T23:15:06.756Z] 379067d0cb53: Waiting [2021-02-22T23:15:07.067Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:07.067Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:07.067Z] 6c6a63f72ad9: Pushed [2021-02-22T23:15:07.067Z] 29d14f4278cc: Pushed [2021-02-22T23:15:07.668Z] 8aea5d5ad107: Pushed [2021-02-22T23:15:10.270Z] 11fd3461bb5f: Pushed [2021-02-22T23:15:10.540Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:e464d462bcb9ca37179cb1044e693a0b0116276b7e64e53f2744d9195299df85 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:10.879Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:11.212Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.101 [2021-02-22T23:15:11.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-22T23:15:11.212Z] 29d14f4278cc: Preparing [2021-02-22T23:15:11.212Z] 11fd3461bb5f: Preparing [2021-02-22T23:15:11.212Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:11.212Z] 8aea5d5ad107: Preparing [2021-02-22T23:15:11.212Z] 6c6a63f72ad9: Preparing [2021-02-22T23:15:11.212Z] 379067d0cb53: Preparing [2021-02-22T23:15:11.212Z] 379067d0cb53: Waiting [2021-02-22T23:15:11.212Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:11.212Z] 29d14f4278cc: Layer already exists [2021-02-22T23:15:11.212Z] 8aea5d5ad107: Layer already exists [2021-02-22T23:15:11.212Z] 6c6a63f72ad9: Layer already exists [2021-02-22T23:15:11.212Z] 11fd3461bb5f: Layer already exists [2021-02-22T23:15:11.212Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:11.515Z] 2.0.0-dev.101: digest: sha256:e464d462bcb9ca37179cb1044e693a0b0116276b7e64e53f2744d9195299df85 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:11.852Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:12.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:12.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-22T23:15:12.189Z] 29d14f4278cc: Preparing [2021-02-22T23:15:12.189Z] 11fd3461bb5f: Preparing [2021-02-22T23:15:12.189Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:12.189Z] 8aea5d5ad107: Preparing [2021-02-22T23:15:12.189Z] 6c6a63f72ad9: Preparing [2021-02-22T23:15:12.189Z] 379067d0cb53: Preparing [2021-02-22T23:15:12.189Z] 379067d0cb53: Waiting [2021-02-22T23:15:12.189Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:12.189Z] 11fd3461bb5f: Layer already exists [2021-02-22T23:15:12.458Z] 6c6a63f72ad9: Layer already exists [2021-02-22T23:15:12.458Z] 29d14f4278cc: Layer already exists [2021-02-22T23:15:12.458Z] 8aea5d5ad107: Layer already exists [2021-02-22T23:15:12.458Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:12.458Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:e464d462bcb9ca37179cb1044e693a0b0116276b7e64e53f2744d9195299df85 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:12.801Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:13.146Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-22T23:15:13.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-22T23:15:13.146Z] 29d14f4278cc: Preparing [2021-02-22T23:15:13.146Z] 11fd3461bb5f: Preparing [2021-02-22T23:15:13.146Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:13.146Z] 8aea5d5ad107: Preparing [2021-02-22T23:15:13.146Z] 6c6a63f72ad9: Preparing [2021-02-22T23:15:13.146Z] 379067d0cb53: Preparing [2021-02-22T23:15:13.146Z] 379067d0cb53: Waiting [2021-02-22T23:15:13.424Z] 6c6a63f72ad9: Layer already exists [2021-02-22T23:15:13.425Z] 8aea5d5ad107: Layer already exists [2021-02-22T23:15:13.425Z] 11fd3461bb5f: Layer already exists [2021-02-22T23:15:13.425Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:13.425Z] 29d14f4278cc: Layer already exists [2021-02-22T23:15:13.425Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:13.425Z] master: digest: sha256:e464d462bcb9ca37179cb1044e693a0b0116276b7e64e53f2744d9195299df85 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:15:13.629Z] ===================================================== [Pipeline] echo [2021-02-22T23:15:13.683Z] taggedImages: [2021-02-22T23:15:13.683Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:13.683Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.101 [2021-02-22T23:15:13.683Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:13.683Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-22T23:15:13.750Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-22T23:15:13.750Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:13.750Z] 2.0.0-dev.101 [2021-02-22T23:15:13.750Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:13.750Z] master [2021-02-22T23:15:13.750Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:14.275Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:14.620Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:14.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-22T23:15:14.620Z] 0ced998f9f78: Preparing [2021-02-22T23:15:14.620Z] cc1e4e7487b8: Preparing [2021-02-22T23:15:14.620Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:14.620Z] d38f9c7cec3e: Preparing [2021-02-22T23:15:14.620Z] 379067d0cb53: Preparing [2021-02-22T23:15:14.891Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:14.891Z] d38f9c7cec3e: Layer already exists [2021-02-22T23:15:14.891Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:14.891Z] 0ced998f9f78: Pushed [2021-02-22T23:15:18.252Z] cc1e4e7487b8: Pushed [2021-02-22T23:15:18.252Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:d8f4084c8374dd41a67e0e357d16cbd5178a4d62ba9246429275010a44b5c8f8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:18.590Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:18.922Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.101 [2021-02-22T23:15:18.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-22T23:15:18.922Z] 0ced998f9f78: Preparing [2021-02-22T23:15:18.922Z] cc1e4e7487b8: Preparing [2021-02-22T23:15:18.922Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:18.922Z] d38f9c7cec3e: Preparing [2021-02-22T23:15:18.922Z] 379067d0cb53: Preparing [2021-02-22T23:15:18.922Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:18.922Z] cc1e4e7487b8: Layer already exists [2021-02-22T23:15:19.192Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:19.192Z] d38f9c7cec3e: Layer already exists [2021-02-22T23:15:19.192Z] 0ced998f9f78: Layer already exists [2021-02-22T23:15:19.192Z] 2.0.0-dev.101: digest: sha256:d8f4084c8374dd41a67e0e357d16cbd5178a4d62ba9246429275010a44b5c8f8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:19.529Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:19.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:19.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-22T23:15:19.863Z] 0ced998f9f78: Preparing [2021-02-22T23:15:19.863Z] cc1e4e7487b8: Preparing [2021-02-22T23:15:19.863Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:19.863Z] d38f9c7cec3e: Preparing [2021-02-22T23:15:19.863Z] 379067d0cb53: Preparing [2021-02-22T23:15:20.134Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:20.134Z] 0ced998f9f78: Layer already exists [2021-02-22T23:15:20.134Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:20.134Z] d38f9c7cec3e: Layer already exists [2021-02-22T23:15:20.134Z] cc1e4e7487b8: Layer already exists [2021-02-22T23:15:20.134Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:d8f4084c8374dd41a67e0e357d16cbd5178a4d62ba9246429275010a44b5c8f8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:20.475Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:20.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-22T23:15:20.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-22T23:15:20.811Z] 0ced998f9f78: Preparing [2021-02-22T23:15:20.811Z] cc1e4e7487b8: Preparing [2021-02-22T23:15:20.811Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:20.811Z] d38f9c7cec3e: Preparing [2021-02-22T23:15:20.811Z] 379067d0cb53: Preparing [2021-02-22T23:15:20.811Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:20.811Z] 0ced998f9f78: Layer already exists [2021-02-22T23:15:21.085Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:21.085Z] d38f9c7cec3e: Layer already exists [2021-02-22T23:15:21.085Z] cc1e4e7487b8: Layer already exists [2021-02-22T23:15:21.085Z] master: digest: sha256:d8f4084c8374dd41a67e0e357d16cbd5178a4d62ba9246429275010a44b5c8f8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:15:21.314Z] ===================================================== [Pipeline] echo [2021-02-22T23:15:21.373Z] taggedImages: [2021-02-22T23:15:21.373Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:21.373Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.101 [2021-02-22T23:15:21.373Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:21.373Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-22T23:15:21.474Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-22T23:15:21.474Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:21.474Z] 2.0.0-dev.101 [2021-02-22T23:15:21.474Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:21.474Z] master [2021-02-22T23:15:21.474Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:21.975Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:22.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:22.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-22T23:15:22.307Z] 62cd15906c55: Preparing [2021-02-22T23:15:22.307Z] 62cd15906c55: Preparing [2021-02-22T23:15:22.307Z] d7c25cc15fdc: Preparing [2021-02-22T23:15:22.307Z] 470933c36e77: Preparing [2021-02-22T23:15:22.307Z] 7f1bc3c1fe32: Preparing [2021-02-22T23:15:22.307Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:22.307Z] 3bb2a89b526a: Preparing [2021-02-22T23:15:22.307Z] 3bb2a89b526a: Preparing [2021-02-22T23:15:22.307Z] f8da71d1bb4e: Preparing [2021-02-22T23:15:22.307Z] 2632f3fb8dee: Preparing [2021-02-22T23:15:22.307Z] 379067d0cb53: Preparing [2021-02-22T23:15:22.307Z] 3bb2a89b526a: Waiting [2021-02-22T23:15:22.307Z] 379067d0cb53: Waiting [2021-02-22T23:15:22.307Z] 2632f3fb8dee: Waiting [2021-02-22T23:15:22.307Z] f8da71d1bb4e: Waiting [2021-02-22T23:15:22.578Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:22.578Z] 62cd15906c55: Pushed [2021-02-22T23:15:22.851Z] 470933c36e77: Pushed [2021-02-22T23:15:22.851Z] d7c25cc15fdc: Pushed [2021-02-22T23:15:22.851Z] 3bb2a89b526a: Pushed [2021-02-22T23:15:22.851Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:22.851Z] f8da71d1bb4e: Pushed [2021-02-22T23:15:22.851Z] 2632f3fb8dee: Pushed [2021-02-22T23:15:25.454Z] 7f1bc3c1fe32: Pushed [2021-02-22T23:15:25.454Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:64fd9e39d86984e47a29bc4de602d8c553e8964fc186eb141060925c09715806 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:26.067Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:26.400Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.101 [2021-02-22T23:15:26.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-22T23:15:26.401Z] 62cd15906c55: Preparing [2021-02-22T23:15:26.401Z] 62cd15906c55: Preparing [2021-02-22T23:15:26.401Z] d7c25cc15fdc: Preparing [2021-02-22T23:15:26.401Z] 470933c36e77: Preparing [2021-02-22T23:15:26.401Z] 7f1bc3c1fe32: Preparing [2021-02-22T23:15:26.401Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:26.401Z] 3bb2a89b526a: Preparing [2021-02-22T23:15:26.401Z] 3bb2a89b526a: Preparing [2021-02-22T23:15:26.401Z] f8da71d1bb4e: Preparing [2021-02-22T23:15:26.401Z] 2632f3fb8dee: Preparing [2021-02-22T23:15:26.401Z] 379067d0cb53: Preparing [2021-02-22T23:15:26.401Z] 3bb2a89b526a: Waiting [2021-02-22T23:15:26.401Z] f8da71d1bb4e: Waiting [2021-02-22T23:15:26.401Z] 379067d0cb53: Waiting [2021-02-22T23:15:26.401Z] 2632f3fb8dee: Waiting [2021-02-22T23:15:26.401Z] 62cd15906c55: Layer already exists [2021-02-22T23:15:26.401Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:26.401Z] 470933c36e77: Layer already exists [2021-02-22T23:15:26.401Z] d7c25cc15fdc: Layer already exists [2021-02-22T23:15:26.401Z] 7f1bc3c1fe32: Layer already exists [2021-02-22T23:15:26.673Z] f8da71d1bb4e: Layer already exists [2021-02-22T23:15:26.673Z] 2632f3fb8dee: Layer already exists [2021-02-22T23:15:26.673Z] 3bb2a89b526a: Layer already exists [2021-02-22T23:15:26.673Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:26.673Z] 2.0.0-dev.101: digest: sha256:64fd9e39d86984e47a29bc4de602d8c553e8964fc186eb141060925c09715806 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:27.010Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:27.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:27.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-22T23:15:27.344Z] 62cd15906c55: Preparing [2021-02-22T23:15:27.344Z] 62cd15906c55: Preparing [2021-02-22T23:15:27.344Z] d7c25cc15fdc: Preparing [2021-02-22T23:15:27.344Z] 470933c36e77: Preparing [2021-02-22T23:15:27.344Z] 7f1bc3c1fe32: Preparing [2021-02-22T23:15:27.344Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:27.344Z] 3bb2a89b526a: Preparing [2021-02-22T23:15:27.344Z] 3bb2a89b526a: Preparing [2021-02-22T23:15:27.344Z] f8da71d1bb4e: Preparing [2021-02-22T23:15:27.344Z] 2632f3fb8dee: Preparing [2021-02-22T23:15:27.344Z] 379067d0cb53: Preparing [2021-02-22T23:15:27.344Z] f8da71d1bb4e: Waiting [2021-02-22T23:15:27.344Z] 2632f3fb8dee: Waiting [2021-02-22T23:15:27.344Z] 379067d0cb53: Waiting [2021-02-22T23:15:27.344Z] 3bb2a89b526a: Waiting [2021-02-22T23:15:27.344Z] 7f1bc3c1fe32: Layer already exists [2021-02-22T23:15:27.344Z] 62cd15906c55: Layer already exists [2021-02-22T23:15:27.344Z] d7c25cc15fdc: Layer already exists [2021-02-22T23:15:27.344Z] 470933c36e77: Layer already exists [2021-02-22T23:15:27.615Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:27.615Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:27.615Z] 2632f3fb8dee: Layer already exists [2021-02-22T23:15:27.615Z] f8da71d1bb4e: Layer already exists [2021-02-22T23:15:27.615Z] 3bb2a89b526a: Layer already exists [2021-02-22T23:15:27.615Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:64fd9e39d86984e47a29bc4de602d8c553e8964fc186eb141060925c09715806 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:27.957Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:28.289Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-22T23:15:28.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-22T23:15:28.289Z] 62cd15906c55: Preparing [2021-02-22T23:15:28.289Z] 62cd15906c55: Preparing [2021-02-22T23:15:28.289Z] d7c25cc15fdc: Preparing [2021-02-22T23:15:28.289Z] 470933c36e77: Preparing [2021-02-22T23:15:28.289Z] 7f1bc3c1fe32: Preparing [2021-02-22T23:15:28.289Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:28.289Z] 3bb2a89b526a: Preparing [2021-02-22T23:15:28.289Z] 3bb2a89b526a: Preparing [2021-02-22T23:15:28.289Z] f8da71d1bb4e: Preparing [2021-02-22T23:15:28.289Z] 2632f3fb8dee: Preparing [2021-02-22T23:15:28.289Z] 379067d0cb53: Preparing [2021-02-22T23:15:28.289Z] 2632f3fb8dee: Waiting [2021-02-22T23:15:28.289Z] 379067d0cb53: Waiting [2021-02-22T23:15:28.289Z] 3bb2a89b526a: Waiting [2021-02-22T23:15:28.289Z] f8da71d1bb4e: Waiting [2021-02-22T23:15:28.289Z] d7c25cc15fdc: Layer already exists [2021-02-22T23:15:28.289Z] 62cd15906c55: Layer already exists [2021-02-22T23:15:28.289Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:28.289Z] 7f1bc3c1fe32: Layer already exists [2021-02-22T23:15:28.289Z] 470933c36e77: Layer already exists [2021-02-22T23:15:28.558Z] f8da71d1bb4e: Layer already exists [2021-02-22T23:15:28.558Z] 2632f3fb8dee: Layer already exists [2021-02-22T23:15:28.558Z] 3bb2a89b526a: Layer already exists [2021-02-22T23:15:28.558Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:28.559Z] master: digest: sha256:64fd9e39d86984e47a29bc4de602d8c553e8964fc186eb141060925c09715806 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:15:28.745Z] ===================================================== [Pipeline] echo [2021-02-22T23:15:28.791Z] taggedImages: [2021-02-22T23:15:28.791Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:28.791Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.101 [2021-02-22T23:15:28.791Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:28.791Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-22T23:15:28.883Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-22T23:15:28.883Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:28.883Z] 2.0.0-dev.101 [2021-02-22T23:15:28.883Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:28.883Z] master [2021-02-22T23:15:28.883Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:29.461Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:29.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:29.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-22T23:15:29.970Z] 2c64a86946c8: Preparing [2021-02-22T23:15:29.970Z] 875db8ffa3f3: Preparing [2021-02-22T23:15:29.970Z] 2583d27bb0fe: Preparing [2021-02-22T23:15:29.970Z] b0d258923926: Preparing [2021-02-22T23:15:29.970Z] 6353ac00f117: Preparing [2021-02-22T23:15:29.970Z] 379067d0cb53: Preparing [2021-02-22T23:15:29.970Z] 379067d0cb53: Waiting [2021-02-22T23:15:30.272Z] b0d258923926: Pushed [2021-02-22T23:15:30.272Z] 2583d27bb0fe: Pushed [2021-02-22T23:15:30.272Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:30.570Z] 6353ac00f117: Pushed [2021-02-22T23:15:32.589Z] 2c64a86946c8: Pushed [2021-02-22T23:15:32.589Z] 875db8ffa3f3: Pushed [2021-02-22T23:15:32.859Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:4f4687eeac2895a2ba1040fa6c1a02052c939c3860a209b5d674db809c63f1c0 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:33.230Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:33.565Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.101 [2021-02-22T23:15:33.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-22T23:15:33.565Z] 2c64a86946c8: Preparing [2021-02-22T23:15:33.565Z] 875db8ffa3f3: Preparing [2021-02-22T23:15:33.565Z] 2583d27bb0fe: Preparing [2021-02-22T23:15:33.565Z] b0d258923926: Preparing [2021-02-22T23:15:33.565Z] 6353ac00f117: Preparing [2021-02-22T23:15:33.565Z] 379067d0cb53: Preparing [2021-02-22T23:15:33.565Z] 379067d0cb53: Waiting [2021-02-22T23:15:33.565Z] 2583d27bb0fe: Layer already exists [2021-02-22T23:15:33.565Z] b0d258923926: Layer already exists [2021-02-22T23:15:33.565Z] 6353ac00f117: Layer already exists [2021-02-22T23:15:33.565Z] 2c64a86946c8: Layer already exists [2021-02-22T23:15:33.565Z] 875db8ffa3f3: Layer already exists [2021-02-22T23:15:33.565Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:33.836Z] 2.0.0-dev.101: digest: sha256:4f4687eeac2895a2ba1040fa6c1a02052c939c3860a209b5d674db809c63f1c0 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:34.177Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:34.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:34.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-22T23:15:34.514Z] 2c64a86946c8: Preparing [2021-02-22T23:15:34.514Z] 875db8ffa3f3: Preparing [2021-02-22T23:15:34.514Z] 2583d27bb0fe: Preparing [2021-02-22T23:15:34.514Z] b0d258923926: Preparing [2021-02-22T23:15:34.514Z] 6353ac00f117: Preparing [2021-02-22T23:15:34.514Z] 379067d0cb53: Preparing [2021-02-22T23:15:34.514Z] 379067d0cb53: Waiting [2021-02-22T23:15:34.514Z] 875db8ffa3f3: Layer already exists [2021-02-22T23:15:34.514Z] 2c64a86946c8: Layer already exists [2021-02-22T23:15:34.514Z] 2583d27bb0fe: Layer already exists [2021-02-22T23:15:34.514Z] 6353ac00f117: Layer already exists [2021-02-22T23:15:34.514Z] b0d258923926: Layer already exists [2021-02-22T23:15:34.514Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:34.784Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:4f4687eeac2895a2ba1040fa6c1a02052c939c3860a209b5d674db809c63f1c0 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:35.120Z] + 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-22T23:15:35.453Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-22T23:15:35.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-22T23:15:35.453Z] 2c64a86946c8: Preparing [2021-02-22T23:15:35.453Z] 875db8ffa3f3: Preparing [2021-02-22T23:15:35.453Z] 2583d27bb0fe: Preparing [2021-02-22T23:15:35.453Z] b0d258923926: Preparing [2021-02-22T23:15:35.453Z] 6353ac00f117: Preparing [2021-02-22T23:15:35.453Z] 379067d0cb53: Preparing [2021-02-22T23:15:35.453Z] 379067d0cb53: Waiting [2021-02-22T23:15:35.723Z] 875db8ffa3f3: Layer already exists [2021-02-22T23:15:35.723Z] 6353ac00f117: Layer already exists [2021-02-22T23:15:35.723Z] b0d258923926: Layer already exists [2021-02-22T23:15:35.723Z] 2c64a86946c8: Layer already exists [2021-02-22T23:15:35.723Z] 2583d27bb0fe: Layer already exists [2021-02-22T23:15:35.723Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:35.723Z] master: digest: sha256:4f4687eeac2895a2ba1040fa6c1a02052c939c3860a209b5d674db809c63f1c0 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:15:35.912Z] ===================================================== [Pipeline] echo [2021-02-22T23:15:35.959Z] taggedImages: [2021-02-22T23:15:35.959Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:35.959Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.101 [2021-02-22T23:15:35.959Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:35.959Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-22T23:15:36.023Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-22T23:15:36.023Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:36.024Z] 2.0.0-dev.101 [2021-02-22T23:15:36.024Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:36.024Z] master [2021-02-22T23:15:36.024Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:36.577Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:36.911Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:36.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-22T23:15:36.911Z] 60bd3f929760: Preparing [2021-02-22T23:15:36.911Z] a751a2133dec: Preparing [2021-02-22T23:15:36.911Z] 6e0b4950c64c: Preparing [2021-02-22T23:15:36.911Z] f88278e67a7a: Preparing [2021-02-22T23:15:36.911Z] 431c66c20708: Preparing [2021-02-22T23:15:36.911Z] 84ca01820016: Preparing [2021-02-22T23:15:36.911Z] 0b27b5847f49: Preparing [2021-02-22T23:15:36.911Z] 44eac8eab803: Preparing [2021-02-22T23:15:36.911Z] 379067d0cb53: Preparing [2021-02-22T23:15:36.911Z] 0b27b5847f49: Waiting [2021-02-22T23:15:36.911Z] 44eac8eab803: Waiting [2021-02-22T23:15:36.911Z] 379067d0cb53: Waiting [2021-02-22T23:15:36.911Z] 84ca01820016: Waiting [2021-02-22T23:15:37.184Z] a751a2133dec: Pushed [2021-02-22T23:15:37.184Z] 431c66c20708: Pushed [2021-02-22T23:15:37.455Z] 60bd3f929760: Pushed [2021-02-22T23:15:37.455Z] 84ca01820016: Pushed [2021-02-22T23:15:37.455Z] 0b27b5847f49: Pushed [2021-02-22T23:15:37.726Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:38.000Z] 44eac8eab803: Pushed [2021-02-22T23:15:39.429Z] f88278e67a7a: Pushed [2021-02-22T23:15:39.429Z] 6e0b4950c64c: Pushed [2021-02-22T23:15:39.700Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:b8815ddc00b2763cc1cb37e27f86a132a95deeec9e3743d03bfb0862e418e722 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:40.043Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:40.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.101 [2021-02-22T23:15:40.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-22T23:15:40.372Z] 60bd3f929760: Preparing [2021-02-22T23:15:40.372Z] a751a2133dec: Preparing [2021-02-22T23:15:40.372Z] 6e0b4950c64c: Preparing [2021-02-22T23:15:40.372Z] f88278e67a7a: Preparing [2021-02-22T23:15:40.372Z] 431c66c20708: Preparing [2021-02-22T23:15:40.372Z] 84ca01820016: Preparing [2021-02-22T23:15:40.372Z] 0b27b5847f49: Preparing [2021-02-22T23:15:40.372Z] 44eac8eab803: Preparing [2021-02-22T23:15:40.372Z] 379067d0cb53: Preparing [2021-02-22T23:15:40.372Z] 84ca01820016: Waiting [2021-02-22T23:15:40.372Z] 44eac8eab803: Waiting [2021-02-22T23:15:40.372Z] 0b27b5847f49: Waiting [2021-02-22T23:15:40.642Z] 6e0b4950c64c: Layer already exists [2021-02-22T23:15:40.642Z] 60bd3f929760: Layer already exists [2021-02-22T23:15:40.642Z] 431c66c20708: Layer already exists [2021-02-22T23:15:40.642Z] f88278e67a7a: Layer already exists [2021-02-22T23:15:40.642Z] a751a2133dec: Layer already exists [2021-02-22T23:15:40.642Z] 84ca01820016: Layer already exists [2021-02-22T23:15:40.642Z] 0b27b5847f49: Layer already exists [2021-02-22T23:15:40.642Z] 44eac8eab803: Layer already exists [2021-02-22T23:15:40.642Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:40.642Z] 2.0.0-dev.101: digest: sha256:b8815ddc00b2763cc1cb37e27f86a132a95deeec9e3743d03bfb0862e418e722 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:40.977Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:41.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:41.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-22T23:15:41.313Z] 60bd3f929760: Preparing [2021-02-22T23:15:41.313Z] a751a2133dec: Preparing [2021-02-22T23:15:41.313Z] 6e0b4950c64c: Preparing [2021-02-22T23:15:41.313Z] f88278e67a7a: Preparing [2021-02-22T23:15:41.313Z] 431c66c20708: Preparing [2021-02-22T23:15:41.313Z] 84ca01820016: Preparing [2021-02-22T23:15:41.313Z] 0b27b5847f49: Preparing [2021-02-22T23:15:41.313Z] 44eac8eab803: Preparing [2021-02-22T23:15:41.313Z] 379067d0cb53: Preparing [2021-02-22T23:15:41.313Z] 84ca01820016: Waiting [2021-02-22T23:15:41.313Z] 44eac8eab803: Waiting [2021-02-22T23:15:41.313Z] 379067d0cb53: Waiting [2021-02-22T23:15:41.313Z] 0b27b5847f49: Waiting [2021-02-22T23:15:41.313Z] f88278e67a7a: Layer already exists [2021-02-22T23:15:41.313Z] 6e0b4950c64c: Layer already exists [2021-02-22T23:15:41.313Z] 60bd3f929760: Layer already exists [2021-02-22T23:15:41.588Z] 431c66c20708: Layer already exists [2021-02-22T23:15:41.588Z] a751a2133dec: Layer already exists [2021-02-22T23:15:41.588Z] 84ca01820016: Layer already exists [2021-02-22T23:15:41.588Z] 0b27b5847f49: Layer already exists [2021-02-22T23:15:41.588Z] 44eac8eab803: Layer already exists [2021-02-22T23:15:41.588Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:41.588Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:b8815ddc00b2763cc1cb37e27f86a132a95deeec9e3743d03bfb0862e418e722 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:41.926Z] + 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-22T23:15:42.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-22T23:15:42.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-22T23:15:42.267Z] 60bd3f929760: Preparing [2021-02-22T23:15:42.267Z] a751a2133dec: Preparing [2021-02-22T23:15:42.267Z] 6e0b4950c64c: Preparing [2021-02-22T23:15:42.267Z] f88278e67a7a: Preparing [2021-02-22T23:15:42.267Z] 431c66c20708: Preparing [2021-02-22T23:15:42.267Z] 84ca01820016: Preparing [2021-02-22T23:15:42.267Z] 0b27b5847f49: Preparing [2021-02-22T23:15:42.267Z] 44eac8eab803: Preparing [2021-02-22T23:15:42.267Z] 379067d0cb53: Preparing [2021-02-22T23:15:42.267Z] 84ca01820016: Waiting [2021-02-22T23:15:42.267Z] 0b27b5847f49: Waiting [2021-02-22T23:15:42.267Z] 44eac8eab803: Waiting [2021-02-22T23:15:42.267Z] 379067d0cb53: Waiting [2021-02-22T23:15:42.267Z] a751a2133dec: Layer already exists [2021-02-22T23:15:42.267Z] 60bd3f929760: Layer already exists [2021-02-22T23:15:42.267Z] f88278e67a7a: Layer already exists [2021-02-22T23:15:42.267Z] 431c66c20708: Layer already exists [2021-02-22T23:15:42.267Z] 6e0b4950c64c: Layer already exists [2021-02-22T23:15:42.541Z] 0b27b5847f49: Layer already exists [2021-02-22T23:15:42.541Z] 44eac8eab803: Layer already exists [2021-02-22T23:15:42.541Z] 84ca01820016: Layer already exists [2021-02-22T23:15:42.541Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:42.541Z] master: digest: sha256:b8815ddc00b2763cc1cb37e27f86a132a95deeec9e3743d03bfb0862e418e722 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:15:42.738Z] ===================================================== [Pipeline] echo [2021-02-22T23:15:42.794Z] taggedImages: [2021-02-22T23:15:42.794Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:42.794Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.101 [2021-02-22T23:15:42.794Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:42.794Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-22T23:15:42.871Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-22T23:15:42.871Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:42.871Z] 2.0.0-dev.101 [2021-02-22T23:15:42.871Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:42.871Z] master [2021-02-22T23:15:42.871Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:43.395Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:43.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:43.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-22T23:15:43.734Z] a6957ebd53a7: Preparing [2021-02-22T23:15:43.734Z] dfa74d9605f5: Preparing [2021-02-22T23:15:43.734Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:43.734Z] 0c40661f95fb: Preparing [2021-02-22T23:15:43.734Z] 379067d0cb53: Preparing [2021-02-22T23:15:44.005Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:44.005Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:44.005Z] a6957ebd53a7: Pushed [2021-02-22T23:15:44.277Z] 0c40661f95fb: Pushed [2021-02-22T23:15:46.881Z] dfa74d9605f5: Pushed [2021-02-22T23:15:46.881Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:0a8f886c1ff5a7f5ca096aa22830f364afb81de926707cdf54e707f11e095a36 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:47.250Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:47.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.101 [2021-02-22T23:15:47.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-22T23:15:47.580Z] a6957ebd53a7: Preparing [2021-02-22T23:15:47.580Z] dfa74d9605f5: Preparing [2021-02-22T23:15:47.580Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:47.580Z] 0c40661f95fb: Preparing [2021-02-22T23:15:47.580Z] 379067d0cb53: Preparing [2021-02-22T23:15:47.580Z] 0c40661f95fb: Layer already exists [2021-02-22T23:15:47.580Z] a6957ebd53a7: Layer already exists [2021-02-22T23:15:47.580Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:47.580Z] dfa74d9605f5: Layer already exists [2021-02-22T23:15:47.580Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:47.850Z] 2.0.0-dev.101: digest: sha256:0a8f886c1ff5a7f5ca096aa22830f364afb81de926707cdf54e707f11e095a36 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:48.188Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:48.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:48.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-22T23:15:48.520Z] a6957ebd53a7: Preparing [2021-02-22T23:15:48.520Z] dfa74d9605f5: Preparing [2021-02-22T23:15:48.520Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:48.520Z] 0c40661f95fb: Preparing [2021-02-22T23:15:48.520Z] 379067d0cb53: Preparing [2021-02-22T23:15:48.520Z] 0c40661f95fb: Layer already exists [2021-02-22T23:15:48.520Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:48.791Z] dfa74d9605f5: Layer already exists [2021-02-22T23:15:48.791Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:48.791Z] a6957ebd53a7: Layer already exists [2021-02-22T23:15:48.791Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:0a8f886c1ff5a7f5ca096aa22830f364afb81de926707cdf54e707f11e095a36 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:49.128Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:49.463Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-22T23:15:49.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-22T23:15:49.463Z] a6957ebd53a7: Preparing [2021-02-22T23:15:49.463Z] dfa74d9605f5: Preparing [2021-02-22T23:15:49.463Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:49.463Z] 0c40661f95fb: Preparing [2021-02-22T23:15:49.463Z] 379067d0cb53: Preparing [2021-02-22T23:15:49.735Z] 0c40661f95fb: Layer already exists [2021-02-22T23:15:49.735Z] dfa74d9605f5: Layer already exists [2021-02-22T23:15:49.735Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:49.735Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:49.735Z] a6957ebd53a7: Layer already exists [2021-02-22T23:15:49.735Z] master: digest: sha256:0a8f886c1ff5a7f5ca096aa22830f364afb81de926707cdf54e707f11e095a36 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:15:49.937Z] ===================================================== [Pipeline] echo [2021-02-22T23:15:49.987Z] taggedImages: [2021-02-22T23:15:49.987Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:49.987Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.101 [2021-02-22T23:15:49.987Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:49.987Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-22T23:15:50.064Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-22T23:15:50.064Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:50.064Z] 2.0.0-dev.101 [2021-02-22T23:15:50.064Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:50.064Z] master [2021-02-22T23:15:50.064Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:50.585Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:50.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:50.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-22T23:15:50.919Z] f91d0ecf0425: Preparing [2021-02-22T23:15:50.919Z] 94ee857c1bc0: Preparing [2021-02-22T23:15:50.919Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:50.919Z] de7d44c0f8c7: Preparing [2021-02-22T23:15:50.919Z] 379067d0cb53: Preparing [2021-02-22T23:15:51.191Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:51.191Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:51.191Z] de7d44c0f8c7: Pushed [2021-02-22T23:15:51.191Z] f91d0ecf0425: Pushed [2021-02-22T23:15:53.796Z] 94ee857c1bc0: Pushed [2021-02-22T23:15:54.068Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:544165fb760fdb254d51303182ccb8e2dff7c4bc7164b14156b38ba60ba8d9b1 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:54.407Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:54.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.101 [2021-02-22T23:15:54.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-22T23:15:54.746Z] f91d0ecf0425: Preparing [2021-02-22T23:15:54.746Z] 94ee857c1bc0: Preparing [2021-02-22T23:15:54.746Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:54.746Z] de7d44c0f8c7: Preparing [2021-02-22T23:15:54.746Z] 379067d0cb53: Preparing [2021-02-22T23:15:54.746Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:54.746Z] 94ee857c1bc0: Layer already exists [2021-02-22T23:15:54.746Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:54.746Z] de7d44c0f8c7: Layer already exists [2021-02-22T23:15:54.746Z] f91d0ecf0425: Layer already exists [2021-02-22T23:15:55.017Z] 2.0.0-dev.101: digest: sha256:544165fb760fdb254d51303182ccb8e2dff7c4bc7164b14156b38ba60ba8d9b1 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:55.363Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:55.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:55.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-22T23:15:55.736Z] f91d0ecf0425: Preparing [2021-02-22T23:15:55.736Z] 94ee857c1bc0: Preparing [2021-02-22T23:15:55.736Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:55.736Z] de7d44c0f8c7: Preparing [2021-02-22T23:15:55.736Z] 379067d0cb53: Preparing [2021-02-22T23:15:55.736Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:55.736Z] de7d44c0f8c7: Layer already exists [2021-02-22T23:15:55.736Z] 94ee857c1bc0: Layer already exists [2021-02-22T23:15:55.736Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:55.736Z] f91d0ecf0425: Layer already exists [2021-02-22T23:15:56.012Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:544165fb760fdb254d51303182ccb8e2dff7c4bc7164b14156b38ba60ba8d9b1 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:56.362Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:56.762Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-22T23:15:56.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-22T23:15:56.762Z] f91d0ecf0425: Preparing [2021-02-22T23:15:56.762Z] 94ee857c1bc0: Preparing [2021-02-22T23:15:56.762Z] 5ac32a9a23bb: Preparing [2021-02-22T23:15:56.762Z] de7d44c0f8c7: Preparing [2021-02-22T23:15:56.762Z] 379067d0cb53: Preparing [2021-02-22T23:15:57.033Z] f91d0ecf0425: Layer already exists [2021-02-22T23:15:57.033Z] 94ee857c1bc0: Layer already exists [2021-02-22T23:15:57.033Z] 379067d0cb53: Layer already exists [2021-02-22T23:15:57.033Z] de7d44c0f8c7: Layer already exists [2021-02-22T23:15:57.033Z] 5ac32a9a23bb: Layer already exists [2021-02-22T23:15:57.033Z] master: digest: sha256:544165fb760fdb254d51303182ccb8e2dff7c4bc7164b14156b38ba60ba8d9b1 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:15:57.220Z] ===================================================== [Pipeline] echo [2021-02-22T23:15:57.266Z] taggedImages: [2021-02-22T23:15:57.266Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:57.266Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.101 [2021-02-22T23:15:57.266Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:57.266Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-22T23:15:57.331Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-22T23:15:57.331Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:57.331Z] 2.0.0-dev.101 [2021-02-22T23:15:57.331Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:15:57.331Z] master [2021-02-22T23:15:57.331Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:57.837Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:15:58.177Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:15:58.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-22T23:15:58.177Z] dcb848f972b4: Preparing [2021-02-22T23:15:58.177Z] 54ad1d9c1ff6: Preparing [2021-02-22T23:15:58.177Z] 6bd7b6d58bbc: Preparing [2021-02-22T23:15:58.177Z] 574246b29657: Preparing [2021-02-22T23:15:58.177Z] ff05801b8f7b: Preparing [2021-02-22T23:15:58.177Z] eead90e1a98f: Preparing [2021-02-22T23:15:58.177Z] aa13f3fc0fdc: Preparing [2021-02-22T23:15:58.177Z] 9ded3b6bb9b5: Preparing [2021-02-22T23:15:58.177Z] fa1afe8e6ed9: Preparing [2021-02-22T23:15:58.177Z] 87a09b4c083e: Preparing [2021-02-22T23:15:58.177Z] 0f74e9ff2a61: Preparing [2021-02-22T23:15:58.177Z] b122376c33c6: Preparing [2021-02-22T23:15:58.177Z] f8381ed47b22: Preparing [2021-02-22T23:15:58.177Z] e934a737d657: Preparing [2021-02-22T23:15:58.177Z] 87a09b4c083e: Waiting [2021-02-22T23:15:58.177Z] b122376c33c6: Waiting [2021-02-22T23:15:58.177Z] f8381ed47b22: Waiting [2021-02-22T23:15:58.177Z] 0f74e9ff2a61: Waiting [2021-02-22T23:15:58.177Z] eead90e1a98f: Waiting [2021-02-22T23:15:58.177Z] e934a737d657: Waiting [2021-02-22T23:15:58.177Z] 9ded3b6bb9b5: Waiting [2021-02-22T23:15:58.177Z] aa13f3fc0fdc: Waiting [2021-02-22T23:15:58.177Z] fa1afe8e6ed9: Waiting [2021-02-22T23:15:58.773Z] ff05801b8f7b: Pushed [2021-02-22T23:15:58.773Z] dcb848f972b4: Pushed [2021-02-22T23:15:59.369Z] 574246b29657: Pushed [2021-02-22T23:15:59.369Z] 9ded3b6bb9b5: Layer already exists [2021-02-22T23:15:59.369Z] fa1afe8e6ed9: Layer already exists [2021-02-22T23:15:59.644Z] 87a09b4c083e: Layer already exists [2021-02-22T23:15:59.644Z] aa13f3fc0fdc: Pushed [2021-02-22T23:15:59.644Z] 0f74e9ff2a61: Layer already exists [2021-02-22T23:15:59.644Z] b122376c33c6: Layer already exists [2021-02-22T23:15:59.644Z] f8381ed47b22: Layer already exists [2021-02-22T23:15:59.644Z] e934a737d657: Layer already exists [2021-02-22T23:16:00.235Z] 54ad1d9c1ff6: Pushed [2021-02-22T23:16:01.204Z] eead90e1a98f: Pushed [2021-02-22T23:16:13.564Z] 6bd7b6d58bbc: Pushed [2021-02-22T23:16:13.564Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:292718cf601e3c2bf883d2bc1bcc008a313c81e89c069659d72519c7fc6f919d size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:16:13.903Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:16:14.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.101 [2021-02-22T23:16:14.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-22T23:16:14.279Z] dcb848f972b4: Preparing [2021-02-22T23:16:14.279Z] 54ad1d9c1ff6: Preparing [2021-02-22T23:16:14.279Z] 6bd7b6d58bbc: Preparing [2021-02-22T23:16:14.279Z] 574246b29657: Preparing [2021-02-22T23:16:14.279Z] ff05801b8f7b: Preparing [2021-02-22T23:16:14.279Z] eead90e1a98f: Preparing [2021-02-22T23:16:14.279Z] aa13f3fc0fdc: Preparing [2021-02-22T23:16:14.279Z] 9ded3b6bb9b5: Preparing [2021-02-22T23:16:14.279Z] fa1afe8e6ed9: Preparing [2021-02-22T23:16:14.279Z] 87a09b4c083e: Preparing [2021-02-22T23:16:14.279Z] 0f74e9ff2a61: Preparing [2021-02-22T23:16:14.279Z] b122376c33c6: Preparing [2021-02-22T23:16:14.279Z] f8381ed47b22: Preparing [2021-02-22T23:16:14.279Z] e934a737d657: Preparing [2021-02-22T23:16:14.279Z] fa1afe8e6ed9: Waiting [2021-02-22T23:16:14.279Z] 87a09b4c083e: Waiting [2021-02-22T23:16:14.279Z] 0f74e9ff2a61: Waiting [2021-02-22T23:16:14.279Z] b122376c33c6: Waiting [2021-02-22T23:16:14.279Z] eead90e1a98f: Waiting [2021-02-22T23:16:14.279Z] aa13f3fc0fdc: Waiting [2021-02-22T23:16:14.279Z] f8381ed47b22: Waiting [2021-02-22T23:16:14.279Z] e934a737d657: Waiting [2021-02-22T23:16:14.279Z] 9ded3b6bb9b5: Waiting [2021-02-22T23:16:14.279Z] 574246b29657: Layer already exists [2021-02-22T23:16:14.279Z] ff05801b8f7b: Layer already exists [2021-02-22T23:16:14.279Z] dcb848f972b4: Layer already exists [2021-02-22T23:16:14.279Z] 6bd7b6d58bbc: Layer already exists [2021-02-22T23:16:14.279Z] 54ad1d9c1ff6: Layer already exists [2021-02-22T23:16:14.279Z] 9ded3b6bb9b5: Layer already exists [2021-02-22T23:16:14.279Z] aa13f3fc0fdc: Layer already exists [2021-02-22T23:16:14.279Z] fa1afe8e6ed9: Layer already exists [2021-02-22T23:16:14.279Z] eead90e1a98f: Layer already exists [2021-02-22T23:16:14.279Z] 87a09b4c083e: Layer already exists [2021-02-22T23:16:14.547Z] e934a737d657: Layer already exists [2021-02-22T23:16:14.547Z] f8381ed47b22: Layer already exists [2021-02-22T23:16:14.547Z] 0f74e9ff2a61: Layer already exists [2021-02-22T23:16:14.547Z] b122376c33c6: Layer already exists [2021-02-22T23:16:14.547Z] 2.0.0-dev.101: digest: sha256:292718cf601e3c2bf883d2bc1bcc008a313c81e89c069659d72519c7fc6f919d size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:16:14.883Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:16:15.211Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:16:15.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-22T23:16:15.211Z] dcb848f972b4: Preparing [2021-02-22T23:16:15.211Z] 54ad1d9c1ff6: Preparing [2021-02-22T23:16:15.211Z] 6bd7b6d58bbc: Preparing [2021-02-22T23:16:15.211Z] 574246b29657: Preparing [2021-02-22T23:16:15.211Z] ff05801b8f7b: Preparing [2021-02-22T23:16:15.211Z] eead90e1a98f: Preparing [2021-02-22T23:16:15.211Z] aa13f3fc0fdc: Preparing [2021-02-22T23:16:15.211Z] 9ded3b6bb9b5: Preparing [2021-02-22T23:16:15.211Z] fa1afe8e6ed9: Preparing [2021-02-22T23:16:15.211Z] 87a09b4c083e: Preparing [2021-02-22T23:16:15.211Z] 0f74e9ff2a61: Preparing [2021-02-22T23:16:15.211Z] b122376c33c6: Preparing [2021-02-22T23:16:15.211Z] f8381ed47b22: Preparing [2021-02-22T23:16:15.211Z] e934a737d657: Preparing [2021-02-22T23:16:15.211Z] eead90e1a98f: Waiting [2021-02-22T23:16:15.211Z] aa13f3fc0fdc: Waiting [2021-02-22T23:16:15.211Z] 9ded3b6bb9b5: Waiting [2021-02-22T23:16:15.211Z] fa1afe8e6ed9: Waiting [2021-02-22T23:16:15.211Z] 87a09b4c083e: Waiting [2021-02-22T23:16:15.211Z] 0f74e9ff2a61: Waiting [2021-02-22T23:16:15.211Z] b122376c33c6: Waiting [2021-02-22T23:16:15.211Z] f8381ed47b22: Waiting [2021-02-22T23:16:15.211Z] e934a737d657: Waiting [2021-02-22T23:16:15.211Z] 6bd7b6d58bbc: Layer already exists [2021-02-22T23:16:15.482Z] 574246b29657: Layer already exists [2021-02-22T23:16:15.482Z] ff05801b8f7b: Layer already exists [2021-02-22T23:16:15.482Z] dcb848f972b4: Layer already exists [2021-02-22T23:16:15.482Z] 54ad1d9c1ff6: Layer already exists [2021-02-22T23:16:15.482Z] aa13f3fc0fdc: Layer already exists [2021-02-22T23:16:15.482Z] eead90e1a98f: Layer already exists [2021-02-22T23:16:15.482Z] 87a09b4c083e: Layer already exists [2021-02-22T23:16:15.482Z] 9ded3b6bb9b5: Layer already exists [2021-02-22T23:16:15.482Z] fa1afe8e6ed9: Layer already exists [2021-02-22T23:16:15.482Z] b122376c33c6: Layer already exists [2021-02-22T23:16:15.482Z] 0f74e9ff2a61: Layer already exists [2021-02-22T23:16:15.482Z] f8381ed47b22: Layer already exists [2021-02-22T23:16:15.482Z] e934a737d657: Layer already exists [2021-02-22T23:16:15.482Z] 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:292718cf601e3c2bf883d2bc1bcc008a313c81e89c069659d72519c7fc6f919d size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:16:15.815Z] + 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-22T23:16:16.146Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-22T23:16:16.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-22T23:16:16.146Z] dcb848f972b4: Preparing [2021-02-22T23:16:16.146Z] 54ad1d9c1ff6: Preparing [2021-02-22T23:16:16.146Z] 6bd7b6d58bbc: Preparing [2021-02-22T23:16:16.146Z] 574246b29657: Preparing [2021-02-22T23:16:16.146Z] ff05801b8f7b: Preparing [2021-02-22T23:16:16.146Z] eead90e1a98f: Preparing [2021-02-22T23:16:16.146Z] aa13f3fc0fdc: Preparing [2021-02-22T23:16:16.146Z] 9ded3b6bb9b5: Preparing [2021-02-22T23:16:16.146Z] fa1afe8e6ed9: Preparing [2021-02-22T23:16:16.146Z] 87a09b4c083e: Preparing [2021-02-22T23:16:16.146Z] 0f74e9ff2a61: Preparing [2021-02-22T23:16:16.146Z] b122376c33c6: Preparing [2021-02-22T23:16:16.146Z] f8381ed47b22: Preparing [2021-02-22T23:16:16.146Z] e934a737d657: Preparing [2021-02-22T23:16:16.146Z] 87a09b4c083e: Waiting [2021-02-22T23:16:16.146Z] 0f74e9ff2a61: Waiting [2021-02-22T23:16:16.146Z] b122376c33c6: Waiting [2021-02-22T23:16:16.146Z] eead90e1a98f: Waiting [2021-02-22T23:16:16.146Z] f8381ed47b22: Waiting [2021-02-22T23:16:16.146Z] aa13f3fc0fdc: Waiting [2021-02-22T23:16:16.146Z] 9ded3b6bb9b5: Waiting [2021-02-22T23:16:16.146Z] e934a737d657: Waiting [2021-02-22T23:16:16.146Z] fa1afe8e6ed9: Waiting [2021-02-22T23:16:16.417Z] 54ad1d9c1ff6: Layer already exists [2021-02-22T23:16:16.417Z] 574246b29657: Layer already exists [2021-02-22T23:16:16.417Z] dcb848f972b4: Layer already exists [2021-02-22T23:16:16.417Z] ff05801b8f7b: Layer already exists [2021-02-22T23:16:16.417Z] 6bd7b6d58bbc: Layer already exists [2021-02-22T23:16:16.417Z] 9ded3b6bb9b5: Layer already exists [2021-02-22T23:16:16.417Z] fa1afe8e6ed9: Layer already exists [2021-02-22T23:16:16.417Z] aa13f3fc0fdc: Layer already exists [2021-02-22T23:16:16.417Z] eead90e1a98f: Layer already exists [2021-02-22T23:16:16.417Z] 87a09b4c083e: Layer already exists [2021-02-22T23:16:16.417Z] f8381ed47b22: Layer already exists [2021-02-22T23:16:16.417Z] 0f74e9ff2a61: Layer already exists [2021-02-22T23:16:16.417Z] e934a737d657: Layer already exists [2021-02-22T23:16:16.417Z] b122376c33c6: Layer already exists [2021-02-22T23:16:16.417Z] master: digest: sha256:292718cf601e3c2bf883d2bc1bcc008a313c81e89c069659d72519c7fc6f919d size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T23:16:16.603Z] ===================================================== [Pipeline] echo [2021-02-22T23:16:16.646Z] taggedImages: [2021-02-22T23:16:16.646Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [2021-02-22T23:16:16.646Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.101 [2021-02-22T23:16:16.646Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [2021-02-22T23:16:16.646Z] - 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-22T23:16:18.230Z] provisioning config files... [2021-02-22T23:16:18.241Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/367@tmp/config8192837592669021359tmp [Pipeline] { [Pipeline] sh [2021-02-22T23:16:18.652Z] + set +x [2021-02-22T23:16:18.652Z] + curl -s https://codecov.io/bash [2021-02-22T23:16:18.652Z] + bash -s -- [2021-02-22T23:16:19.227Z] [2021-02-22T23:16:19.227Z] _____ _ [2021-02-22T23:16:19.227Z] / ____| | | [2021-02-22T23:16:19.227Z] | | ___ __| | ___ ___ _____ __ [2021-02-22T23:16:19.227Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-22T23:16:19.227Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-22T23:16:19.227Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-22T23:16:19.227Z] Bash-20210129-7c25fce [2021-02-22T23:16:19.227Z] [2021-02-22T23:16:19.227Z] [2021-02-22T23:16:19.227Z] ==> git version 2.24.3 found [2021-02-22T23:16:19.227Z] ==> 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-22T23:16:19.227Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-22T23:16:19.227Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-22T23:16:19.227Z] ==> Jenkins CI detected. [2021-02-22T23:16:19.227Z] project root: . [2021-02-22T23:16:19.227Z] --> token set from env [2021-02-22T23:16:19.227Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-22T23:16:19.227Z] ==> Running gcov in . (disable via -X gcov) [2021-02-22T23:16:19.227Z] ==> Python coveragepy not found [2021-02-22T23:16:19.227Z] ==> Searching for coverage reports in: [2021-02-22T23:16:19.227Z] + . [2021-02-22T23:16:19.491Z] -> Found 1 reports [2021-02-22T23:16:19.491Z] ==> Detecting git/mercurial file structure [2021-02-22T23:16:19.491Z] ==> Reading reports [2021-02-22T23:16:19.491Z] + ./coverage.out bytes=594620 [2021-02-22T23:16:19.491Z] ==> Appending adjustments [2021-02-22T23:16:19.491Z] https://docs.codecov.io/docs/fixing-reports [2021-02-22T23:16:22.810Z] + Found adjustments [2021-02-22T23:16:22.810Z] ==> Gzipping contents [2021-02-22T23:16:22.810Z] 88K /tmp/codecov.kGQnyM.gz [2021-02-22T23:16:22.810Z] ==> Uploading reports [2021-02-22T23:16:22.810Z] url: https://codecov.io [2021-02-22T23:16:22.810Z] query: branch=master&commit=13b869e22a059f3891192ba74d68c5afbf7a0a77&build=367&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F367%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-22T23:16:22.810Z] -> Pinging Codecov [2021-02-22T23:16:22.810Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=13b869e22a059f3891192ba74d68c5afbf7a0a77&build=367&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F367%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-22T23:16:23.757Z] -> Uploading to [2021-02-22T23:16:23.757Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-22/00271124DB129430A58F1EEE437C3FCB/13b869e22a059f3891192ba74d68c5afbf7a0a77/c8e38d9b-ea00-4ad6-ab10-9e4d4da98f10.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210222T231623Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0fcd96ec89bd85b9ea0d97dc6609bce9a56128769f1711724fc11e0e3d9a2c99 [2021-02-22T23:16:23.757Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T23:16:23.757Z] Dload Upload Total Spent Left Speed [2021-02-22T23:16:24.331Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88707 0 0 100 88707 0 158k --:--:-- --:--:-- --:--:-- 158k [2021-02-22T23:16:24.331Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] } [2021-02-22T23:16:24.341Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-22T23:16:25.255Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-22T23:16:25.340Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:16:25.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-22T23:16:25.743Z] [2021-02-22T23:16:25.743Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:16:26.123Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-22T23:16:26.123Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-22T23:16:26.123Z] 188c0c94c7c5: Already exists [2021-02-22T23:16:26.123Z] 0ef7d3d256c8: Already exists [2021-02-22T23:16:26.123Z] de9db76c5a1d: Already exists [2021-02-22T23:16:26.123Z] 0eba1c9be4d2: Pulling fs layer [2021-02-22T23:16:26.123Z] 0d57e429df01: Pulling fs layer [2021-02-22T23:16:26.123Z] 4e4be7b47b0d: Pulling fs layer [2021-02-22T23:16:26.123Z] e1f770b5df2f: Pulling fs layer [2021-02-22T23:16:26.123Z] 85a0685a4137: Pulling fs layer [2021-02-22T23:16:26.123Z] e1f770b5df2f: Waiting [2021-02-22T23:16:26.123Z] 85a0685a4137: Waiting [2021-02-22T23:16:26.123Z] 0d57e429df01: Verifying Checksum [2021-02-22T23:16:26.123Z] 0d57e429df01: Download complete [2021-02-22T23:16:26.123Z] 4e4be7b47b0d: Verifying Checksum [2021-02-22T23:16:26.123Z] 4e4be7b47b0d: Download complete [2021-02-22T23:16:28.045Z] e1f770b5df2f: Verifying Checksum [2021-02-22T23:16:28.045Z] e1f770b5df2f: Download complete [2021-02-22T23:16:30.611Z] 0eba1c9be4d2: Verifying Checksum [2021-02-22T23:16:30.611Z] 0eba1c9be4d2: Download complete [2021-02-22T23:16:30.611Z] 85a0685a4137: Verifying Checksum [2021-02-22T23:16:30.611Z] 85a0685a4137: Download complete [2021-02-22T23:16:35.936Z] 0eba1c9be4d2: Pull complete [2021-02-22T23:16:36.198Z] 0d57e429df01: Pull complete [2021-02-22T23:16:36.198Z] 4e4be7b47b0d: Pull complete [2021-02-22T23:16:40.419Z] e1f770b5df2f: Pull complete [2021-02-22T23:16:47.162Z] 85a0685a4137: Pull complete [2021-02-22T23:16:47.162Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-22T23:16:47.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-22T23:16:47.162Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-22T23:16:47.370Z] prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container [2021-02-22T23:16:47.434Z] $ 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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-22T23:16:48.683Z] $ docker top 901d30c099c4b447d5e850184057ee2d9df2ec687994983d94484f7bd6f51c17 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-22T23:16:49.018Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-22T23:16:49.315Z] + set -o pipefail [2021-02-22T23:16:49.315Z] + snyk monitor '--org=edgex-jenkins' [2021-02-22T23:16:59.348Z] [2021-02-22T23:16:59.349Z] Monitoring /w/workspace/edgex-go/367 (github.com/edgexfoundry/edgex-go)... [2021-02-22T23:16:59.349Z] [2021-02-22T23:16:59.349Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/435e169d-554e-4a52-bb7e-ddd70b58c6d7 [2021-02-22T23:16:59.349Z] [2021-02-22T23:16:59.349Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-22T23:16:59.349Z] [2021-02-22T23:16:59.349Z] [2021-02-22T23:16:59.349Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-22T23:16:59.349Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-22T23:16:59.369Z] $ docker stop --time=1 901d30c099c4b447d5e850184057ee2d9df2ec687994983d94484f7bd6f51c17 [2021-02-22T23:17:02.537Z] $ docker rm -f 901d30c099c4b447d5e850184057ee2d9df2ec687994983d94484f7bd6f51c17 [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-22T23:17:05.233Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-22T23:17:05.291Z] provisioning config files... [2021-02-22T23:17:05.306Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/367@tmp/config8907787168917301883tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T23:17:05.681Z] --> edgex-publish-swagger.sh [2021-02-22T23:17:05.681Z] === Publish openapi/v1 API === [2021-02-22T23:17:05.681Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-22T23:17:05.681Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/367/openapi/v1/core-command.yaml] [2021-02-22T23:17:05.681Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T23:17:05.682Z] Dload Upload Total Spent Left Speed [2021-02-22T23:17:07.070Z] 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 8437 0:00:01 0:00:01 --:--:-- 8437 100 10522 0 0 100 10522 0 8436 0:00:01 0:00:01 --:--:-- 8437 [2021-02-22T23:17:07.070Z] [2021-02-22T23:17:07.070Z] [2021-02-22T23:17:07.070Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/367/openapi/v1/core-data.yaml] [2021-02-22T23:17:07.070Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T23:17:07.070Z] Dload Upload Total Spent Left Speed [2021-02-22T23:17:08.017Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27457 0:00:01 0:00:01 --:--:-- 27474 100 32557 0 0 100 32557 0 27453 0:00:01 0:00:01 --:--:-- 27474 [2021-02-22T23:17:08.017Z] [2021-02-22T23:17:08.017Z] [2021-02-22T23:17:08.017Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/367/openapi/v1/core-metadata.yaml] [2021-02-22T23:17:08.017Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T23:17:08.017Z] Dload Upload Total Spent Left Speed [2021-02-22T23:17:09.408Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60935 0:00:01 0:00:01 --:--:-- 60976 100 73721 0 0 100 73721 0 56579 0:00:01 0:00:01 --:--:-- 56621 [2021-02-22T23:17:09.408Z] [2021-02-22T23:17:09.408Z] [2021-02-22T23:17:09.408Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/367/openapi/v1/support-logging.yaml] [2021-02-22T23:17:09.408Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T23:17:09.408Z] Dload Upload Total Spent Left Speed [2021-02-22T23:17:10.355Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12428 0:00:01 0:00:01 --:--:-- 12436 100 13581 0 0 100 13581 0 12426 0:00:01 0:00:01 --:--:-- 12436 [2021-02-22T23:17:10.618Z] [2021-02-22T23:17:10.618Z] [2021-02-22T23:17:10.618Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/367/openapi/v1/support-notifications.yaml] [2021-02-22T23:17:10.618Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T23:17:10.618Z] Dload Upload Total Spent Left Speed [2021-02-22T23:17:11.567Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 34399 0:00:01 0:00:01 --:--:-- 34415 [2021-02-22T23:17:11.567Z] [2021-02-22T23:17:11.567Z] [2021-02-22T23:17:11.567Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/367/openapi/v1/support-scheduler.yaml] [2021-02-22T23:17:11.567Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T23:17:11.567Z] Dload Upload Total Spent Left Speed [2021-02-22T23:17:12.778Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12103 0:00:01 0:00:01 --:--:-- 12095 100 14249 0 0 100 14249 0 12101 0:00:01 0:00:01 --:--:-- 12095 [2021-02-22T23:17:12.778Z] [2021-02-22T23:17:12.778Z] [2021-02-22T23:17:12.778Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/367/openapi/v1/system-agent.yaml] [2021-02-22T23:17:12.778Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T23:17:12.778Z] Dload Upload Total Spent Left Speed [2021-02-22T23:17:14.169Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3829 0:00:01 0:00:01 --:--:-- 3833 100 4110 0 0 100 4110 0 3829 0:00:01 0:00:01 --:--:-- 3830 [2021-02-22T23:17:14.169Z] [2021-02-22T23:17:14.169Z] [2021-02-22T23:17:14.169Z] === Publish openapi/v2 API === [2021-02-22T23:17:14.169Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-22T23:17:14.169Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/367/openapi/v2/core-command.yaml] [2021-02-22T23:17:14.169Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T23:17:14.169Z] Dload Upload Total Spent Left Speed [2021-02-22T23:17:15.125Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 24248 0:00:01 0:00:01 --:--:-- 24261 100 29744 0 0 100 29744 0 22964 0:00:01 0:00:01 --:--:-- 22986 [2021-02-22T23:17:15.125Z] [2021-02-22T23:17:15.125Z] [2021-02-22T23:17:15.125Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/367/openapi/v2/core-data.yaml] [2021-02-22T23:17:15.125Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T23:17:15.125Z] Dload Upload Total Spent Left Speed [2021-02-22T23:17:16.520Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 50235 0:00:01 0:00:01 --:--:-- 50251 100 57136 0 0 100 57136 0 50225 0:00:01 0:00:01 --:--:-- 50251 [2021-02-22T23:17:16.520Z] [2021-02-22T23:17:16.520Z] [2021-02-22T23:17:16.520Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/367/openapi/v2/core-metadata.yaml] [2021-02-22T23:17:16.520Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T23:17:16.520Z] Dload Upload Total Spent Left Speed [2021-02-22T23:17:17.728Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 98k 0:00:01 0:00:01 --:--:-- 98k 100 118k 0 0 100 118k 0 96982 0:00:01 0:00:01 --:--:-- 97035 [2021-02-22T23:17:17.728Z] [2021-02-22T23:17:17.728Z] [2021-02-22T23:17:17.728Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/367/openapi/v2/support-notifications.yaml] [2021-02-22T23:17:17.728Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T23:17:17.728Z] Dload Upload Total Spent Left Speed [2021-02-22T23:17:19.119Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 51480 0:00:01 0:00:01 --:--:-- 51469 100 59705 0 0 100 59705 0 51469 0:00:01 0:00:01 --:--:-- 51469 [2021-02-22T23:17:19.119Z] [2021-02-22T23:17:19.119Z] [2021-02-22T23:17:19.119Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/367/openapi/v2/support-scheduler.yaml] [2021-02-22T23:17:19.119Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T23:17:19.119Z] Dload Upload Total Spent Left Speed [2021-02-22T23:17:20.064Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 31635 0:00:01 0:00:01 --:--:-- 31644 100 37783 0 0 100 37783 0 31630 0:00:01 0:00:01 --:--:-- 31644 [2021-02-22T23:17:20.064Z] [2021-02-22T23:17:20.064Z] [2021-02-22T23:17:20.064Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/367/openapi/v2/system-agent.yaml] [2021-02-22T23:17:20.064Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T23:17:20.064Z] Dload Upload Total Spent Left Speed [2021-02-22T23:17:21.012Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 22396 0:00:01 0:00:01 --:--:-- 22411 100 24182 0 0 100 24182 0 22392 0:00:01 0:00:01 --:--:-- 22411 [2021-02-22T23:17:21.012Z] [2021-02-22T23:17:21.012Z] [Pipeline] } [2021-02-22T23:17:21.022Z] 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-22T23:17:22.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T23:17:22.370Z] . [Pipeline] withDockerContainer [2021-02-22T23:17:22.479Z] prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container [2021-02-22T23:17:22.627Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-22T23:17:23.736Z] $ docker top f335c3b4afb0d1e2d73a339cae222ba11241e55ff081ad858432a1d117286d0d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-22T23:17:24.109Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T23:17:24.109Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T23:17:24.392Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T23:17:24.398Z] $ docker exec f335c3b4afb0d1e2d73a339cae222ba11241e55ff081ad858432a1d117286d0d ssh-agent [2021-02-22T23:17:24.591Z] SSH_AUTH_SOCK=/tmp/ssh-Pk1sFOZgEPXp/agent.11 [2021-02-22T23:17:24.591Z] SSH_AGENT_PID=16 [2021-02-22T23:17:24.600Z] Running ssh-add (command line suppressed) [2021-02-22T23:17:24.748Z] Identity added: /w/workspace/edgex-go/367@tmp/private_key_8516677274166848241.key (/w/workspace/edgex-go/367@tmp/private_key_8516677274166848241.key) [2021-02-22T23:17:24.815Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T23:17:25.158Z] + git semver tag [2021-02-22T23:17:25.420Z] # -> Open(): unable to determine branch for HEAD [2021-02-22T23:17:25.420Z] # $GIT_DIR = /w/workspace/edgex-go/367/.git [2021-02-22T23:17:25.420Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/367 [2021-02-22T23:17:25.420Z] # $SEMVER_REMOTE_NAME = origin [2021-02-22T23:17:25.420Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-22T23:17:25.420Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-22T23:17:25.420Z] # $SEMVER_BRANCH = master [2021-02-22T23:17:25.420Z] # $SEMVER_DIR = /w/workspace/edgex-go/367/.semver [2021-02-22T23:17:25.420Z] # 13b869e22a059f3891192ba74d68c5afbf7a0a77 HEAD [2021-02-22T23:17:25.997Z] # -> Force: false [2021-02-22T23:17:25.997Z] # 57110ad4f1b348ac0d878cdfb245fc6650d7ea79 refs/tags/v2.0.0-dev.101 [Pipeline] } [2021-02-22T23:17:26.013Z] $ docker exec --env ******** --env ******** f335c3b4afb0d1e2d73a339cae222ba11241e55ff081ad858432a1d117286d0d ssh-agent -k [2021-02-22T23:17:26.177Z] unset SSH_AUTH_SOCK; [2021-02-22T23:17:26.178Z] unset SSH_AGENT_PID; [2021-02-22T23:17:26.178Z] echo Agent pid 16 killed; [2021-02-22T23:17:26.256Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T23:17:26.753Z] + git semver [Pipeline] } [2021-02-22T23:17:26.774Z] $ docker stop --time=1 f335c3b4afb0d1e2d73a339cae222ba11241e55ff081ad858432a1d117286d0d [2021-02-22T23:17:28.225Z] $ docker rm -f f335c3b4afb0d1e2d73a339cae222ba11241e55ff081ad858432a1d117286d0d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:17:28.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-22T23:17:28.848Z] [2021-02-22T23:17:28.848Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:17:29.193Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-22T23:17:29.193Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-22T23:17:29.193Z] ab5ef0e58194: Pulling fs layer [2021-02-22T23:17:29.193Z] 9712f1f96733: Pulling fs layer [2021-02-22T23:17:29.193Z] 63f879dbbcfc: Pulling fs layer [2021-02-22T23:17:29.193Z] 0d9ebad4ef96: Pulling fs layer [2021-02-22T23:17:29.193Z] e9a5061849ea: Pulling fs layer [2021-02-22T23:17:29.193Z] d747dcd14b5f: Pulling fs layer [2021-02-22T23:17:29.193Z] 2de7ff778b66: Pulling fs layer [2021-02-22T23:17:29.193Z] e9a5061849ea: Waiting [2021-02-22T23:17:29.193Z] 0d9ebad4ef96: Waiting [2021-02-22T23:17:29.193Z] 2de7ff778b66: Waiting [2021-02-22T23:17:29.193Z] 9712f1f96733: Download complete [2021-02-22T23:17:31.122Z] 63f879dbbcfc: Download complete [2021-02-22T23:17:31.122Z] e9a5061849ea: Verifying Checksum [2021-02-22T23:17:31.122Z] e9a5061849ea: Download complete [2021-02-22T23:17:31.122Z] d747dcd14b5f: Verifying Checksum [2021-02-22T23:17:31.122Z] d747dcd14b5f: Download complete [2021-02-22T23:17:31.705Z] 2de7ff778b66: Verifying Checksum [2021-02-22T23:17:31.705Z] 2de7ff778b66: Download complete [2021-02-22T23:17:31.705Z] 0d9ebad4ef96: Verifying Checksum [2021-02-22T23:17:31.705Z] 0d9ebad4ef96: Download complete [2021-02-22T23:17:31.971Z] ab5ef0e58194: Verifying Checksum [2021-02-22T23:17:31.971Z] ab5ef0e58194: Download complete [2021-02-22T23:17:37.314Z] ab5ef0e58194: Pull complete [2021-02-22T23:17:37.314Z] 9712f1f96733: Pull complete [2021-02-22T23:17:39.871Z] 63f879dbbcfc: Pull complete [2021-02-22T23:17:46.497Z] 0d9ebad4ef96: Pull complete [2021-02-22T23:17:50.729Z] e9a5061849ea: Pull complete [2021-02-22T23:17:50.729Z] d747dcd14b5f: Pull complete [2021-02-22T23:17:51.688Z] 2de7ff778b66: Pull complete [2021-02-22T23:17:51.688Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-22T23:17:51.688Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-22T23:17:51.688Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-22T23:17:51.924Z] prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container [2021-02-22T23:17:51.979Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-22T23:17:55.171Z] $ docker top 58dd28cc55339fa8d795226a97ca60b28c550705a315b46f066cbaba04bea5df -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-22T23:17:55.466Z] provisioning config files... [2021-02-22T23:17:55.476Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/367@tmp/config3511211861938919129tmp [2021-02-22T23:17:55.492Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/367@tmp/config2735838752936168119tmp [2021-02-22T23:17:55.508Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/367@tmp/config6248665859416549676tmp [Pipeline] { [Pipeline] echo [2021-02-22T23:17:55.560Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T23:17:55.860Z] ---> sigul-configuration.sh [2021-02-22T23:17:56.435Z] gpg: directory `/root/.gnupg' created [2021-02-22T23:17:56.435Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-22T23:17:56.435Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-22T23:17:56.435Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-22T23:17:56.435Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-22T23:17:56.435Z] gpg: CAST5 encrypted data [2021-02-22T23:17:56.435Z] gpg: encrypted with 1 passphrase [2021-02-22T23:17:56.435Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-22T23:17:56.995Z] + mkdir /home/jenkins [2021-02-22T23:17:56.995Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-22T23:17:57.431Z] + 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-22T23:17:57.442Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T23:17:57.743Z] ---> sigul-install.sh [2021-02-22T23:18:04.370Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-22T23:18:04.988Z] + git tag --list [2021-02-22T23:18:04.989Z] 0.6.0 [2021-02-22T23:18:04.989Z] 0.6.1 [2021-02-22T23:18:04.989Z] 0.7.0 [2021-02-22T23:18:04.989Z] 0.7.1 [2021-02-22T23:18:04.989Z] v0.0.0 [2021-02-22T23:18:04.989Z] v0.0.1-dev.1 [2021-02-22T23:18:04.989Z] v1.0.0 [2021-02-22T23:18:04.989Z] v1.0.1 [2021-02-22T23:18:04.989Z] v1.1.0 [2021-02-22T23:18:04.989Z] v1.2.0 [2021-02-22T23:18:04.989Z] v1.2.1 [2021-02-22T23:18:04.989Z] v1.2.2-dev.1 [2021-02-22T23:18:04.989Z] v1.2.2-dev.10 [2021-02-22T23:18:04.989Z] v1.2.2-dev.100 [2021-02-22T23:18:04.989Z] v1.2.2-dev.101 [2021-02-22T23:18:04.989Z] v1.2.2-dev.102 [2021-02-22T23:18:04.989Z] v1.2.2-dev.103 [2021-02-22T23:18:04.989Z] v1.2.2-dev.104 [2021-02-22T23:18:04.989Z] v1.2.2-dev.105 [2021-02-22T23:18:04.989Z] v1.2.2-dev.106 [2021-02-22T23:18:04.989Z] v1.2.2-dev.107 [2021-02-22T23:18:04.989Z] v1.2.2-dev.11 [2021-02-22T23:18:04.989Z] v1.2.2-dev.12 [2021-02-22T23:18:04.989Z] v1.2.2-dev.13 [2021-02-22T23:18:04.989Z] v1.2.2-dev.14 [2021-02-22T23:18:04.989Z] v1.2.2-dev.15 [2021-02-22T23:18:04.989Z] v1.2.2-dev.16 [2021-02-22T23:18:04.989Z] v1.2.2-dev.17 [2021-02-22T23:18:04.989Z] v1.2.2-dev.18 [2021-02-22T23:18:04.989Z] v1.2.2-dev.19 [2021-02-22T23:18:04.989Z] v1.2.2-dev.2 [2021-02-22T23:18:04.989Z] v1.2.2-dev.20 [2021-02-22T23:18:04.989Z] v1.2.2-dev.21 [2021-02-22T23:18:04.989Z] v1.2.2-dev.22 [2021-02-22T23:18:04.989Z] v1.2.2-dev.23 [2021-02-22T23:18:04.989Z] v1.2.2-dev.24 [2021-02-22T23:18:04.989Z] v1.2.2-dev.25 [2021-02-22T23:18:04.989Z] v1.2.2-dev.26 [2021-02-22T23:18:04.989Z] v1.2.2-dev.27 [2021-02-22T23:18:04.989Z] v1.2.2-dev.28 [2021-02-22T23:18:04.989Z] v1.2.2-dev.29 [2021-02-22T23:18:04.989Z] v1.2.2-dev.3 [2021-02-22T23:18:04.989Z] v1.2.2-dev.30 [2021-02-22T23:18:04.989Z] v1.2.2-dev.31 [2021-02-22T23:18:04.989Z] v1.2.2-dev.32 [2021-02-22T23:18:04.989Z] v1.2.2-dev.33 [2021-02-22T23:18:04.989Z] v1.2.2-dev.34 [2021-02-22T23:18:04.989Z] v1.2.2-dev.35 [2021-02-22T23:18:04.989Z] v1.2.2-dev.36 [2021-02-22T23:18:04.989Z] v1.2.2-dev.37 [2021-02-22T23:18:04.989Z] v1.2.2-dev.38 [2021-02-22T23:18:04.989Z] v1.2.2-dev.39 [2021-02-22T23:18:04.989Z] v1.2.2-dev.4 [2021-02-22T23:18:04.989Z] v1.2.2-dev.40 [2021-02-22T23:18:04.989Z] v1.2.2-dev.41 [2021-02-22T23:18:04.989Z] v1.2.2-dev.42 [2021-02-22T23:18:04.989Z] v1.2.2-dev.43 [2021-02-22T23:18:04.989Z] v1.2.2-dev.44 [2021-02-22T23:18:04.989Z] v1.2.2-dev.45 [2021-02-22T23:18:04.989Z] v1.2.2-dev.46 [2021-02-22T23:18:04.989Z] v1.2.2-dev.47 [2021-02-22T23:18:04.989Z] v1.2.2-dev.48 [2021-02-22T23:18:04.989Z] v1.2.2-dev.49 [2021-02-22T23:18:04.989Z] v1.2.2-dev.5 [2021-02-22T23:18:04.989Z] v1.2.2-dev.50 [2021-02-22T23:18:04.989Z] v1.2.2-dev.51 [2021-02-22T23:18:04.989Z] v1.2.2-dev.52 [2021-02-22T23:18:04.989Z] v1.2.2-dev.53 [2021-02-22T23:18:04.989Z] v1.2.2-dev.54 [2021-02-22T23:18:04.989Z] v1.2.2-dev.55 [2021-02-22T23:18:04.989Z] v1.2.2-dev.56 [2021-02-22T23:18:04.989Z] v1.2.2-dev.57 [2021-02-22T23:18:04.989Z] v1.2.2-dev.58 [2021-02-22T23:18:04.989Z] v1.2.2-dev.59 [2021-02-22T23:18:04.989Z] v1.2.2-dev.6 [2021-02-22T23:18:04.989Z] v1.2.2-dev.60 [2021-02-22T23:18:04.989Z] v1.2.2-dev.61 [2021-02-22T23:18:04.989Z] v1.2.2-dev.62 [2021-02-22T23:18:04.989Z] v1.2.2-dev.63 [2021-02-22T23:18:04.989Z] v1.2.2-dev.64 [2021-02-22T23:18:04.989Z] v1.2.2-dev.65 [2021-02-22T23:18:04.989Z] v1.2.2-dev.66 [2021-02-22T23:18:04.989Z] v1.2.2-dev.67 [2021-02-22T23:18:04.989Z] v1.2.2-dev.68 [2021-02-22T23:18:04.989Z] v1.2.2-dev.69 [2021-02-22T23:18:04.989Z] v1.2.2-dev.7 [2021-02-22T23:18:04.989Z] v1.2.2-dev.70 [2021-02-22T23:18:04.989Z] v1.2.2-dev.71 [2021-02-22T23:18:04.989Z] v1.2.2-dev.72 [2021-02-22T23:18:04.989Z] v1.2.2-dev.73 [2021-02-22T23:18:04.989Z] v1.2.2-dev.74 [2021-02-22T23:18:04.989Z] v1.2.2-dev.75 [2021-02-22T23:18:04.989Z] v1.2.2-dev.76 [2021-02-22T23:18:04.989Z] v1.2.2-dev.77 [2021-02-22T23:18:04.989Z] v1.2.2-dev.78 [2021-02-22T23:18:04.989Z] v1.2.2-dev.79 [2021-02-22T23:18:04.989Z] v1.2.2-dev.8 [2021-02-22T23:18:04.989Z] v1.2.2-dev.80 [2021-02-22T23:18:04.989Z] v1.2.2-dev.81 [2021-02-22T23:18:04.989Z] v1.2.2-dev.82 [2021-02-22T23:18:04.989Z] v1.2.2-dev.83 [2021-02-22T23:18:04.989Z] v1.2.2-dev.84 [2021-02-22T23:18:04.989Z] v1.2.2-dev.85 [2021-02-22T23:18:04.989Z] v1.2.2-dev.86 [2021-02-22T23:18:04.989Z] v1.2.2-dev.87 [2021-02-22T23:18:04.989Z] v1.2.2-dev.88 [2021-02-22T23:18:04.989Z] v1.2.2-dev.89 [2021-02-22T23:18:04.989Z] v1.2.2-dev.9 [2021-02-22T23:18:04.989Z] v1.2.2-dev.90 [2021-02-22T23:18:04.989Z] v1.2.2-dev.91 [2021-02-22T23:18:04.989Z] v1.2.2-dev.92 [2021-02-22T23:18:04.989Z] v1.2.2-dev.93 [2021-02-22T23:18:04.989Z] v1.2.2-dev.94 [2021-02-22T23:18:04.989Z] v1.2.2-dev.95 [2021-02-22T23:18:04.989Z] v1.2.2-dev.96 [2021-02-22T23:18:04.989Z] v1.2.2-dev.97 [2021-02-22T23:18:04.989Z] v1.2.2-dev.98 [2021-02-22T23:18:04.989Z] v1.2.2-dev.99 [2021-02-22T23:18:04.989Z] v1.3.0 [2021-02-22T23:18:04.989Z] v1.3.1 [2021-02-22T23:18:04.989Z] v1.3.1-dev.1 [2021-02-22T23:18:04.989Z] v1.3.1-dev.10 [2021-02-22T23:18:04.989Z] v1.3.1-dev.11 [2021-02-22T23:18:04.989Z] v1.3.1-dev.12 [2021-02-22T23:18:04.989Z] v1.3.1-dev.13 [2021-02-22T23:18:04.989Z] v1.3.1-dev.14 [2021-02-22T23:18:04.989Z] v1.3.1-dev.15 [2021-02-22T23:18:04.989Z] v1.3.1-dev.16 [2021-02-22T23:18:04.989Z] v1.3.1-dev.17 [2021-02-22T23:18:04.989Z] v1.3.1-dev.18 [2021-02-22T23:18:04.989Z] v1.3.1-dev.2 [2021-02-22T23:18:04.989Z] v1.3.1-dev.3 [2021-02-22T23:18:04.989Z] v1.3.1-dev.4 [2021-02-22T23:18:04.989Z] v1.3.1-dev.5 [2021-02-22T23:18:04.989Z] v1.3.1-dev.6 [2021-02-22T23:18:04.989Z] v1.3.1-dev.7 [2021-02-22T23:18:04.989Z] v1.3.1-dev.8 [2021-02-22T23:18:04.989Z] v1.3.1-dev.9 [2021-02-22T23:18:04.989Z] v2.0.0-dev.1 [2021-02-22T23:18:04.989Z] v2.0.0-dev.10 [2021-02-22T23:18:04.989Z] v2.0.0-dev.100 [2021-02-22T23:18:04.989Z] v2.0.0-dev.101 [2021-02-22T23:18:04.989Z] v2.0.0-dev.11 [2021-02-22T23:18:04.989Z] v2.0.0-dev.12 [2021-02-22T23:18:04.989Z] v2.0.0-dev.13 [2021-02-22T23:18:04.989Z] v2.0.0-dev.14 [2021-02-22T23:18:04.989Z] v2.0.0-dev.15 [2021-02-22T23:18:04.989Z] v2.0.0-dev.16 [2021-02-22T23:18:04.989Z] v2.0.0-dev.17 [2021-02-22T23:18:04.989Z] v2.0.0-dev.18 [2021-02-22T23:18:04.989Z] v2.0.0-dev.19 [2021-02-22T23:18:04.989Z] v2.0.0-dev.2 [2021-02-22T23:18:04.989Z] v2.0.0-dev.20 [2021-02-22T23:18:04.989Z] v2.0.0-dev.21 [2021-02-22T23:18:04.989Z] v2.0.0-dev.22 [2021-02-22T23:18:04.989Z] v2.0.0-dev.23 [2021-02-22T23:18:04.989Z] v2.0.0-dev.24 [2021-02-22T23:18:04.989Z] v2.0.0-dev.25 [2021-02-22T23:18:04.989Z] v2.0.0-dev.26 [2021-02-22T23:18:04.989Z] v2.0.0-dev.27 [2021-02-22T23:18:04.989Z] v2.0.0-dev.28 [2021-02-22T23:18:04.989Z] v2.0.0-dev.29 [2021-02-22T23:18:04.989Z] v2.0.0-dev.3 [2021-02-22T23:18:04.989Z] v2.0.0-dev.30 [2021-02-22T23:18:04.989Z] v2.0.0-dev.31 [2021-02-22T23:18:04.989Z] v2.0.0-dev.32 [2021-02-22T23:18:04.989Z] v2.0.0-dev.33 [2021-02-22T23:18:04.989Z] v2.0.0-dev.34 [2021-02-22T23:18:04.989Z] v2.0.0-dev.35 [2021-02-22T23:18:04.989Z] v2.0.0-dev.36 [2021-02-22T23:18:04.989Z] v2.0.0-dev.37 [2021-02-22T23:18:04.989Z] v2.0.0-dev.38 [2021-02-22T23:18:04.989Z] v2.0.0-dev.39 [2021-02-22T23:18:04.989Z] v2.0.0-dev.4 [2021-02-22T23:18:04.989Z] v2.0.0-dev.40 [2021-02-22T23:18:04.989Z] v2.0.0-dev.41 [2021-02-22T23:18:04.989Z] v2.0.0-dev.42 [2021-02-22T23:18:04.989Z] v2.0.0-dev.43 [2021-02-22T23:18:04.989Z] v2.0.0-dev.44 [2021-02-22T23:18:04.989Z] v2.0.0-dev.45 [2021-02-22T23:18:04.989Z] v2.0.0-dev.46 [2021-02-22T23:18:04.989Z] v2.0.0-dev.47 [2021-02-22T23:18:04.989Z] v2.0.0-dev.48 [2021-02-22T23:18:04.989Z] v2.0.0-dev.49 [2021-02-22T23:18:04.989Z] v2.0.0-dev.5 [2021-02-22T23:18:04.989Z] v2.0.0-dev.50 [2021-02-22T23:18:04.989Z] v2.0.0-dev.51 [2021-02-22T23:18:04.989Z] v2.0.0-dev.52 [2021-02-22T23:18:04.989Z] v2.0.0-dev.53 [2021-02-22T23:18:04.989Z] v2.0.0-dev.54 [2021-02-22T23:18:04.989Z] v2.0.0-dev.55 [2021-02-22T23:18:04.989Z] v2.0.0-dev.56 [2021-02-22T23:18:04.989Z] v2.0.0-dev.57 [2021-02-22T23:18:04.989Z] v2.0.0-dev.58 [2021-02-22T23:18:04.989Z] v2.0.0-dev.59 [2021-02-22T23:18:04.989Z] v2.0.0-dev.6 [2021-02-22T23:18:04.989Z] v2.0.0-dev.60 [2021-02-22T23:18:04.989Z] v2.0.0-dev.61 [2021-02-22T23:18:04.989Z] v2.0.0-dev.62 [2021-02-22T23:18:04.989Z] v2.0.0-dev.63 [2021-02-22T23:18:04.989Z] v2.0.0-dev.64 [2021-02-22T23:18:04.989Z] v2.0.0-dev.65 [2021-02-22T23:18:04.989Z] v2.0.0-dev.66 [2021-02-22T23:18:04.989Z] v2.0.0-dev.67 [2021-02-22T23:18:04.989Z] v2.0.0-dev.68 [2021-02-22T23:18:04.989Z] v2.0.0-dev.69 [2021-02-22T23:18:04.989Z] v2.0.0-dev.7 [2021-02-22T23:18:04.989Z] v2.0.0-dev.70 [2021-02-22T23:18:04.989Z] v2.0.0-dev.71 [2021-02-22T23:18:04.989Z] v2.0.0-dev.72 [2021-02-22T23:18:04.989Z] v2.0.0-dev.73 [2021-02-22T23:18:04.989Z] v2.0.0-dev.74 [2021-02-22T23:18:04.989Z] v2.0.0-dev.75 [2021-02-22T23:18:04.989Z] v2.0.0-dev.76 [2021-02-22T23:18:04.989Z] v2.0.0-dev.77 [2021-02-22T23:18:04.989Z] v2.0.0-dev.78 [2021-02-22T23:18:04.989Z] v2.0.0-dev.79 [2021-02-22T23:18:04.989Z] v2.0.0-dev.8 [2021-02-22T23:18:04.989Z] v2.0.0-dev.80 [2021-02-22T23:18:04.989Z] v2.0.0-dev.81 [2021-02-22T23:18:04.989Z] v2.0.0-dev.82 [2021-02-22T23:18:04.989Z] v2.0.0-dev.83 [2021-02-22T23:18:04.989Z] v2.0.0-dev.84 [2021-02-22T23:18:04.989Z] v2.0.0-dev.85 [2021-02-22T23:18:04.989Z] v2.0.0-dev.86 [2021-02-22T23:18:04.989Z] v2.0.0-dev.87 [2021-02-22T23:18:04.989Z] v2.0.0-dev.88 [2021-02-22T23:18:04.989Z] v2.0.0-dev.89 [2021-02-22T23:18:04.989Z] v2.0.0-dev.9 [2021-02-22T23:18:04.989Z] v2.0.0-dev.90 [2021-02-22T23:18:04.989Z] v2.0.0-dev.91 [2021-02-22T23:18:04.989Z] v2.0.0-dev.92 [2021-02-22T23:18:04.989Z] v2.0.0-dev.93 [2021-02-22T23:18:04.989Z] v2.0.0-dev.94 [2021-02-22T23:18:04.989Z] v2.0.0-dev.95 [2021-02-22T23:18:04.989Z] v2.0.0-dev.96 [2021-02-22T23:18:04.989Z] v2.0.0-dev.97 [2021-02-22T23:18:04.989Z] v2.0.0-dev.98 [2021-02-22T23:18:04.989Z] v2.0.0-dev.99 [Pipeline] sh [2021-02-22T23:18:05.288Z] + lftools sign git-tag v2.0.0-dev.101 [2021-02-22T23:18:06.677Z] Signing Git tag with Sigul... [2021-02-22T23:18:06.677Z] Signing v2.0.0-dev.101 [Pipeline] echo [2021-02-22T23:18:08.084Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T23:18:08.382Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-22T23:18:08.392Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-22T23:18:08.494Z] $ docker stop --time=1 58dd28cc55339fa8d795226a97ca60b28c550705a315b46f066cbaba04bea5df [2021-02-22T23:18:10.668Z] $ docker rm -f 58dd28cc55339fa8d795226a97ca60b28c550705a315b46f066cbaba04bea5df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:18:11.534Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T23:18:11.535Z] . [Pipeline] withDockerContainer [2021-02-22T23:18:11.646Z] prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container [2021-02-22T23:18:11.702Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-22T23:18:12.687Z] $ docker top 20527155c0c1aeb446d0c6ec6a1b3768a3a0142948d8fe5f7df2f7a7f30f0af0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-22T23:18:13.009Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T23:18:13.009Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T23:18:13.246Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T23:18:13.252Z] $ docker exec 20527155c0c1aeb446d0c6ec6a1b3768a3a0142948d8fe5f7df2f7a7f30f0af0 ssh-agent [2021-02-22T23:18:13.457Z] SSH_AUTH_SOCK=/tmp/ssh-aKw9t3nUDwbJ/agent.11 [2021-02-22T23:18:13.457Z] SSH_AGENT_PID=17 [2021-02-22T23:18:13.465Z] Running ssh-add (command line suppressed) [2021-02-22T23:18:13.601Z] Identity added: /w/workspace/edgex-go/367@tmp/private_key_3892444269116728953.key (/w/workspace/edgex-go/367@tmp/private_key_3892444269116728953.key) [2021-02-22T23:18:13.661Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T23:18:13.999Z] + git semver bump pre [2021-02-22T23:18:13.999Z] # -> Open(): unable to determine branch for HEAD [2021-02-22T23:18:13.999Z] # $GIT_DIR = /w/workspace/edgex-go/367/.git [2021-02-22T23:18:13.999Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/367 [2021-02-22T23:18:13.999Z] # $SEMVER_REMOTE_NAME = origin [2021-02-22T23:18:13.999Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-22T23:18:13.999Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-22T23:18:13.999Z] # $SEMVER_BRANCH = master [2021-02-22T23:18:13.999Z] # $SEMVER_DIR = /w/workspace/edgex-go/367/.semver [2021-02-22T23:18:13.999Z] 2.0.0-dev.102 [Pipeline] } [2021-02-22T23:18:14.017Z] $ docker exec --env ******** --env ******** 20527155c0c1aeb446d0c6ec6a1b3768a3a0142948d8fe5f7df2f7a7f30f0af0 ssh-agent -k [2021-02-22T23:18:14.139Z] unset SSH_AUTH_SOCK; [2021-02-22T23:18:14.139Z] unset SSH_AGENT_PID; [2021-02-22T23:18:14.139Z] echo Agent pid 17 killed; [2021-02-22T23:18:14.195Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T23:18:14.709Z] + git semver [Pipeline] } [2021-02-22T23:18:14.730Z] $ docker stop --time=1 20527155c0c1aeb446d0c6ec6a1b3768a3a0142948d8fe5f7df2f7a7f30f0af0 [2021-02-22T23:18:16.184Z] $ docker rm -f 20527155c0c1aeb446d0c6ec6a1b3768a3a0142948d8fe5f7df2f7a7f30f0af0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:18:16.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T23:18:16.703Z] . [Pipeline] withDockerContainer [2021-02-22T23:18:16.814Z] prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container [2021-02-22T23:18:16.867Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-22T23:18:17.539Z] $ docker top 611f8208c5cea0f8b3e9c720d89b0af0cbd807e7df4e0df2bba2a6cf4bf7b6b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-22T23:18:17.819Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T23:18:17.819Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T23:18:18.064Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T23:18:18.070Z] $ docker exec 611f8208c5cea0f8b3e9c720d89b0af0cbd807e7df4e0df2bba2a6cf4bf7b6b0 ssh-agent [2021-02-22T23:18:18.282Z] SSH_AUTH_SOCK=/tmp/ssh-RRMsweu6i0Qd/agent.11 [2021-02-22T23:18:18.282Z] SSH_AGENT_PID=17 [2021-02-22T23:18:18.291Z] Running ssh-add (command line suppressed) [2021-02-22T23:18:18.430Z] Identity added: /w/workspace/edgex-go/367@tmp/private_key_4724892151647181973.key (/w/workspace/edgex-go/367@tmp/private_key_4724892151647181973.key) [2021-02-22T23:18:18.491Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T23:18:18.822Z] + git semver push [2021-02-22T23:18:18.822Z] # -> Open(): unable to determine branch for HEAD [2021-02-22T23:18:18.822Z] # $GIT_DIR = /w/workspace/edgex-go/367/.git [2021-02-22T23:18:18.822Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/367 [2021-02-22T23:18:18.822Z] # $SEMVER_REMOTE_NAME = origin [2021-02-22T23:18:18.822Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-22T23:18:18.822Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-22T23:18:18.822Z] # $SEMVER_BRANCH = master [2021-02-22T23:18:18.822Z] # $SEMVER_DIR = /w/workspace/edgex-go/367/.semver [Pipeline] } [2021-02-22T23:18:28.854Z] $ docker exec --env ******** --env ******** 611f8208c5cea0f8b3e9c720d89b0af0cbd807e7df4e0df2bba2a6cf4bf7b6b0 ssh-agent -k [2021-02-22T23:18:29.036Z] unset SSH_AUTH_SOCK; [2021-02-22T23:18:29.036Z] unset SSH_AGENT_PID; [2021-02-22T23:18:29.036Z] echo Agent pid 17 killed; [2021-02-22T23:18:29.114Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T23:18:29.593Z] + git semver [Pipeline] } [2021-02-22T23:18:29.612Z] $ docker stop --time=1 611f8208c5cea0f8b3e9c720d89b0af0cbd807e7df4e0df2bba2a6cf4bf7b6b0 [2021-02-22T23:18:30.984Z] $ docker rm -f 611f8208c5cea0f8b3e9c720d89b0af0cbd807e7df4e0df2bba2a6cf4bf7b6b0 [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-22T23:18:32.401Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T23:18:33.282Z] ---> package-listing.sh [2021-02-22T23:18:33.282Z] ++ facter osfamily [2021-02-22T23:18:33.282Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-22T23:18:33.282Z] + OS_FAMILY=redhat [2021-02-22T23:18:33.282Z] + workspace=/w/workspace/edgex-go/367 [2021-02-22T23:18:33.282Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-22T23:18:33.282Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-22T23:18:33.282Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-22T23:18:33.282Z] + PACKAGES=/tmp/packages_start.txt [2021-02-22T23:18:33.282Z] + '[' /w/workspace/edgex-go/367 ']' [2021-02-22T23:18:33.282Z] + PACKAGES=/tmp/packages_end.txt [2021-02-22T23:18:33.282Z] + case "${OS_FAMILY}" in [2021-02-22T23:18:33.282Z] + rpm -qa [2021-02-22T23:18:33.282Z] + sort [2021-02-22T23:18:38.584Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-22T23:18:38.584Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-22T23:18:38.584Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-22T23:18:38.584Z] + '[' /w/workspace/edgex-go/367 ']' [2021-02-22T23:18:38.584Z] + mkdir -p /w/workspace/edgex-go/367/archives/ [2021-02-22T23:18:38.584Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/367/archives/ [Pipeline] echo [2021-02-22T23:18:38.598Z] 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/367/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-22T23:18:38.891Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:18:39.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T23:18:39.195Z] [2021-02-22T23:18:39.195Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-22T23:18:39.546Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T23:18:39.547Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-22T23:18:39.547Z] df20fa9351a1: Pulling fs layer [2021-02-22T23:18:39.547Z] 36b3adc4ff6f: Pulling fs layer [2021-02-22T23:18:39.547Z] 8ad3a11d3b57: Pulling fs layer [2021-02-22T23:18:39.547Z] 46f8f816bc3b: Pulling fs layer [2021-02-22T23:18:39.547Z] 93b61091891f: Pulling fs layer [2021-02-22T23:18:39.547Z] 93b9cdb0e59b: Pulling fs layer [2021-02-22T23:18:39.547Z] 5e14af77c1be: Pulling fs layer [2021-02-22T23:18:39.547Z] 01666e4c0597: Pulling fs layer [2021-02-22T23:18:39.547Z] aa168da1d23b: Pulling fs layer [2021-02-22T23:18:39.547Z] 93b9cdb0e59b: Waiting [2021-02-22T23:18:39.547Z] 5e14af77c1be: Waiting [2021-02-22T23:18:39.547Z] 01666e4c0597: Waiting [2021-02-22T23:18:39.547Z] 46f8f816bc3b: Waiting [2021-02-22T23:18:39.547Z] aa168da1d23b: Waiting [2021-02-22T23:18:39.547Z] 93b61091891f: Waiting [2021-02-22T23:18:39.547Z] 36b3adc4ff6f: Verifying Checksum [2021-02-22T23:18:39.547Z] 36b3adc4ff6f: Download complete [2021-02-22T23:18:39.547Z] 46f8f816bc3b: Verifying Checksum [2021-02-22T23:18:39.547Z] 46f8f816bc3b: Download complete [2021-02-22T23:18:39.547Z] df20fa9351a1: Download complete [2021-02-22T23:18:39.812Z] 93b9cdb0e59b: Verifying Checksum [2021-02-22T23:18:39.812Z] 93b9cdb0e59b: Download complete [2021-02-22T23:18:39.812Z] 5e14af77c1be: Verifying Checksum [2021-02-22T23:18:39.812Z] 5e14af77c1be: Download complete [2021-02-22T23:18:39.812Z] 93b61091891f: Download complete [2021-02-22T23:18:39.812Z] 01666e4c0597: Verifying Checksum [2021-02-22T23:18:39.812Z] 01666e4c0597: Download complete [2021-02-22T23:18:39.812Z] 8ad3a11d3b57: Verifying Checksum [2021-02-22T23:18:40.074Z] df20fa9351a1: Pull complete [2021-02-22T23:18:40.338Z] 36b3adc4ff6f: Pull complete [2021-02-22T23:18:42.281Z] aa168da1d23b: Verifying Checksum [2021-02-22T23:18:42.281Z] aa168da1d23b: Download complete [2021-02-22T23:18:42.281Z] 8ad3a11d3b57: Pull complete [2021-02-22T23:18:42.281Z] 46f8f816bc3b: Pull complete [2021-02-22T23:18:42.543Z] 93b61091891f: Pull complete [2021-02-22T23:18:42.805Z] 93b9cdb0e59b: Pull complete [2021-02-22T23:18:43.067Z] 5e14af77c1be: Pull complete [2021-02-22T23:18:43.067Z] 01666e4c0597: Pull complete [2021-02-22T23:18:51.265Z] aa168da1d23b: Pull complete [2021-02-22T23:18:51.266Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-22T23:18:51.266Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T23:18:51.266Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-22T23:18:51.479Z] prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container [2021-02-22T23:18:51.531Z] $ 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/367/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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-22T23:18:56.333Z] $ docker top 8881aefc02ead10723a6a7905470fd5194ffc15fa9719ee6010d4b401c02e9ae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T23:18:56.876Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-22T23:18:57.177Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-22T23:18:57.478Z] + ls /var/log/sa-host [2021-02-22T23:18:57.478Z] + sadf -c /var/log/sa-host/sa22 [2021-02-22T23:18:57.478Z] file_magic: OK [2021-02-22T23:18:57.478Z] HZ: Using current value: 100 [2021-02-22T23:18:57.478Z] file_header: OK [2021-02-22T23:18:57.478Z] 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-22T23:18:57.478Z] Statistics: [2021-02-22T23:18:57.478Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-22T23:18:57.478Z] File successfully converted to sysstat format version 12.2.1 [2021-02-22T23:18:57.478Z] + sadf -c /var/log/sa-host/sa23 [2021-02-22T23:18:57.478Z] file_magic: OK [2021-02-22T23:18:57.478Z] HZ: Using current value: 100 [2021-02-22T23:18:57.478Z] file_header: OK [2021-02-22T23:18:57.478Z] 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-22T23:18:57.478Z] Statistics: [2021-02-22T23:18:57.478Z] Hnuu...uuuununununu... [2021-02-22T23:18:57.478Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-22T23:18:58.137Z] provisioning config files... [2021-02-22T23:18:58.152Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/367@tmp/config2007694503864191663tmp [Pipeline] { [Pipeline] echo [2021-02-22T23:18:58.230Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T23:18:58.555Z] ---> create-netrc.sh [Pipeline] } [2021-02-22T23:18:58.564Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-22T23:18:58.657Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T23:18:58.955Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-22T23:18:58.967Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T23:18:59.266Z] ---> sudo-logs.sh [2021-02-22T23:18:59.266Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-22T23:18:59.339Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T23:18:59.636Z] ---> job-cost.sh [2021-02-22T23:18:59.636Z] lf-activate-venv: SKIPPING [2021-02-22T23:18:59.636Z] INFO: No Stack... [2021-02-22T23:19:01.026Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-22T23:19:01.291Z] INFO: Archiving Costs [Pipeline] echo [2021-02-22T23:19:01.304Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T23:19:01.624Z] ---> logs-deploy.sh [2021-02-22T23:19:01.625Z] lf-activate-venv: SKIPPING [2021-02-22T23:19:01.625Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/367 [2021-02-22T23:19:01.625Z] INFO: archiving workspace using pattern(s): [2021-02-22T23:19:03.545Z] Archives upload complete. [2021-02-22T23:19:03.545Z] INFO: archiving logs to Nexus [2021-02-22T23:19:04.503Z] ---> uname -a: [2021-02-22T23:19:04.503Z] Linux prd-centos7-docker-4c-2g-27211.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-22T23:19:04.503Z] [2021-02-22T23:19:04.503Z] [2021-02-22T23:19:04.503Z] ---> lscpu: [2021-02-22T23:19:04.503Z] Architecture: x86_64 [2021-02-22T23:19:04.503Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-22T23:19:04.503Z] Byte Order: Little Endian [2021-02-22T23:19:04.503Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-22T23:19:04.503Z] CPU(s): 4 [2021-02-22T23:19:04.503Z] On-line CPU(s) list: 0-3 [2021-02-22T23:19:04.503Z] Thread(s) per core: 1 [2021-02-22T23:19:04.503Z] Core(s) per socket: 1 [2021-02-22T23:19:04.503Z] Socket(s): 4 [2021-02-22T23:19:04.503Z] NUMA node(s): 1 [2021-02-22T23:19:04.503Z] Vendor ID: GenuineIntel [2021-02-22T23:19:04.503Z] CPU family: 6 [2021-02-22T23:19:04.503Z] Model: 44 [2021-02-22T23:19:04.503Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-22T23:19:04.503Z] Stepping: 1 [2021-02-22T23:19:04.503Z] CPU MHz: 2933.442 [2021-02-22T23:19:04.503Z] BogoMIPS: 5866.88 [2021-02-22T23:19:04.503Z] Virtualization: VT-x [2021-02-22T23:19:04.503Z] Hypervisor vendor: KVM [2021-02-22T23:19:04.503Z] Virtualization type: full [2021-02-22T23:19:04.503Z] L1d cache: 128 KiB [2021-02-22T23:19:04.503Z] L1i cache: 128 KiB [2021-02-22T23:19:04.503Z] L2 cache: 16 MiB [2021-02-22T23:19:04.503Z] L3 cache: 64 MiB [2021-02-22T23:19:04.503Z] NUMA node0 CPU(s): 0-3 [2021-02-22T23:19:04.503Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-22T23:19:04.503Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-22T23:19:04.503Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-22T23:19:04.503Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-22T23:19:04.503Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-22T23:19:04.503Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-22T23:19:04.503Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-22T23:19:04.503Z] Vulnerability Srbds: Not affected [2021-02-22T23:19:04.503Z] Vulnerability Tsx async abort: Not affected [2021-02-22T23:19:04.503Z] 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-22T23:19:04.503Z] [2021-02-22T23:19:04.503Z] [2021-02-22T23:19:04.503Z] ---> nproc: [2021-02-22T23:19:04.503Z] 4 [2021-02-22T23:19:04.503Z] [2021-02-22T23:19:04.503Z] [2021-02-22T23:19:04.503Z] ---> df -h: [2021-02-22T23:19:04.503Z] Filesystem Size Used Available Use% Mounted on [2021-02-22T23:19:04.503Z] overlay 50.0G 13.4G 36.6G 27% / [2021-02-22T23:19:04.503Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-22T23:19:04.503Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-22T23:19:04.503Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-22T23:19:04.503Z] /dev/vda1 50.0G 13.4G 36.6G 27% /facter-os [2021-02-22T23:19:04.503Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf [2021-02-22T23:19:04.503Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname [2021-02-22T23:19:04.503Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts [2021-02-22T23:19:04.503Z] /dev/vda1 50.0G 13.4G 36.6G 27% /run/cloud-init/result.json [2021-02-22T23:19:04.503Z] /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa-host [2021-02-22T23:19:04.503Z] /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/secure [2021-02-22T23:19:04.503Z] /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/auth.log [2021-02-22T23:19:04.503Z] /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/367 [2021-02-22T23:19:04.503Z] /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/367@tmp [2021-02-22T23:19:04.503Z] [2021-02-22T23:19:04.503Z] [2021-02-22T23:19:04.503Z] ---> free -m: [2021-02-22T23:19:04.503Z] total used free shared buff/cache available [2021-02-22T23:19:04.503Z] Mem: 1837 762 155 0 919 1010 [2021-02-22T23:19:04.503Z] Swap: 1023 67 956 [2021-02-22T23:19:04.503Z] [2021-02-22T23:19:04.503Z] [2021-02-22T23:19:04.503Z] ---> ip addr: [2021-02-22T23:19:04.503Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-22T23:19:04.503Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-22T23:19:04.503Z] inet 127.0.0.1/8 scope host lo [2021-02-22T23:19:04.503Z] valid_lft forever preferred_lft forever [2021-02-22T23:19:04.503Z] inet6 ::1/128 scope host [2021-02-22T23:19:04.503Z] valid_lft forever preferred_lft forever [2021-02-22T23:19:04.503Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-22T23:19:04.503Z] link/ether fa:16:3e:c9:67:49 brd ff:ff:ff:ff:ff:ff [2021-02-22T23:19:04.503Z] inet 10.30.122.110/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-22T23:19:04.503Z] valid_lft 85229sec preferred_lft 85229sec [2021-02-22T23:19:04.503Z] inet6 fe80::f816:3eff:fec9:6749/64 scope link [2021-02-22T23:19:04.503Z] valid_lft forever preferred_lft forever [2021-02-22T23:19:04.503Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-22T23:19:04.503Z] link/ether 02:42:20:cb:8c:19 brd ff:ff:ff:ff:ff:ff [2021-02-22T23:19:04.503Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-22T23:19:04.503Z] valid_lft forever preferred_lft forever [2021-02-22T23:19:04.503Z] inet6 fe80::42:20ff:fecb:8c19/64 scope link [2021-02-22T23:19:04.503Z] valid_lft forever preferred_lft forever [2021-02-22T23:19:04.503Z] [2021-02-22T23:19:04.503Z] [2021-02-22T23:19:04.503Z] ---> sar -b -r -n DEV: [2021-02-22T23:19:04.503Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) [2021-02-22T23:19:04.503Z] [2021-02-22T23:19:04.503Z] 22:59:20 LINUX RESTART (4 CPU) [2021-02-22T23:19:04.503Z] [2021-02-22T23:19:04.503Z] 23:00:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-22T23:19:04.503Z] 23:01:01 124.44 62.33 62.11 0.00 8279.70 19848.18 0.00 [2021-02-22T23:19:04.503Z] 23:02:01 279.98 83.95 196.03 0.00 4938.10 51361.22 0.00 [2021-02-22T23:19:04.503Z] 23:03:01 193.76 98.40 95.36 0.00 3291.43 10475.38 0.00 [2021-02-22T23:19:04.503Z] 23:04:01 141.77 70.39 71.38 0.00 3610.58 7945.45 0.00 [2021-02-22T23:19:04.503Z] 23:05:01 274.41 105.15 169.26 0.00 38995.96 110220.07 0.00 [2021-02-22T23:19:04.503Z] 23:06:02 2717.78 2363.69 354.08 0.00 181288.45 189423.41 0.00 [2021-02-22T23:19:04.503Z] 23:07:01 597.92 377.75 220.17 0.00 25626.64 44032.54 0.00 [2021-02-22T23:19:04.503Z] 23:08:02 2005.65 1658.63 347.02 0.00 125897.38 144809.76 0.00 [2021-02-22T23:19:04.503Z] 23:09:01 1120.45 833.06 287.39 0.00 60151.41 72150.31 0.00 [2021-02-22T23:19:04.503Z] 23:10:01 142.49 35.35 107.14 0.00 4888.68 13964.00 0.00 [2021-02-22T23:19:04.503Z] 23:11:01 20.57 11.66 8.91 0.00 1649.96 165.63 0.00 [2021-02-22T23:19:04.503Z] 23:12:01 0.30 0.02 0.28 0.00 0.13 3.93 0.00 [2021-02-22T23:19:04.503Z] 23:13:01 0.18 0.00 0.18 0.00 0.00 2.18 0.00 [2021-02-22T23:19:04.503Z] 23:14:01 0.20 0.02 0.18 0.00 0.27 1.75 0.00 [2021-02-22T23:19:04.503Z] 23:15:01 3.01 2.23 0.78 0.00 154.91 16.02 0.00 [2021-02-22T23:19:04.503Z] 23:16:01 0.37 0.15 0.22 0.00 1.73 3.30 0.00 [2021-02-22T23:19:04.503Z] 23:17:02 291.93 153.53 138.41 0.00 8191.62 36029.56 0.00 [2021-02-22T23:19:04.503Z] 23:18:01 205.23 70.03 135.20 0.00 5587.82 32369.87 0.00 [2021-02-22T23:19:04.503Z] Average: 453.35 331.31 122.04 0.00 26421.70 40890.43 0.00 [2021-02-22T23:19:04.503Z] [2021-02-22T23:19:04.503Z] 23:00:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-22T23:19:04.503Z] 23:01:01 383772 0 615612 32.72 2620 879540 1122652 38.31 451328 844720 0 [2021-02-22T23:19:04.503Z] 23:02:01 308848 0 704632 37.45 1492 866572 1146008 39.11 439532 859820 16 [2021-02-22T23:19:04.503Z] 23:03:01 213132 0 777828 41.34 584 890000 1805508 61.62 652980 730768 69104 [2021-02-22T23:19:04.504Z] 23:04:01 166912 0 866232 46.04 496 847904 1505292 51.37 700780 722756 31348 [2021-02-22T23:19:04.504Z] 23:05:01 78304 0 825236 43.86 0 978004 2255672 76.98 737180 850404 87332 [2021-02-22T23:19:04.504Z] 23:06:02 75808 0 777172 41.31 0 1028564 1957500 66.81 687904 881692 50208 [2021-02-22T23:19:04.504Z] 23:07:01 440436 0 691556 36.75 0 749552 1366416 46.63 493488 695936 24 [2021-02-22T23:19:04.504Z] 23:08:02 308580 0 773072 41.09 0 799892 2419524 82.57 526128 814908 50696 [2021-02-22T23:19:04.504Z] 23:09:01 189924 0 709348 37.70 0 982272 1871128 63.86 510252 943444 41756 [2021-02-22T23:19:04.504Z] 23:10:01 71212 0 657116 34.92 0 1153216 1443432 49.26 529964 1029132 36 [2021-02-22T23:19:04.504Z] 23:11:01 98224 0 627920 33.37 0 1155400 1234580 42.13 557092 977724 12 [2021-02-22T23:19:04.504Z] 23:12:01 105556 0 620584 32.98 0 1155404 1165708 39.78 550840 977308 20 [2021-02-22T23:19:04.504Z] 23:13:01 105916 0 620212 32.96 0 1155416 1165708 39.78 550852 977312 8 [2021-02-22T23:19:04.504Z] 23:14:01 106220 0 619912 32.95 0 1155412 1165708 39.78 550860 977312 8 [2021-02-22T23:19:04.504Z] 23:15:01 98876 0 623400 33.13 0 1159268 1165768 39.79 557016 977988 20 [2021-02-22T23:19:04.504Z] 23:16:01 99004 0 623268 33.13 0 1159272 1165772 39.79 556868 978036 12 [2021-02-22T23:19:04.504Z] 23:17:02 132088 0 715124 38.01 0 1034332 1361352 46.46 659880 777700 92 [2021-02-22T23:19:04.504Z] 23:18:01 250568 0 776528 41.27 0 854448 1387584 47.36 522036 757052 11376 [2021-02-22T23:19:04.504Z] Average: 179632 0 701375 37.28 288 1000248 1483628 50.63 568610 876334 19004 [2021-02-22T23:19:04.504Z] [2021-02-22T23:19:04.504Z] 23:00:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-22T23:19:04.504Z] 23:01:01 eth0 1252.30 1550.37 4862.02 171.80 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:01:01 docker0 1179.98 834.58 87.52 2774.27 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:02:01 eth0 508.58 416.65 3675.00 42.27 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:02:01 docker0 165.04 205.47 11.71 835.73 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:03:01 veth8c8f64a 0.53 0.67 0.04 0.06 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:03:01 eth0 63.07 47.23 37.57 65.80 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:03:01 docker0 0.53 0.53 0.04 0.05 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:04:01 veth8c8f64a 1.20 1.20 0.10 0.10 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:04:01 eth0 20.77 11.22 16.16 8.70 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:04:01 docker0 1.20 1.20 0.08 0.10 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:05:01 veth81bd8a1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:05:01 eth0 205.05 158.78 1695.05 81.03 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:06:02 veth81bd8a1 0.00 0.48 0.00 0.03 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:06:02 eth0 58.58 40.35 163.02 51.54 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:06:02 docker0 17.50 26.35 1.02 144.68 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:07:01 veth81bd8a1 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:07:01 eth0 80.78 51.26 232.36 13.75 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:07:01 docker0 35.03 48.44 1.98 164.30 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:08:02 veth806129a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:08:02 veth81bd8a1 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:08:02 eth0 58.75 38.68 63.44 79.10 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:09:01 veth81bd8a1 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:09:01 eth0 184.60 131.61 1387.57 75.17 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:09:01 vethd48c37a 5.50 8.68 0.38 45.59 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:10:01 eth0 283.11 234.54 511.58 717.56 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:10:01 docker0 1403.53 1183.51 102.08 4370.23 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:11:01 eth0 206.96 209.78 96.96 875.89 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:12:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:13:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:14:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:15:01 eth0 0.22 0.15 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:16:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:17:02 eth0 450.08 392.23 4291.02 69.30 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:17:02 docker0 38.61 37.99 3.66 257.26 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:18:01 eth0 462.91 392.78 3482.25 120.37 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:18:01 veth41ee4be 21.97 35.91 1.47 191.40 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] 23:18:01 docker0 21.97 35.79 1.17 191.39 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] Average: eth0 211.01 201.62 1130.88 131.78 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] Average: veth41ee4be 1.21 1.97 0.08 10.50 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] Average: docker0 81.58 70.04 5.96 268.41 0.00 0.00 0.00 0.00 [2021-02-22T23:19:04.504Z] [2021-02-22T23:19:04.504Z]