Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org 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-18286 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/270 [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/270 # 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 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c (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 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c # timeout=10 Commit message: "Merge pull request #2979 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.66" > git rev-list --no-walk 4d95f7d65f4987945674515d14eb4d3460a02321 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-04T20:49:42.239Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-04T20:49:42.484Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-04T20:49:42.597Z] ========================================================= [2021-01-04T20:49:42.597Z] EdgeX Global Pipelines Version Info [2021-01-04T20:49:42.597Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:49:44.079Z] ------------------- [2021-01-04T20:49:44.079Z] stable info: [2021-01-04T20:49:44.079Z] ------------------- [2021-01-04T20:49:44.079Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-04T20:49:44.079Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T20:49:44.079Z] Message: update stable to v1.0.173 [2021-01-04T20:49:45.025Z] ------------------- [2021-01-04T20:49:45.025Z] experimental info: [2021-01-04T20:49:45.025Z] ------------------- [2021-01-04T20:49:45.025Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-04T20:49:45.025Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T20:49:45.025Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-04T20:49:45.271Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-04T20:49:45.356Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-04T20:49:45.450Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-04T20:49:45.607Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-04T20:49:45.699Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-04T20:49:45.814Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-04T20:49:45.956Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-04T20:49:46.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-04T20:49:46.191Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-04T20:49:46.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-04T20:49:46.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-04T20:49:46.508Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-04T20:49:46.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-04T20:49:46.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-04T20:49:46.856Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T20:49:46.954Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T20:49:47.047Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-04T20:49:47.183Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-04T20:49:47.323Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-04T20:49:47.409Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-04T20:49:47.490Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-04T20:49:47.586Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-04T20:49:47.676Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-04T20:49:47.763Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-04T20:49:47.847Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-04T20:49:47.926Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-04T20:49:48.010Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] echo [2021-01-04T20:49:48.105Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7af4896 [Pipeline] echo [2021-01-04T20:49:48.260Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T20:49:48.443Z] provisioning config files... [2021-01-04T20:49:48.507Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/270@tmp/config4127017540668152143tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:49:48.928Z] ---> docker-login.sh [2021-01-04T20:49:48.928Z] nexus3.edgexfoundry.org:10001 [2021-01-04T20:49:49.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:49:49.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:49:49.198Z] Configure a credential helper to remove this warning. See [2021-01-04T20:49:49.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:49:49.198Z] [2021-01-04T20:49:49.198Z] Login Succeeded [2021-01-04T20:49:49.198Z] nexus3.edgexfoundry.org:10002 [2021-01-04T20:49:49.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:49:49.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:49:49.478Z] Configure a credential helper to remove this warning. See [2021-01-04T20:49:49.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:49:49.478Z] [2021-01-04T20:49:49.478Z] Login Succeeded [2021-01-04T20:49:49.478Z] nexus3.edgexfoundry.org:10003 [2021-01-04T20:49:49.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:49:49.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:49:49.753Z] Configure a credential helper to remove this warning. See [2021-01-04T20:49:49.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:49:49.753Z] [2021-01-04T20:49:49.753Z] Login Succeeded [2021-01-04T20:49:49.753Z] nexus3.edgexfoundry.org:10004 [2021-01-04T20:49:49.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:49:50.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:49:50.025Z] Configure a credential helper to remove this warning. See [2021-01-04T20:49:50.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:49:50.025Z] [2021-01-04T20:49:50.025Z] Login Succeeded [2021-01-04T20:49:50.025Z] docker.io [2021-01-04T20:49:50.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:49:50.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:49:50.289Z] Configure a credential helper to remove this warning. See [2021-01-04T20:49:50.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:49:50.289Z] [2021-01-04T20:49:50.289Z] Login Succeeded [2021-01-04T20:49:50.289Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T20:49:50.299Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T20:49:50.753Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-04T20:49:50.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:49:50.753Z] ++ dirname cmd/core-command/Dockerfile [2021-01-04T20:49:50.753Z] ++ cut -d/ -f2 [2021-01-04T20:49:50.753Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-04T20:49:50.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:49:50.753Z] ++ dirname cmd/core-data/Dockerfile [2021-01-04T20:49:50.753Z] ++ cut -d/ -f2 [2021-01-04T20:49:50.753Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-04T20:49:50.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:49:50.753Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-04T20:49:50.753Z] ++ cut -d/ -f2 [2021-01-04T20:49:50.753Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-04T20:49:50.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:49:50.753Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-04T20:49:50.753Z] ++ cut -d/ -f2 [2021-01-04T20:49:50.753Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-04T20:49:50.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:49:50.753Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-04T20:49:50.753Z] ++ cut -d/ -f2 [2021-01-04T20:49:50.753Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-04T20:49:50.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:49:50.753Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-04T20:49:50.753Z] ++ cut -d/ -f2 [2021-01-04T20:49:50.753Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-04T20:49:50.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:49:50.753Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-04T20:49:50.753Z] ++ cut -d/ -f2 [2021-01-04T20:49:50.753Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-04T20:49:50.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:49:50.753Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-04T20:49:50.753Z] ++ cut -d/ -f2 [2021-01-04T20:49:50.753Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-04T20:49:50.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:49:50.753Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-04T20:49:50.753Z] ++ cut -d/ -f2 [2021-01-04T20:49:50.753Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-04T20:49:50.822Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-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-01-04T20:49:51.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T20:49:51.650Z] [2021-01-04T20:49:51.650Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:49:52.000Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T20:49:52.000Z] latest: Pulling from edgex-devops/git-semver [2021-01-04T20:49:52.000Z] 31603596830f: Pulling fs layer [2021-01-04T20:49:52.000Z] 2a8b12db71e7: Pulling fs layer [2021-01-04T20:49:52.000Z] 6ca5941a6612: Pulling fs layer [2021-01-04T20:49:52.000Z] ecc8261a40a4: Pulling fs layer [2021-01-04T20:49:52.000Z] ecc8261a40a4: Waiting [2021-01-04T20:49:52.000Z] 2a8b12db71e7: Download complete [2021-01-04T20:49:52.264Z] 31603596830f: Verifying Checksum [2021-01-04T20:49:52.264Z] 31603596830f: Download complete [2021-01-04T20:49:52.264Z] ecc8261a40a4: Verifying Checksum [2021-01-04T20:49:52.264Z] ecc8261a40a4: Download complete [2021-01-04T20:49:52.264Z] 6ca5941a6612: Verifying Checksum [2021-01-04T20:49:52.264Z] 6ca5941a6612: Download complete [2021-01-04T20:49:52.529Z] 31603596830f: Pull complete [2021-01-04T20:49:52.529Z] 2a8b12db71e7: Pull complete [2021-01-04T20:49:53.477Z] 6ca5941a6612: Pull complete [2021-01-04T20:49:53.477Z] ecc8261a40a4: Pull complete [2021-01-04T20:49:53.477Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-04T20:49:53.749Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T20:49:53.749Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-04T20:49:53.922Z] prd-centos7-docker-4c-2g-18286 does not seem to be running inside a container [2021-01-04T20:49:54.089Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/270 -v /w/workspace/edgex-go/270:/w/workspace/edgex-go/270:rw,z -v /w/workspace/edgex-go/270@tmp:/w/workspace/edgex-go/270@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-04T20:49:56.708Z] $ docker top a3aeab5717ba15c565efeebe030b5ae61b873c3dc6bb12ffda918591dcdb9cf0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T20:49:57.085Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T20:49:57.085Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T20:49:57.326Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T20:49:57.331Z] $ docker exec a3aeab5717ba15c565efeebe030b5ae61b873c3dc6bb12ffda918591dcdb9cf0 ssh-agent [2021-01-04T20:49:57.507Z] SSH_AUTH_SOCK=/tmp/ssh-XKcYiEsmFaTi/agent.13 [2021-01-04T20:49:57.507Z] SSH_AGENT_PID=18 [2021-01-04T20:49:57.524Z] Running ssh-add (command line suppressed) [2021-01-04T20:49:57.645Z] Identity added: /w/workspace/edgex-go/270@tmp/private_key_3549983911362748890.key (/w/workspace/edgex-go/270@tmp/private_key_3549983911362748890.key) [2021-01-04T20:49:57.699Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T20:49:58.040Z] + git tag --points-at HEAD [Pipeline] } [2021-01-04T20:49:58.065Z] $ docker exec --env ******** --env ******** a3aeab5717ba15c565efeebe030b5ae61b873c3dc6bb12ffda918591dcdb9cf0 ssh-agent -k [2021-01-04T20:49:58.181Z] unset SSH_AUTH_SOCK; [2021-01-04T20:49:58.182Z] unset SSH_AGENT_PID; [2021-01-04T20:49:58.182Z] echo Agent pid 18 killed; [2021-01-04T20:49:58.235Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-04T20:49:58.375Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T20:49:58.375Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T20:49:58.547Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T20:49:58.552Z] $ docker exec a3aeab5717ba15c565efeebe030b5ae61b873c3dc6bb12ffda918591dcdb9cf0 ssh-agent [2021-01-04T20:49:58.730Z] SSH_AUTH_SOCK=/tmp/ssh-nXhvfIihdCkQ/agent.47 [2021-01-04T20:49:58.730Z] SSH_AGENT_PID=53 [2021-01-04T20:49:58.738Z] Running ssh-add (command line suppressed) [2021-01-04T20:49:58.860Z] Identity added: /w/workspace/edgex-go/270@tmp/private_key_1495355739348913845.key (/w/workspace/edgex-go/270@tmp/private_key_1495355739348913845.key) [2021-01-04T20:49:58.924Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T20:49:59.263Z] + git semver init [2021-01-04T20:49:59.263Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T20:49:59.263Z] # $GIT_DIR = /w/workspace/edgex-go/270/.git [2021-01-04T20:49:59.264Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/270 [2021-01-04T20:49:59.264Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T20:49:59.264Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T20:49:59.264Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T20:49:59.264Z] # $SEMVER_BRANCH = master [2021-01-04T20:49:59.264Z] # $SEMVER_TEMP = /tmp/semver-356224835 [2021-01-04T20:49:59.264Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-04T20:50:21.316Z] # '/tmp/semver-356224835' -> '/w/workspace/edgex-go/270/.semver' [2021-01-04T20:50:21.316Z] # -> Force: false [2021-01-04T20:50:21.316Z] # $SEMVER_DIR = /w/workspace/edgex-go/270/.semver [Pipeline] } [2021-01-04T20:50:21.330Z] $ docker exec --env ******** --env ******** a3aeab5717ba15c565efeebe030b5ae61b873c3dc6bb12ffda918591dcdb9cf0 ssh-agent -k [2021-01-04T20:50:21.558Z] unset SSH_AUTH_SOCK; [2021-01-04T20:50:21.558Z] unset SSH_AGENT_PID; [2021-01-04T20:50:21.558Z] echo Agent pid 53 killed; [2021-01-04T20:50:21.642Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T20:50:22.131Z] + git semver [Pipeline] } [2021-01-04T20:50:22.148Z] $ docker stop --time=1 a3aeab5717ba15c565efeebe030b5ae61b873c3dc6bb12ffda918591dcdb9cf0 [2021-01-04T20:50:23.798Z] $ docker rm -f a3aeab5717ba15c565efeebe030b5ae61b873c3dc6bb12ffda918591dcdb9cf0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T20:50:24.328Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-04T20:50:24.882Z] Stashed 1 file(s) [Pipeline] echo [2021-01-04T20:50:24.885Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.25 [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-01-04T20:50:25.901Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-04T20:50:26.200Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T20:50:26.503Z] + sudo service docker restart [2021-01-04T20:50:26.503Z] + true [2021-01-04T20:50:26.503Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-04T20:50:27.097Z] ========================================================= [2021-01-04T20:50:27.097Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-04T20:50:27.097Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:50:27.443Z] + 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-01-04T20:50:31.689Z] Sending build context to Docker daemon 326.3MB [2021-01-04T20:50:31.689Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T20:50:31.689Z] Step 2/6 : FROM ${BASE} [2021-01-04T20:50:31.689Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-04T20:50:31.689Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T20:50:31.689Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T20:50:31.689Z] de9db76c5a1d: Pulling fs layer [2021-01-04T20:50:31.689Z] bca2f99d35d6: Pulling fs layer [2021-01-04T20:50:31.689Z] 93359f2a8cfa: Pulling fs layer [2021-01-04T20:50:31.689Z] 7c6f9722023f: Pulling fs layer [2021-01-04T20:50:31.689Z] a35cf1a2eb13: Pulling fs layer [2021-01-04T20:50:31.689Z] 93359f2a8cfa: Waiting [2021-01-04T20:50:31.689Z] 7c6f9722023f: Waiting [2021-01-04T20:50:31.689Z] a35cf1a2eb13: Waiting [2021-01-04T20:50:31.689Z] bca2f99d35d6: Waiting [2021-01-04T20:50:31.689Z] de9db76c5a1d: Verifying Checksum [2021-01-04T20:50:31.689Z] de9db76c5a1d: Download complete [2021-01-04T20:50:31.689Z] 0ef7d3d256c8: Verifying Checksum [2021-01-04T20:50:31.689Z] 0ef7d3d256c8: Download complete [2021-01-04T20:50:31.689Z] 93359f2a8cfa: Verifying Checksum [2021-01-04T20:50:31.689Z] 93359f2a8cfa: Download complete [2021-01-04T20:50:31.954Z] 188c0c94c7c5: Verifying Checksum [2021-01-04T20:50:31.954Z] 188c0c94c7c5: Download complete [2021-01-04T20:50:31.954Z] 7c6f9722023f: Verifying Checksum [2021-01-04T20:50:31.954Z] 7c6f9722023f: Download complete [2021-01-04T20:50:32.223Z] 188c0c94c7c5: Pull complete [2021-01-04T20:50:33.619Z] a35cf1a2eb13: Verifying Checksum [2021-01-04T20:50:33.619Z] a35cf1a2eb13: Download complete [2021-01-04T20:50:33.887Z] 0ef7d3d256c8: Pull complete [2021-01-04T20:50:33.887Z] bca2f99d35d6: Verifying Checksum [2021-01-04T20:50:33.887Z] bca2f99d35d6: Download complete [2021-01-04T20:50:34.156Z] de9db76c5a1d: Pull complete [2021-01-04T20:50:39.510Z] bca2f99d35d6: Pull complete [2021-01-04T20:50:39.510Z] 93359f2a8cfa: Pull complete [2021-01-04T20:50:39.783Z] 7c6f9722023f: Pull complete [2021-01-04T20:50:40.314Z] Still waiting to schedule task [2021-01-04T20:50:40.314Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-04T20:50:44.018Z] a35cf1a2eb13: Pull complete [2021-01-04T20:50:44.019Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-04T20:50:44.019Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-04T20:50:44.019Z] ---> a62c8e92a672 [2021-01-04T20:50:44.019Z] 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-01-04T20:50:44.284Z] ---> Running in 41be0d41c6a9 [2021-01-04T20:50:44.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:50:45.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:50:46.080Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T20:50:46.343Z] (2/12) Installing file (5.38-r0) [2021-01-04T20:50:46.344Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T20:50:46.344Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T20:50:51.646Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T20:50:51.646Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T20:50:51.646Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T20:50:51.646Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T20:50:51.908Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T20:50:51.908Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T20:50:51.908Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T20:50:52.172Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T20:50:52.172Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:50:52.172Z] OK: 233 MiB in 51 packages [2021-01-04T20:50:56.408Z] Removing intermediate container 41be0d41c6a9 [2021-01-04T20:50:56.408Z] ---> 2284fac9c0a8 [2021-01-04T20:50:56.408Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T20:50:56.408Z] ---> Running in 5f959126b723 [2021-01-04T20:50:56.408Z] Removing intermediate container 5f959126b723 [2021-01-04T20:50:56.408Z] ---> 4a37f6670431 [2021-01-04T20:50:56.408Z] Step 5/6 : COPY go.mod . [2021-01-04T20:50:56.408Z] ---> e80968125b76 [2021-01-04T20:50:56.408Z] Step 6/6 : RUN go mod download [2021-01-04T20:50:56.408Z] ---> Running in 866872749b82 [2021-01-04T20:51:18.453Z] Removing intermediate container 866872749b82 [2021-01-04T20:51:18.453Z] ---> 027049db10ce [2021-01-04T20:51:18.453Z] Successfully built 027049db10ce [2021-01-04T20:51:18.453Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:51:18.771Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T20:51:18.771Z] . [Pipeline] withDockerContainer [2021-01-04T20:51:18.876Z] prd-centos7-docker-4c-2g-18286 does not seem to be running inside a container [2021-01-04T20:51:18.941Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/270 -v /w/workspace/edgex-go/270:/w/workspace/edgex-go/270:rw,z -v /w/workspace/edgex-go/270@tmp:/w/workspace/edgex-go/270@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T20:51:20.545Z] $ docker top 1ab301da731a67f0a349e8afb1e5489a3c361690b1e50b585395a879a9e7b8ec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T20:51:21.120Z] + go version [2021-01-04T20:51:21.120Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-04T20:51:21.137Z] $ docker stop --time=1 1ab301da731a67f0a349e8afb1e5489a3c361690b1e50b585395a879a9e7b8ec [2021-01-04T20:51:22.508Z] $ docker rm -f 1ab301da731a67f0a349e8afb1e5489a3c361690b1e50b585395a879a9e7b8ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:51:23.343Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T20:51:23.343Z] . [Pipeline] withDockerContainer [2021-01-04T20:51:23.440Z] prd-centos7-docker-4c-2g-18286 does not seem to be running inside a container [2021-01-04T20:51:23.488Z] $ 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/270 -v /w/workspace/edgex-go/270:/w/workspace/edgex-go/270:rw,z -v /w/workspace/edgex-go/270@tmp:/w/workspace/edgex-go/270@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T20:51:24.277Z] $ docker top 1548621f9d9ccec977272d528313e0d9fbb797318f070bcff0dbdc82b4c4d95a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T20:51:24.487Z] ========================================================= [2021-01-04T20:51:24.487Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T20:51:24.487Z] ========================================================= [Pipeline] sh [2021-01-04T20:51:24.784Z] + make test [2021-01-04T20:51:24.784Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T20:51:34.878Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T20:51:53.201Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T20:51:54.930Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T20:51:56.549Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T20:51:56.549Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T20:51:56.549Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T20:51:56.549Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T20:51:56.818Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T20:51:57.407Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T20:51:57.676Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T20:51:59.086Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T20:52:00.520Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T20:52:00.520Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T20:52:00.520Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T20:52:03.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 46.6% of statements [2021-01-04T20:52:03.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T20:52:03.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T20:52:03.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T20:52:03.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T20:52:03.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T20:52:06.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.231s coverage: 27.0% of statements [2021-01-04T20:52:06.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T20:52:06.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T20:52:06.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T20:52:06.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T20:52:06.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T20:52:06.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T20:52:06.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements [2021-01-04T20:52:06.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T20:52:06.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements [2021-01-04T20:52:06.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T20:52:06.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T20:52:06.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 75.0% of statements [2021-01-04T20:52:06.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T20:52:06.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T20:52:06.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.433s coverage: 82.9% of statements [2021-01-04T20:52:06.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T20:52:06.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T20:52:06.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T20:52:06.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T20:52:08.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.444s coverage: 28.6% of statements [2021-01-04T20:52:08.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T20:52:08.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T20:52:08.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T20:52:08.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T20:52:08.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T20:52:08.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements [2021-01-04T20:52:08.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T20:52:08.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements [2021-01-04T20:52:08.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T20:52:09.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 86.7% of statements [2021-01-04T20:52:09.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T20:52:09.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.179s coverage: 97.5% of statements [2021-01-04T20:52:09.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T20:52:09.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements [2021-01-04T20:52:09.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T20:52:09.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T20:52:09.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T20:52:09.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T20:52:12.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.363s coverage: 93.8% of statements [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T20:52:12.322Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T20:52:12.322Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T20:52:12.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T20:52:12.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements [2021-01-04T20:52:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T20:52:12.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.050s coverage: 80.8% of statements [2021-01-04T20:52:12.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements [2021-01-04T20:52:12.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.2% of statements [2021-01-04T20:52:13.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.142s coverage: 91.4% of statements [2021-01-04T20:52:13.862Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T20:52:14.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.226s coverage: 63.5% of statements [2021-01-04T20:52:14.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T20:52:14.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T20:52:14.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements [2021-01-04T20:52:14.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-04T20:52:14.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2021-01-04T20:52:14.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements [2021-01-04T20:52:15.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-01-04T20:52:16.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.330s coverage: 55.9% of statements [2021-01-04T20:52:16.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T20:52:16.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T20:52:16.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T20:52:16.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T20:52:16.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T20:52:16.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 37.0% of statements [2021-01-04T20:52:16.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T20:52:16.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T20:52:16.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.290s coverage: 84.0% of statements [2021-01-04T20:52:16.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.071s coverage: 100.0% of statements [2021-01-04T20:52:18.942Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 47.1% of statements [2021-01-04T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T20:52:18.942Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2021-01-04T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T20:52:18.942Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-01-04T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T20:52:19.925Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.656s coverage: 29.1% of statements [2021-01-04T20:52:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T20:52:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T20:52:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T20:52:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T20:52:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T20:52:19.925Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2021-01-04T20:52:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T20:52:19.925Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements [2021-01-04T20:52:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T20:52:19.925Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-01-04T20:52:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T20:52:19.925Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements [2021-01-04T20:52:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T20:52:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T20:52:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T20:52:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T20:52:19.925Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-01-04T20:52:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T20:52:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T20:52:20.206Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-01-04T20:52:20.470Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.040s coverage: 32.1% of statements [2021-01-04T20:52:20.733Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-04T20:52:20.997Z] GO111MODULE=on go vet ./... [2021-01-04T20:52:47.750Z] gofmt -l . [2021-01-04T20:52:47.750Z] [ "`gofmt -l .`" = "" ] [2021-01-04T20:52:47.750Z] ./bin/test-go-mod-tidy.sh [2021-01-04T20:52:47.750Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-04T20:52:48.062Z] + ls -al . [2021-01-04T20:52:48.062Z] total 636 [2021-01-04T20:52:48.062Z] drwxrwxr-x 10 1001 1001 4096 Jan 4 20:52 . [2021-01-04T20:52:48.062Z] drwxr-xr-x 4 root root 32 Jan 4 20:51 .. [2021-01-04T20:52:48.062Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 20:49 .dockerignore [2021-01-04T20:52:48.062Z] drwxrwxr-x 8 1001 1001 162 Jan 4 20:49 .git [2021-01-04T20:52:48.062Z] drwxrwxr-x 3 1001 1001 125 Jan 4 20:49 .github [2021-01-04T20:52:48.062Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 20:49 .gitignore [2021-01-04T20:52:48.062Z] drwx------ 3 1001 1001 32 Jan 4 20:50 .semver [2021-01-04T20:52:48.062Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 20:49 .sonarcloud.properties [2021-01-04T20:52:48.062Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 20:49 CONTRIBUTING.md [2021-01-04T20:52:48.062Z] -rw-rw-r-- 1 1001 1001 931 Jan 4 20:49 Dockerfile.build [2021-01-04T20:52:48.062Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 20:49 Jenkinsfile [2021-01-04T20:52:48.062Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 20:49 LICENSE [2021-01-04T20:52:48.062Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 20:49 Makefile [2021-01-04T20:52:48.062Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 20:49 README.md [2021-01-04T20:52:48.062Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 20:49 SECURITY.md [2021-01-04T20:52:48.062Z] -rw-rw-r-- 1 1001 1001 12 Jan 4 20:50 VERSION [2021-01-04T20:52:48.062Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 20:49 ZMQWindows.md [2021-01-04T20:52:48.062Z] drwxrwxr-x 2 1001 1001 117 Jan 4 20:49 bin [2021-01-04T20:52:48.062Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 20:49 cmd [2021-01-04T20:52:48.062Z] -rw-r--r-- 1 root root 538204 Jan 4 20:52 coverage.out [2021-01-04T20:52:48.062Z] -rw-r--r-- 1 root root 979 Jan 4 20:52 go.mod [2021-01-04T20:52:48.062Z] -rw-r--r-- 1 root root 18824 Jan 4 20:52 go.sum [2021-01-04T20:52:48.062Z] drwxrwxr-x 8 1001 1001 127 Jan 4 20:49 internal [2021-01-04T20:52:48.062Z] drwxrwxr-x 4 1001 1001 26 Jan 4 20:49 openapi [2021-01-04T20:52:48.062Z] drwxrwxr-x 4 1001 1001 71 Jan 4 20:49 snap [2021-01-04T20:52:48.062Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 20:49 version.go [Pipeline] sh [2021-01-04T20:52:48.382Z] + '[' -e coverage.out ] [2021-01-04T20:52:48.382Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T20:52:48.644Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T20:52:48.940Z] + make build [2021-01-04T20:52:48.940Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T20:52:53.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T20:52:59.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T20:53:01.310Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T20:53:02.730Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T20:53:02.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T20:53:04.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T20:53:06.338Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T20:53:07.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T20:53:08.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T20:53:09.951Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T20:53:10.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-04T20:53:11.866Z] $ docker stop --time=1 1548621f9d9ccec977272d528313e0d9fbb797318f070bcff0dbdc82b4c4d95a [2021-01-04T20:53:13.868Z] $ docker rm -f 1548621f9d9ccec977272d528313e0d9fbb797318f070bcff0dbdc82b4c4d95a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:53:16.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T20:53:16.490Z] [2021-01-04T20:53:16.490Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:53:16.858Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T20:53:16.858Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-04T20:53:16.858Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-04T20:53:16.858Z] ca9280d653b3: Pulling fs layer [2021-01-04T20:53:16.858Z] 7e9c9ca2126c: Pulling fs layer [2021-01-04T20:53:16.858Z] cbdbe7a5bc2a: Download complete [2021-01-04T20:53:17.451Z] ca9280d653b3: Verifying Checksum [2021-01-04T20:53:17.451Z] ca9280d653b3: Download complete [2021-01-04T20:53:17.451Z] cbdbe7a5bc2a: Pull complete [2021-01-04T20:53:18.403Z] 7e9c9ca2126c: Download complete [2021-01-04T20:53:18.669Z] ca9280d653b3: Pull complete [2021-01-04T20:53:25.311Z] 7e9c9ca2126c: Pull complete [2021-01-04T20:53:25.311Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-04T20:53:25.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T20:53:25.311Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-04T20:53:25.478Z] prd-centos7-docker-4c-2g-18286 does not seem to be running inside a container [2021-01-04T20:53:25.525Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/270 -v /w/workspace/edgex-go/270:/w/workspace/edgex-go/270:rw,z -v /w/workspace/edgex-go/270@tmp:/w/workspace/edgex-go/270@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T20:53:28.266Z] $ docker top 036327544c053c9f6ceb1d98c641adcad43096a19462dbfbf8eb22730d85d045 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T20:53:28.760Z] + + docker-compose build --helpgrep [2021-01-04T20:53:28.760Z] parallel [2021-01-04T20:53:29.711Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T20:53:29.725Z] $ docker stop --time=1 036327544c053c9f6ceb1d98c641adcad43096a19462dbfbf8eb22730d85d045 [2021-01-04T20:53:31.143Z] $ docker rm -f 036327544c053c9f6ceb1d98c641adcad43096a19462dbfbf8eb22730d85d045 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:53:31.856Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T20:53:31.857Z] . [Pipeline] withDockerContainer [2021-01-04T20:53:32.027Z] prd-centos7-docker-4c-2g-18286 does not seem to be running inside a container [2021-01-04T20:53:32.089Z] $ 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/270 -v /w/workspace/edgex-go/270:/w/workspace/edgex-go/270:rw,z -v /w/workspace/edgex-go/270@tmp:/w/workspace/edgex-go/270@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T20:53:32.697Z] $ docker top 3d0133a9fdc9e5d0ee6aec3a7d1a0d2be113e81ff5dfa64c7d50f61cdf97fe06 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T20:53:33.160Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T20:53:34.132Z] Building docker-core-command-go ... [2021-01-04T20:53:34.132Z] Building docker-core-data-go ... [2021-01-04T20:53:34.132Z] Building docker-core-metadata-go ... [2021-01-04T20:53:34.132Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T20:53:34.132Z] Building docker-security-proxy-setup-go ... [2021-01-04T20:53:34.132Z] Building docker-security-secretstore-setup-go ... [2021-01-04T20:53:34.132Z] Building docker-support-notifications-go ... [2021-01-04T20:53:34.132Z] Building docker-support-scheduler-go ... [2021-01-04T20:53:34.132Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T20:53:34.132Z] Building docker-support-notifications-go [2021-01-04T20:53:34.132Z] Building docker-security-bootstrap-redis-go [2021-01-04T20:53:34.132Z] Building docker-sys-mgmt-agent-go [2021-01-04T20:53:34.132Z] Building docker-security-proxy-setup-go [2021-01-04T20:53:34.132Z] Building docker-core-command-go [2021-01-04T20:53:44.940Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18291 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-04T20:53:44.992Z] Running in /w/workspace/edgex-go/270 [Pipeline] { [Pipeline] checkout [2021-01-04T20:53:50.078Z] using credential edgex-jenkins-ssh [2021-01-04T20:53:50.179Z] Cloning the remote Git repository [2021-01-04T20:53:50.241Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:53:50.359Z] > git init /w/workspace/edgex-go/270 # timeout=10 [2021-01-04T20:53:50.444Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:53:50.445Z] > git --version # timeout=10 [2021-01-04T20:53:50.462Z] > git --version # 'git version 2.17.1' [2021-01-04T20:53:50.464Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:53:50.531Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T20:54:06.453Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:54:06.453Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:54:06.453Z] ---> 027049db10ce [2021-01-04T20:54:06.453Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T20:54:06.453Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:54:06.453Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:54:06.453Z] ---> 027049db10ce [2021-01-04T20:54:06.453Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T20:54:06.453Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:54:06.453Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:54:06.453Z] ---> 027049db10ce [2021-01-04T20:54:06.453Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T20:54:06.453Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:54:06.453Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:54:06.453Z] ---> 027049db10ce [2021-01-04T20:54:06.453Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T20:54:06.453Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:54:06.453Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:54:06.453Z] ---> 027049db10ce [2021-01-04T20:54:06.453Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T20:54:06.453Z] ---> Running in efe498289bcc [2021-01-04T20:54:06.453Z] ---> Running in ce564262fa8e [2021-01-04T20:54:06.453Z] ---> Running in a3b15a5954df [2021-01-04T20:54:06.453Z] ---> Running in ee3c4f283996 [2021-01-04T20:54:06.453Z] ---> Running in 4f6d922a52e9 [2021-01-04T20:54:06.453Z] Removing intermediate container ce564262fa8e [2021-01-04T20:54:06.453Z] ---> 97f7edd0cad7 [2021-01-04T20:54:06.453Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:54:06.453Z] Removing intermediate container 4f6d922a52e9 [2021-01-04T20:54:06.453Z] ---> 2e15e2aad6c5 [2021-01-04T20:54:06.453Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:54:06.453Z] Removing intermediate container a3b15a5954df [2021-01-04T20:54:06.453Z] ---> 26d60e28252f [2021-01-04T20:54:06.453Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:54:06.453Z] Removing intermediate container efe498289bcc [2021-01-04T20:54:06.453Z] ---> 639faf48e4b5 [2021-01-04T20:54:06.453Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:54:06.453Z] Removing intermediate container ee3c4f283996 [2021-01-04T20:54:06.453Z] ---> ac233ccbc777 [2021-01-04T20:54:06.453Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:54:06.453Z] ---> Running in a42556833676 [2021-01-04T20:54:06.453Z] ---> Running in 1b6df1de1242 [2021-01-04T20:54:06.453Z] ---> Running in 24db6d098a05 [2021-01-04T20:54:06.453Z] ---> Running in 6522ccf9da67 [2021-01-04T20:54:06.453Z] ---> Running in 82c5037882ec [2021-01-04T20:54:07.861Z] Removing intermediate container 1b6df1de1242 [2021-01-04T20:54:07.861Z] ---> 34bd88c0e825 [2021-01-04T20:54:07.861Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T20:54:07.861Z] ---> Running in 81fdf02849a1 [2021-01-04T20:54:07.861Z] Removing intermediate container 24db6d098a05 [2021-01-04T20:54:07.861Z] ---> 93b82cb53710 [2021-01-04T20:54:07.861Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T20:54:08.126Z] Removing intermediate container a42556833676 [2021-01-04T20:54:08.126Z] ---> e9955c0bc903 [2021-01-04T20:54:08.126Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T20:54:08.126Z] Removing intermediate container 6522ccf9da67 [2021-01-04T20:54:08.126Z] ---> 535678f3bf04 [2021-01-04T20:54:08.126Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T20:54:08.126Z] Removing intermediate container 82c5037882ec [2021-01-04T20:54:08.126Z] ---> dc2cdb50df5c [2021-01-04T20:54:08.126Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T20:54:08.388Z] ---> Running in e82fd5e3c07c [2021-01-04T20:54:08.388Z] ---> Running in adcda2dda4b7 [2021-01-04T20:54:08.388Z] ---> Running in 4cb739178801 [2021-01-04T20:54:08.388Z] ---> Running in c87080d2453a [2021-01-04T20:54:08.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:54:09.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:54:09.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:54:09.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:54:09.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:54:09.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:54:09.765Z] OK: 233 MiB in 51 packages [2021-01-04T20:54:09.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:54:10.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:54:10.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:54:10.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:54:10.032Z] OK: 233 MiB in 51 packages [2021-01-04T20:54:10.032Z] Removing intermediate container 81fdf02849a1 [2021-01-04T20:54:10.032Z] ---> 23343f2b1248 [2021-01-04T20:54:10.032Z] Step 6/24 : COPY go.mod . [2021-01-04T20:54:10.610Z] ---> 712cc2b163e9 [2021-01-04T20:54:10.610Z] Step 7/24 : RUN go mod download [2021-01-04T20:54:10.610Z] ---> Running in 7eac7e36eb72 [2021-01-04T20:54:10.610Z] OK: 233 MiB in 51 packages [2021-01-04T20:54:10.878Z] OK: 233 MiB in 51 packages [2021-01-04T20:54:10.878Z] Removing intermediate container e82fd5e3c07c [2021-01-04T20:54:10.878Z] ---> 53b9989fcd54 [2021-01-04T20:54:10.878Z] Step 6/21 : COPY go.mod . [2021-01-04T20:54:10.878Z] OK: 233 MiB in 51 packages [2021-01-04T20:54:11.141Z] ---> dfdd74911db4 [2021-01-04T20:54:11.141Z] Step 7/21 : RUN go mod download [2021-01-04T20:54:11.408Z] ---> Running in a48564a6eef5 [2021-01-04T20:54:11.408Z] Removing intermediate container 4cb739178801 [2021-01-04T20:54:11.408Z] ---> 1e8bbe95f3c4 [2021-01-04T20:54:11.408Z] Step 6/22 : COPY go.mod . [2021-01-04T20:54:11.674Z] Removing intermediate container adcda2dda4b7 [2021-01-04T20:54:11.674Z] ---> f152ee059afe [2021-01-04T20:54:11.674Z] Step 6/22 : COPY go.mod . [2021-01-04T20:54:11.674Z] ---> a29fd61335d9 [2021-01-04T20:54:11.674Z] Step 7/22 : RUN go mod download [2021-01-04T20:54:11.674Z] Removing intermediate container c87080d2453a [2021-01-04T20:54:11.947Z] ---> 751e7b11a620 [2021-01-04T20:54:11.947Z] Step 6/26 : COPY go.mod . [2021-01-04T20:54:11.947Z] ---> Running in 132b281b12af [2021-01-04T20:54:12.222Z] ---> c7f405c59d12 [2021-01-04T20:54:12.222Z] Step 7/22 : RUN go mod download [2021-01-04T20:54:12.222Z] ---> Running in 2b55198c5d44 [2021-01-04T20:54:12.488Z] ---> ef7bae50be0a [2021-01-04T20:54:12.488Z] Step 7/26 : RUN go mod download [2021-01-04T20:54:12.488Z] ---> Running in 3b271c95a3f0 [2021-01-04T20:54:12.750Z] Removing intermediate container 7eac7e36eb72 [2021-01-04T20:54:12.750Z] ---> 68f9010d79a8 [2021-01-04T20:54:12.750Z] Step 8/24 : COPY . . [2021-01-04T20:54:14.679Z] Removing intermediate container a48564a6eef5 [2021-01-04T20:54:14.679Z] ---> 34503ed1ed95 [2021-01-04T20:54:14.679Z] Step 8/21 : COPY . . [2021-01-04T20:54:15.525Z] Checking out Revision 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c (master) [2021-01-04T20:54:14.861Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T20:54:14.879Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T20:54:14.904Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T20:54:14.935Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:54:14.936Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:54:14.950Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T20:54:15.546Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T20:54:15.570Z] > git checkout -f 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c # timeout=10 [2021-01-04T20:54:17.419Z] Removing intermediate container 132b281b12af [2021-01-04T20:54:17.419Z] ---> 38dc70f7f015 [2021-01-04T20:54:17.419Z] Step 8/22 : COPY . . [2021-01-04T20:54:20.179Z] Commit message: "Merge pull request #2979 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.66" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T20:54:21.631Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-04T20:54:22.069Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T20:54:22.467Z] + sudo service docker restart [2021-01-04T20:54:22.467Z] + true [2021-01-04T20:54:22.779Z] Removing intermediate container 3b271c95a3f0 [2021-01-04T20:54:22.779Z] ---> 38fed4bda855 [2021-01-04T20:54:22.779Z] Step 8/26 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T20:54:24.516Z] provisioning config files... [2021-01-04T20:54:24.557Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/270@tmp/config4115655599208773654tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:54:24.741Z] Removing intermediate container 2b55198c5d44 [2021-01-04T20:54:24.741Z] ---> db3fc20d38e1 [2021-01-04T20:54:24.741Z] Step 8/22 : COPY . . [2021-01-04T20:54:24.972Z] ---> docker-login.sh [2021-01-04T20:54:24.972Z] nexus3.edgexfoundry.org:10001 [2021-01-04T20:54:25.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:54:26.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:54:26.237Z] Configure a credential helper to remove this warning. See [2021-01-04T20:54:26.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:54:26.237Z] [2021-01-04T20:54:26.237Z] Login Succeeded [2021-01-04T20:54:26.237Z] nexus3.edgexfoundry.org:10002 [2021-01-04T20:54:26.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:54:26.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:54:26.784Z] Configure a credential helper to remove this warning. See [2021-01-04T20:54:26.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:54:26.784Z] [2021-01-04T20:54:26.784Z] Login Succeeded [2021-01-04T20:54:26.784Z] nexus3.edgexfoundry.org:10003 [2021-01-04T20:54:27.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:54:27.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:54:27.059Z] Configure a credential helper to remove this warning. See [2021-01-04T20:54:27.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:54:27.059Z] [2021-01-04T20:54:27.059Z] Login Succeeded [2021-01-04T20:54:27.059Z] nexus3.edgexfoundry.org:10004 [2021-01-04T20:54:27.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:54:27.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:54:27.653Z] Configure a credential helper to remove this warning. See [2021-01-04T20:54:27.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:54:27.653Z] [2021-01-04T20:54:27.653Z] Login Succeeded [2021-01-04T20:54:27.653Z] docker.io [2021-01-04T20:54:27.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:54:28.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:54:28.521Z] Configure a credential helper to remove this warning. See [2021-01-04T20:54:28.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:54:28.522Z] [2021-01-04T20:54:28.522Z] Login Succeeded [2021-01-04T20:54:28.522Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T20:54:28.542Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-04T20:54:28.963Z] ========================================================= [2021-01-04T20:54:28.963Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-04T20:54:28.963Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:54:29.342Z] + 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-01-04T20:54:31.992Z] Sending build context to Docker daemon 165.4MB [2021-01-04T20:54:31.992Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T20:54:31.992Z] Step 2/6 : FROM ${BASE} [2021-01-04T20:54:31.992Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-04T20:54:31.992Z] 5f621e34cdf4: Pulling fs layer [2021-01-04T20:54:31.992Z] a4357932f1b6: Pulling fs layer [2021-01-04T20:54:31.992Z] 18c013af1878: Pulling fs layer [2021-01-04T20:54:31.992Z] 00ac8860ef70: Pulling fs layer [2021-01-04T20:54:31.992Z] 63d7cb157983: Pulling fs layer [2021-01-04T20:54:31.992Z] b116817d02f9: Pulling fs layer [2021-01-04T20:54:31.992Z] 745a02a5169b: Pulling fs layer [2021-01-04T20:54:31.992Z] 00ac8860ef70: Waiting [2021-01-04T20:54:31.992Z] 63d7cb157983: Waiting [2021-01-04T20:54:31.992Z] b116817d02f9: Waiting [2021-01-04T20:54:31.992Z] 745a02a5169b: Waiting [2021-01-04T20:54:31.992Z] 18c013af1878: Download complete [2021-01-04T20:54:31.992Z] a4357932f1b6: Verifying Checksum [2021-01-04T20:54:31.992Z] a4357932f1b6: Download complete [2021-01-04T20:54:31.992Z] 63d7cb157983: Download complete [2021-01-04T20:54:31.992Z] b116817d02f9: Verifying Checksum [2021-01-04T20:54:31.992Z] b116817d02f9: Download complete [2021-01-04T20:54:31.992Z] 5f621e34cdf4: Download complete [2021-01-04T20:54:32.267Z] 5f621e34cdf4: Pull complete [2021-01-04T20:54:32.889Z] a4357932f1b6: Pull complete [2021-01-04T20:54:33.164Z] 18c013af1878: Pull complete [2021-01-04T20:54:34.140Z] 745a02a5169b: Verifying Checksum [2021-01-04T20:54:34.140Z] 745a02a5169b: Download complete [2021-01-04T20:54:35.118Z] 00ac8860ef70: Verifying Checksum [2021-01-04T20:54:35.118Z] 00ac8860ef70: Download complete [2021-01-04T20:54:45.283Z] 00ac8860ef70: Pull complete [2021-01-04T20:54:45.558Z] 63d7cb157983: Pull complete [2021-01-04T20:54:46.155Z] b116817d02f9: Pull complete [2021-01-04T20:54:50.487Z] 745a02a5169b: Pull complete [2021-01-04T20:54:50.488Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-04T20:54:50.488Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-04T20:54:50.488Z] ---> b7e6874047d6 [2021-01-04T20:54:50.488Z] 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-01-04T20:54:51.484Z] ---> ca17b54a6cf4 [2021-01-04T20:54:51.484Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T20:54:51.484Z] ---> Running in 4b38b3623973 [2021-01-04T20:54:51.484Z] ---> 7305144dab16 [2021-01-04T20:54:51.484Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T20:54:53.132Z] ---> Running in 79c8935064f0 [2021-01-04T20:54:54.063Z] ---> Running in d8536c3c3166 [2021-01-04T20:54:54.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:54:55.018Z] ---> 11949c1c3cf3 [2021-01-04T20:54:55.018Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T20:54:55.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:54:55.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T20:54:55.759Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T20:54:56.032Z] (2/12) Installing file (5.38-r0) [2021-01-04T20:54:56.032Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T20:54:56.303Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T20:54:56.305Z] ---> Running in 131ae04317b6 [2021-01-04T20:54:56.571Z] ---> 6f3d56213ab4 [2021-01-04T20:54:56.571Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T20:54:56.571Z] ---> 54da1d3be629 [2021-01-04T20:54:56.571Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T20:54:56.850Z] ---> Running in d3bfe23b01de [2021-01-04T20:54:56.850Z] ---> Running in ba136f124150 [2021-01-04T20:54:57.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T20:54:57.412Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T20:54:58.008Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T20:54:58.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T20:54:59.681Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T20:54:59.681Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T20:54:59.953Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T20:54:59.953Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T20:54:59.953Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T20:55:00.224Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T20:55:00.224Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T20:55:00.224Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T20:55:00.495Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:55:00.495Z] OK: 217 MiB in 51 packages [2021-01-04T20:55:04.810Z] Removing intermediate container 79c8935064f0 [2021-01-04T20:55:04.810Z] ---> de40d7978717 [2021-01-04T20:55:04.810Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T20:55:04.810Z] ---> Running in a3c761b9546a [2021-01-04T20:55:05.082Z] Removing intermediate container a3c761b9546a [2021-01-04T20:55:05.082Z] ---> 3ea7a6a8bc15 [2021-01-04T20:55:05.082Z] Step 5/6 : COPY go.mod . [2021-01-04T20:55:05.682Z] ---> f79ee4cb33e6 [2021-01-04T20:55:05.682Z] Step 6/6 : RUN go mod download [2021-01-04T20:55:05.959Z] ---> Running in 8e694c2f3cb3 [2021-01-04T20:55:30.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T20:55:30.600Z] Removing intermediate container 4b38b3623973 [2021-01-04T20:55:30.600Z] ---> 64fac29a038a [2021-01-04T20:55:30.600Z] [2021-01-04T20:55:30.600Z] Step 10/24 : FROM scratch [2021-01-04T20:55:30.600Z] ---> [2021-01-04T20:55:30.600Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T20:55:30.600Z] Removing intermediate container ba136f124150 [2021-01-04T20:55:30.600Z] ---> db286291dbf1 [2021-01-04T20:55:30.600Z] [2021-01-04T20:55:30.600Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T20:55:30.600Z] ---> Running in 7db428d75832 [2021-01-04T20:55:30.600Z] 3.12: Pulling from library/alpine [2021-01-04T20:55:31.187Z] Removing intermediate container 7db428d75832 [2021-01-04T20:55:31.187Z] ---> c8b32e5c1e71 [2021-01-04T20:55:31.187Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T20:55:31.187Z] ---> Running in 9f089e130a35 [2021-01-04T20:55:31.463Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T20:55:31.463Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T20:55:31.463Z] ---> 389fef711851 [2021-01-04T20:55:31.463Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T20:55:32.785Z] Removing intermediate container 8e694c2f3cb3 [2021-01-04T20:55:32.785Z] ---> 6fc9bd9294de [2021-01-04T20:55:32.785Z] Successfully built 6fc9bd9294de [2021-01-04T20:55:32.785Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:55:33.140Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T20:55:33.140Z] . [Pipeline] withDockerContainer [2021-01-04T20:55:33.415Z] prd-ubuntu18.04-docker-arm64-4c-16g-18291 does not seem to be running inside a container [2021-01-04T20:55:33.503Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/270 -v /w/workspace/edgex-go/270:/w/workspace/edgex-go/270:rw,z -v /w/workspace/edgex-go/270@tmp:/w/workspace/edgex-go/270@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 ******** ci-base-image-arm64 cat [2021-01-04T20:55:34.028Z] Removing intermediate container 9f089e130a35 [2021-01-04T20:55:34.028Z] ---> 6201e5272aff [2021-01-04T20:55:34.028Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T20:55:34.985Z] ---> Running in 32f813c7f4ce [2021-01-04T20:55:34.985Z] ---> Running in c4a88d0f5468 [2021-01-04T20:55:34.985Z] Removing intermediate container d3bfe23b01de [2021-01-04T20:55:34.985Z] ---> c2235af895cd [2021-01-04T20:55:34.985Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T20:55:35.004Z] $ docker top e1fb88283e63bdaa68e1427709807e8a012abd9aecae87cff9ec183f894b5603 -eo pid,comm [2021-01-04T20:55:35.272Z] Removing intermediate container 131ae04317b6 [2021-01-04T20:55:35.272Z] ---> 89dc9a93a015 [2021-01-04T20:55:35.272Z] [2021-01-04T20:55:35.272Z] Step 10/22 : FROM scratch [2021-01-04T20:55:35.272Z] ---> [2021-01-04T20:55:35.272Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:55:35.272Z] ---> Running in e3960c032da4 [Pipeline] { [Pipeline] sh [2021-01-04T20:55:35.541Z] Removing intermediate container c4a88d0f5468 [2021-01-04T20:55:35.541Z] ---> 67589b69a2e6 [2021-01-04T20:55:35.541Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T20:55:35.541Z] ---> Running in 122be79a4c99 [2021-01-04T20:55:35.805Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:35.805Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:36.050Z] + go version [2021-01-04T20:55:36.050Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-04T20:55:36.074Z] $ docker stop --time=1 e1fb88283e63bdaa68e1427709807e8a012abd9aecae87cff9ec183f894b5603 [2021-01-04T20:55:36.387Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T20:55:36.387Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T20:55:36.387Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T20:55:36.387Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T20:55:36.387Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T20:55:36.387Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:55:36.387Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T20:55:36.387Z] Removing intermediate container 122be79a4c99 [2021-01-04T20:55:36.387Z] ---> 992f8ff0fcdb [2021-01-04T20:55:36.387Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T20:55:36.387Z] OK: 7 MiB in 19 packages [2021-01-04T20:55:36.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T20:55:37.338Z] ---> f1cdb36e83e4 [2021-01-04T20:55:37.338Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T20:55:37.607Z] ---> Running in 08421a5132f0 [2021-01-04T20:55:37.607Z] Removing intermediate container d8536c3c3166 [2021-01-04T20:55:37.607Z] ---> 79a5813d7226 [2021-01-04T20:55:37.607Z] [2021-01-04T20:55:37.607Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T20:55:37.607Z] ---> 389fef711851 [2021-01-04T20:55:37.607Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T20:55:37.870Z] ---> Running in eda3cb275b88 [2021-01-04T20:55:37.997Z] $ docker rm -f e1fb88283e63bdaa68e1427709807e8a012abd9aecae87cff9ec183f894b5603 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-01-04T20:55:38.819Z] Removing intermediate container 08421a5132f0 [2021-01-04T20:55:38.819Z] ---> f0afbc92b069 [2021-01-04T20:55:38.819Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T20:55:38.819Z] ---> Running in ed3ae5516fa3 [2021-01-04T20:55:38.819Z] ---> dce55500ab1b [2021-01-04T20:55:38.819Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T20:55:38.819Z] Removing intermediate container 32f813c7f4ce [2021-01-04T20:55:38.819Z] ---> f82faa3eb169 [2021-01-04T20:55:38.819Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:55:39.084Z] Removing intermediate container e3960c032da4 [2021-01-04T20:55:39.084Z] ---> 34527576ac60 [2021-01-04T20:55:39.084Z] [2021-01-04T20:55:39.084Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T20:55:39.084Z] Removing intermediate container ed3ae5516fa3 [2021-01-04T20:55:39.084Z] ---> 9e1e9d59b479 [2021-01-04T20:55:39.084Z] Step 14/22 : WORKDIR / [2021-01-04T20:55:39.084Z] ---> Running in 32cea7e1466c [2021-01-04T20:55:39.084Z] 20.10.0: Pulling from library/docker [2021-01-04T20:55:39.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T20:55:39.215Z] [2021-01-04T20:55:39.215Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:55:39.610Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T20:55:39.884Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-04T20:55:39.884Z] 29e5d40040c1: Pulling fs layer [2021-01-04T20:55:39.884Z] 1ce36da41761: Pulling fs layer [2021-01-04T20:55:39.884Z] 25b303627fd3: Pulling fs layer [2021-01-04T20:55:39.884Z] 29e5d40040c1: Verifying Checksum [2021-01-04T20:55:39.884Z] 29e5d40040c1: Download complete [2021-01-04T20:55:40.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:40.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:40.046Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T20:55:40.309Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T20:55:40.309Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T20:55:40.309Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T20:55:40.309Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:55:40.309Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T20:55:40.309Z] ---> Running in 66d7ec6c2840 [2021-01-04T20:55:40.583Z] OK: 7 MiB in 18 packages [2021-01-04T20:55:40.865Z] ---> b75765e1ad57 [2021-01-04T20:55:40.865Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T20:55:40.865Z] Removing intermediate container 32cea7e1466c [2021-01-04T20:55:40.865Z] ---> c1d8ef16574c [2021-01-04T20:55:40.865Z] Step 13/22 : WORKDIR / [2021-01-04T20:55:40.870Z] 1ce36da41761: Verifying Checksum [2021-01-04T20:55:40.870Z] 1ce36da41761: Download complete [2021-01-04T20:55:40.870Z] 29e5d40040c1: Pull complete [2021-01-04T20:55:41.131Z] ---> Running in 1b503aa236b3 [2021-01-04T20:55:41.710Z] Removing intermediate container 66d7ec6c2840 [2021-01-04T20:55:41.710Z] ---> 6e6428a62fd5 [2021-01-04T20:55:41.710Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T20:55:41.855Z] 1ce36da41761: Pull complete [2021-01-04T20:55:42.286Z] ---> fd774624ac77 [2021-01-04T20:55:42.286Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T20:55:42.834Z] 25b303627fd3: Download complete [2021-01-04T20:55:42.871Z] ---> 0575fbf1bfae [2021-01-04T20:55:42.871Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T20:55:42.871Z] Removing intermediate container 1b503aa236b3 [2021-01-04T20:55:42.871Z] ---> f6a3c1863b0e [2021-01-04T20:55:42.871Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T20:55:42.871Z] Removing intermediate container eda3cb275b88 [2021-01-04T20:55:42.871Z] ---> fc9cbd42ac20 [2021-01-04T20:55:42.871Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T20:55:42.871Z] ---> f67df98e992f [2021-01-04T20:55:42.871Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T20:55:43.138Z] ---> Running in 91881fd3f82c [2021-01-04T20:55:43.404Z] ---> 17c19a5eab95 [2021-01-04T20:55:43.404Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T20:55:43.404Z] Removing intermediate container 91881fd3f82c [2021-01-04T20:55:43.404Z] ---> a90bcc45c69f [2021-01-04T20:55:43.404Z] Step 13/21 : WORKDIR /edgex [2021-01-04T20:55:43.673Z] ---> acb1148f208f [2021-01-04T20:55:43.673Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T20:55:43.673Z] ---> Running in 1fee59c79297 [2021-01-04T20:55:43.673Z] ---> ce87e7ea485d [2021-01-04T20:55:43.673Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T20:55:43.673Z] ---> Running in 47d9bd365166 [2021-01-04T20:55:43.940Z] ---> f37546d2a109 [2021-01-04T20:55:43.940Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T20:55:44.205Z] ---> 17e3f1bf7bc0 [2021-01-04T20:55:44.205Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T20:55:44.205Z] Removing intermediate container 1fee59c79297 [2021-01-04T20:55:44.205Z] ---> a9ce10d1df1c [2021-01-04T20:55:44.205Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T20:55:44.205Z] Removing intermediate container 47d9bd365166 [2021-01-04T20:55:44.205Z] ---> d96d102a081d [2021-01-04T20:55:44.205Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:55:44.786Z] ---> Running in 47e2ce5fb679 [2021-01-04T20:55:45.060Z] ---> Running in 38baa41da7d3 [2021-01-04T20:55:45.060Z] ---> 015bc1fd8c1a [2021-01-04T20:55:45.060Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T20:55:45.060Z] ---> c49a27e10e63 [2021-01-04T20:55:45.060Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T20:55:45.325Z] Removing intermediate container 47e2ce5fb679 [2021-01-04T20:55:45.325Z] ---> 940d7ced1a44 [2021-01-04T20:55:45.325Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:55:45.325Z] Removing intermediate container 38baa41da7d3 [2021-01-04T20:55:45.325Z] ---> 68cd29713ab6 [2021-01-04T20:55:45.325Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T20:55:45.325Z] ---> Running in ae8efb63715b [2021-01-04T20:55:45.588Z] ---> a3095aba1950 [2021-01-04T20:55:45.588Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T20:55:45.588Z] ---> Running in daebb8bc738d [2021-01-04T20:55:45.588Z] ---> Running in dd5684d86f93 [2021-01-04T20:55:45.852Z] ---> 5350e22aa616 [2021-01-04T20:55:45.852Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T20:55:45.852Z] Removing intermediate container ae8efb63715b [2021-01-04T20:55:45.852Z] ---> 9fbca9533781 [2021-01-04T20:55:45.852Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T20:55:46.120Z] Removing intermediate container daebb8bc738d [2021-01-04T20:55:46.120Z] ---> d2e19291b6f6 [2021-01-04T20:55:46.120Z] Step 23/24 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:55:46.120Z] ---> Running in 15137c5f8599 [2021-01-04T20:55:47.070Z] ---> Running in db6c905849ce [2021-01-04T20:55:47.070Z] ---> d035020b7034 [2021-01-04T20:55:47.070Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T20:55:47.070Z] Removing intermediate container 15137c5f8599 [2021-01-04T20:55:47.070Z] ---> 23c6c4af72b6 [2021-01-04T20:55:47.070Z] Step 21/22 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:55:47.333Z] Removing intermediate container db6c905849ce [2021-01-04T20:55:47.333Z] ---> 33ca8cc48b78 [2021-01-04T20:55:47.333Z] Step 24/24 : LABEL version=2.0.0-dev.25 [2021-01-04T20:55:47.333Z] ---> Running in 1b40edefac47 [2021-01-04T20:55:47.333Z] ---> Running in 831a662fd3d4 [2021-01-04T20:55:47.594Z] ---> Running in 402e9adc5824 [2021-01-04T20:55:47.594Z] Removing intermediate container 831a662fd3d4 [2021-01-04T20:55:47.594Z] ---> ba4f2c394688 [2021-01-04T20:55:47.594Z] Step 22/22 : LABEL version=2.0.0-dev.25 [2021-01-04T20:55:47.859Z] Removing intermediate container 1b40edefac47 [2021-01-04T20:55:47.859Z] ---> a2d24f4cc607 [2021-01-04T20:55:47.859Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T20:55:47.859Z] ---> Running in 908c39717dd8 [2021-01-04T20:55:47.859Z] ---> Running in fd45c67dd269 [2021-01-04T20:55:47.859Z] Removing intermediate container dd5684d86f93 [2021-01-04T20:55:47.859Z] ---> 19ba1cb5d326 [2021-01-04T20:55:47.859Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T20:55:47.859Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T20:55:48.127Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T20:55:48.127Z] ---> aefe523efa57 [2021-01-04T20:55:48.127Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T20:55:48.127Z] Removing intermediate container 402e9adc5824 [2021-01-04T20:55:48.127Z] ---> 6eca67d9dd7e [2021-01-04T20:55:48.127Z] [2021-01-04T20:55:48.127Z] ---> Running in 96407e59f06b [2021-01-04T20:55:48.127Z] ---> Running in 271e1a2dad0f [2021-01-04T20:55:48.394Z] Successfully built 6eca67d9dd7e [2021-01-04T20:55:48.394Z] Removing intermediate container 908c39717dd8 [2021-01-04T20:55:48.394Z] ---> ecff07d4ed0f [2021-01-04T20:55:48.394Z] [2021-01-04T20:55:48.394Z] Successfully tagged docker-support-notifications-go:latest [2021-01-04T20:55:48.394Z] Building docker-security-secretstore-setup-go [2021-01-04T20:55:48.394Z]  Building docker-support-notifications-go ... done Removing intermediate container fd45c67dd269 [2021-01-04T20:55:48.394Z] ---> 507ddde73db9 [2021-01-04T20:55:48.394Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T20:55:48.394Z] Successfully built ecff07d4ed0f [2021-01-04T20:55:48.658Z] Successfully tagged docker-core-command-go:latest [2021-01-04T20:55:48.658Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-04T20:55:48.658Z] ---> Running in e01bc02799fc [2021-01-04T20:55:48.658Z] Removing intermediate container 96407e59f06b [2021-01-04T20:55:48.658Z] ---> d6250e4eb776 [2021-01-04T20:55:48.658Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T20:55:48.936Z] ---> Running in 72e6f9c6f60f [2021-01-04T20:55:48.936Z] Removing intermediate container e01bc02799fc [2021-01-04T20:55:48.937Z] ---> ece3c8258d40 [2021-01-04T20:55:48.937Z] Step 20/21 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:55:48.937Z] ---> Running in 2c92d0223c29 [2021-01-04T20:55:48.937Z] Removing intermediate container 72e6f9c6f60f [2021-01-04T20:55:48.937Z] ---> 3f1386886ef9 [2021-01-04T20:55:48.937Z] Step 21/22 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:55:48.937Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:49.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:49.204Z] ---> Running in 8f84dd9ad3fb [2021-01-04T20:55:49.471Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T20:55:49.471Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T20:55:49.471Z] Executing bash-5.0.17-r0.post-install [2021-01-04T20:55:49.471Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:55:49.471Z] OK: 12 MiB in 22 packages [2021-01-04T20:55:49.471Z] Removing intermediate container 2c92d0223c29 [2021-01-04T20:55:49.471Z] ---> c6158d1d87d8 [2021-01-04T20:55:49.471Z] Step 21/21 : LABEL version=2.0.0-dev.25 [2021-01-04T20:55:50.875Z] Removing intermediate container 8f84dd9ad3fb [2021-01-04T20:55:50.875Z] ---> 5c6396ff18fc [2021-01-04T20:55:50.875Z] Step 22/22 : LABEL version=2.0.0-dev.25 [2021-01-04T20:55:52.986Z] 25b303627fd3: Pull complete [2021-01-04T20:55:52.986Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-04T20:55:52.986Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T20:55:52.986Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-04T20:55:53.252Z] prd-ubuntu18.04-docker-arm64-4c-16g-18291 does not seem to be running inside a container [2021-01-04T20:55:53.284Z] ---> Running in edf51f4bf7f1 [2021-01-04T20:55:53.341Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/270 -v /w/workspace/edgex-go/270:/w/workspace/edgex-go/270:rw,z -v /w/workspace/edgex-go/270@tmp:/w/workspace/edgex-go/270@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T20:55:54.246Z] ---> Running in 803706ad750e [2021-01-04T20:55:55.650Z] Removing intermediate container edf51f4bf7f1 [2021-01-04T20:55:55.650Z] ---> 08cf17255176 [2021-01-04T20:55:55.650Z] [2021-01-04T20:55:55.650Z] Successfully built 08cf17255176 [2021-01-04T20:55:56.235Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-04T20:55:56.235Z] Building docker-core-metadata-go [2021-01-04T20:55:56.235Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 803706ad750e [2021-01-04T20:55:56.235Z] ---> 625215c91e07 [2021-01-04T20:55:56.235Z] [2021-01-04T20:55:56.235Z] Removing intermediate container 271e1a2dad0f [2021-01-04T20:55:56.235Z] ---> cbfde54064cb [2021-01-04T20:55:56.235Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T20:55:56.501Z] Successfully built 625215c91e07 [2021-01-04T20:55:56.542Z] $ docker top bb10d2d16fafdd05c4e981b3c1cde78b6900a6d96fe0aec8050137897cb2ab35 -eo pid,comm [2021-01-04T20:55:56.765Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-04T20:55:56.765Z] Building docker-support-scheduler-go [Pipeline] { [Pipeline] sh [2021-01-04T20:55:57.361Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 933c4a2bfd62 [2021-01-04T20:55:57.659Z] + docker-compose build --help [2021-01-04T20:55:57.659Z] + grep parallel [2021-01-04T20:55:58.331Z] Removing intermediate container 933c4a2bfd62 [2021-01-04T20:55:58.331Z] ---> 0a42ea2d1a3a [2021-01-04T20:55:58.331Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T20:55:58.596Z] ---> Running in 654c36cefbda [2021-01-04T20:56:01.030Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T20:56:01.054Z] $ docker stop --time=1 bb10d2d16fafdd05c4e981b3c1cde78b6900a6d96fe0aec8050137897cb2ab35 [2021-01-04T20:56:02.831Z] Removing intermediate container 654c36cefbda [2021-01-04T20:56:02.831Z] ---> 338565c8c0f0 [2021-01-04T20:56:02.831Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T20:56:03.022Z] $ docker rm -f bb10d2d16fafdd05c4e981b3c1cde78b6900a6d96fe0aec8050137897cb2ab35 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:56:03.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T20:56:03.860Z] . [Pipeline] withDockerContainer [2021-01-04T20:56:04.282Z] prd-ubuntu18.04-docker-arm64-4c-16g-18291 does not seem to be running inside a container [2021-01-04T20:56:04.412Z] $ 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/270 -v /w/workspace/edgex-go/270:/w/workspace/edgex-go/270:rw,z -v /w/workspace/edgex-go/270@tmp:/w/workspace/edgex-go/270@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-01-04T20:56:05.457Z] ---> Running in 39b493662e2b [2021-01-04T20:56:05.733Z] Removing intermediate container 39b493662e2b [2021-01-04T20:56:05.733Z] ---> 5379a5c849af [2021-01-04T20:56:05.733Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T20:56:05.808Z] $ docker top bf49adf43cfc7dc6efd3191660cb52f7422e4bf28db5d87a71787e7bd80f1ee9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T20:56:06.924Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T20:56:07.690Z] ---> 2c22dd6861d0 [2021-01-04T20:56:07.690Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T20:56:08.283Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:56:08.283Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:56:08.283Z] ---> 027049db10ce [2021-01-04T20:56:08.283Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T20:56:08.550Z] ---> Using cache [2021-01-04T20:56:08.550Z] ---> ac233ccbc777 [2021-01-04T20:56:08.550Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:56:08.550Z] ---> Using cache [2021-01-04T20:56:08.550Z] ---> dc2cdb50df5c [2021-01-04T20:56:08.550Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T20:56:08.812Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:56:08.812Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:56:08.812Z] ---> 027049db10ce [2021-01-04T20:56:08.812Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T20:56:08.812Z] ---> Using cache [2021-01-04T20:56:08.812Z] ---> ac233ccbc777 [2021-01-04T20:56:08.812Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:56:08.812Z] ---> Using cache [2021-01-04T20:56:08.812Z] ---> dc2cdb50df5c [2021-01-04T20:56:08.812Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T20:56:10.300Z] Building docker-core-command-go ... [2021-01-04T20:56:10.300Z] Building docker-core-data-go ... [2021-01-04T20:56:10.300Z] Building docker-core-metadata-go ... [2021-01-04T20:56:10.300Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T20:56:10.300Z] Building docker-security-proxy-setup-go ... [2021-01-04T20:56:10.300Z] Building docker-security-secretstore-setup-go ... [2021-01-04T20:56:10.300Z] Building docker-support-notifications-go ... [2021-01-04T20:56:10.300Z] Building docker-support-scheduler-go ... [2021-01-04T20:56:10.300Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T20:56:10.300Z] Building docker-core-command-go [2021-01-04T20:56:10.300Z] Building docker-sys-mgmt-agent-go [2021-01-04T20:56:10.300Z] Building docker-support-scheduler-go [2021-01-04T20:56:10.300Z] Building docker-security-secretstore-setup-go [2021-01-04T20:56:10.300Z] Building docker-security-bootstrap-redis-go [2021-01-04T20:56:13.069Z] ---> Running in aa0f92236853 [2021-01-04T20:56:13.069Z] ---> Running in 6ff5072d74c5 [2021-01-04T20:56:13.069Z] ---> 2668761adc19 [2021-01-04T20:56:13.069Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T20:56:15.011Z] ---> 3d6fc66d4ad6 [2021-01-04T20:56:15.012Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T20:56:15.969Z] ---> Running in f03f974ea4a7 [2021-01-04T20:56:16.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:16.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:17.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:17.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:17.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:17.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:17.771Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:56:17.771Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:56:17.771Z] ---> 027049db10ce [2021-01-04T20:56:17.771Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T20:56:17.771Z] ---> Using cache [2021-01-04T20:56:17.771Z] ---> ac233ccbc777 [2021-01-04T20:56:17.771Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:56:17.771Z] ---> Using cache [2021-01-04T20:56:17.771Z] ---> dc2cdb50df5c [2021-01-04T20:56:17.771Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T20:56:17.771Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T20:56:17.771Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T20:56:18.035Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T20:56:18.035Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T20:56:18.035Z] OK: 233 MiB in 51 packages [2021-01-04T20:56:18.307Z] OK: 233 MiB in 51 packages [2021-01-04T20:56:18.307Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T20:56:18.307Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T20:56:18.307Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T20:56:18.571Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:56:18.571Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:56:18.571Z] ---> 027049db10ce [2021-01-04T20:56:18.571Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T20:56:18.571Z] ---> Using cache [2021-01-04T20:56:18.571Z] ---> ac233ccbc777 [2021-01-04T20:56:18.571Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:56:18.571Z] ---> Using cache [2021-01-04T20:56:18.571Z] ---> dc2cdb50df5c [2021-01-04T20:56:18.571Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T20:56:19.521Z] ---> Running in 41d59525c03f [2021-01-04T20:56:22.075Z] ---> Running in c849f9e83f9c [2021-01-04T20:56:22.075Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T20:56:22.075Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T20:56:22.075Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T20:56:22.075Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T20:56:22.075Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T20:56:22.075Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T20:56:22.075Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T20:56:23.021Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T20:56:23.021Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T20:56:23.021Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T20:56:23.021Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T20:56:23.021Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T20:56:23.021Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T20:56:23.021Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T20:56:23.595Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T20:56:23.857Z] Removing intermediate container 6ff5072d74c5 [2021-01-04T20:56:23.857Z] ---> b3b4c7def40b [2021-01-04T20:56:23.857Z] Step 6/24 : COPY go.mod . [2021-01-04T20:56:23.857Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T20:56:23.857Z] Removing intermediate container aa0f92236853 [2021-01-04T20:56:23.857Z] ---> 106a728236f8 [2021-01-04T20:56:23.857Z] Step 6/23 : COPY go.mod . [2021-01-04T20:56:23.857Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T20:56:23.857Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T20:56:23.857Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T20:56:23.857Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T20:56:23.857Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T20:56:23.857Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T20:56:23.857Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T20:56:23.857Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T20:56:23.857Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T20:56:24.120Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T20:56:24.120Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:56:24.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:24.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:24.120Z] OK: 71 MiB in 55 packages [2021-01-04T20:56:24.700Z] ---> ae060d7f52f0 [2021-01-04T20:56:24.700Z] Step 7/24 : RUN go mod download [2021-01-04T20:56:24.700Z] ---> 543a133c93e1 [2021-01-04T20:56:24.700Z] Step 7/23 : RUN go mod download [2021-01-04T20:56:24.700Z] ---> Running in 5cd17ee179d5 [2021-01-04T20:56:24.700Z] ---> Running in d048ee1f2761 [2021-01-04T20:56:24.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:24.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:25.562Z] OK: 233 MiB in 51 packages [2021-01-04T20:56:25.562Z] OK: 233 MiB in 51 packages [2021-01-04T20:56:29.795Z] Removing intermediate container f03f974ea4a7 [2021-01-04T20:56:29.795Z] ---> 5b4af2089526 [2021-01-04T20:56:29.795Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T20:56:29.795Z] Removing intermediate container 41d59525c03f [2021-01-04T20:56:29.795Z] ---> 2ff6eadcb0f3 [2021-01-04T20:56:29.795Z] Step 6/22 : COPY go.mod . [2021-01-04T20:56:30.062Z] Removing intermediate container c849f9e83f9c [2021-01-04T20:56:30.062Z] ---> be61e9251230 [2021-01-04T20:56:30.062Z] Step 6/21 : COPY go.mod . [2021-01-04T20:56:30.062Z] ---> Running in 23e79b79936a [2021-01-04T20:56:30.062Z] Removing intermediate container 5cd17ee179d5 [2021-01-04T20:56:30.062Z] ---> 92bf8d666c7c [2021-01-04T20:56:30.062Z] Step 8/24 : COPY . . [2021-01-04T20:56:30.329Z] Removing intermediate container d048ee1f2761 [2021-01-04T20:56:30.329Z] ---> 7270e1d60cbf [2021-01-04T20:56:30.329Z] Step 8/23 : COPY . . [2021-01-04T20:56:30.329Z] ---> 74af37c7bf86 [2021-01-04T20:56:30.329Z] Step 7/22 : RUN go mod download [2021-01-04T20:56:30.596Z] ---> 31e9642d76c8 [2021-01-04T20:56:30.596Z] Step 7/21 : RUN go mod download [2021-01-04T20:56:33.178Z] ---> Running in 49513fe6ae6d [2021-01-04T20:56:33.442Z] ---> Running in ad400bde88b0 [2021-01-04T20:56:40.120Z] Collecting docker-compose==1.23.2 [2021-01-04T20:56:40.120Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T20:56:42.066Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T20:56:42.329Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T20:56:42.907Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T20:56:43.176Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T20:56:43.176Z] Removing intermediate container 49513fe6ae6d [2021-01-04T20:56:43.176Z] ---> f22d3dc63230 [2021-01-04T20:56:43.176Z] Step 8/22 : COPY . . [2021-01-04T20:56:43.459Z] Removing intermediate container ad400bde88b0 [2021-01-04T20:56:43.459Z] ---> be85216520fa [2021-01-04T20:56:43.459Z] Step 8/21 : COPY . . [2021-01-04T20:56:43.459Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T20:56:43.459Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T20:56:45.422Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T20:56:45.422Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T20:56:52.099Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T20:56:52.099Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T20:56:53.509Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T20:56:53.509Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T20:56:53.509Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T20:56:53.509Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T20:56:56.853Z] 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-01-04T20:56:56.853Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T20:56:56.853Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T20:56:57.255Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:56:57.255Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:56:57.255Z] ---> 6fc9bd9294de [2021-01-04T20:56:57.255Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T20:56:57.255Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:56:57.255Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:56:57.255Z] ---> 6fc9bd9294de [2021-01-04T20:56:57.255Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T20:56:57.255Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:56:57.255Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:56:57.255Z] ---> 6fc9bd9294de [2021-01-04T20:56:57.255Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T20:56:57.255Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:56:57.255Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:56:57.255Z] ---> 6fc9bd9294de [2021-01-04T20:56:57.255Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T20:56:57.255Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:56:57.255Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:56:57.255Z] ---> 6fc9bd9294de [2021-01-04T20:56:57.255Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T20:56:57.808Z] ---> 744ecab0b0ff [2021-01-04T20:56:57.808Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T20:56:57.808Z] ---> a3957782bb3d [2021-01-04T20:56:57.808Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T20:56:58.075Z] Collecting PyYAML<4,>=3.10 [2021-01-04T20:56:58.075Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T20:56:58.354Z] ---> Running in 12954927f424 [2021-01-04T20:56:58.354Z] ---> Running in 5101ce309a98 [2021-01-04T20:56:59.328Z] Collecting idna<2.8,>=2.5 [2021-01-04T20:56:59.328Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T20:56:59.873Z] ---> Running in ef00dac3fb11 [2021-01-04T20:56:59.874Z] ---> Running in 60dd6506ada7 [2021-01-04T20:56:59.874Z] ---> Running in aa6c169cdd3a [2021-01-04T20:56:59.874Z] ---> Running in 95e81b78655e [2021-01-04T20:56:59.874Z] ---> Running in 27843a39ad51 [2021-01-04T20:57:00.147Z] Removing intermediate container ef00dac3fb11 [2021-01-04T20:57:00.147Z] ---> 2ef4405a33f4 [2021-01-04T20:57:00.147Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:57:00.147Z] Removing intermediate container aa6c169cdd3a [2021-01-04T20:57:00.147Z] ---> 0e9fc1456ed4 [2021-01-04T20:57:00.147Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:57:00.424Z] Removing intermediate container 95e81b78655e [2021-01-04T20:57:00.424Z] ---> 7bbc521d0e65 [2021-01-04T20:57:00.424Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:57:00.424Z] Removing intermediate container 27843a39ad51 [2021-01-04T20:57:00.424Z] ---> 23315f869fa3 [2021-01-04T20:57:00.424Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:57:00.425Z] Removing intermediate container 60dd6506ada7 [2021-01-04T20:57:00.425Z] ---> 24edc54cf26f [2021-01-04T20:57:00.425Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:57:00.425Z] ---> Running in eb5248c8fca8 [2021-01-04T20:57:00.425Z] ---> Running in a903e83b3ed9 [2021-01-04T20:57:00.425Z] ---> Running in 12b374f50745 [2021-01-04T20:57:00.425Z] ---> Running in 6b0da20d95d9 [2021-01-04T20:57:00.700Z] ---> Running in f8891112791b [2021-01-04T20:57:00.730Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T20:57:00.995Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T20:57:00.995Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T20:57:00.995Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T20:57:01.265Z] 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-01-04T20:57:01.265Z] 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-01-04T20:57:01.265Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T20:57:01.265Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T20:57:01.862Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T20:57:01.862Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T20:57:01.862Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T20:57:01.862Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T20:57:02.133Z] Installing collected packages: idna, urllib3, requests, cached-property, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, docopt, texttable, PyYAML, docker-compose [2021-01-04T20:57:02.133Z] Attempting uninstall: idna [2021-01-04T20:57:02.133Z] Found existing installation: idna 2.9 [2021-01-04T20:57:02.133Z] Uninstalling idna-2.9: [2021-01-04T20:57:02.404Z] Successfully uninstalled idna-2.9 [2021-01-04T20:57:02.992Z] Attempting uninstall: urllib3 [2021-01-04T20:57:02.992Z] Found existing installation: urllib3 1.25.9 [2021-01-04T20:57:02.992Z] Uninstalling urllib3-1.25.9: [2021-01-04T20:57:03.287Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T20:57:03.908Z] Attempting uninstall: requests [2021-01-04T20:57:03.908Z] Found existing installation: requests 2.23.0 [2021-01-04T20:57:03.908Z] Uninstalling requests-2.23.0: [2021-01-04T20:57:03.908Z] Successfully uninstalled requests-2.23.0 [2021-01-04T20:57:04.125Z] Removing intermediate container eb5248c8fca8 [2021-01-04T20:57:04.125Z] ---> bda422421dd0 [2021-01-04T20:57:04.125Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T20:57:04.125Z] ---> Running in bfd6a178d647 [2021-01-04T20:57:04.402Z] Removing intermediate container 12b374f50745 [2021-01-04T20:57:04.402Z] ---> e72c962032d4 [2021-01-04T20:57:04.402Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T20:57:04.679Z] Removing intermediate container a903e83b3ed9 [2021-01-04T20:57:04.679Z] ---> f0296680333a [2021-01-04T20:57:04.679Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T20:57:04.679Z] ---> Running in 60c06e61d8e6 [2021-01-04T20:57:04.679Z] Removing intermediate container 6b0da20d95d9 [2021-01-04T20:57:04.679Z] ---> 62d8b3292eab [2021-01-04T20:57:04.679Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T20:57:04.955Z] ---> Running in b5ee509a39b3 [2021-01-04T20:57:04.955Z] Removing intermediate container f8891112791b [2021-01-04T20:57:04.955Z] ---> 89b962abd089 [2021-01-04T20:57:04.955Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T20:57:04.955Z] ---> Running in f18c75170a0f [2021-01-04T20:57:05.235Z] ---> Running in 9c85e6eb2310 [2021-01-04T20:57:06.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:57:06.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:57:06.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:57:07.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:57:07.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:57:07.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:57:07.326Z] Running setup.py install for dockerpty: started [2021-01-04T20:57:07.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:57:07.923Z] OK: 217 MiB in 51 packages [2021-01-04T20:57:07.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:57:07.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:57:07.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:57:08.201Z] OK: 217 MiB in 51 packages [2021-01-04T20:57:08.805Z] OK: 217 MiB in 51 packages [2021-01-04T20:57:09.084Z] OK: 217 MiB in 51 packages [2021-01-04T20:57:09.084Z] OK: 217 MiB in 51 packages [2021-01-04T20:57:09.315Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T20:57:09.315Z] Running setup.py install for docopt: started [2021-01-04T20:57:09.363Z] Removing intermediate container bfd6a178d647 [2021-01-04T20:57:09.363Z] ---> 3b46d8688b44 [2021-01-04T20:57:09.363Z] Step 6/21 : COPY go.mod . [2021-01-04T20:57:10.303Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T20:57:10.303Z] Running setup.py install for texttable: started [2021-01-04T20:57:10.357Z] Removing intermediate container 60c06e61d8e6 [2021-01-04T20:57:10.357Z] ---> d7c0dd51dfd2 [2021-01-04T20:57:10.357Z] Step 6/22 : COPY go.mod . [2021-01-04T20:57:10.357Z] ---> 3584d3e468a2 [2021-01-04T20:57:10.357Z] Step 7/21 : RUN go mod download [2021-01-04T20:57:10.631Z] ---> Running in 89b5ea1545a9 [2021-01-04T20:57:10.908Z] Removing intermediate container f18c75170a0f [2021-01-04T20:57:10.908Z] ---> e843fbec8b2e [2021-01-04T20:57:10.908Z] Step 6/24 : COPY go.mod . [2021-01-04T20:57:10.908Z] Removing intermediate container b5ee509a39b3 [2021-01-04T20:57:10.908Z] ---> 04bc47cab600 [2021-01-04T20:57:10.908Z] Step 6/26 : COPY go.mod . [2021-01-04T20:57:11.184Z] ---> 8e17866e6ca0 [2021-01-04T20:57:11.184Z] Step 7/22 : RUN go mod download [2021-01-04T20:57:11.184Z] Removing intermediate container 9c85e6eb2310 [2021-01-04T20:57:11.184Z] ---> ff7fae8ca01f [2021-01-04T20:57:11.309Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T20:57:11.310Z] Running setup.py install for PyYAML: started [2021-01-04T20:57:11.461Z] Step 6/22 : COPY go.mod . [2021-01-04T20:57:11.461Z] ---> Running in 02d8673410fb [2021-01-04T20:57:11.578Z] ---> e3550d5b80f5 [2021-01-04T20:57:11.578Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T20:57:11.578Z] ---> 964d6990b407 [2021-01-04T20:57:11.578Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T20:57:11.854Z] ---> Running in 1bd579787d7c [2021-01-04T20:57:11.854Z] ---> Running in 56cee85deeb7 [2021-01-04T20:57:12.062Z] ---> 9cf72571f459 [2021-01-04T20:57:12.062Z] Step 7/24 : RUN go mod download [2021-01-04T20:57:12.122Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T20:57:12.336Z] ---> b80ba5532381 [2021-01-04T20:57:12.336Z] Step 7/26 : RUN go mod download [2021-01-04T20:57:12.336Z] ---> Running in 488751fd597a [2021-01-04T20:57:12.395Z] 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-01-04T20:57:12.611Z] ---> Running in b1fc363effa2 [2021-01-04T20:57:12.611Z] ---> 5899643d5b0b [2021-01-04T20:57:12.611Z] Step 7/22 : RUN go mod download [2021-01-04T20:57:12.894Z] ---> Running in b3f594f002a4 [2021-01-04T20:57:12.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T20:57:12.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T20:57:14.900Z] Removing intermediate container 89b5ea1545a9 [2021-01-04T20:57:14.900Z] ---> 5ec89408fa06 [2021-01-04T20:57:14.900Z] Step 8/21 : COPY . . [2021-01-04T20:57:15.499Z] Removing intermediate container 02d8673410fb [2021-01-04T20:57:15.499Z] ---> 882221c9efcd [2021-01-04T20:57:15.499Z] Step 8/22 : COPY . . [2021-01-04T20:57:18.329Z] Removing intermediate container 23e79b79936a [2021-01-04T20:57:18.329Z] ---> cf7d65877e8b [2021-01-04T20:57:18.329Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T20:57:18.350Z] Removing intermediate container 488751fd597a [2021-01-04T20:57:18.350Z] ---> c20110f796a0 [2021-01-04T20:57:18.350Z] Step 8/24 : COPY . . [2021-01-04T20:57:18.350Z] Removing intermediate container b3f594f002a4 [2021-01-04T20:57:18.350Z] ---> d7a9379ba482 [2021-01-04T20:57:18.350Z] Step 8/22 : COPY . . [2021-01-04T20:57:18.350Z] Removing intermediate container b1fc363effa2 [2021-01-04T20:57:18.350Z] ---> c54dd8fcf063 [2021-01-04T20:57:18.350Z] Step 8/26 : COPY . . [2021-01-04T20:57:18.613Z] ---> Running in 15600050b479 [2021-01-04T20:57:19.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:57:19.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:57:20.305Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T20:57:20.305Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T20:57:20.305Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T20:57:20.305Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:57:20.305Z] OK: 72 MiB in 58 packages [2021-01-04T20:57:21.900Z] Removing intermediate container 15600050b479 [2021-01-04T20:57:21.900Z] ---> 5d927e2372df [2021-01-04T20:57:21.900Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T20:57:23.302Z] ---> Running in 51aa14571848 [2021-01-04T20:57:23.567Z] Removing intermediate container 51aa14571848 [2021-01-04T20:57:23.567Z] ---> e3f62da7299f [2021-01-04T20:57:23.567Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:57:23.831Z] ---> Running in b3ec009d42f1 [2021-01-04T20:57:24.096Z] Removing intermediate container b3ec009d42f1 [2021-01-04T20:57:24.096Z] ---> 5ee0c675f2d8 [2021-01-04T20:57:24.096Z] Step 24/26 : LABEL arch=x86_64 [2021-01-04T20:57:24.374Z] ---> Running in 348287645c36 [2021-01-04T20:57:24.639Z] Removing intermediate container 348287645c36 [2021-01-04T20:57:24.639Z] ---> e72d6c878d11 [2021-01-04T20:57:24.639Z] Step 25/26 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:57:24.639Z] ---> Running in 890c971b50fe [2021-01-04T20:57:24.909Z] Removing intermediate container 890c971b50fe [2021-01-04T20:57:24.909Z] ---> 144e2d71861a [2021-01-04T20:57:24.909Z] Step 26/26 : LABEL version=2.0.0-dev.25 [2021-01-04T20:57:24.909Z] ---> Running in 5dde56556c3b [2021-01-04T20:57:26.308Z] Removing intermediate container 5dde56556c3b [2021-01-04T20:57:26.309Z] ---> 7fe6acec3942 [2021-01-04T20:57:26.309Z] [2021-01-04T20:57:26.309Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T20:57:26.573Z] Successfully built 7fe6acec3942 [2021-01-04T20:57:26.573Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-04T20:57:33.526Z] ---> c6ac9cad0aa9 [2021-01-04T20:57:33.526Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T20:57:33.526Z] ---> 800fdceba461 [2021-01-04T20:57:33.526Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T20:57:33.526Z] ---> d80e6b9c727a [2021-01-04T20:57:33.526Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T20:57:33.526Z] ---> Running in 7b4923dff9a1 [2021-01-04T20:57:33.801Z] ---> Running in d1f7ce83bdf3 [2021-01-04T20:57:33.801Z] ---> 663ceefd1d43 [2021-01-04T20:57:33.801Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T20:57:33.801Z] ---> dac544446f2f [2021-01-04T20:57:33.801Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T20:57:34.076Z] ---> Running in c2e50456c09d [2021-01-04T20:57:34.076Z] ---> Running in d56d89f2687d [2021-01-04T20:57:34.076Z] ---> Running in 0d611ec326fb [2021-01-04T20:57:34.774Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 12954927f424 [2021-01-04T20:57:34.775Z] ---> 1855ba99ab9d [2021-01-04T20:57:34.775Z] [2021-01-04T20:57:34.775Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T20:57:34.775Z] ---> 389fef711851 [2021-01-04T20:57:34.775Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T20:57:34.775Z] ---> Using cache [2021-01-04T20:57:34.775Z] ---> f82faa3eb169 [2021-01-04T20:57:34.775Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T20:57:35.734Z] ---> Running in a92891ba92bb [2021-01-04T20:57:36.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T20:57:36.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T20:57:36.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T20:57:36.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T20:57:36.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T20:57:37.156Z] Removing intermediate container 5101ce309a98 [2021-01-04T20:57:37.156Z] ---> 8f5263d2a573 [2021-01-04T20:57:37.156Z] [2021-01-04T20:57:37.156Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T20:57:37.156Z] ---> 389fef711851 [2021-01-04T20:57:37.156Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:57:37.156Z] Removing intermediate container a92891ba92bb [2021-01-04T20:57:37.156Z] ---> 91223acf3196 [2021-01-04T20:57:37.156Z] Step 13/24 : WORKDIR / [2021-01-04T20:57:37.430Z] ---> Running in ad1e4a0f246d [2021-01-04T20:57:37.430Z] ---> Running in 68b72d963806 [2021-01-04T20:57:38.024Z] Removing intermediate container ad1e4a0f246d [2021-01-04T20:57:38.024Z] ---> 0b43b37bebf9 [2021-01-04T20:57:38.024Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T20:57:39.416Z] ---> Running in 2d744887289e [2021-01-04T20:57:39.416Z] Removing intermediate container 68b72d963806 [2021-01-04T20:57:39.416Z] ---> e7d5f1e261ea [2021-01-04T20:57:39.416Z] 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-01-04T20:57:39.416Z] Removing intermediate container 1bd579787d7c [2021-01-04T20:57:39.416Z] ---> 08e97e4ab14e [2021-01-04T20:57:39.416Z] [2021-01-04T20:57:39.416Z] Step 10/21 : FROM scratch [2021-01-04T20:57:39.416Z] ---> [2021-01-04T20:57:39.416Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:57:39.683Z] ---> Using cache [2021-01-04T20:57:39.683Z] ---> 992f8ff0fcdb [2021-01-04T20:57:39.683Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T20:57:39.949Z] Removing intermediate container 2d744887289e [2021-01-04T20:57:39.949Z] ---> 876ca1df104e [2021-01-04T20:57:39.949Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T20:57:39.949Z] ---> cfb3ce321186 [2021-01-04T20:57:39.949Z] 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-01-04T20:57:39.949Z] ---> Running in ac42b342ff63 [2021-01-04T20:57:40.894Z] ---> Running in 4f256ba12a7d [2021-01-04T20:57:40.894Z] Removing intermediate container ac42b342ff63 [2021-01-04T20:57:40.894Z] ---> c303182b0ba5 [2021-01-04T20:57:40.894Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T20:57:40.894Z] ---> c3807767d8e2 [2021-01-04T20:57:40.894Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T20:57:41.164Z] ---> Running in dc043d82a653 [2021-01-04T20:57:41.164Z] Removing intermediate container 4f256ba12a7d [2021-01-04T20:57:41.164Z] ---> 92f820f60e3f [2021-01-04T20:57:41.164Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:57:41.428Z] ---> Running in 1f829eb1f9eb [2021-01-04T20:57:41.428Z] Removing intermediate container dc043d82a653 [2021-01-04T20:57:41.428Z] ---> b958219a15fb [2021-01-04T20:57:41.428Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T20:57:41.428Z] ---> 8c95748e2b22 [2021-01-04T20:57:41.428Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T20:57:42.007Z] ---> 6d48a9d527ad [2021-01-04T20:57:42.007Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T20:57:44.562Z] ---> 646a880c42dd [2021-01-04T20:57:44.562Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T20:57:44.562Z] ---> 2f2e601267df [2021-01-04T20:57:44.562Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T20:57:44.562Z] Removing intermediate container 56cee85deeb7 [2021-01-04T20:57:44.562Z] ---> af96c2854dac [2021-01-04T20:57:44.562Z] [2021-01-04T20:57:44.562Z] Step 10/22 : FROM scratch [2021-01-04T20:57:44.562Z] ---> [2021-01-04T20:57:44.562Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:57:44.826Z] ---> Using cache [2021-01-04T20:57:44.826Z] ---> 992f8ff0fcdb [2021-01-04T20:57:44.826Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T20:57:44.826Z] ---> Running in 1d318283ddaa [2021-01-04T20:57:44.826Z] ---> fdb79976b03f [2021-01-04T20:57:44.826Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T20:57:44.826Z] Removing intermediate container 1f829eb1f9eb [2021-01-04T20:57:44.826Z] ---> 703bf33058ba [2021-01-04T20:57:44.826Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T20:57:44.826Z] ---> fa9dea69e48c [2021-01-04T20:57:44.826Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T20:57:45.089Z] ---> Running in cd56577b102e [2021-01-04T20:57:45.089Z] ---> Running in a0f439bab080 [2021-01-04T20:57:45.358Z] Removing intermediate container 1d318283ddaa [2021-01-04T20:57:45.358Z] ---> 8ee5c3718513 [2021-01-04T20:57:45.358Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T20:57:45.358Z] ---> 571ccf4a1d5b [2021-01-04T20:57:45.358Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T20:57:45.358Z] ---> Running in 52f3e35f66dc [2021-01-04T20:57:45.627Z] Removing intermediate container a0f439bab080 [2021-01-04T20:57:45.627Z] ---> a4407184acbc [2021-01-04T20:57:45.627Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:57:45.627Z] ---> Running in 32fb67bf80bd [2021-01-04T20:57:45.627Z] ---> Running in d2e9a33c4554 [2021-01-04T20:57:45.627Z] Removing intermediate container 52f3e35f66dc [2021-01-04T20:57:45.627Z] ---> b13017d3d455 [2021-01-04T20:57:45.627Z] Step 14/22 : WORKDIR / [2021-01-04T20:57:45.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:57:45.893Z] ---> Running in bfb67f968838 [2021-01-04T20:57:45.893Z] Removing intermediate container d2e9a33c4554 [2021-01-04T20:57:45.893Z] ---> 858a85e40370 [2021-01-04T20:57:45.893Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T20:57:46.158Z] ---> Running in f08a2191c687 [2021-01-04T20:57:46.158Z] Removing intermediate container bfb67f968838 [2021-01-04T20:57:46.158Z] ---> 46be2db5178c [2021-01-04T20:57:46.158Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T20:57:46.158Z] Removing intermediate container f08a2191c687 [2021-01-04T20:57:46.158Z] ---> 167bf41e8186 [2021-01-04T20:57:46.158Z] Step 20/21 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:57:46.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:57:46.685Z] ---> Running in 295893ec545e [2021-01-04T20:57:46.685Z] ---> f730dd82a940 [2021-01-04T20:57:46.685Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T20:57:46.949Z] Removing intermediate container 295893ec545e [2021-01-04T20:57:46.949Z] ---> 661e4a2738ad [2021-01-04T20:57:46.949Z] Step 21/21 : LABEL version=2.0.0-dev.25 [2021-01-04T20:57:47.230Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T20:57:47.230Z] ---> Running in 940ed8331f5c [2021-01-04T20:57:47.230Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T20:57:47.230Z] Removing intermediate container 32fb67bf80bd [2021-01-04T20:57:47.230Z] ---> 74fb8b399ca1 [2021-01-04T20:57:47.230Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T20:57:47.230Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T20:57:47.230Z] ---> Running in 7d8432b14997 [2021-01-04T20:57:47.492Z] Removing intermediate container 940ed8331f5c [2021-01-04T20:57:47.492Z] ---> 33dfdcb6d360 [2021-01-04T20:57:47.492Z] [2021-01-04T20:57:47.492Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T20:57:47.492Z] ---> 353245b37d23 [2021-01-04T20:57:47.492Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T20:57:47.492Z] Removing intermediate container 7d8432b14997 [2021-01-04T20:57:47.492Z] ---> 0e7fb6bb6389 [2021-01-04T20:57:47.492Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T20:57:47.753Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T20:57:47.753Z] Successfully built 33dfdcb6d360 [2021-01-04T20:57:47.753Z] ---> Running in 042869940bc8 [2021-01-04T20:57:47.753Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-04T20:57:47.753Z]  Building docker-support-scheduler-go ... done Executing busybox-1.31.1-r19.trigger [2021-01-04T20:57:47.753Z] OK: 8 MiB in 19 packages [2021-01-04T20:57:47.753Z] Removing intermediate container 042869940bc8 [2021-01-04T20:57:47.753Z] ---> 440153dea1e0 [2021-01-04T20:57:47.753Z] Step 23/24 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:57:48.023Z] ---> 64ef0cd521f3 [2021-01-04T20:57:48.023Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T20:57:48.023Z] ---> Running in e9264982ecf1 [2021-01-04T20:57:48.023Z] ---> Running in 06588b49a8b9 [2021-01-04T20:57:49.439Z] Removing intermediate container e9264982ecf1 [2021-01-04T20:57:49.439Z] ---> deeb1407a442 [2021-01-04T20:57:49.439Z] Step 24/24 : LABEL version=2.0.0-dev.25 [2021-01-04T20:57:49.439Z] Removing intermediate container 06588b49a8b9 [2021-01-04T20:57:49.439Z] ---> fe8af1435d5f [2021-01-04T20:57:49.439Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:57:49.439Z] Removing intermediate container cd56577b102e [2021-01-04T20:57:49.439Z] ---> d6196b4d847a [2021-01-04T20:57:49.439Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T20:57:49.439Z] ---> Running in f0590c8fde6b [2021-01-04T20:57:49.439Z] ---> Running in d21f993498ac [2021-01-04T20:57:49.439Z] Removing intermediate container f0590c8fde6b [2021-01-04T20:57:49.439Z] ---> 96dda35cf06f [2021-01-04T20:57:49.439Z] [2021-01-04T20:57:49.439Z] ---> 19b37ea31ac4 [2021-01-04T20:57:49.439Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T20:57:49.439Z] Removing intermediate container d21f993498ac [2021-01-04T20:57:49.439Z] ---> 5e312bf17496 [2021-01-04T20:57:49.439Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T20:57:49.709Z] Successfully built 96dda35cf06f [2021-01-04T20:57:49.709Z] ---> Running in e517cf0364e8 [2021-01-04T20:57:49.709Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-04T20:57:49.970Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container e517cf0364e8 [2021-01-04T20:57:49.970Z] ---> b9678370782e [2021-01-04T20:57:49.970Z] Step 21/22 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:57:49.970Z] ---> Running in 210bff83f438 [2021-01-04T20:57:49.970Z] ---> 27472de9c8ac [2021-01-04T20:57:49.970Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T20:57:50.232Z] Removing intermediate container 210bff83f438 [2021-01-04T20:57:50.232Z] ---> 243d88bc14a0 [2021-01-04T20:57:50.232Z] Step 22/22 : LABEL version=2.0.0-dev.25 [2021-01-04T20:57:50.232Z] ---> Running in 3a5ff68f42f5 [2021-01-04T20:57:50.232Z] ---> 0f051051d0f7 [2021-01-04T20:57:50.232Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T20:57:50.495Z] ---> Running in ef47afb03757 [2021-01-04T20:57:50.495Z] Removing intermediate container 3a5ff68f42f5 [2021-01-04T20:57:50.495Z] ---> 114dd330ab25 [2021-01-04T20:57:50.495Z] [2021-01-04T20:57:50.495Z] Successfully built 114dd330ab25 [2021-01-04T20:57:50.495Z] Successfully tagged docker-core-metadata-go:latest [2021-01-04T20:57:50.495Z]  Building docker-core-metadata-go ... done Removing intermediate container ef47afb03757 [2021-01-04T20:57:50.495Z] ---> cb58042628ae [2021-01-04T20:57:50.495Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:57:50.756Z] ---> Running in 39627eb6be2d [2021-01-04T20:57:50.756Z] Removing intermediate container 39627eb6be2d [2021-01-04T20:57:50.756Z] ---> 395954f40635 [2021-01-04T20:57:50.756Z] Step 21/23 : LABEL arch=x86_64 [2021-01-04T20:57:50.756Z] ---> Running in 079807c3e539 [2021-01-04T20:57:51.019Z] Removing intermediate container 079807c3e539 [2021-01-04T20:57:51.019Z] ---> efc0a38f3210 [2021-01-04T20:57:51.019Z] Step 22/23 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:57:51.019Z] ---> Running in bcb701c077a2 [2021-01-04T20:57:51.284Z] Removing intermediate container bcb701c077a2 [2021-01-04T20:57:51.284Z] ---> e9c211b8c61c [2021-01-04T20:57:51.284Z] Step 23/23 : LABEL version=2.0.0-dev.25 [2021-01-04T20:57:51.284Z] ---> Running in c5bbd9e43265 [2021-01-04T20:57:51.546Z] Removing intermediate container c5bbd9e43265 [2021-01-04T20:57:51.546Z] ---> bd9f9dd1cac1 [2021-01-04T20:57:51.546Z] [2021-01-04T20:57:51.546Z] Successfully built bd9f9dd1cac1 [2021-01-04T20:57:51.546Z] Successfully tagged docker-core-data-go:latest [2021-01-04T20:57:51.819Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-04T20:57:51.831Z] $ docker stop --time=1 3d0133a9fdc9e5d0ee6aec3a7d1a0d2be113e81ff5dfa64c7d50f61cdf97fe06 [2021-01-04T20:57:54.084Z] $ docker rm -f 3d0133a9fdc9e5d0ee6aec3a7d1a0d2be113e81ff5dfa64c7d50f61cdf97fe06 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T20:57:54.707Z] + docker images [2021-01-04T20:57:54.707Z] + grep docker [2021-01-04T20:57:54.707Z] docker-core-data-go latest bd9f9dd1cac1 3 seconds ago 22.2MB [2021-01-04T20:57:54.707Z] docker-core-metadata-go latest 114dd330ab25 4 seconds ago 13MB [2021-01-04T20:57:54.707Z] docker-security-secretstore-setup-go latest 96dda35cf06f 5 seconds ago 24.6MB [2021-01-04T20:57:54.707Z] docker-support-scheduler-go latest 33dfdcb6d360 7 seconds ago 10.7MB [2021-01-04T20:57:54.707Z] docker-sys-mgmt-agent-go latest 7fe6acec3942 29 seconds ago 313MB [2021-01-04T20:57:54.707Z] docker-security-bootstrap-redis-go latest 625215c91e07 About a minute ago 15.8MB [2021-01-04T20:57:54.707Z] docker-security-proxy-setup-go latest 08cf17255176 2 minutes ago 24.5MB [2021-01-04T20:57:54.707Z] docker-core-command-go latest ecff07d4ed0f 2 minutes ago 10.6MB [2021-01-04T20:57:54.707Z] docker-support-notifications-go latest 6eca67d9dd7e 2 minutes ago 12MB [2021-01-04T20:57:54.707Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T20:57:55.636Z] provisioning config files... [2021-01-04T20:57:55.668Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/270@tmp/config5075241183018642285tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:57:56.035Z] ---> docker-login.sh [2021-01-04T20:57:56.035Z] nexus3.edgexfoundry.org:10001 [2021-01-04T20:57:56.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:57:56.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:57:56.035Z] Configure a credential helper to remove this warning. See [2021-01-04T20:57:56.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:57:56.035Z] [2021-01-04T20:57:56.035Z] Login Succeeded [2021-01-04T20:57:56.035Z] nexus3.edgexfoundry.org:10002 [2021-01-04T20:57:56.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:57:56.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:57:56.297Z] Configure a credential helper to remove this warning. See [2021-01-04T20:57:56.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:57:56.297Z] [2021-01-04T20:57:56.297Z] Login Succeeded [2021-01-04T20:57:56.297Z] nexus3.edgexfoundry.org:10003 [2021-01-04T20:57:56.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:57:56.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:57:56.559Z] Configure a credential helper to remove this warning. See [2021-01-04T20:57:56.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:57:56.559Z] [2021-01-04T20:57:56.559Z] Login Succeeded [2021-01-04T20:57:56.559Z] nexus3.edgexfoundry.org:10004 [2021-01-04T20:57:56.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:57:56.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:57:56.821Z] Configure a credential helper to remove this warning. See [2021-01-04T20:57:56.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:57:56.821Z] [2021-01-04T20:57:56.821Z] Login Succeeded [2021-01-04T20:57:56.821Z] docker.io [2021-01-04T20:57:56.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:57:57.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:57:57.083Z] Configure a credential helper to remove this warning. See [2021-01-04T20:57:57.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:57:57.083Z] [2021-01-04T20:57:57.083Z] Login Succeeded [2021-01-04T20:57:57.083Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T20:57:57.094Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T20:57:57.318Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-04T20:57:57.318Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:57:57.318Z] 2.0.0-dev.25 [2021-01-04T20:57:57.318Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:57:57.318Z] master [2021-01-04T20:57:57.318Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:57:57.818Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:57:58.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:57:58.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-04T20:57:58.125Z] 61f90d72ed6f: Preparing [2021-01-04T20:57:58.125Z] b9c2e123f79f: Preparing [2021-01-04T20:57:58.125Z] 709145a2377a: Preparing [2021-01-04T20:57:58.387Z] 61f90d72ed6f: Pushed [2021-01-04T20:57:58.387Z] 709145a2377a: Pushed [2021-01-04T20:57:59.330Z] b9c2e123f79f: Pushed [2021-01-04T20:57:59.330Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:eb59c1c26485a6d87c220e3104684890f8aab7d8ecd6420b892fd570fd6d5a82 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:57:59.639Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:57:59.942Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.25 [2021-01-04T20:57:59.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-04T20:57:59.942Z] 61f90d72ed6f: Preparing [2021-01-04T20:57:59.942Z] b9c2e123f79f: Preparing [2021-01-04T20:57:59.942Z] 709145a2377a: Preparing [2021-01-04T20:57:59.942Z] b9c2e123f79f: Layer already exists [2021-01-04T20:57:59.942Z] 61f90d72ed6f: Layer already exists [2021-01-04T20:57:59.942Z] 709145a2377a: Layer already exists [2021-01-04T20:57:59.942Z] 2.0.0-dev.25: digest: sha256:eb59c1c26485a6d87c220e3104684890f8aab7d8ecd6420b892fd570fd6d5a82 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:00.254Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:00.562Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:00.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-04T20:58:00.562Z] 61f90d72ed6f: Preparing [2021-01-04T20:58:00.562Z] b9c2e123f79f: Preparing [2021-01-04T20:58:00.562Z] 709145a2377a: Preparing [2021-01-04T20:58:00.562Z] 709145a2377a: Layer already exists [2021-01-04T20:58:00.562Z] b9c2e123f79f: Layer already exists [2021-01-04T20:58:00.562Z] 61f90d72ed6f: Layer already exists [2021-01-04T20:58:00.562Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:eb59c1c26485a6d87c220e3104684890f8aab7d8ecd6420b892fd570fd6d5a82 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:00.878Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:01.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-04T20:58:01.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-04T20:58:01.184Z] 61f90d72ed6f: Preparing [2021-01-04T20:58:01.184Z] b9c2e123f79f: Preparing [2021-01-04T20:58:01.184Z] 709145a2377a: Preparing [2021-01-04T20:58:01.184Z] 61f90d72ed6f: Layer already exists [2021-01-04T20:58:01.184Z] 709145a2377a: Layer already exists [2021-01-04T20:58:01.184Z] b9c2e123f79f: Layer already exists [2021-01-04T20:58:01.184Z] master: digest: sha256:eb59c1c26485a6d87c220e3104684890f8aab7d8ecd6420b892fd570fd6d5a82 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T20:58:01.454Z] ===================================================== [Pipeline] echo [2021-01-04T20:58:01.505Z] taggedImages: [2021-01-04T20:58:01.505Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:01.505Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.25 [2021-01-04T20:58:01.505Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:01.505Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-04T20:58:01.575Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-04T20:58:01.575Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:01.575Z] 2.0.0-dev.25 [2021-01-04T20:58:01.575Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:01.575Z] master [2021-01-04T20:58:01.575Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:02.176Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:02.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:02.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-04T20:58:02.493Z] 2344acc77b28: Preparing [2021-01-04T20:58:02.493Z] 8c64b7297837: Preparing [2021-01-04T20:58:02.493Z] b4bd68df8ed2: Preparing [2021-01-04T20:58:02.493Z] 4aff67b972c1: Preparing [2021-01-04T20:58:02.493Z] 5372a6371b87: Preparing [2021-01-04T20:58:02.493Z] 777b2c648970: Preparing [2021-01-04T20:58:02.493Z] 777b2c648970: Waiting [2021-01-04T20:58:02.754Z] 2344acc77b28: Pushed [2021-01-04T20:58:02.754Z] b4bd68df8ed2: Pushed [2021-01-04T20:58:02.754Z] 5372a6371b87: Pushed [2021-01-04T20:58:02.754Z] 777b2c648970: Layer already exists [2021-01-04T20:58:02.754Z] 4aff67b972c1: Pushed [2021-01-04T20:58:03.700Z] 8c64b7297837: Pushed [2021-01-04T20:58:03.961Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:4e9f8134234ba62163b9510ff6bba985fde7a8de32248a2d84c404a9d99f2b27 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:04.289Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:04.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.25 [2021-01-04T20:58:04.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-04T20:58:04.671Z] 2344acc77b28: Preparing [2021-01-04T20:58:04.671Z] 8c64b7297837: Preparing [2021-01-04T20:58:04.671Z] b4bd68df8ed2: Preparing [2021-01-04T20:58:04.671Z] 4aff67b972c1: Preparing [2021-01-04T20:58:04.671Z] 5372a6371b87: Preparing [2021-01-04T20:58:04.671Z] 777b2c648970: Preparing [2021-01-04T20:58:04.671Z] 777b2c648970: Waiting [2021-01-04T20:58:04.671Z] b4bd68df8ed2: Layer already exists [2021-01-04T20:58:04.671Z] 2344acc77b28: Layer already exists [2021-01-04T20:58:04.671Z] 8c64b7297837: Layer already exists [2021-01-04T20:58:04.671Z] 5372a6371b87: Layer already exists [2021-01-04T20:58:04.671Z] 4aff67b972c1: Layer already exists [2021-01-04T20:58:04.671Z] 777b2c648970: Layer already exists [2021-01-04T20:58:04.671Z] 2.0.0-dev.25: digest: sha256:4e9f8134234ba62163b9510ff6bba985fde7a8de32248a2d84c404a9d99f2b27 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:05.085Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:05.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:05.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-04T20:58:05.392Z] 2344acc77b28: Preparing [2021-01-04T20:58:05.392Z] 8c64b7297837: Preparing [2021-01-04T20:58:05.392Z] b4bd68df8ed2: Preparing [2021-01-04T20:58:05.392Z] 4aff67b972c1: Preparing [2021-01-04T20:58:05.392Z] 5372a6371b87: Preparing [2021-01-04T20:58:05.392Z] 777b2c648970: Preparing [2021-01-04T20:58:05.392Z] 777b2c648970: Waiting [2021-01-04T20:58:05.392Z] 2344acc77b28: Layer already exists [2021-01-04T20:58:05.392Z] 8c64b7297837: Layer already exists [2021-01-04T20:58:05.392Z] b4bd68df8ed2: Layer already exists [2021-01-04T20:58:05.392Z] 4aff67b972c1: Layer already exists [2021-01-04T20:58:05.392Z] 5372a6371b87: Layer already exists [2021-01-04T20:58:05.392Z] 777b2c648970: Layer already exists [2021-01-04T20:58:05.392Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:4e9f8134234ba62163b9510ff6bba985fde7a8de32248a2d84c404a9d99f2b27 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:05.703Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:06.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-04T20:58:06.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-04T20:58:06.005Z] 2344acc77b28: Preparing [2021-01-04T20:58:06.005Z] 8c64b7297837: Preparing [2021-01-04T20:58:06.005Z] b4bd68df8ed2: Preparing [2021-01-04T20:58:06.005Z] 4aff67b972c1: Preparing [2021-01-04T20:58:06.005Z] 5372a6371b87: Preparing [2021-01-04T20:58:06.005Z] 777b2c648970: Preparing [2021-01-04T20:58:06.005Z] 777b2c648970: Waiting [2021-01-04T20:58:06.005Z] 2344acc77b28: Layer already exists [2021-01-04T20:58:06.005Z] 5372a6371b87: Layer already exists [2021-01-04T20:58:06.005Z] 4aff67b972c1: Layer already exists [2021-01-04T20:58:06.005Z] b4bd68df8ed2: Layer already exists [2021-01-04T20:58:06.005Z] 8c64b7297837: Layer already exists [2021-01-04T20:58:06.005Z] 777b2c648970: Layer already exists [2021-01-04T20:58:06.005Z] master: digest: sha256:4e9f8134234ba62163b9510ff6bba985fde7a8de32248a2d84c404a9d99f2b27 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T20:58:06.210Z] ===================================================== [Pipeline] echo [2021-01-04T20:58:06.312Z] taggedImages: [2021-01-04T20:58:06.312Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:06.312Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.25 [2021-01-04T20:58:06.312Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:06.312Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-04T20:58:06.381Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-04T20:58:06.381Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:06.381Z] 2.0.0-dev.25 [2021-01-04T20:58:06.381Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:06.381Z] master [2021-01-04T20:58:06.381Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:06.873Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:07.180Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:07.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-04T20:58:07.180Z] 7e1c9d81fa3f: Preparing [2021-01-04T20:58:07.180Z] 9979a4fda2ba: Preparing [2021-01-04T20:58:07.180Z] 57df6886ac56: Preparing [2021-01-04T20:58:07.445Z] 57df6886ac56: Pushed [2021-01-04T20:58:07.445Z] 7e1c9d81fa3f: Pushed [2021-01-04T20:58:08.393Z] 9979a4fda2ba: Pushed [2021-01-04T20:58:08.657Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:6eda699fc8ec308159e91b7e076c0b5e6eb33ab5e5009d6cdb91b5d43cf95cc5 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:08.969Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:09.272Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.25 [2021-01-04T20:58:09.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-04T20:58:09.272Z] 7e1c9d81fa3f: Preparing [2021-01-04T20:58:09.272Z] 9979a4fda2ba: Preparing [2021-01-04T20:58:09.272Z] 57df6886ac56: Preparing [2021-01-04T20:58:09.272Z] 9979a4fda2ba: Layer already exists [2021-01-04T20:58:09.272Z] 7e1c9d81fa3f: Layer already exists [2021-01-04T20:58:09.272Z] 57df6886ac56: Layer already exists [2021-01-04T20:58:09.272Z] 2.0.0-dev.25: digest: sha256:6eda699fc8ec308159e91b7e076c0b5e6eb33ab5e5009d6cdb91b5d43cf95cc5 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:09.591Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:09.891Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:09.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-04T20:58:09.891Z] 7e1c9d81fa3f: Preparing [2021-01-04T20:58:09.891Z] 9979a4fda2ba: Preparing [2021-01-04T20:58:09.891Z] 57df6886ac56: Preparing [2021-01-04T20:58:09.891Z] 9979a4fda2ba: Layer already exists [2021-01-04T20:58:09.891Z] 57df6886ac56: Layer already exists [2021-01-04T20:58:09.891Z] 7e1c9d81fa3f: Layer already exists [2021-01-04T20:58:09.891Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:6eda699fc8ec308159e91b7e076c0b5e6eb33ab5e5009d6cdb91b5d43cf95cc5 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:10.203Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:10.502Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-04T20:58:10.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-04T20:58:10.502Z] 7e1c9d81fa3f: Preparing [2021-01-04T20:58:10.502Z] 9979a4fda2ba: Preparing [2021-01-04T20:58:10.502Z] 57df6886ac56: Preparing [2021-01-04T20:58:10.502Z] 57df6886ac56: Layer already exists [2021-01-04T20:58:10.502Z] 9979a4fda2ba: Layer already exists [2021-01-04T20:58:10.502Z] 7e1c9d81fa3f: Layer already exists [2021-01-04T20:58:10.502Z] master: digest: sha256:6eda699fc8ec308159e91b7e076c0b5e6eb33ab5e5009d6cdb91b5d43cf95cc5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T20:58:10.704Z] ===================================================== [Pipeline] echo [2021-01-04T20:58:10.748Z] taggedImages: [2021-01-04T20:58:10.748Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:10.748Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.25 [2021-01-04T20:58:10.748Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:10.748Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-04T20:58:10.827Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-04T20:58:10.827Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:10.827Z] 2.0.0-dev.25 [2021-01-04T20:58:10.827Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:10.827Z] master [2021-01-04T20:58:10.827Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:11.367Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:11.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:11.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-04T20:58:11.664Z] 907ac260d9be: Preparing [2021-01-04T20:58:11.664Z] 26805eca552e: Preparing [2021-01-04T20:58:11.664Z] f346a1543d1c: Preparing [2021-01-04T20:58:11.664Z] 2d3b0c93e1a8: Preparing [2021-01-04T20:58:11.664Z] 665237c84c6f: Preparing [2021-01-04T20:58:11.664Z] 306532661f8b: Preparing [2021-01-04T20:58:11.664Z] 777b2c648970: Preparing [2021-01-04T20:58:11.664Z] 306532661f8b: Waiting [2021-01-04T20:58:11.664Z] 777b2c648970: Waiting [2021-01-04T20:58:11.928Z] 665237c84c6f: Pushed [2021-01-04T20:58:11.928Z] f346a1543d1c: Pushed [2021-01-04T20:58:11.928Z] 26805eca552e: Pushed [2021-01-04T20:58:11.928Z] 907ac260d9be: Pushed [2021-01-04T20:58:11.928Z] 777b2c648970: Layer already exists [2021-01-04T20:58:12.189Z] 306532661f8b: Pushed [2021-01-04T20:58:12.764Z] 2d3b0c93e1a8: Pushed [2021-01-04T20:58:12.764Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:3e2fcd19997f111451becf402773b4a564db1e8d275010eb9abd45b81c7fd2b1 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:13.072Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:13.375Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.25 [2021-01-04T20:58:13.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-04T20:58:13.375Z] 907ac260d9be: Preparing [2021-01-04T20:58:13.375Z] 26805eca552e: Preparing [2021-01-04T20:58:13.375Z] f346a1543d1c: Preparing [2021-01-04T20:58:13.375Z] 2d3b0c93e1a8: Preparing [2021-01-04T20:58:13.375Z] 665237c84c6f: Preparing [2021-01-04T20:58:13.375Z] 306532661f8b: Preparing [2021-01-04T20:58:13.375Z] 777b2c648970: Preparing [2021-01-04T20:58:13.375Z] 306532661f8b: Waiting [2021-01-04T20:58:13.375Z] 777b2c648970: Waiting [2021-01-04T20:58:13.375Z] 26805eca552e: Layer already exists [2021-01-04T20:58:13.375Z] 665237c84c6f: Layer already exists [2021-01-04T20:58:13.375Z] 2d3b0c93e1a8: Layer already exists [2021-01-04T20:58:13.375Z] 907ac260d9be: Layer already exists [2021-01-04T20:58:13.375Z] f346a1543d1c: Layer already exists [2021-01-04T20:58:13.375Z] 306532661f8b: Layer already exists [2021-01-04T20:58:13.375Z] 777b2c648970: Layer already exists [2021-01-04T20:58:13.375Z] 2.0.0-dev.25: digest: sha256:3e2fcd19997f111451becf402773b4a564db1e8d275010eb9abd45b81c7fd2b1 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:13.678Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:13.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:13.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-04T20:58:13.984Z] 907ac260d9be: Preparing [2021-01-04T20:58:13.984Z] 26805eca552e: Preparing [2021-01-04T20:58:13.984Z] f346a1543d1c: Preparing [2021-01-04T20:58:13.984Z] 2d3b0c93e1a8: Preparing [2021-01-04T20:58:13.984Z] 665237c84c6f: Preparing [2021-01-04T20:58:13.984Z] 306532661f8b: Preparing [2021-01-04T20:58:13.984Z] 777b2c648970: Preparing [2021-01-04T20:58:13.984Z] 306532661f8b: Waiting [2021-01-04T20:58:13.984Z] 777b2c648970: Waiting [2021-01-04T20:58:13.984Z] 26805eca552e: Layer already exists [2021-01-04T20:58:13.984Z] f346a1543d1c: Layer already exists [2021-01-04T20:58:13.984Z] 665237c84c6f: Layer already exists [2021-01-04T20:58:13.984Z] 2d3b0c93e1a8: Layer already exists [2021-01-04T20:58:13.984Z] 907ac260d9be: Layer already exists [2021-01-04T20:58:13.984Z] 777b2c648970: Layer already exists [2021-01-04T20:58:13.984Z] 306532661f8b: Layer already exists [2021-01-04T20:58:13.984Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:3e2fcd19997f111451becf402773b4a564db1e8d275010eb9abd45b81c7fd2b1 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:14.299Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:14.598Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-04T20:58:14.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-04T20:58:14.598Z] 907ac260d9be: Preparing [2021-01-04T20:58:14.598Z] 26805eca552e: Preparing [2021-01-04T20:58:14.598Z] f346a1543d1c: Preparing [2021-01-04T20:58:14.598Z] 2d3b0c93e1a8: Preparing [2021-01-04T20:58:14.598Z] 665237c84c6f: Preparing [2021-01-04T20:58:14.598Z] 306532661f8b: Preparing [2021-01-04T20:58:14.598Z] 777b2c648970: Preparing [2021-01-04T20:58:14.598Z] 306532661f8b: Waiting [2021-01-04T20:58:14.598Z] 777b2c648970: Waiting [2021-01-04T20:58:14.598Z] f346a1543d1c: Layer already exists [2021-01-04T20:58:14.598Z] 26805eca552e: Layer already exists [2021-01-04T20:58:14.598Z] 907ac260d9be: Layer already exists [2021-01-04T20:58:14.598Z] 2d3b0c93e1a8: Layer already exists [2021-01-04T20:58:14.598Z] 665237c84c6f: Layer already exists [2021-01-04T20:58:14.598Z] 777b2c648970: Layer already exists [2021-01-04T20:58:14.598Z] 306532661f8b: Layer already exists [2021-01-04T20:58:14.598Z] master: digest: sha256:3e2fcd19997f111451becf402773b4a564db1e8d275010eb9abd45b81c7fd2b1 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T20:58:14.801Z] ===================================================== [Pipeline] echo [2021-01-04T20:58:14.847Z] taggedImages: [2021-01-04T20:58:14.847Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:14.847Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.25 [2021-01-04T20:58:14.847Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:14.847Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-04T20:58:14.918Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-04T20:58:14.918Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:14.918Z] 2.0.0-dev.25 [2021-01-04T20:58:14.918Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:14.918Z] master [2021-01-04T20:58:14.918Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:15.384Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:15.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:15.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-04T20:58:15.685Z] 1bda2ca4009f: Preparing [2021-01-04T20:58:15.685Z] a2e9b30051a1: Preparing [2021-01-04T20:58:15.685Z] b9fca3bcc839: Preparing [2021-01-04T20:58:15.685Z] 808974c810ba: Preparing [2021-01-04T20:58:15.685Z] a2ae3c3b89f4: Preparing [2021-01-04T20:58:15.685Z] 777b2c648970: Preparing [2021-01-04T20:58:15.685Z] 777b2c648970: Waiting [2021-01-04T20:58:15.951Z] 808974c810ba: Pushed [2021-01-04T20:58:15.951Z] b9fca3bcc839: Pushed [2021-01-04T20:58:15.951Z] 777b2c648970: Layer already exists [2021-01-04T20:58:16.216Z] a2ae3c3b89f4: Pushed [2021-01-04T20:58:16.790Z] 1bda2ca4009f: Pushed [2021-01-04T20:58:16.790Z] a2e9b30051a1: Pushed [2021-01-04T20:58:17.052Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:0042f24526490a74b416573e32263070ac8a7519a1ed145082e5c8997741383a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:17.357Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:17.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.25 [2021-01-04T20:58:17.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-04T20:58:17.657Z] 1bda2ca4009f: Preparing [2021-01-04T20:58:17.657Z] a2e9b30051a1: Preparing [2021-01-04T20:58:17.657Z] b9fca3bcc839: Preparing [2021-01-04T20:58:17.657Z] 808974c810ba: Preparing [2021-01-04T20:58:17.657Z] a2ae3c3b89f4: Preparing [2021-01-04T20:58:17.657Z] 777b2c648970: Preparing [2021-01-04T20:58:17.657Z] 777b2c648970: Waiting [2021-01-04T20:58:17.657Z] 808974c810ba: Layer already exists [2021-01-04T20:58:17.657Z] a2e9b30051a1: Layer already exists [2021-01-04T20:58:17.657Z] 1bda2ca4009f: Layer already exists [2021-01-04T20:58:17.657Z] a2ae3c3b89f4: Layer already exists [2021-01-04T20:58:17.657Z] b9fca3bcc839: Layer already exists [2021-01-04T20:58:17.657Z] 777b2c648970: Layer already exists [2021-01-04T20:58:17.657Z] 2.0.0-dev.25: digest: sha256:0042f24526490a74b416573e32263070ac8a7519a1ed145082e5c8997741383a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:17.960Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:18.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:18.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-04T20:58:18.257Z] 1bda2ca4009f: Preparing [2021-01-04T20:58:18.257Z] a2e9b30051a1: Preparing [2021-01-04T20:58:18.257Z] b9fca3bcc839: Preparing [2021-01-04T20:58:18.257Z] 808974c810ba: Preparing [2021-01-04T20:58:18.257Z] a2ae3c3b89f4: Preparing [2021-01-04T20:58:18.257Z] 777b2c648970: Preparing [2021-01-04T20:58:18.257Z] 777b2c648970: Waiting [2021-01-04T20:58:18.257Z] b9fca3bcc839: Layer already exists [2021-01-04T20:58:18.257Z] a2ae3c3b89f4: Layer already exists [2021-01-04T20:58:18.257Z] 1bda2ca4009f: Layer already exists [2021-01-04T20:58:18.257Z] 808974c810ba: Layer already exists [2021-01-04T20:58:18.257Z] a2e9b30051a1: Layer already exists [2021-01-04T20:58:18.257Z] 777b2c648970: Layer already exists [2021-01-04T20:58:18.257Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:0042f24526490a74b416573e32263070ac8a7519a1ed145082e5c8997741383a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:18.567Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:18.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-04T20:58:18.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-04T20:58:18.864Z] 1bda2ca4009f: Preparing [2021-01-04T20:58:18.864Z] a2e9b30051a1: Preparing [2021-01-04T20:58:18.864Z] b9fca3bcc839: Preparing [2021-01-04T20:58:18.864Z] 808974c810ba: Preparing [2021-01-04T20:58:18.864Z] a2ae3c3b89f4: Preparing [2021-01-04T20:58:18.864Z] 777b2c648970: Preparing [2021-01-04T20:58:18.864Z] 777b2c648970: Waiting [2021-01-04T20:58:18.864Z] a2e9b30051a1: Layer already exists [2021-01-04T20:58:18.864Z] a2ae3c3b89f4: Layer already exists [2021-01-04T20:58:18.864Z] b9fca3bcc839: Layer already exists [2021-01-04T20:58:18.864Z] 1bda2ca4009f: Layer already exists [2021-01-04T20:58:18.864Z] 808974c810ba: Layer already exists [2021-01-04T20:58:18.864Z] 777b2c648970: Layer already exists [2021-01-04T20:58:18.864Z] master: digest: sha256:0042f24526490a74b416573e32263070ac8a7519a1ed145082e5c8997741383a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T20:58:19.075Z] ===================================================== [Pipeline] echo [2021-01-04T20:58:19.118Z] taggedImages: [2021-01-04T20:58:19.118Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:19.118Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.25 [2021-01-04T20:58:19.118Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:19.118Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-04T20:58:19.182Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-04T20:58:19.182Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:19.182Z] 2.0.0-dev.25 [2021-01-04T20:58:19.182Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:19.182Z] master [2021-01-04T20:58:19.182Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:19.677Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:19.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:19.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-04T20:58:19.982Z] b32e6fdf09b9: Preparing [2021-01-04T20:58:19.982Z] 8ceaabe08405: Preparing [2021-01-04T20:58:19.982Z] 8a91e9113cf4: Preparing [2021-01-04T20:58:19.982Z] 96fcf86fa3b5: Preparing [2021-01-04T20:58:19.982Z] f9609e4fe17a: Preparing [2021-01-04T20:58:19.982Z] 588f18bcccb9: Preparing [2021-01-04T20:58:19.982Z] b1072751fa6d: Preparing [2021-01-04T20:58:19.982Z] 306532661f8b: Preparing [2021-01-04T20:58:19.982Z] 777b2c648970: Preparing [2021-01-04T20:58:19.982Z] 588f18bcccb9: Waiting [2021-01-04T20:58:19.982Z] b1072751fa6d: Waiting [2021-01-04T20:58:19.982Z] 306532661f8b: Waiting [2021-01-04T20:58:19.982Z] 777b2c648970: Waiting [2021-01-04T20:58:20.245Z] 8ceaabe08405: Pushed [2021-01-04T20:58:20.245Z] f9609e4fe17a: Pushed [2021-01-04T20:58:20.245Z] b32e6fdf09b9: Pushed [2021-01-04T20:58:20.245Z] 306532661f8b: Layer already exists [2021-01-04T20:58:20.245Z] 777b2c648970: Layer already exists [2021-01-04T20:58:20.245Z] 588f18bcccb9: Pushed [2021-01-04T20:58:20.245Z] b1072751fa6d: Pushed [2021-01-04T20:58:20.830Z] 96fcf86fa3b5: Pushed [2021-01-04T20:58:20.830Z] 8a91e9113cf4: Pushed [2021-01-04T20:58:21.091Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:cc54e60674ff4e158766b258e16b64e63e1c97414f696af130abf9730fb97403 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:21.400Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:21.698Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.25 [2021-01-04T20:58:21.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-04T20:58:21.698Z] b32e6fdf09b9: Preparing [2021-01-04T20:58:21.698Z] 8ceaabe08405: Preparing [2021-01-04T20:58:21.698Z] 8a91e9113cf4: Preparing [2021-01-04T20:58:21.698Z] 96fcf86fa3b5: Preparing [2021-01-04T20:58:21.698Z] f9609e4fe17a: Preparing [2021-01-04T20:58:21.699Z] 588f18bcccb9: Preparing [2021-01-04T20:58:21.699Z] b1072751fa6d: Preparing [2021-01-04T20:58:21.699Z] 306532661f8b: Preparing [2021-01-04T20:58:21.699Z] 777b2c648970: Preparing [2021-01-04T20:58:21.699Z] b1072751fa6d: Waiting [2021-01-04T20:58:21.699Z] 306532661f8b: Waiting [2021-01-04T20:58:21.699Z] 777b2c648970: Waiting [2021-01-04T20:58:21.699Z] 588f18bcccb9: Waiting [2021-01-04T20:58:21.699Z] f9609e4fe17a: Layer already exists [2021-01-04T20:58:21.699Z] 96fcf86fa3b5: Layer already exists [2021-01-04T20:58:21.699Z] 8a91e9113cf4: Layer already exists [2021-01-04T20:58:21.699Z] 8ceaabe08405: Layer already exists [2021-01-04T20:58:21.699Z] b32e6fdf09b9: Layer already exists [2021-01-04T20:58:21.699Z] 588f18bcccb9: Layer already exists [2021-01-04T20:58:21.699Z] b1072751fa6d: Layer already exists [2021-01-04T20:58:21.699Z] 306532661f8b: Layer already exists [2021-01-04T20:58:21.699Z] 777b2c648970: Layer already exists [2021-01-04T20:58:21.699Z] 2.0.0-dev.25: digest: sha256:cc54e60674ff4e158766b258e16b64e63e1c97414f696af130abf9730fb97403 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:22.074Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:22.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:22.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-04T20:58:22.416Z] b32e6fdf09b9: Preparing [2021-01-04T20:58:22.416Z] 8ceaabe08405: Preparing [2021-01-04T20:58:22.416Z] 8a91e9113cf4: Preparing [2021-01-04T20:58:22.416Z] 96fcf86fa3b5: Preparing [2021-01-04T20:58:22.416Z] f9609e4fe17a: Preparing [2021-01-04T20:58:22.416Z] 588f18bcccb9: Preparing [2021-01-04T20:58:22.416Z] b1072751fa6d: Preparing [2021-01-04T20:58:22.416Z] 306532661f8b: Preparing [2021-01-04T20:58:22.416Z] 777b2c648970: Preparing [2021-01-04T20:58:22.416Z] 588f18bcccb9: Waiting [2021-01-04T20:58:22.416Z] b1072751fa6d: Waiting [2021-01-04T20:58:22.416Z] 306532661f8b: Waiting [2021-01-04T20:58:22.416Z] 777b2c648970: Waiting [2021-01-04T20:58:22.416Z] f9609e4fe17a: Layer already exists [2021-01-04T20:58:22.416Z] b32e6fdf09b9: Layer already exists [2021-01-04T20:58:22.416Z] 96fcf86fa3b5: Layer already exists [2021-01-04T20:58:22.416Z] 8a91e9113cf4: Layer already exists [2021-01-04T20:58:22.416Z] 8ceaabe08405: Layer already exists [2021-01-04T20:58:22.416Z] b1072751fa6d: Layer already exists [2021-01-04T20:58:22.416Z] 306532661f8b: Layer already exists [2021-01-04T20:58:22.416Z] 777b2c648970: Layer already exists [2021-01-04T20:58:22.416Z] 588f18bcccb9: Layer already exists [2021-01-04T20:58:22.416Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:cc54e60674ff4e158766b258e16b64e63e1c97414f696af130abf9730fb97403 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:22.778Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:23.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-04T20:58:23.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-04T20:58:23.074Z] b32e6fdf09b9: Preparing [2021-01-04T20:58:23.074Z] 8ceaabe08405: Preparing [2021-01-04T20:58:23.074Z] 8a91e9113cf4: Preparing [2021-01-04T20:58:23.074Z] 96fcf86fa3b5: Preparing [2021-01-04T20:58:23.074Z] f9609e4fe17a: Preparing [2021-01-04T20:58:23.074Z] 588f18bcccb9: Preparing [2021-01-04T20:58:23.074Z] b1072751fa6d: Preparing [2021-01-04T20:58:23.074Z] 306532661f8b: Preparing [2021-01-04T20:58:23.074Z] 777b2c648970: Preparing [2021-01-04T20:58:23.074Z] 588f18bcccb9: Waiting [2021-01-04T20:58:23.074Z] b1072751fa6d: Waiting [2021-01-04T20:58:23.074Z] 306532661f8b: Waiting [2021-01-04T20:58:23.074Z] 777b2c648970: Waiting [2021-01-04T20:58:23.074Z] b32e6fdf09b9: Layer already exists [2021-01-04T20:58:23.074Z] f9609e4fe17a: Layer already exists [2021-01-04T20:58:23.074Z] 8ceaabe08405: Layer already exists [2021-01-04T20:58:23.074Z] 8a91e9113cf4: Layer already exists [2021-01-04T20:58:23.074Z] 96fcf86fa3b5: Layer already exists [2021-01-04T20:58:23.074Z] 588f18bcccb9: Layer already exists [2021-01-04T20:58:23.074Z] 306532661f8b: Layer already exists [2021-01-04T20:58:23.074Z] b1072751fa6d: Layer already exists [2021-01-04T20:58:23.074Z] 777b2c648970: Layer already exists [2021-01-04T20:58:23.074Z] master: digest: sha256:cc54e60674ff4e158766b258e16b64e63e1c97414f696af130abf9730fb97403 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T20:58:23.267Z] ===================================================== [Pipeline] echo [2021-01-04T20:58:23.313Z] taggedImages: [2021-01-04T20:58:23.313Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:23.313Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.25 [2021-01-04T20:58:23.313Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:23.313Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-04T20:58:23.374Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-04T20:58:23.374Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:23.374Z] 2.0.0-dev.25 [2021-01-04T20:58:23.374Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:23.374Z] master [2021-01-04T20:58:23.374Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:23.840Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:24.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:24.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-04T20:58:24.139Z] 325d93d0428a: Preparing [2021-01-04T20:58:24.139Z] 67ec8b3d5fa1: Preparing [2021-01-04T20:58:24.139Z] f34da48e304c: Preparing [2021-01-04T20:58:24.139Z] 0f22fd1dcc90: Preparing [2021-01-04T20:58:24.139Z] a64bf58f9b59: Preparing [2021-01-04T20:58:24.139Z] d875c8865829: Preparing [2021-01-04T20:58:24.139Z] d875c8865829: Waiting [2021-01-04T20:58:24.139Z] f34da48e304c: Pushed [2021-01-04T20:58:24.139Z] 325d93d0428a: Pushed [2021-01-04T20:58:24.400Z] 0f22fd1dcc90: Pushed [2021-01-04T20:58:24.400Z] a64bf58f9b59: Pushed [2021-01-04T20:58:24.400Z] d875c8865829: Pushed [2021-01-04T20:58:25.344Z] 67ec8b3d5fa1: Pushed [2021-01-04T20:58:25.344Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:055aae714e9003fb27b6430036f0055b6961571dc75b7d81cfeb32e776d93d77 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:25.648Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:25.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.25 [2021-01-04T20:58:25.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-04T20:58:25.947Z] 325d93d0428a: Preparing [2021-01-04T20:58:25.947Z] 67ec8b3d5fa1: Preparing [2021-01-04T20:58:25.947Z] f34da48e304c: Preparing [2021-01-04T20:58:25.947Z] 0f22fd1dcc90: Preparing [2021-01-04T20:58:25.947Z] a64bf58f9b59: Preparing [2021-01-04T20:58:25.947Z] d875c8865829: Preparing [2021-01-04T20:58:25.947Z] d875c8865829: Waiting [2021-01-04T20:58:25.947Z] a64bf58f9b59: Layer already exists [2021-01-04T20:58:25.947Z] f34da48e304c: Layer already exists [2021-01-04T20:58:25.947Z] 67ec8b3d5fa1: Layer already exists [2021-01-04T20:58:25.947Z] 0f22fd1dcc90: Layer already exists [2021-01-04T20:58:25.947Z] 325d93d0428a: Layer already exists [2021-01-04T20:58:25.947Z] d875c8865829: Layer already exists [2021-01-04T20:58:25.947Z] 2.0.0-dev.25: digest: sha256:055aae714e9003fb27b6430036f0055b6961571dc75b7d81cfeb32e776d93d77 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:26.255Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:26.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:26.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-04T20:58:26.552Z] 325d93d0428a: Preparing [2021-01-04T20:58:26.552Z] 67ec8b3d5fa1: Preparing [2021-01-04T20:58:26.552Z] f34da48e304c: Preparing [2021-01-04T20:58:26.552Z] 0f22fd1dcc90: Preparing [2021-01-04T20:58:26.552Z] a64bf58f9b59: Preparing [2021-01-04T20:58:26.552Z] d875c8865829: Preparing [2021-01-04T20:58:26.552Z] d875c8865829: Waiting [2021-01-04T20:58:26.552Z] 67ec8b3d5fa1: Layer already exists [2021-01-04T20:58:26.552Z] 325d93d0428a: Layer already exists [2021-01-04T20:58:26.552Z] 0f22fd1dcc90: Layer already exists [2021-01-04T20:58:26.552Z] a64bf58f9b59: Layer already exists [2021-01-04T20:58:26.552Z] f34da48e304c: Layer already exists [2021-01-04T20:58:26.552Z] d875c8865829: Layer already exists [2021-01-04T20:58:26.552Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:055aae714e9003fb27b6430036f0055b6961571dc75b7d81cfeb32e776d93d77 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:26.855Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:27.150Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-04T20:58:27.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-04T20:58:27.151Z] 325d93d0428a: Preparing [2021-01-04T20:58:27.151Z] 67ec8b3d5fa1: Preparing [2021-01-04T20:58:27.151Z] f34da48e304c: Preparing [2021-01-04T20:58:27.151Z] 0f22fd1dcc90: Preparing [2021-01-04T20:58:27.151Z] a64bf58f9b59: Preparing [2021-01-04T20:58:27.151Z] d875c8865829: Preparing [2021-01-04T20:58:27.151Z] d875c8865829: Waiting [2021-01-04T20:58:27.151Z] f34da48e304c: Layer already exists [2021-01-04T20:58:27.151Z] a64bf58f9b59: Layer already exists [2021-01-04T20:58:27.151Z] 325d93d0428a: Layer already exists [2021-01-04T20:58:27.151Z] 0f22fd1dcc90: Layer already exists [2021-01-04T20:58:27.151Z] 67ec8b3d5fa1: Layer already exists [2021-01-04T20:58:27.151Z] d875c8865829: Layer already exists [2021-01-04T20:58:27.151Z] master: digest: sha256:055aae714e9003fb27b6430036f0055b6961571dc75b7d81cfeb32e776d93d77 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T20:58:27.349Z] ===================================================== [Pipeline] echo [2021-01-04T20:58:27.394Z] taggedImages: [2021-01-04T20:58:27.394Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:27.394Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.25 [2021-01-04T20:58:27.394Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:27.394Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-04T20:58:27.475Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-04T20:58:27.475Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:27.475Z] 2.0.0-dev.25 [2021-01-04T20:58:27.475Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:27.475Z] master [2021-01-04T20:58:27.475Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:27.940Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:28.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:28.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-04T20:58:28.237Z] 54923603144e: Preparing [2021-01-04T20:58:28.237Z] 119d46e9f2be: Preparing [2021-01-04T20:58:28.237Z] 0ae02d5a401e: Preparing [2021-01-04T20:58:28.237Z] 54923603144e: Pushed [2021-01-04T20:58:28.237Z] 0ae02d5a401e: Pushed [2021-01-04T20:58:29.176Z] 119d46e9f2be: Pushed [2021-01-04T20:58:29.437Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:c4dedd2825c7d61331d834298121dd44da7594f93f3792c2421551bc504f0841 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:29.739Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:30.035Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.25 [2021-01-04T20:58:30.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-04T20:58:30.035Z] 54923603144e: Preparing [2021-01-04T20:58:30.036Z] 119d46e9f2be: Preparing [2021-01-04T20:58:30.036Z] 0ae02d5a401e: Preparing [2021-01-04T20:58:30.036Z] 54923603144e: Layer already exists [2021-01-04T20:58:30.036Z] 0ae02d5a401e: Layer already exists [2021-01-04T20:58:30.036Z] 119d46e9f2be: Layer already exists [2021-01-04T20:58:30.036Z] 2.0.0-dev.25: digest: sha256:c4dedd2825c7d61331d834298121dd44da7594f93f3792c2421551bc504f0841 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:30.337Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:30.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:30.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-04T20:58:30.634Z] 54923603144e: Preparing [2021-01-04T20:58:30.634Z] 119d46e9f2be: Preparing [2021-01-04T20:58:30.634Z] 0ae02d5a401e: Preparing [2021-01-04T20:58:30.634Z] 119d46e9f2be: Layer already exists [2021-01-04T20:58:30.634Z] 0ae02d5a401e: Layer already exists [2021-01-04T20:58:30.634Z] 54923603144e: Layer already exists [2021-01-04T20:58:30.634Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:c4dedd2825c7d61331d834298121dd44da7594f93f3792c2421551bc504f0841 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:30.942Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:31.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-04T20:58:31.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-04T20:58:31.238Z] 54923603144e: Preparing [2021-01-04T20:58:31.238Z] 119d46e9f2be: Preparing [2021-01-04T20:58:31.238Z] 0ae02d5a401e: Preparing [2021-01-04T20:58:31.238Z] 54923603144e: Layer already exists [2021-01-04T20:58:31.238Z] 119d46e9f2be: Layer already exists [2021-01-04T20:58:31.238Z] 0ae02d5a401e: Layer already exists [2021-01-04T20:58:31.238Z] master: digest: sha256:c4dedd2825c7d61331d834298121dd44da7594f93f3792c2421551bc504f0841 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T20:58:31.421Z] ===================================================== [Pipeline] echo [2021-01-04T20:58:31.470Z] taggedImages: [2021-01-04T20:58:31.470Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:31.470Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.25 [2021-01-04T20:58:31.470Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:31.470Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-04T20:58:31.558Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-04T20:58:31.558Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:31.558Z] 2.0.0-dev.25 [2021-01-04T20:58:31.558Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:31.558Z] master [2021-01-04T20:58:31.558Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:32.069Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:32.370Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:32.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-04T20:58:32.370Z] 51e238dae3f2: Preparing [2021-01-04T20:58:32.370Z] 0c75dd32d3df: Preparing [2021-01-04T20:58:32.370Z] 86a1f3748afc: Preparing [2021-01-04T20:58:32.370Z] 35ff1c1fa245: Preparing [2021-01-04T20:58:32.370Z] 6a0cd962cb02: Preparing [2021-01-04T20:58:32.370Z] f12efb0a87b8: Preparing [2021-01-04T20:58:32.370Z] 8a0742cd7c88: Preparing [2021-01-04T20:58:32.370Z] 0754057c0ad3: Preparing [2021-01-04T20:58:32.370Z] 998cdf262ab1: Preparing [2021-01-04T20:58:32.370Z] 02e56110abd2: Preparing [2021-01-04T20:58:32.370Z] abc36efb885a: Preparing [2021-01-04T20:58:32.370Z] b0b09059f4e1: Preparing [2021-01-04T20:58:32.370Z] bb961f40224b: Preparing [2021-01-04T20:58:32.370Z] f4666769fca7: Preparing [2021-01-04T20:58:32.370Z] b0b09059f4e1: Waiting [2021-01-04T20:58:32.370Z] 998cdf262ab1: Waiting [2021-01-04T20:58:32.370Z] bb961f40224b: Waiting [2021-01-04T20:58:32.370Z] 02e56110abd2: Waiting [2021-01-04T20:58:32.370Z] f4666769fca7: Waiting [2021-01-04T20:58:32.370Z] abc36efb885a: Waiting [2021-01-04T20:58:32.370Z] 8a0742cd7c88: Waiting [2021-01-04T20:58:32.370Z] f12efb0a87b8: Waiting [2021-01-04T20:58:32.370Z] 0754057c0ad3: Waiting [2021-01-04T20:58:32.634Z] 6a0cd962cb02: Pushed [2021-01-04T20:58:32.634Z] 51e238dae3f2: Pushed [2021-01-04T20:58:32.895Z] 35ff1c1fa245: Pushed [2021-01-04T20:58:32.895Z] 0754057c0ad3: Layer already exists [2021-01-04T20:58:32.895Z] 8a0742cd7c88: Pushed [2021-01-04T20:58:32.895Z] 998cdf262ab1: Layer already exists [2021-01-04T20:58:32.895Z] 02e56110abd2: Layer already exists [2021-01-04T20:58:32.895Z] abc36efb885a: Layer already exists [2021-01-04T20:58:32.895Z] b0b09059f4e1: Layer already exists [2021-01-04T20:58:32.895Z] 0c75dd32d3df: Pushed [2021-01-04T20:58:33.155Z] bb961f40224b: Layer already exists [2021-01-04T20:58:33.155Z] f4666769fca7: Layer already exists [2021-01-04T20:58:33.727Z] f12efb0a87b8: Pushed [2021-01-04T20:58:40.347Z] 86a1f3748afc: Pushed [2021-01-04T20:58:40.347Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:534c7d1ff68ffb7aaecef378e67098ef4e7c6445c8ef330009436ac205e91ec2 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:40.650Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:40.958Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.25 [2021-01-04T20:58:40.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-04T20:58:40.958Z] 51e238dae3f2: Preparing [2021-01-04T20:58:40.958Z] 0c75dd32d3df: Preparing [2021-01-04T20:58:40.958Z] 86a1f3748afc: Preparing [2021-01-04T20:58:40.958Z] 35ff1c1fa245: Preparing [2021-01-04T20:58:40.958Z] 6a0cd962cb02: Preparing [2021-01-04T20:58:40.958Z] f12efb0a87b8: Preparing [2021-01-04T20:58:40.958Z] 8a0742cd7c88: Preparing [2021-01-04T20:58:40.958Z] 0754057c0ad3: Preparing [2021-01-04T20:58:40.958Z] 998cdf262ab1: Preparing [2021-01-04T20:58:40.958Z] 02e56110abd2: Preparing [2021-01-04T20:58:40.958Z] abc36efb885a: Preparing [2021-01-04T20:58:40.958Z] b0b09059f4e1: Preparing [2021-01-04T20:58:40.958Z] bb961f40224b: Preparing [2021-01-04T20:58:40.958Z] f4666769fca7: Preparing [2021-01-04T20:58:40.958Z] f12efb0a87b8: Waiting [2021-01-04T20:58:40.958Z] 0754057c0ad3: Waiting [2021-01-04T20:58:40.958Z] 998cdf262ab1: Waiting [2021-01-04T20:58:40.958Z] 02e56110abd2: Waiting [2021-01-04T20:58:40.958Z] abc36efb885a: Waiting [2021-01-04T20:58:40.958Z] 8a0742cd7c88: Waiting [2021-01-04T20:58:40.958Z] 0c75dd32d3df: Layer already exists [2021-01-04T20:58:40.958Z] 6a0cd962cb02: Layer already exists [2021-01-04T20:58:40.958Z] 86a1f3748afc: Layer already exists [2021-01-04T20:58:40.958Z] 51e238dae3f2: Layer already exists [2021-01-04T20:58:40.958Z] 35ff1c1fa245: Layer already exists [2021-01-04T20:58:40.958Z] 8a0742cd7c88: Layer already exists [2021-01-04T20:58:40.958Z] f12efb0a87b8: Layer already exists [2021-01-04T20:58:40.958Z] 998cdf262ab1: Layer already exists [2021-01-04T20:58:40.958Z] 0754057c0ad3: Layer already exists [2021-01-04T20:58:40.958Z] 02e56110abd2: Layer already exists [2021-01-04T20:58:40.958Z] bb961f40224b: Layer already exists [2021-01-04T20:58:40.958Z] abc36efb885a: Layer already exists [2021-01-04T20:58:40.958Z] f4666769fca7: Layer already exists [2021-01-04T20:58:40.958Z] b0b09059f4e1: Layer already exists [2021-01-04T20:58:40.958Z] 2.0.0-dev.25: digest: sha256:534c7d1ff68ffb7aaecef378e67098ef4e7c6445c8ef330009436ac205e91ec2 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:41.268Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:41.565Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:41.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-04T20:58:41.565Z] 51e238dae3f2: Preparing [2021-01-04T20:58:41.565Z] 0c75dd32d3df: Preparing [2021-01-04T20:58:41.565Z] 86a1f3748afc: Preparing [2021-01-04T20:58:41.565Z] 35ff1c1fa245: Preparing [2021-01-04T20:58:41.565Z] 6a0cd962cb02: Preparing [2021-01-04T20:58:41.565Z] f12efb0a87b8: Preparing [2021-01-04T20:58:41.565Z] 8a0742cd7c88: Preparing [2021-01-04T20:58:41.565Z] 0754057c0ad3: Preparing [2021-01-04T20:58:41.565Z] 998cdf262ab1: Preparing [2021-01-04T20:58:41.565Z] 02e56110abd2: Preparing [2021-01-04T20:58:41.565Z] abc36efb885a: Preparing [2021-01-04T20:58:41.565Z] b0b09059f4e1: Preparing [2021-01-04T20:58:41.565Z] bb961f40224b: Preparing [2021-01-04T20:58:41.565Z] f4666769fca7: Preparing [2021-01-04T20:58:41.565Z] 02e56110abd2: Waiting [2021-01-04T20:58:41.565Z] abc36efb885a: Waiting [2021-01-04T20:58:41.565Z] b0b09059f4e1: Waiting [2021-01-04T20:58:41.565Z] bb961f40224b: Waiting [2021-01-04T20:58:41.565Z] f4666769fca7: Waiting [2021-01-04T20:58:41.565Z] f12efb0a87b8: Waiting [2021-01-04T20:58:41.565Z] 0754057c0ad3: Waiting [2021-01-04T20:58:41.565Z] 8a0742cd7c88: Waiting [2021-01-04T20:58:41.565Z] 998cdf262ab1: Waiting [2021-01-04T20:58:41.565Z] 51e238dae3f2: Layer already exists [2021-01-04T20:58:41.565Z] 0c75dd32d3df: Layer already exists [2021-01-04T20:58:41.565Z] 6a0cd962cb02: Layer already exists [2021-01-04T20:58:41.565Z] 86a1f3748afc: Layer already exists [2021-01-04T20:58:41.565Z] 35ff1c1fa245: Layer already exists [2021-01-04T20:58:41.565Z] f12efb0a87b8: Layer already exists [2021-01-04T20:58:41.565Z] 998cdf262ab1: Layer already exists [2021-01-04T20:58:41.565Z] 0754057c0ad3: Layer already exists [2021-01-04T20:58:41.565Z] 8a0742cd7c88: Layer already exists [2021-01-04T20:58:41.565Z] 02e56110abd2: Layer already exists [2021-01-04T20:58:41.565Z] b0b09059f4e1: Layer already exists [2021-01-04T20:58:41.565Z] bb961f40224b: Layer already exists [2021-01-04T20:58:41.565Z] abc36efb885a: Layer already exists [2021-01-04T20:58:41.565Z] f4666769fca7: Layer already exists [2021-01-04T20:58:41.565Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:534c7d1ff68ffb7aaecef378e67098ef4e7c6445c8ef330009436ac205e91ec2 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:41.870Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:58:42.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-04T20:58:42.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-04T20:58:42.171Z] 51e238dae3f2: Preparing [2021-01-04T20:58:42.171Z] 0c75dd32d3df: Preparing [2021-01-04T20:58:42.171Z] 86a1f3748afc: Preparing [2021-01-04T20:58:42.171Z] 35ff1c1fa245: Preparing [2021-01-04T20:58:42.171Z] 6a0cd962cb02: Preparing [2021-01-04T20:58:42.171Z] f12efb0a87b8: Preparing [2021-01-04T20:58:42.171Z] 8a0742cd7c88: Preparing [2021-01-04T20:58:42.171Z] 0754057c0ad3: Preparing [2021-01-04T20:58:42.171Z] 998cdf262ab1: Preparing [2021-01-04T20:58:42.171Z] 02e56110abd2: Preparing [2021-01-04T20:58:42.171Z] abc36efb885a: Preparing [2021-01-04T20:58:42.171Z] b0b09059f4e1: Preparing [2021-01-04T20:58:42.171Z] bb961f40224b: Preparing [2021-01-04T20:58:42.171Z] f4666769fca7: Preparing [2021-01-04T20:58:42.171Z] 998cdf262ab1: Waiting [2021-01-04T20:58:42.171Z] 02e56110abd2: Waiting [2021-01-04T20:58:42.171Z] abc36efb885a: Waiting [2021-01-04T20:58:42.171Z] b0b09059f4e1: Waiting [2021-01-04T20:58:42.171Z] bb961f40224b: Waiting [2021-01-04T20:58:42.171Z] f4666769fca7: Waiting [2021-01-04T20:58:42.171Z] f12efb0a87b8: Waiting [2021-01-04T20:58:42.171Z] 8a0742cd7c88: Waiting [2021-01-04T20:58:42.171Z] 0754057c0ad3: Waiting [2021-01-04T20:58:42.171Z] 0c75dd32d3df: Layer already exists [2021-01-04T20:58:42.171Z] 6a0cd962cb02: Layer already exists [2021-01-04T20:58:42.171Z] 51e238dae3f2: Layer already exists [2021-01-04T20:58:42.171Z] 35ff1c1fa245: Layer already exists [2021-01-04T20:58:42.171Z] 86a1f3748afc: Layer already exists [2021-01-04T20:58:42.171Z] 8a0742cd7c88: Layer already exists [2021-01-04T20:58:42.171Z] f12efb0a87b8: Layer already exists [2021-01-04T20:58:42.171Z] 0754057c0ad3: Layer already exists [2021-01-04T20:58:42.171Z] 998cdf262ab1: Layer already exists [2021-01-04T20:58:42.171Z] 02e56110abd2: Layer already exists [2021-01-04T20:58:42.171Z] bb961f40224b: Layer already exists [2021-01-04T20:58:42.171Z] b0b09059f4e1: Layer already exists [2021-01-04T20:58:42.171Z] f4666769fca7: Layer already exists [2021-01-04T20:58:42.171Z] abc36efb885a: Layer already exists [2021-01-04T20:58:42.171Z] master: digest: sha256:534c7d1ff68ffb7aaecef378e67098ef4e7c6445c8ef330009436ac205e91ec2 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T20:58:42.620Z] ===================================================== [Pipeline] echo [2021-01-04T20:58:42.666Z] taggedImages: [2021-01-04T20:58:42.666Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:58:42.666Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.25 [2021-01-04T20:58:42.666Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T20:58:42.666Z] - 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-01-04T20:58:58.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T20:59:06.819Z] Removing intermediate container 0d611ec326fb [2021-01-04T20:59:06.819Z] ---> 727e20a35fcb [2021-01-04T20:59:06.819Z] [2021-01-04T20:59:06.819Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T20:59:06.819Z] 3.12: Pulling from library/alpine [2021-01-04T20:59:07.096Z] Removing intermediate container c2e50456c09d [2021-01-04T20:59:07.096Z] ---> 7d91c951d702 [2021-01-04T20:59:07.096Z] [2021-01-04T20:59:07.096Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T20:59:07.381Z] 3.12: Pulling from library/alpine [2021-01-04T20:59:07.990Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T20:59:07.990Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T20:59:07.990Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T20:59:07.990Z] ---> afeebe901d6b [2021-01-04T20:59:07.990Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T20:59:07.990Z] Status: Image is up to date for alpine:3.12 [2021-01-04T20:59:07.990Z] ---> afeebe901d6b [2021-01-04T20:59:07.990Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T20:59:08.268Z] Removing intermediate container 7b4923dff9a1 [2021-01-04T20:59:08.268Z] ---> 902dc89c4c56 [2021-01-04T20:59:08.268Z] [2021-01-04T20:59:08.268Z] Step 10/21 : FROM scratch [2021-01-04T20:59:08.268Z] ---> [2021-01-04T20:59:08.268Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:59:08.268Z] Removing intermediate container d56d89f2687d [2021-01-04T20:59:08.268Z] ---> 943626599ccc [2021-01-04T20:59:08.268Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T20:59:08.562Z] ---> Running in 3e2c247cea22 [2021-01-04T20:59:08.562Z] ---> Running in 1413bd847ff9 [2021-01-04T20:59:08.562Z] ---> Running in 4a0c01859d21 [2021-01-04T20:59:08.562Z] ---> Running in 5dbfe02381b1 [2021-01-04T20:59:09.187Z] Removing intermediate container d1f7ce83bdf3 [2021-01-04T20:59:09.187Z] ---> f32badb10fe2 [2021-01-04T20:59:09.187Z] [2021-01-04T20:59:09.187Z] Step 10/22 : FROM scratch [2021-01-04T20:59:09.187Z] ---> [2021-01-04T20:59:09.187Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:59:09.187Z] ---> Using cache [2021-01-04T20:59:09.187Z] ---> 067dee814510 [2021-01-04T20:59:09.187Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T20:59:09.464Z] Removing intermediate container 4a0c01859d21 [2021-01-04T20:59:09.464Z] ---> 067dee814510 [2021-01-04T20:59:09.464Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T20:59:09.464Z] ---> Running in 3491bafb698d [2021-01-04T20:59:09.464Z] ---> Running in 7696d5cd426a [2021-01-04T20:59:10.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:59:10.472Z] Removing intermediate container 7696d5cd426a [2021-01-04T20:59:10.472Z] ---> 6fcc6d94acbc [2021-01-04T20:59:10.472Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T20:59:10.472Z] Removing intermediate container 3491bafb698d [2021-01-04T20:59:10.472Z] ---> 0b227848f517 [2021-01-04T20:59:10.472Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T20:59:10.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:59:10.472Z] ---> Running in d9588f0d20e0 [2021-01-04T20:59:10.472Z] ---> Running in 61a5b9eeb856 [2021-01-04T20:59:10.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T20:59:10.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:59:10.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:59:11.107Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T20:59:11.107Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T20:59:11.107Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T20:59:11.107Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T20:59:11.107Z] Removing intermediate container d9588f0d20e0 [2021-01-04T20:59:11.107Z] ---> 9b223e7493d6 [2021-01-04T20:59:11.107Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T20:59:11.107Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T20:59:11.107Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:59:11.396Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T20:59:11.396Z] Removing intermediate container 61a5b9eeb856 [2021-01-04T20:59:11.396Z] ---> 0cb060cbe968 [2021-01-04T20:59:11.396Z] Step 14/22 : WORKDIR / [2021-01-04T20:59:11.396Z] OK: 7 MiB in 19 packages [2021-01-04T20:59:11.396Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T20:59:11.678Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T20:59:11.678Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T20:59:11.678Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T20:59:11.678Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T20:59:11.678Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:59:11.678Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T20:59:11.678Z] ---> Running in b81ec045f66b [2021-01-04T20:59:11.968Z] OK: 7 MiB in 19 packages [2021-01-04T20:59:12.567Z] ---> cfd40bf7ca2b [2021-01-04T20:59:12.567Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T20:59:12.837Z] Removing intermediate container b81ec045f66b [2021-01-04T20:59:12.837Z] ---> bb4d69f54468 [2021-01-04T20:59:12.837Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T20:59:14.937Z] ---> 02cac2b9e6f7 [2021-01-04T20:59:14.937Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T20:59:14.937Z] Removing intermediate container 3e2c247cea22 [2021-01-04T20:59:14.937Z] ---> 3c11eb789b41 [2021-01-04T20:59:14.937Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T20:59:14.937Z] ---> 8761652db1f3 [2021-01-04T20:59:14.937Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T20:59:14.937Z] Removing intermediate container 1413bd847ff9 [2021-01-04T20:59:14.937Z] ---> 09f151af5fac [2021-01-04T20:59:14.937Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T20:59:15.209Z] ---> Running in 9c887214dcca [2021-01-04T20:59:15.489Z] ---> Running in 4f08cc9b279f [2021-01-04T20:59:15.489Z] Removing intermediate container 5dbfe02381b1 [2021-01-04T20:59:15.489Z] ---> 76335b70022a [2021-01-04T20:59:15.489Z] [2021-01-04T20:59:15.489Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T20:59:15.764Z] 20.10.0: Pulling from library/docker [2021-01-04T20:59:16.044Z] Removing intermediate container 9c887214dcca [2021-01-04T20:59:16.044Z] ---> d8313a01a4c6 [2021-01-04T20:59:16.044Z] Step 13/22 : WORKDIR / [2021-01-04T20:59:16.652Z] ---> 3b9f0c655780 [2021-01-04T20:59:16.652Z] Removing intermediate container 4f08cc9b279f [2021-01-04T20:59:16.652Z] ---> 9dada29017db [2021-01-04T20:59:16.652Z] Step 13/24 : WORKDIR / [2021-01-04T20:59:16.652Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T20:59:16.928Z] ---> Running in 4791c469d2b2 [2021-01-04T20:59:16.928Z] ---> Running in 42640e2b932b [2021-01-04T20:59:16.928Z] ---> Running in 9e4e591c82f5 [2021-01-04T20:59:17.206Z] ---> da5a82c279e6 [2021-01-04T20:59:17.206Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T20:59:18.198Z] Removing intermediate container 9e4e591c82f5 [2021-01-04T20:59:18.198Z] ---> a258bf134b2c [2021-01-04T20:59:18.198Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:59:18.198Z] Removing intermediate container 4791c469d2b2 [2021-01-04T20:59:18.198Z] ---> 7b98b79aa050 [2021-01-04T20:59:18.198Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T20:59:18.198Z] Removing intermediate container 42640e2b932b [2021-01-04T20:59:18.198Z] ---> 5eb71993e238 [2021-01-04T20:59:18.198Z] 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-01-04T20:59:18.473Z] ---> Running in 1832070d8cff [2021-01-04T20:59:18.473Z] ---> ae6581a7d9de [2021-01-04T20:59:18.473Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T20:59:18.748Z] ---> Running in f9ee6a80a950 [2021-01-04T20:59:18.748Z] ---> b1a3a1baa316 [2021-01-04T20:59:18.748Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T20:59:19.030Z] Removing intermediate container 1832070d8cff [2021-01-04T20:59:19.315Z] ---> 833532c9781a [2021-01-04T20:59:19.315Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T20:59:19.315Z] ---> 7e3e05c0de07 [2021-01-04T20:59:19.315Z] 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-01-04T20:59:19.589Z] Removing intermediate container f9ee6a80a950 [2021-01-04T20:59:19.589Z] ---> 01b723777df8 [2021-01-04T20:59:19.589Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:59:19.589Z] ---> Running in 07a20a726106 [2021-01-04T20:59:19.863Z] ---> Running in 5d0aca20f9e6 [2021-01-04T20:59:20.471Z] ---> f8123948d35c [2021-01-04T20:59:20.471Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T20:59:20.471Z] Removing intermediate container 07a20a726106 [2021-01-04T20:59:20.471Z] ---> bd402488987e [2021-01-04T20:59:20.471Z] Step 20/21 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:59:20.758Z] ---> c91d494de92a [2021-01-04T20:59:20.758Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T20:59:20.758Z] Removing intermediate container 5d0aca20f9e6 [2021-01-04T20:59:20.758Z] ---> ecce92db9023 [2021-01-04T20:59:20.758Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T20:59:21.032Z] ---> Running in 2befa5e9e4bb [2021-01-04T20:59:21.032Z] ---> Running in a79b5ca06707 [2021-01-04T20:59:22.018Z] ---> f8afe61ba56c [2021-01-04T20:59:22.018Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T20:59:22.303Z] Removing intermediate container a79b5ca06707 [2021-01-04T20:59:22.303Z] ---> 15cc971c1660 [2021-01-04T20:59:22.303Z] Step 21/22 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:59:22.303Z] Removing intermediate container 2befa5e9e4bb [2021-01-04T20:59:22.303Z] ---> 72d1f5cead56 [2021-01-04T20:59:22.303Z] Step 21/21 : LABEL version=2.0.0-dev.25 [2021-01-04T20:59:22.579Z] ---> 8f7cfbf43399 [2021-01-04T20:59:22.579Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T20:59:22.579Z] ---> Running in c6ee1f051584 [2021-01-04T20:59:22.579Z] ---> Running in c7efa0fb7154 [2021-01-04T20:59:23.180Z] ---> 5ab779ce1cb0 [2021-01-04T20:59:23.180Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T20:59:23.460Z] ---> Running in f88a13638e58 [2021-01-04T20:59:24.059Z] Removing intermediate container c6ee1f051584 [2021-01-04T20:59:24.059Z] ---> 21098193fc96 [2021-01-04T20:59:24.059Z] [2021-01-04T20:59:24.059Z] Removing intermediate container c7efa0fb7154 [2021-01-04T20:59:24.059Z] ---> f450634a5612 [2021-01-04T20:59:24.059Z] Step 22/22 : LABEL version=2.0.0-dev.25 [2021-01-04T20:59:24.347Z] Successfully built 21098193fc96 [2021-01-04T20:59:24.347Z] ---> ea3cec277e6c [2021-01-04T20:59:24.347Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T20:59:24.347Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-04T20:59:24.347Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-01-04T20:59:24.347Z] ---> Running in a51c349c25fb [2021-01-04T20:59:26.379Z] Removing intermediate container a51c349c25fb [2021-01-04T20:59:26.379Z] ---> db87edb533f4 [2021-01-04T20:59:26.379Z] [2021-01-04T20:59:26.379Z] Successfully built db87edb533f4 [2021-01-04T20:59:26.985Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-04T20:59:26.985Z] Building docker-support-notifications-go [2021-01-04T20:59:27.268Z]  Building docker-core-command-go ... done  ---> fcceed5a9df4 [2021-01-04T20:59:27.268Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T20:59:28.307Z] Removing intermediate container f88a13638e58 [2021-01-04T20:59:28.307Z] ---> 91404f89bb4e [2021-01-04T20:59:28.307Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T20:59:28.591Z] ---> 0b3771886291 [2021-01-04T20:59:28.592Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T20:59:28.869Z] ---> Running in 68e0bb02d683 [2021-01-04T20:59:28.869Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T20:59:28.869Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T20:59:28.869Z] ---> eeaf43b92773 [2021-01-04T20:59:28.869Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T20:59:28.869Z] ---> Running in b7c87adf3e7e [2021-01-04T20:59:29.467Z] ---> Running in dbf1e3bf469d [2021-01-04T20:59:29.467Z] Removing intermediate container 68e0bb02d683 [2021-01-04T20:59:29.467Z] ---> 81ef33eee892 [2021-01-04T20:59:29.467Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T20:59:29.739Z] ---> Running in 1d53df5cfcf2 [2021-01-04T20:59:30.730Z] Removing intermediate container 1d53df5cfcf2 [2021-01-04T20:59:30.730Z] ---> e66250b83c22 [2021-01-04T20:59:30.730Z] Step 21/22 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:59:31.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:59:31.281Z] ---> Running in 3b88ec5e9c80 [2021-01-04T20:59:31.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:59:31.915Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T20:59:31.915Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T20:59:31.915Z] Executing bash-5.0.17-r0.post-install [2021-01-04T20:59:31.915Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:59:31.915Z] OK: 12 MiB in 22 packages [2021-01-04T20:59:32.530Z] Removing intermediate container 3b88ec5e9c80 [2021-01-04T20:59:32.530Z] ---> 44e4f3c5b9b8 [2021-01-04T20:59:32.530Z] Step 22/22 : LABEL version=2.0.0-dev.25 [2021-01-04T20:59:32.809Z] Removing intermediate container b7c87adf3e7e [2021-01-04T20:59:32.809Z] ---> dab11b96b608 [2021-01-04T20:59:32.809Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T20:59:33.420Z] ---> Running in de7df1a7bf98 [2021-01-04T20:59:33.448Z] ---> Running in 6efb27d07cfe [2021-01-04T20:59:34.090Z] Removing intermediate container de7df1a7bf98 [2021-01-04T20:59:34.090Z] ---> 64cac111b754 [2021-01-04T20:59:34.090Z] [2021-01-04T20:59:34.090Z] Removing intermediate container 6efb27d07cfe [2021-01-04T20:59:34.090Z] ---> 4be62c630281 [2021-01-04T20:59:34.090Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T20:59:34.365Z] Successfully built 64cac111b754 [2021-01-04T20:59:34.365Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-04T20:59:34.365Z] Building docker-core-metadata-go [2021-01-04T20:59:34.365Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container dbf1e3bf469d [2021-01-04T20:59:34.365Z] ---> e9d0ff40b785 [2021-01-04T20:59:34.365Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T20:59:34.638Z] ---> Running in f9b6983c79eb [2021-01-04T20:59:34.638Z] ---> Running in fb54bbe78af5 [2021-01-04T20:59:34.915Z] Removing intermediate container f9b6983c79eb [2021-01-04T20:59:34.915Z] ---> da752415e393 [2021-01-04T20:59:34.915Z] Step 23/24 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T20:59:35.196Z] Removing intermediate container fb54bbe78af5 [2021-01-04T20:59:35.196Z] ---> ff572b844210 [2021-01-04T20:59:35.196Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T20:59:35.471Z] ---> Running in 9ae3f0455cc7 [2021-01-04T20:59:35.471Z] ---> Running in 9875d2b66f4c [2021-01-04T20:59:36.067Z] Removing intermediate container 9ae3f0455cc7 [2021-01-04T20:59:36.067Z] ---> 2c9c40805ac8 [2021-01-04T20:59:36.067Z] Step 24/24 : LABEL version=2.0.0-dev.25 [2021-01-04T20:59:36.067Z] Removing intermediate container 9875d2b66f4c [2021-01-04T20:59:36.067Z] ---> cf3640d5ae2c [2021-01-04T20:59:36.067Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T20:59:36.353Z] ---> Running in 3a0dddffb913 [2021-01-04T20:59:36.353Z] ---> Running in f322975bcebd [2021-01-04T20:59:36.975Z] Removing intermediate container 3a0dddffb913 [2021-01-04T20:59:36.975Z] ---> 31c8687db3dc [2021-01-04T20:59:36.975Z] [2021-01-04T20:59:37.253Z] Successfully built 31c8687db3dc [2021-01-04T20:59:37.254Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-04T20:59:37.254Z] Removing intermediate container f322975bcebd [2021-01-04T20:59:37.254Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-04T20:59:37.254Z] ---> c6dadbd2cdba [2021-01-04T20:59:37.254Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T20:59:39.245Z] ---> c21ae4eb0088 [2021-01-04T20:59:39.245Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T20:59:40.253Z] ---> 150792c6927d [2021-01-04T20:59:40.253Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T20:59:41.714Z] ---> 7532ea48a26b [2021-01-04T20:59:41.714Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T20:59:42.318Z] ---> Running in adbb73146d87 [2021-01-04T20:59:43.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:59:43.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:59:44.181Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T20:59:44.181Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T20:59:44.455Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T20:59:44.455Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T20:59:44.455Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T20:59:44.455Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T20:59:44.455Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T20:59:44.455Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:59:44.455Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:59:44.455Z] ---> 6fc9bd9294de [2021-01-04T20:59:44.455Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T20:59:44.455Z] ---> Using cache [2021-01-04T20:59:44.455Z] ---> 24edc54cf26f [2021-01-04T20:59:44.455Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:59:44.455Z] ---> Using cache [2021-01-04T20:59:44.455Z] ---> 89b962abd089 [2021-01-04T20:59:44.455Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T20:59:44.455Z] ---> Using cache [2021-01-04T20:59:44.455Z] ---> ff7fae8ca01f [2021-01-04T20:59:44.455Z] Step 6/21 : COPY go.mod . [2021-01-04T20:59:44.455Z] ---> Using cache [2021-01-04T20:59:44.455Z] ---> 5899643d5b0b [2021-01-04T20:59:44.455Z] Step 7/21 : RUN go mod download [2021-01-04T20:59:44.455Z] ---> Using cache [2021-01-04T20:59:44.455Z] ---> d7a9379ba482 [2021-01-04T20:59:44.455Z] Step 8/21 : COPY . . [2021-01-04T20:59:44.455Z] ---> Using cache [2021-01-04T20:59:44.455Z] ---> dac544446f2f [2021-01-04T20:59:44.455Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T20:59:46.449Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T20:59:46.449Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T20:59:46.449Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T20:59:46.449Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T20:59:46.449Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T20:59:46.449Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T20:59:46.726Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T20:59:46.726Z] ---> Running in 18c25f081ca1 [2021-01-04T20:59:46.726Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T20:59:46.726Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T20:59:46.726Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T20:59:46.726Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T20:59:46.726Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T20:59:46.726Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T20:59:47.001Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T20:59:47.001Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T20:59:47.001Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T20:59:47.001Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T20:59:47.001Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T20:59:47.001Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T20:59:47.001Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T20:59:47.001Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T20:59:47.275Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T20:59:47.275Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T20:59:47.275Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T20:59:47.275Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T20:59:47.275Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T20:59:47.275Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:59:47.549Z] OK: 71 MiB in 55 packages [2021-01-04T20:59:47.830Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T20:59:53.259Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:59:53.259Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:59:53.259Z] ---> 6fc9bd9294de [2021-01-04T20:59:53.259Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T20:59:53.259Z] ---> Using cache [2021-01-04T20:59:53.259Z] ---> 24edc54cf26f [2021-01-04T20:59:53.259Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:59:53.259Z] ---> Using cache [2021-01-04T20:59:53.259Z] ---> 89b962abd089 [2021-01-04T20:59:53.260Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T20:59:54.734Z] ---> Running in 05ae9335bac1 [2021-01-04T20:59:57.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:59:58.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:59:58.640Z] OK: 217 MiB in 51 packages [2021-01-04T21:00:03.090Z] Removing intermediate container 05ae9335bac1 [2021-01-04T21:00:03.090Z] ---> 644ce55cd6f0 [2021-01-04T21:00:03.090Z] Step 6/24 : COPY go.mod . [2021-01-04T21:00:03.090Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T21:00:03.090Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T21:00:03.090Z] ---> 6fc9bd9294de [2021-01-04T21:00:03.090Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T21:00:03.090Z] ---> Using cache [2021-01-04T21:00:03.090Z] ---> 24edc54cf26f [2021-01-04T21:00:03.090Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T21:00:03.090Z] ---> Using cache [2021-01-04T21:00:03.090Z] ---> 89b962abd089 [2021-01-04T21:00:03.090Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T21:00:03.090Z] ---> Using cache [2021-01-04T21:00:03.090Z] ---> ff7fae8ca01f [2021-01-04T21:00:03.090Z] Step 6/22 : COPY go.mod . [2021-01-04T21:00:03.090Z] ---> Using cache [2021-01-04T21:00:03.090Z] ---> 5899643d5b0b [2021-01-04T21:00:03.090Z] Step 7/22 : RUN go mod download [2021-01-04T21:00:03.090Z] ---> Using cache [2021-01-04T21:00:03.090Z] ---> d7a9379ba482 [2021-01-04T21:00:03.090Z] Step 8/22 : COPY . . [2021-01-04T21:00:03.090Z] ---> Using cache [2021-01-04T21:00:03.090Z] ---> dac544446f2f [2021-01-04T21:00:03.090Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T21:00:03.378Z] Removing intermediate container adbb73146d87 [2021-01-04T21:00:03.378Z] ---> 26dd99d7e331 [2021-01-04T21:00:03.378Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T21:00:03.998Z] ---> Running in 82389541872e [2021-01-04T21:00:03.999Z] ---> Running in fe06c1725d6b [2021-01-04T21:00:04.284Z] ---> 19c38d1a68da [2021-01-04T21:00:04.284Z] Step 7/24 : RUN go mod download [2021-01-04T21:00:04.581Z] ---> Running in 681479cccdde [2021-01-04T21:00:04.581Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T21:00:04.581Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T21:00:04.581Z] ---> 6fc9bd9294de [2021-01-04T21:00:04.581Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T21:00:04.581Z] ---> Using cache [2021-01-04T21:00:04.581Z] ---> 24edc54cf26f [2021-01-04T21:00:04.581Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T21:00:04.581Z] ---> Using cache [2021-01-04T21:00:04.581Z] ---> 89b962abd089 [2021-01-04T21:00:04.582Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T21:00:04.880Z] ---> Running in db9388efe096 [2021-01-04T21:00:07.546Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T21:00:07.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T21:00:08.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T21:00:09.618Z] OK: 217 MiB in 51 packages [2021-01-04T21:00:10.232Z] Removing intermediate container 681479cccdde [2021-01-04T21:00:10.232Z] ---> b04e25aee190 [2021-01-04T21:00:10.232Z] Step 8/24 : COPY . . [2021-01-04T21:00:11.703Z] Removing intermediate container db9388efe096 [2021-01-04T21:00:11.703Z] ---> 41266bee65a4 [2021-01-04T21:00:11.703Z] Step 6/23 : COPY go.mod . [2021-01-04T21:00:12.695Z] Collecting docker-compose==1.23.2 [2021-01-04T21:00:12.695Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T21:00:13.687Z] ---> 25b11a730593 [2021-01-04T21:00:13.687Z] Step 7/23 : RUN go mod download [2021-01-04T21:00:13.963Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T21:00:13.963Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T21:00:13.963Z] ---> Running in 3ed9d0521d42 [2021-01-04T21:00:14.245Z] 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-01-04T21:00:15.235Z] Collecting PyYAML<4,>=3.10 [2021-01-04T21:00:15.235Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T21:00:20.656Z] Removing intermediate container 3ed9d0521d42 [2021-01-04T21:00:20.656Z] ---> 34416fecce5c [2021-01-04T21:00:20.656Z] Step 8/23 : COPY . . [2021-01-04T21:00:20.656Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T21:00:20.656Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T21:00:21.645Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T21:00:21.645Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T21:00:21.925Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T21:00:21.925Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T21:00:24.573Z] ---> 2345efe957b1 [2021-01-04T21:00:24.573Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T21:00:25.307Z] ---> Running in 005f9a7e5455 [2021-01-04T21:00:25.636Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T21:00:25.636Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T21:00:28.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T21:00:29.000Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T21:00:29.000Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T21:00:33.362Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T21:00:33.362Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T21:00:34.837Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T21:00:34.837Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T21:00:34.837Z] ---> 5bbd5f8f01f2 [2021-01-04T21:00:34.837Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T21:00:35.113Z] ---> Running in 2b78c985f8eb [2021-01-04T21:00:35.391Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T21:00:35.391Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T21:00:35.666Z] 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-01-04T21:00:35.666Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-04T21:00:35.945Z] Collecting idna<2.8,>=2.5 [2021-01-04T21:00:36.220Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T21:00:37.227Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T21:00:37.227Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T21:00:37.227Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T21:00:37.518Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T21:00:37.518Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T21:00:37.518Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T21:00:37.518Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T21:00:38.953Z] Installing collected packages: cached-property, PyYAML, docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, docopt, texttable, dockerpty, docker-compose [2021-01-04T21:00:38.954Z] Running setup.py install for PyYAML: started [2021-01-04T21:00:42.358Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T21:00:42.634Z] Attempting uninstall: idna [2021-01-04T21:00:42.634Z] Found existing installation: idna 2.9 [2021-01-04T21:00:42.634Z] Uninstalling idna-2.9: [2021-01-04T21:00:42.911Z] Successfully uninstalled idna-2.9 [2021-01-04T21:00:43.519Z] Attempting uninstall: urllib3 [2021-01-04T21:00:43.519Z] Found existing installation: urllib3 1.25.9 [2021-01-04T21:00:43.519Z] Uninstalling urllib3-1.25.9: [2021-01-04T21:00:43.795Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T21:00:44.781Z] Attempting uninstall: requests [2021-01-04T21:00:44.781Z] Found existing installation: requests 2.23.0 [2021-01-04T21:00:44.781Z] Uninstalling requests-2.23.0: [2021-01-04T21:00:44.781Z] Successfully uninstalled requests-2.23.0 [2021-01-04T21:00:46.781Z] Running setup.py install for docopt: started [2021-01-04T21:00:47.059Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.25" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T21:00:49.059Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T21:00:49.059Z] Running setup.py install for texttable: started [2021-01-04T21:00:51.719Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T21:00:51.719Z] Running setup.py install for dockerpty: started [2021-01-04T21:00:54.401Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T21:00:55.874Z] 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-01-04T21:01:02.647Z] Removing intermediate container fe06c1725d6b [2021-01-04T21:01:02.648Z] ---> e021a14c724c [2021-01-04T21:01:02.648Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T21:01:02.648Z] ---> Running in 2d1eaea1c1cf [2021-01-04T21:01:04.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T21:01:04.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T21:01:05.545Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T21:01:05.823Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T21:01:05.823Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T21:01:05.823Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T21:01:05.823Z] OK: 71 MiB in 58 packages [2021-01-04T21:01:05.823Z] Removing intermediate container 18c25f081ca1 [2021-01-04T21:01:05.823Z] ---> 812156faea67 [2021-01-04T21:01:05.823Z] [2021-01-04T21:01:05.823Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T21:01:05.823Z] ---> afeebe901d6b [2021-01-04T21:01:05.823Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T21:01:06.118Z] ---> Running in 4af55c76ce23 [2021-01-04T21:01:08.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T21:01:08.145Z] Removing intermediate container 2d1eaea1c1cf [2021-01-04T21:01:08.145Z] ---> a39c73039617 [2021-01-04T21:01:08.145Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T21:01:08.425Z] ---> Running in 1873521c308c [2021-01-04T21:01:08.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T21:01:09.038Z] Removing intermediate container 1873521c308c [2021-01-04T21:01:09.038Z] ---> 58330e1e9900 [2021-01-04T21:01:09.038Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T21:01:09.038Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T21:01:09.317Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T21:01:09.317Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T21:01:09.317Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T21:01:09.317Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T21:01:09.317Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T21:01:09.317Z] ---> Running in 1dd4e3fc0b07 [2021-01-04T21:01:09.604Z] OK: 7 MiB in 18 packages [2021-01-04T21:01:10.213Z] Removing intermediate container 1dd4e3fc0b07 [2021-01-04T21:01:10.213Z] ---> 3e103855a108 [2021-01-04T21:01:10.213Z] Step 24/26 : LABEL arch=arm64 [2021-01-04T21:01:10.493Z] ---> Running in 20d52c5f58ce [2021-01-04T21:01:11.512Z] Removing intermediate container 20d52c5f58ce [2021-01-04T21:01:11.512Z] ---> a9d42208e901 [2021-01-04T21:01:11.512Z] Step 25/26 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:01:12.117Z] ---> Running in be37df1a3597 [2021-01-04T21:01:12.117Z] Removing intermediate container 4af55c76ce23 [2021-01-04T21:01:12.117Z] ---> 972f02c2843f [2021-01-04T21:01:12.117Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T21:01:12.393Z] ---> Running in 2463b9934da6 [2021-01-04T21:01:12.676Z] Removing intermediate container be37df1a3597 [2021-01-04T21:01:12.676Z] ---> 14504e583fd0 [2021-01-04T21:01:12.676Z] Step 26/26 : LABEL version=2.0.0-dev.25 [2021-01-04T21:01:12.951Z] ---> Running in e7dd8a0bdaf8 [2021-01-04T21:01:13.228Z] Removing intermediate container 2463b9934da6 [2021-01-04T21:01:13.228Z] ---> 3605d2f8fc56 [2021-01-04T21:01:13.228Z] Step 13/21 : WORKDIR /edgex [2021-01-04T21:01:13.508Z] ---> Running in c3ddf080626d [2021-01-04T21:01:13.797Z] Removing intermediate container e7dd8a0bdaf8 [2021-01-04T21:01:13.797Z] ---> 2d5d75463aa5 [2021-01-04T21:01:13.797Z] [2021-01-04T21:01:14.423Z] Removing intermediate container c3ddf080626d [2021-01-04T21:01:14.423Z] ---> abb7333bce57 [2021-01-04T21:01:14.423Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T21:01:14.423Z] Successfully built 2d5d75463aa5 [2021-01-04T21:01:14.423Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-04T21:01:15.411Z]  Building docker-sys-mgmt-agent-go ... done  ---> 778ccd27f5e8 [2021-01-04T21:01:15.411Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T21:01:17.407Z] ---> aad41023669c [2021-01-04T21:01:17.407Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T21:01:18.852Z] ---> df14a649b334 [2021-01-04T21:01:18.852Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T21:01:19.128Z] ---> Running in 1437332b1c60 [2021-01-04T21:01:19.733Z] Removing intermediate container 1437332b1c60 [2021-01-04T21:01:19.733Z] ---> c6c94aa8a394 [2021-01-04T21:01:19.733Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T21:01:20.010Z] ---> Running in beedc99c5933 [2021-01-04T21:01:20.612Z] Removing intermediate container beedc99c5933 [2021-01-04T21:01:20.612Z] ---> 0f289805b40f [2021-01-04T21:01:20.612Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T21:01:20.887Z] ---> Running in 21744b1534e7 [2021-01-04T21:01:21.491Z] Removing intermediate container 21744b1534e7 [2021-01-04T21:01:21.491Z] ---> 808688e3472b [2021-01-04T21:01:21.491Z] Step 20/21 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:01:21.767Z] ---> Running in d895d55773c3 [2021-01-04T21:01:22.375Z] Removing intermediate container d895d55773c3 [2021-01-04T21:01:22.375Z] ---> 2e16b85159f5 [2021-01-04T21:01:22.375Z] Step 21/21 : LABEL version=2.0.0-dev.25 [2021-01-04T21:01:22.661Z] ---> Running in 9450ea78fdcc [2021-01-04T21:01:23.263Z] Removing intermediate container 9450ea78fdcc [2021-01-04T21:01:23.263Z] ---> e62ce0083e0e [2021-01-04T21:01:23.263Z] [2021-01-04T21:01:23.540Z] Successfully built e62ce0083e0e [2021-01-04T21:01:23.540Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-04T21:01:50.375Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 005f9a7e5455 [2021-01-04T21:01:50.375Z] ---> fa34085a90d5 [2021-01-04T21:01:50.375Z] [2021-01-04T21:01:50.375Z] Step 10/24 : FROM scratch [2021-01-04T21:01:50.375Z] ---> [2021-01-04T21:01:50.375Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T21:01:50.982Z] ---> Running in 02f4cab83c0b [2021-01-04T21:01:51.964Z] Removing intermediate container 02f4cab83c0b [2021-01-04T21:01:51.964Z] ---> 72d284f51e91 [2021-01-04T21:01:51.964Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T21:01:51.964Z] Removing intermediate container 82389541872e [2021-01-04T21:01:51.964Z] ---> 497453cd180d [2021-01-04T21:01:51.964Z] [2021-01-04T21:01:51.964Z] Step 10/22 : FROM scratch [2021-01-04T21:01:51.964Z] ---> [2021-01-04T21:01:51.964Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T21:01:51.964Z] ---> Running in 76efcf3189df [2021-01-04T21:01:51.964Z] ---> Using cache [2021-01-04T21:01:51.964Z] ---> 067dee814510 [2021-01-04T21:01:51.964Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T21:01:52.243Z] ---> Running in afff41a3f0b4 [2021-01-04T21:01:52.519Z] Removing intermediate container 76efcf3189df [2021-01-04T21:01:52.519Z] ---> 9b9211bda578 [2021-01-04T21:01:52.519Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T21:01:52.519Z] ---> Running in d13969efb4fb [2021-01-04T21:01:52.519Z] Removing intermediate container afff41a3f0b4 [2021-01-04T21:01:52.519Z] ---> f24dc628f9dc [2021-01-04T21:01:52.519Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T21:01:52.792Z] ---> Running in f6890da45931 [2021-01-04T21:01:53.062Z] Removing intermediate container d13969efb4fb [2021-01-04T21:01:53.062Z] ---> cde7beed7b9a [2021-01-04T21:01:53.062Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T21:01:53.667Z] Removing intermediate container f6890da45931 [2021-01-04T21:01:53.667Z] ---> 3c2665c4d0ab [2021-01-04T21:01:53.667Z] Step 14/22 : WORKDIR / [2021-01-04T21:01:53.667Z] ---> Running in c06d8c513901 [2021-01-04T21:01:54.020Z] ---> 9dada21bcf22 [2021-01-04T21:01:54.020Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T21:01:54.307Z] Removing intermediate container c06d8c513901 [2021-01-04T21:01:54.307Z] ---> 08baf3459bcd [2021-01-04T21:01:54.307Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T21:01:55.355Z] ---> ff486ec36994 [2021-01-04T21:01:55.355Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T21:01:55.355Z] ---> e3c1707c3be1 [2021-01-04T21:01:55.355Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T21:01:57.410Z] ---> 6d681a2413e4 [2021-01-04T21:01:57.410Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T21:01:57.410Z] ---> e1583132b915 [2021-01-04T21:01:57.410Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T21:01:58.845Z] ---> 336a8ca71ee6 [2021-01-04T21:01:58.846Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T21:01:58.846Z] ---> 9fa530c9e7fb [2021-01-04T21:01:58.846Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T21:01:58.846Z] ---> Running in 96c82c834c73 [2021-01-04T21:01:59.441Z] Removing intermediate container 96c82c834c73 [2021-01-04T21:01:59.441Z] ---> 8c8fcbe1e2f3 [2021-01-04T21:01:59.441Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T21:02:00.045Z] ---> Running in d233fc7deda5 [2021-01-04T21:02:00.045Z] ---> 3e455406b4ca [2021-01-04T21:02:00.045Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T21:02:00.643Z] Removing intermediate container d233fc7deda5 [2021-01-04T21:02:00.643Z] ---> ec6204e595e3 [2021-01-04T21:02:00.643Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T21:02:00.643Z] ---> Running in d2d798e0096c [2021-01-04T21:02:00.917Z] ---> 67d5b784bfde [2021-01-04T21:02:00.917Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T21:02:01.190Z] ---> Running in 6eca1e452f7b [2021-01-04T21:02:01.190Z] Removing intermediate container d2d798e0096c [2021-01-04T21:02:01.190Z] ---> 44c600932b83 [2021-01-04T21:02:01.190Z] Step 21/22 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:02:01.465Z] ---> Running in d84565b99207 [2021-01-04T21:02:01.735Z] Removing intermediate container 6eca1e452f7b [2021-01-04T21:02:01.735Z] ---> 09464d327cb1 [2021-01-04T21:02:01.735Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T21:02:01.735Z] ---> Running in 9322c2c4ebc9 [2021-01-04T21:02:02.006Z] Removing intermediate container d84565b99207 [2021-01-04T21:02:02.006Z] ---> f7a35775b8c4 [2021-01-04T21:02:02.006Z] Step 22/22 : LABEL version=2.0.0-dev.25 [2021-01-04T21:02:02.281Z] ---> Running in c6e63e6a6053 [2021-01-04T21:02:02.281Z] Removing intermediate container 9322c2c4ebc9 [2021-01-04T21:02:02.281Z] ---> b1d95b24d8b7 [2021-01-04T21:02:02.281Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T21:02:02.559Z] ---> Running in e3e6d646c403 [2021-01-04T21:02:02.829Z] Removing intermediate container c6e63e6a6053 [2021-01-04T21:02:02.829Z] ---> 013fa2caa070 [2021-01-04T21:02:02.829Z] [2021-01-04T21:02:03.099Z] Successfully built 013fa2caa070 [2021-01-04T21:02:03.099Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-04T21:02:03.369Z]  Building docker-core-metadata-go ... done Removing intermediate container e3e6d646c403 [2021-01-04T21:02:03.369Z] ---> ad8d12a3f67d [2021-01-04T21:02:03.369Z] Step 23/24 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:02:03.369Z] ---> Running in bd251a3b14f9 [2021-01-04T21:02:04.346Z] Removing intermediate container bd251a3b14f9 [2021-01-04T21:02:04.346Z] ---> c26546ab3e4d [2021-01-04T21:02:04.346Z] Step 24/24 : LABEL version=2.0.0-dev.25 [2021-01-04T21:02:04.618Z] ---> Running in d1e2466f81f5 [2021-01-04T21:02:05.214Z] Removing intermediate container d1e2466f81f5 [2021-01-04T21:02:05.214Z] ---> c3e6932f1722 [2021-01-04T21:02:05.214Z] [2021-01-04T21:02:05.488Z] Successfully built c3e6932f1722 [2021-01-04T21:02:05.489Z] Removing intermediate container 2b78c985f8eb [2021-01-04T21:02:05.489Z] ---> d8c264163b78 [2021-01-04T21:02:05.489Z] [2021-01-04T21:02:05.489Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T21:02:05.761Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-04T21:02:05.761Z] ---> afeebe901d6b [2021-01-04T21:02:05.761Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T21:02:05.761Z]  Building docker-support-notifications-go ... done  ---> Running in 0168f0fab776 [2021-01-04T21:02:06.354Z] Removing intermediate container 0168f0fab776 [2021-01-04T21:02:06.355Z] ---> e1667aecfa8c [2021-01-04T21:02:06.355Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T21:02:06.355Z] ---> Running in 47e408a832dc [2021-01-04T21:02:06.948Z] Removing intermediate container 47e408a832dc [2021-01-04T21:02:06.948Z] ---> 72379b763653 [2021-01-04T21:02:06.948Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T21:02:06.948Z] ---> Running in 88c7b6c942ad [2021-01-04T21:02:07.557Z] Removing intermediate container 88c7b6c942ad [2021-01-04T21:02:07.557Z] ---> f7f5271fada8 [2021-01-04T21:02:07.557Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T21:02:07.557Z] ---> Running in 9b6407c16cae [2021-01-04T21:02:09.527Z] Removing intermediate container 9b6407c16cae [2021-01-04T21:02:09.527Z] ---> 8464741623b5 [2021-01-04T21:02:09.527Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T21:02:09.800Z] ---> Running in e1f26ef50e08 [2021-01-04T21:02:10.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T21:02:11.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T21:02:11.954Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T21:02:12.227Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T21:02:12.227Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T21:02:12.500Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T21:02:12.500Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T21:02:12.500Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T21:02:12.500Z] OK: 8 MiB in 19 packages [2021-01-04T21:02:13.931Z] Removing intermediate container e1f26ef50e08 [2021-01-04T21:02:13.931Z] ---> 58976b7666e1 [2021-01-04T21:02:13.931Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T21:02:14.525Z] ---> b3a4dddf1828 [2021-01-04T21:02:14.525Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T21:02:15.953Z] ---> 2a35a4e63ba1 [2021-01-04T21:02:15.953Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T21:02:16.546Z] ---> 774c57805d7e [2021-01-04T21:02:16.546Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T21:02:16.817Z] ---> Running in 04f38a73edc4 [2021-01-04T21:02:17.087Z] Removing intermediate container 04f38a73edc4 [2021-01-04T21:02:17.087Z] ---> 5c78dd950983 [2021-01-04T21:02:17.087Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T21:02:17.361Z] ---> Running in cbc7354c3af6 [2021-01-04T21:02:17.631Z] Removing intermediate container cbc7354c3af6 [2021-01-04T21:02:17.631Z] ---> 2d6e56800c31 [2021-01-04T21:02:17.902Z] Step 21/23 : LABEL arch=arm64 [2021-01-04T21:02:17.902Z] ---> Running in b67e394c6d50 [2021-01-04T21:02:18.494Z] Removing intermediate container b67e394c6d50 [2021-01-04T21:02:18.494Z] ---> 6f123e99756a [2021-01-04T21:02:18.494Z] Step 22/23 : LABEL git_sha=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:02:18.494Z] ---> Running in 9c2298b34cc1 [2021-01-04T21:02:19.086Z] Removing intermediate container 9c2298b34cc1 [2021-01-04T21:02:19.086Z] ---> ded2975a82bb [2021-01-04T21:02:19.086Z] Step 23/23 : LABEL version=2.0.0-dev.25 [2021-01-04T21:02:19.086Z] ---> Running in 52bd7c02f95b [2021-01-04T21:02:19.680Z] Removing intermediate container 52bd7c02f95b [2021-01-04T21:02:19.680Z] ---> 7503898716cb [2021-01-04T21:02:19.680Z] [2021-01-04T21:02:19.953Z] Successfully built 7503898716cb [2021-01-04T21:02:19.953Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-04T21:02:20.239Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-04T21:02:20.241Z] $ docker stop --time=1 bf49adf43cfc7dc6efd3191660cb52f7422e4bf28db5d87a71787e7bd80f1ee9 [2021-01-04T21:02:22.179Z] $ docker rm -f bf49adf43cfc7dc6efd3191660cb52f7422e4bf28db5d87a71787e7bd80f1ee9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T21:02:22.918Z] + docker+ grep images docker [2021-01-04T21:02:22.918Z] [2021-01-04T21:02:23.191Z] docker-core-data-go-arm64 latest 7503898716cb 3 seconds ago 20.9MB [2021-01-04T21:02:23.191Z] docker-support-notifications-go-arm64 latest c3e6932f1722 18 seconds ago 11.4MB [2021-01-04T21:02:23.191Z] docker-core-metadata-go-arm64 latest 013fa2caa070 20 seconds ago 12.2MB [2021-01-04T21:02:23.191Z] docker-security-proxy-setup-go-arm64 latest e62ce0083e0e About a minute ago 23.3MB [2021-01-04T21:02:23.191Z] docker-sys-mgmt-agent-go-arm64 latest 2d5d75463aa5 About a minute ago 300MB [2021-01-04T21:02:23.191Z] docker-security-secretstore-setup-go-arm64 latest 31c8687db3dc 2 minutes ago 23.4MB [2021-01-04T21:02:23.192Z] docker-security-bootstrap-redis-go-arm64 latest 64cac111b754 2 minutes ago 15.1MB [2021-01-04T21:02:23.192Z] docker-core-command-go-arm64 latest db87edb533f4 2 minutes ago 9.98MB [2021-01-04T21:02:23.192Z] docker-support-scheduler-go-arm64 latest 21098193fc96 2 minutes ago 10MB [2021-01-04T21:02:23.192Z] docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T21:02:23.737Z] provisioning config files... [2021-01-04T21:02:23.769Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/270@tmp/config6140511625412243405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:02:24.169Z] ---> docker-login.sh [2021-01-04T21:02:24.169Z] nexus3.edgexfoundry.org:10001 [2021-01-04T21:02:24.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T21:02:24.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T21:02:24.439Z] Configure a credential helper to remove this warning. See [2021-01-04T21:02:24.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T21:02:24.439Z] [2021-01-04T21:02:24.439Z] Login Succeeded [2021-01-04T21:02:24.709Z] nexus3.edgexfoundry.org:10002 [2021-01-04T21:02:24.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T21:02:24.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T21:02:24.978Z] Configure a credential helper to remove this warning. See [2021-01-04T21:02:24.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T21:02:24.978Z] [2021-01-04T21:02:24.978Z] Login Succeeded [2021-01-04T21:02:24.978Z] nexus3.edgexfoundry.org:10003 [2021-01-04T21:02:25.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T21:02:25.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T21:02:25.571Z] Configure a credential helper to remove this warning. See [2021-01-04T21:02:25.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T21:02:25.571Z] [2021-01-04T21:02:25.571Z] Login Succeeded [2021-01-04T21:02:25.571Z] nexus3.edgexfoundry.org:10004 [2021-01-04T21:02:25.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T21:02:26.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T21:02:26.114Z] Configure a credential helper to remove this warning. See [2021-01-04T21:02:26.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T21:02:26.114Z] [2021-01-04T21:02:26.114Z] Login Succeeded [2021-01-04T21:02:26.114Z] docker.io [2021-01-04T21:02:26.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T21:02:26.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T21:02:26.654Z] Configure a credential helper to remove this warning. See [2021-01-04T21:02:26.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T21:02:26.654Z] [2021-01-04T21:02:26.654Z] Login Succeeded [2021-01-04T21:02:26.654Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T21:02:26.673Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T21:02:26.909Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-04T21:02:26.909Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:02:26.909Z] 2.0.0-dev.25 [2021-01-04T21:02:26.909Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:02:26.909Z] master [2021-01-04T21:02:26.909Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:27.426Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:27.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:02:27.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-04T21:02:27.767Z] 9e94545dca5e: Preparing [2021-01-04T21:02:27.767Z] 637fd47f47a6: Preparing [2021-01-04T21:02:27.767Z] 40aced612edf: Preparing [2021-01-04T21:02:28.039Z] 9e94545dca5e: Pushed [2021-01-04T21:02:28.039Z] 40aced612edf: Pushed [2021-01-04T21:02:30.355Z] 637fd47f47a6: Pushed [2021-01-04T21:02:30.626Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:6ba8e6ad1a741141354911736527fd88396d002ce4475368b608edea55ede26e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:30.970Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:31.308Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.25 [2021-01-04T21:02:31.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-04T21:02:31.308Z] 9e94545dca5e: Preparing [2021-01-04T21:02:31.308Z] 637fd47f47a6: Preparing [2021-01-04T21:02:31.308Z] 40aced612edf: Preparing [2021-01-04T21:02:31.308Z] 40aced612edf: Layer already exists [2021-01-04T21:02:31.580Z] 9e94545dca5e: Layer already exists [2021-01-04T21:02:31.580Z] 637fd47f47a6: Layer already exists [2021-01-04T21:02:31.580Z] 2.0.0-dev.25: digest: sha256:6ba8e6ad1a741141354911736527fd88396d002ce4475368b608edea55ede26e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:31.919Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:32.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:02:32.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-04T21:02:32.257Z] 9e94545dca5e: Preparing [2021-01-04T21:02:32.257Z] 637fd47f47a6: Preparing [2021-01-04T21:02:32.257Z] 40aced612edf: Preparing [2021-01-04T21:02:32.257Z] 40aced612edf: Layer already exists [2021-01-04T21:02:32.257Z] 9e94545dca5e: Layer already exists [2021-01-04T21:02:32.257Z] 637fd47f47a6: Layer already exists [2021-01-04T21:02:32.525Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:6ba8e6ad1a741141354911736527fd88396d002ce4475368b608edea55ede26e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:32.863Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:33.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-04T21:02:33.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-04T21:02:33.197Z] 9e94545dca5e: Preparing [2021-01-04T21:02:33.197Z] 637fd47f47a6: Preparing [2021-01-04T21:02:33.197Z] 40aced612edf: Preparing [2021-01-04T21:02:33.466Z] 9e94545dca5e: Layer already exists [2021-01-04T21:02:33.466Z] 40aced612edf: Layer already exists [2021-01-04T21:02:33.466Z] 637fd47f47a6: Layer already exists [2021-01-04T21:02:33.466Z] master: digest: sha256:6ba8e6ad1a741141354911736527fd88396d002ce4475368b608edea55ede26e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T21:02:33.725Z] ===================================================== [Pipeline] echo [2021-01-04T21:02:33.777Z] taggedImages: [2021-01-04T21:02:33.777Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:02:33.777Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.25 [2021-01-04T21:02:33.777Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:02:33.777Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-04T21:02:33.848Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-04T21:02:33.848Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:02:33.848Z] 2.0.0-dev.25 [2021-01-04T21:02:33.848Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:02:33.848Z] master [2021-01-04T21:02:33.848Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:34.370Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:34.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:02:34.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-04T21:02:34.734Z] ba03aeb4f42d: Preparing [2021-01-04T21:02:34.734Z] a3b7b4f94af4: Preparing [2021-01-04T21:02:34.734Z] 6039e7f415cf: Preparing [2021-01-04T21:02:34.734Z] 388b2e72c782: Preparing [2021-01-04T21:02:34.734Z] e62f5c377cc5: Preparing [2021-01-04T21:02:34.734Z] 379067d0cb53: Preparing [2021-01-04T21:02:34.734Z] 379067d0cb53: Waiting [2021-01-04T21:02:35.028Z] e62f5c377cc5: Pushed [2021-01-04T21:02:35.028Z] 6039e7f415cf: Pushed [2021-01-04T21:02:35.313Z] ba03aeb4f42d: Pushed [2021-01-04T21:02:35.313Z] 379067d0cb53: Layer already exists [2021-01-04T21:02:35.936Z] 388b2e72c782: Pushed [2021-01-04T21:02:38.562Z] a3b7b4f94af4: Pushed [2021-01-04T21:02:38.562Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:69e0f413be6eba840c1d5cdb466972b54812952f7120cba9876b86c0a8f2c983 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:38.902Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:39.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.25 [2021-01-04T21:02:39.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-04T21:02:39.244Z] ba03aeb4f42d: Preparing [2021-01-04T21:02:39.244Z] a3b7b4f94af4: Preparing [2021-01-04T21:02:39.244Z] 6039e7f415cf: Preparing [2021-01-04T21:02:39.244Z] 388b2e72c782: Preparing [2021-01-04T21:02:39.244Z] e62f5c377cc5: Preparing [2021-01-04T21:02:39.244Z] 379067d0cb53: Preparing [2021-01-04T21:02:39.244Z] 379067d0cb53: Waiting [2021-01-04T21:02:39.244Z] a3b7b4f94af4: Layer already exists [2021-01-04T21:02:39.244Z] ba03aeb4f42d: Layer already exists [2021-01-04T21:02:39.244Z] 388b2e72c782: Layer already exists [2021-01-04T21:02:39.244Z] 6039e7f415cf: Layer already exists [2021-01-04T21:02:39.244Z] e62f5c377cc5: Layer already exists [2021-01-04T21:02:39.244Z] 379067d0cb53: Layer already exists [2021-01-04T21:02:39.515Z] 2.0.0-dev.25: digest: sha256:69e0f413be6eba840c1d5cdb466972b54812952f7120cba9876b86c0a8f2c983 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:39.854Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:40.187Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:02:40.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-04T21:02:40.187Z] ba03aeb4f42d: Preparing [2021-01-04T21:02:40.187Z] a3b7b4f94af4: Preparing [2021-01-04T21:02:40.187Z] 6039e7f415cf: Preparing [2021-01-04T21:02:40.187Z] 388b2e72c782: Preparing [2021-01-04T21:02:40.187Z] e62f5c377cc5: Preparing [2021-01-04T21:02:40.187Z] 379067d0cb53: Preparing [2021-01-04T21:02:40.187Z] 379067d0cb53: Waiting [2021-01-04T21:02:40.187Z] 388b2e72c782: Layer already exists [2021-01-04T21:02:40.457Z] ba03aeb4f42d: Layer already exists [2021-01-04T21:02:40.457Z] a3b7b4f94af4: Layer already exists [2021-01-04T21:02:40.457Z] 6039e7f415cf: Layer already exists [2021-01-04T21:02:40.457Z] e62f5c377cc5: Layer already exists [2021-01-04T21:02:40.457Z] 379067d0cb53: Layer already exists [2021-01-04T21:02:40.457Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:69e0f413be6eba840c1d5cdb466972b54812952f7120cba9876b86c0a8f2c983 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:40.796Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:41.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-04T21:02:41.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-04T21:02:41.162Z] ba03aeb4f42d: Preparing [2021-01-04T21:02:41.162Z] a3b7b4f94af4: Preparing [2021-01-04T21:02:41.162Z] 6039e7f415cf: Preparing [2021-01-04T21:02:41.162Z] 388b2e72c782: Preparing [2021-01-04T21:02:41.162Z] e62f5c377cc5: Preparing [2021-01-04T21:02:41.162Z] 379067d0cb53: Preparing [2021-01-04T21:02:41.162Z] 379067d0cb53: Waiting [2021-01-04T21:02:41.162Z] 388b2e72c782: Layer already exists [2021-01-04T21:02:41.162Z] a3b7b4f94af4: Layer already exists [2021-01-04T21:02:41.162Z] e62f5c377cc5: Layer already exists [2021-01-04T21:02:41.162Z] 6039e7f415cf: Layer already exists [2021-01-04T21:02:41.162Z] ba03aeb4f42d: Layer already exists [2021-01-04T21:02:41.432Z] 379067d0cb53: Layer already exists [2021-01-04T21:02:41.432Z] master: digest: sha256:69e0f413be6eba840c1d5cdb466972b54812952f7120cba9876b86c0a8f2c983 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T21:02:41.667Z] ===================================================== [Pipeline] echo [2021-01-04T21:02:41.717Z] taggedImages: [2021-01-04T21:02:41.717Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:02:41.717Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.25 [2021-01-04T21:02:41.717Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:02:41.717Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-04T21:02:41.780Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-04T21:02:41.781Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:02:41.781Z] 2.0.0-dev.25 [2021-01-04T21:02:41.781Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:02:41.781Z] master [2021-01-04T21:02:41.781Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:42.299Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:42.630Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:02:42.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-04T21:02:42.630Z] 6847992cb7d6: Preparing [2021-01-04T21:02:42.630Z] cfdef4252d32: Preparing [2021-01-04T21:02:42.630Z] 795f1b187cae: Preparing [2021-01-04T21:02:42.903Z] 6847992cb7d6: Pushed [2021-01-04T21:02:43.870Z] 795f1b187cae: Pushed [2021-01-04T21:02:45.831Z] cfdef4252d32: Pushed [2021-01-04T21:02:45.832Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:b03c3ed17c395aa92312cb000ff6c75439d485fa7fe360cb583757cea6d2aba3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:46.166Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:46.497Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.25 [2021-01-04T21:02:46.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-04T21:02:46.497Z] 6847992cb7d6: Preparing [2021-01-04T21:02:46.497Z] cfdef4252d32: Preparing [2021-01-04T21:02:46.497Z] 795f1b187cae: Preparing [2021-01-04T21:02:46.768Z] 6847992cb7d6: Layer already exists [2021-01-04T21:02:46.768Z] 795f1b187cae: Layer already exists [2021-01-04T21:02:46.768Z] cfdef4252d32: Layer already exists [2021-01-04T21:02:46.768Z] 2.0.0-dev.25: digest: sha256:b03c3ed17c395aa92312cb000ff6c75439d485fa7fe360cb583757cea6d2aba3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:47.107Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:47.438Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:02:47.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-04T21:02:47.438Z] 6847992cb7d6: Preparing [2021-01-04T21:02:47.438Z] cfdef4252d32: Preparing [2021-01-04T21:02:47.438Z] 795f1b187cae: Preparing [2021-01-04T21:02:47.708Z] 795f1b187cae: Layer already exists [2021-01-04T21:02:47.708Z] cfdef4252d32: Layer already exists [2021-01-04T21:02:47.708Z] 6847992cb7d6: Layer already exists [2021-01-04T21:02:47.708Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:b03c3ed17c395aa92312cb000ff6c75439d485fa7fe360cb583757cea6d2aba3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:48.045Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:48.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-04T21:02:48.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-04T21:02:48.377Z] 6847992cb7d6: Preparing [2021-01-04T21:02:48.377Z] cfdef4252d32: Preparing [2021-01-04T21:02:48.377Z] 795f1b187cae: Preparing [2021-01-04T21:02:48.646Z] 795f1b187cae: Layer already exists [2021-01-04T21:02:48.646Z] cfdef4252d32: Layer already exists [2021-01-04T21:02:48.646Z] 6847992cb7d6: Layer already exists [2021-01-04T21:02:48.646Z] master: digest: sha256:b03c3ed17c395aa92312cb000ff6c75439d485fa7fe360cb583757cea6d2aba3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T21:02:48.844Z] ===================================================== [Pipeline] echo [2021-01-04T21:02:48.893Z] taggedImages: [2021-01-04T21:02:48.894Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:02:48.894Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.25 [2021-01-04T21:02:48.894Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:02:48.894Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-04T21:02:48.963Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-04T21:02:48.964Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:02:48.964Z] 2.0.0-dev.25 [2021-01-04T21:02:48.964Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:02:48.964Z] master [2021-01-04T21:02:48.964Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:49.479Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:49.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:02:49.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-04T21:02:49.816Z] f4e75a436480: Preparing [2021-01-04T21:02:49.816Z] b991affe8e2d: Preparing [2021-01-04T21:02:49.816Z] 32f9ecfc7b00: Preparing [2021-01-04T21:02:49.816Z] bbab81d3ae03: Preparing [2021-01-04T21:02:49.816Z] dc08d385cb8f: Preparing [2021-01-04T21:02:49.816Z] 67a42069cf3d: Preparing [2021-01-04T21:02:49.816Z] 379067d0cb53: Preparing [2021-01-04T21:02:49.816Z] 67a42069cf3d: Waiting [2021-01-04T21:02:49.816Z] 379067d0cb53: Waiting [2021-01-04T21:02:50.411Z] dc08d385cb8f: Pushed [2021-01-04T21:02:50.411Z] 32f9ecfc7b00: Pushed [2021-01-04T21:02:50.411Z] f4e75a436480: Pushed [2021-01-04T21:02:50.411Z] b991affe8e2d: Pushed [2021-01-04T21:02:50.411Z] 379067d0cb53: Layer already exists [2021-01-04T21:02:50.680Z] 67a42069cf3d: Pushed [2021-01-04T21:02:52.642Z] bbab81d3ae03: Pushed [2021-01-04T21:02:52.642Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:55d25079e47025a00d372c3946b1d9daaf9befef8d3baa941e4ae006eed37594 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:52.990Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:53.323Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.25 [2021-01-04T21:02:53.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-04T21:02:53.323Z] f4e75a436480: Preparing [2021-01-04T21:02:53.323Z] b991affe8e2d: Preparing [2021-01-04T21:02:53.323Z] 32f9ecfc7b00: Preparing [2021-01-04T21:02:53.323Z] bbab81d3ae03: Preparing [2021-01-04T21:02:53.323Z] dc08d385cb8f: Preparing [2021-01-04T21:02:53.323Z] 67a42069cf3d: Preparing [2021-01-04T21:02:53.323Z] 379067d0cb53: Preparing [2021-01-04T21:02:53.323Z] 67a42069cf3d: Waiting [2021-01-04T21:02:53.323Z] 379067d0cb53: Waiting [2021-01-04T21:02:53.593Z] b991affe8e2d: Layer already exists [2021-01-04T21:02:53.593Z] dc08d385cb8f: Layer already exists [2021-01-04T21:02:53.593Z] bbab81d3ae03: Layer already exists [2021-01-04T21:02:53.593Z] f4e75a436480: Layer already exists [2021-01-04T21:02:53.593Z] 32f9ecfc7b00: Layer already exists [2021-01-04T21:02:53.593Z] 379067d0cb53: Layer already exists [2021-01-04T21:02:53.593Z] 67a42069cf3d: Layer already exists [2021-01-04T21:02:53.593Z] 2.0.0-dev.25: digest: sha256:55d25079e47025a00d372c3946b1d9daaf9befef8d3baa941e4ae006eed37594 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:53.936Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:54.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:02:54.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-04T21:02:54.271Z] f4e75a436480: Preparing [2021-01-04T21:02:54.271Z] b991affe8e2d: Preparing [2021-01-04T21:02:54.271Z] 32f9ecfc7b00: Preparing [2021-01-04T21:02:54.271Z] bbab81d3ae03: Preparing [2021-01-04T21:02:54.271Z] dc08d385cb8f: Preparing [2021-01-04T21:02:54.271Z] 67a42069cf3d: Preparing [2021-01-04T21:02:54.271Z] 379067d0cb53: Preparing [2021-01-04T21:02:54.271Z] 67a42069cf3d: Waiting [2021-01-04T21:02:54.271Z] 379067d0cb53: Waiting [2021-01-04T21:02:54.271Z] b991affe8e2d: Layer already exists [2021-01-04T21:02:54.271Z] dc08d385cb8f: Layer already exists [2021-01-04T21:02:54.271Z] bbab81d3ae03: Layer already exists [2021-01-04T21:02:54.271Z] f4e75a436480: Layer already exists [2021-01-04T21:02:54.544Z] 32f9ecfc7b00: Layer already exists [2021-01-04T21:02:54.544Z] 67a42069cf3d: Layer already exists [2021-01-04T21:02:54.544Z] 379067d0cb53: Layer already exists [2021-01-04T21:02:54.544Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:55d25079e47025a00d372c3946b1d9daaf9befef8d3baa941e4ae006eed37594 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:54.880Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:55.217Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-04T21:02:55.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-04T21:02:55.217Z] f4e75a436480: Preparing [2021-01-04T21:02:55.217Z] b991affe8e2d: Preparing [2021-01-04T21:02:55.217Z] 32f9ecfc7b00: Preparing [2021-01-04T21:02:55.217Z] bbab81d3ae03: Preparing [2021-01-04T21:02:55.217Z] dc08d385cb8f: Preparing [2021-01-04T21:02:55.217Z] 67a42069cf3d: Preparing [2021-01-04T21:02:55.217Z] 379067d0cb53: Preparing [2021-01-04T21:02:55.217Z] 67a42069cf3d: Waiting [2021-01-04T21:02:55.217Z] 379067d0cb53: Waiting [2021-01-04T21:02:55.217Z] dc08d385cb8f: Layer already exists [2021-01-04T21:02:55.217Z] f4e75a436480: Layer already exists [2021-01-04T21:02:55.217Z] 32f9ecfc7b00: Layer already exists [2021-01-04T21:02:55.217Z] b991affe8e2d: Layer already exists [2021-01-04T21:02:55.217Z] bbab81d3ae03: Layer already exists [2021-01-04T21:02:55.488Z] 379067d0cb53: Layer already exists [2021-01-04T21:02:55.488Z] 67a42069cf3d: Layer already exists [2021-01-04T21:02:55.488Z] master: digest: sha256:55d25079e47025a00d372c3946b1d9daaf9befef8d3baa941e4ae006eed37594 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T21:02:55.691Z] ===================================================== [Pipeline] echo [2021-01-04T21:02:55.748Z] taggedImages: [2021-01-04T21:02:55.748Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:02:55.748Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.25 [2021-01-04T21:02:55.748Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:02:55.748Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-04T21:02:55.815Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-04T21:02:55.815Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:02:55.815Z] 2.0.0-dev.25 [2021-01-04T21:02:55.815Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:02:55.815Z] master [2021-01-04T21:02:55.815Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:56.320Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:56.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:02:56.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-04T21:02:56.671Z] f1ccefb3a443: Preparing [2021-01-04T21:02:56.671Z] b4ebe26a7f6a: Preparing [2021-01-04T21:02:56.671Z] f19e644b33bd: Preparing [2021-01-04T21:02:56.671Z] 8714a07854de: Preparing [2021-01-04T21:02:56.671Z] 014bf0a97b9a: Preparing [2021-01-04T21:02:56.671Z] 379067d0cb53: Preparing [2021-01-04T21:02:56.671Z] 379067d0cb53: Waiting [2021-01-04T21:02:57.263Z] f19e644b33bd: Pushed [2021-01-04T21:02:57.263Z] 8714a07854de: Pushed [2021-01-04T21:02:57.263Z] 379067d0cb53: Layer already exists [2021-01-04T21:02:57.263Z] 014bf0a97b9a: Pushed [2021-01-04T21:02:59.233Z] f1ccefb3a443: Pushed [2021-01-04T21:02:59.233Z] b4ebe26a7f6a: Pushed [2021-01-04T21:02:59.503Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:416d0fc096b7cc71b6761b139405607adfbb06ac428f25897247b8f6c4a13da0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:02:59.875Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:00.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.25 [2021-01-04T21:03:00.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-04T21:03:00.254Z] f1ccefb3a443: Preparing [2021-01-04T21:03:00.254Z] b4ebe26a7f6a: Preparing [2021-01-04T21:03:00.254Z] f19e644b33bd: Preparing [2021-01-04T21:03:00.254Z] 8714a07854de: Preparing [2021-01-04T21:03:00.254Z] 014bf0a97b9a: Preparing [2021-01-04T21:03:00.254Z] 379067d0cb53: Preparing [2021-01-04T21:03:00.254Z] 379067d0cb53: Waiting [2021-01-04T21:03:00.530Z] f19e644b33bd: Layer already exists [2021-01-04T21:03:00.530Z] 8714a07854de: Layer already exists [2021-01-04T21:03:00.530Z] 014bf0a97b9a: Layer already exists [2021-01-04T21:03:00.530Z] b4ebe26a7f6a: Layer already exists [2021-01-04T21:03:00.530Z] f1ccefb3a443: Layer already exists [2021-01-04T21:03:00.530Z] 379067d0cb53: Layer already exists [2021-01-04T21:03:00.530Z] 2.0.0-dev.25: digest: sha256:416d0fc096b7cc71b6761b139405607adfbb06ac428f25897247b8f6c4a13da0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:00.884Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:01.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:03:01.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-04T21:03:01.243Z] f1ccefb3a443: Preparing [2021-01-04T21:03:01.243Z] b4ebe26a7f6a: Preparing [2021-01-04T21:03:01.243Z] f19e644b33bd: Preparing [2021-01-04T21:03:01.244Z] 8714a07854de: Preparing [2021-01-04T21:03:01.244Z] 014bf0a97b9a: Preparing [2021-01-04T21:03:01.244Z] 379067d0cb53: Preparing [2021-01-04T21:03:01.244Z] 379067d0cb53: Waiting [2021-01-04T21:03:01.516Z] 8714a07854de: Layer already exists [2021-01-04T21:03:01.516Z] 014bf0a97b9a: Layer already exists [2021-01-04T21:03:01.516Z] b4ebe26a7f6a: Layer already exists [2021-01-04T21:03:01.516Z] f1ccefb3a443: Layer already exists [2021-01-04T21:03:01.516Z] f19e644b33bd: Layer already exists [2021-01-04T21:03:01.516Z] 379067d0cb53: Layer already exists [2021-01-04T21:03:01.516Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:416d0fc096b7cc71b6761b139405607adfbb06ac428f25897247b8f6c4a13da0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:01.860Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:02.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-04T21:03:02.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-04T21:03:02.199Z] f1ccefb3a443: Preparing [2021-01-04T21:03:02.199Z] b4ebe26a7f6a: Preparing [2021-01-04T21:03:02.199Z] f19e644b33bd: Preparing [2021-01-04T21:03:02.199Z] 8714a07854de: Preparing [2021-01-04T21:03:02.199Z] 014bf0a97b9a: Preparing [2021-01-04T21:03:02.199Z] 379067d0cb53: Preparing [2021-01-04T21:03:02.199Z] 379067d0cb53: Waiting [2021-01-04T21:03:02.470Z] f19e644b33bd: Layer already exists [2021-01-04T21:03:02.470Z] 8714a07854de: Layer already exists [2021-01-04T21:03:02.470Z] 014bf0a97b9a: Layer already exists [2021-01-04T21:03:02.470Z] b4ebe26a7f6a: Layer already exists [2021-01-04T21:03:02.470Z] f1ccefb3a443: Layer already exists [2021-01-04T21:03:02.470Z] 379067d0cb53: Layer already exists [2021-01-04T21:03:02.470Z] master: digest: sha256:416d0fc096b7cc71b6761b139405607adfbb06ac428f25897247b8f6c4a13da0 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T21:03:02.681Z] ===================================================== [Pipeline] echo [2021-01-04T21:03:02.737Z] taggedImages: [2021-01-04T21:03:02.737Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:03:02.737Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.25 [2021-01-04T21:03:02.737Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:03:02.737Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-04T21:03:02.804Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-04T21:03:02.804Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:03:02.804Z] 2.0.0-dev.25 [2021-01-04T21:03:02.804Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:03:02.804Z] master [2021-01-04T21:03:02.804Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:03.325Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:03.662Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:03:03.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-04T21:03:03.662Z] 67bd87ee9e81: Preparing [2021-01-04T21:03:03.662Z] 4da163f75b4a: Preparing [2021-01-04T21:03:03.662Z] b9ef80bbb4f1: Preparing [2021-01-04T21:03:03.662Z] 4c8715348857: Preparing [2021-01-04T21:03:03.662Z] a8ebf029c54e: Preparing [2021-01-04T21:03:03.662Z] 0b124e10a7a4: Preparing [2021-01-04T21:03:03.662Z] 4413ea821c38: Preparing [2021-01-04T21:03:03.662Z] 24c204d96aaf: Preparing [2021-01-04T21:03:03.662Z] 379067d0cb53: Preparing [2021-01-04T21:03:03.662Z] 0b124e10a7a4: Waiting [2021-01-04T21:03:03.662Z] 379067d0cb53: Waiting [2021-01-04T21:03:03.662Z] 4413ea821c38: Waiting [2021-01-04T21:03:03.662Z] 24c204d96aaf: Waiting [2021-01-04T21:03:03.942Z] 67bd87ee9e81: Pushed [2021-01-04T21:03:03.942Z] 4da163f75b4a: Pushed [2021-01-04T21:03:03.942Z] a8ebf029c54e: Pushed [2021-01-04T21:03:04.215Z] 0b124e10a7a4: Pushed [2021-01-04T21:03:04.215Z] 4413ea821c38: Pushed [2021-01-04T21:03:04.215Z] 379067d0cb53: Layer already exists [2021-01-04T21:03:04.488Z] 24c204d96aaf: Pushed [2021-01-04T21:03:05.921Z] b9ef80bbb4f1: Pushed [2021-01-04T21:03:06.192Z] 4c8715348857: Pushed [2021-01-04T21:03:06.192Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:4675ed0dea15edda4f87b2b0b1313b8277f49ff4f2362564c1da5137f5fbc2db size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:06.527Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:06.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.25 [2021-01-04T21:03:06.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-04T21:03:06.858Z] 67bd87ee9e81: Preparing [2021-01-04T21:03:06.858Z] 4da163f75b4a: Preparing [2021-01-04T21:03:06.858Z] b9ef80bbb4f1: Preparing [2021-01-04T21:03:06.858Z] 4c8715348857: Preparing [2021-01-04T21:03:06.858Z] a8ebf029c54e: Preparing [2021-01-04T21:03:06.858Z] 0b124e10a7a4: Preparing [2021-01-04T21:03:06.858Z] 4413ea821c38: Preparing [2021-01-04T21:03:06.858Z] 24c204d96aaf: Preparing [2021-01-04T21:03:06.858Z] 379067d0cb53: Preparing [2021-01-04T21:03:06.858Z] 4413ea821c38: Waiting [2021-01-04T21:03:06.858Z] 24c204d96aaf: Waiting [2021-01-04T21:03:06.858Z] 0b124e10a7a4: Waiting [2021-01-04T21:03:06.858Z] 379067d0cb53: Waiting [2021-01-04T21:03:07.128Z] a8ebf029c54e: Layer already exists [2021-01-04T21:03:07.128Z] b9ef80bbb4f1: Layer already exists [2021-01-04T21:03:07.128Z] 4da163f75b4a: Layer already exists [2021-01-04T21:03:07.128Z] 67bd87ee9e81: Layer already exists [2021-01-04T21:03:07.128Z] 4c8715348857: Layer already exists [2021-01-04T21:03:07.128Z] 24c204d96aaf: Layer already exists [2021-01-04T21:03:07.128Z] 0b124e10a7a4: Layer already exists [2021-01-04T21:03:07.128Z] 379067d0cb53: Layer already exists [2021-01-04T21:03:07.128Z] 4413ea821c38: Layer already exists [2021-01-04T21:03:07.128Z] 2.0.0-dev.25: digest: sha256:4675ed0dea15edda4f87b2b0b1313b8277f49ff4f2362564c1da5137f5fbc2db size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:07.465Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:07.798Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:03:07.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-04T21:03:07.799Z] 67bd87ee9e81: Preparing [2021-01-04T21:03:07.799Z] 4da163f75b4a: Preparing [2021-01-04T21:03:07.799Z] b9ef80bbb4f1: Preparing [2021-01-04T21:03:07.799Z] 4c8715348857: Preparing [2021-01-04T21:03:07.799Z] a8ebf029c54e: Preparing [2021-01-04T21:03:07.799Z] 0b124e10a7a4: Preparing [2021-01-04T21:03:07.799Z] 4413ea821c38: Preparing [2021-01-04T21:03:07.799Z] 24c204d96aaf: Preparing [2021-01-04T21:03:07.799Z] 379067d0cb53: Preparing [2021-01-04T21:03:07.799Z] 4413ea821c38: Waiting [2021-01-04T21:03:07.799Z] 24c204d96aaf: Waiting [2021-01-04T21:03:07.799Z] 0b124e10a7a4: Waiting [2021-01-04T21:03:07.799Z] 379067d0cb53: Waiting [2021-01-04T21:03:07.799Z] 67bd87ee9e81: Layer already exists [2021-01-04T21:03:07.799Z] 4da163f75b4a: Layer already exists [2021-01-04T21:03:07.799Z] b9ef80bbb4f1: Layer already exists [2021-01-04T21:03:07.799Z] a8ebf029c54e: Layer already exists [2021-01-04T21:03:07.799Z] 4c8715348857: Layer already exists [2021-01-04T21:03:07.799Z] 4413ea821c38: Layer already exists [2021-01-04T21:03:07.799Z] 0b124e10a7a4: Layer already exists [2021-01-04T21:03:07.799Z] 24c204d96aaf: Layer already exists [2021-01-04T21:03:07.799Z] 379067d0cb53: Layer already exists [2021-01-04T21:03:08.068Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:4675ed0dea15edda4f87b2b0b1313b8277f49ff4f2362564c1da5137f5fbc2db size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:08.407Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:08.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-04T21:03:08.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-04T21:03:08.742Z] 67bd87ee9e81: Preparing [2021-01-04T21:03:08.742Z] 4da163f75b4a: Preparing [2021-01-04T21:03:08.742Z] b9ef80bbb4f1: Preparing [2021-01-04T21:03:08.743Z] 4c8715348857: Preparing [2021-01-04T21:03:08.743Z] a8ebf029c54e: Preparing [2021-01-04T21:03:08.743Z] 0b124e10a7a4: Preparing [2021-01-04T21:03:08.743Z] 4413ea821c38: Preparing [2021-01-04T21:03:08.743Z] 24c204d96aaf: Preparing [2021-01-04T21:03:08.743Z] 379067d0cb53: Preparing [2021-01-04T21:03:08.743Z] 24c204d96aaf: Waiting [2021-01-04T21:03:08.743Z] 4413ea821c38: Waiting [2021-01-04T21:03:08.743Z] 379067d0cb53: Waiting [2021-01-04T21:03:08.743Z] 0b124e10a7a4: Waiting [2021-01-04T21:03:08.743Z] a8ebf029c54e: Layer already exists [2021-01-04T21:03:08.743Z] 4c8715348857: Layer already exists [2021-01-04T21:03:09.015Z] 4da163f75b4a: Layer already exists [2021-01-04T21:03:09.015Z] 67bd87ee9e81: Layer already exists [2021-01-04T21:03:09.015Z] b9ef80bbb4f1: Layer already exists [2021-01-04T21:03:09.015Z] 0b124e10a7a4: Layer already exists [2021-01-04T21:03:09.015Z] 4413ea821c38: Layer already exists [2021-01-04T21:03:09.015Z] 379067d0cb53: Layer already exists [2021-01-04T21:03:09.015Z] 24c204d96aaf: Layer already exists [2021-01-04T21:03:09.015Z] master: digest: sha256:4675ed0dea15edda4f87b2b0b1313b8277f49ff4f2362564c1da5137f5fbc2db size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T21:03:09.222Z] ===================================================== [Pipeline] echo [2021-01-04T21:03:09.280Z] taggedImages: [2021-01-04T21:03:09.280Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:03:09.280Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.25 [2021-01-04T21:03:09.280Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:03:09.280Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-04T21:03:09.350Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-04T21:03:09.350Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:03:09.350Z] 2.0.0-dev.25 [2021-01-04T21:03:09.350Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:03:09.350Z] master [2021-01-04T21:03:09.350Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:09.879Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:10.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:03:10.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-04T21:03:10.215Z] a4f343d350ec: Preparing [2021-01-04T21:03:10.215Z] 4809f95e6da8: Preparing [2021-01-04T21:03:10.215Z] 52d93a130db5: Preparing [2021-01-04T21:03:10.215Z] 0a73953867ed: Preparing [2021-01-04T21:03:10.215Z] c72c10f06739: Preparing [2021-01-04T21:03:10.215Z] 77f2061643f1: Preparing [2021-01-04T21:03:10.215Z] 77f2061643f1: Waiting [2021-01-04T21:03:10.498Z] 52d93a130db5: Pushed [2021-01-04T21:03:10.498Z] a4f343d350ec: Pushed [2021-01-04T21:03:10.773Z] c72c10f06739: Pushed [2021-01-04T21:03:10.773Z] 0a73953867ed: Pushed [2021-01-04T21:03:11.043Z] 77f2061643f1: Pushed [2021-01-04T21:03:13.006Z] 4809f95e6da8: Pushed [2021-01-04T21:03:13.275Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:4b9cf84fef7f11d7ed0515349037f5d7dc7cfc2a5c460853b42b484bbf053cc6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:13.611Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:13.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.25 [2021-01-04T21:03:13.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-04T21:03:13.943Z] a4f343d350ec: Preparing [2021-01-04T21:03:13.943Z] 4809f95e6da8: Preparing [2021-01-04T21:03:13.943Z] 52d93a130db5: Preparing [2021-01-04T21:03:13.943Z] 0a73953867ed: Preparing [2021-01-04T21:03:13.943Z] c72c10f06739: Preparing [2021-01-04T21:03:13.943Z] 77f2061643f1: Preparing [2021-01-04T21:03:13.943Z] 77f2061643f1: Waiting [2021-01-04T21:03:13.943Z] a4f343d350ec: Layer already exists [2021-01-04T21:03:13.943Z] c72c10f06739: Layer already exists [2021-01-04T21:03:13.943Z] 52d93a130db5: Layer already exists [2021-01-04T21:03:13.943Z] 4809f95e6da8: Layer already exists [2021-01-04T21:03:14.213Z] 0a73953867ed: Layer already exists [2021-01-04T21:03:14.213Z] 77f2061643f1: Layer already exists [2021-01-04T21:03:14.213Z] 2.0.0-dev.25: digest: sha256:4b9cf84fef7f11d7ed0515349037f5d7dc7cfc2a5c460853b42b484bbf053cc6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:14.550Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:14.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:03:14.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-04T21:03:14.880Z] a4f343d350ec: Preparing [2021-01-04T21:03:14.880Z] 4809f95e6da8: Preparing [2021-01-04T21:03:14.880Z] 52d93a130db5: Preparing [2021-01-04T21:03:14.880Z] 0a73953867ed: Preparing [2021-01-04T21:03:14.880Z] c72c10f06739: Preparing [2021-01-04T21:03:14.880Z] 77f2061643f1: Preparing [2021-01-04T21:03:14.880Z] 77f2061643f1: Waiting [2021-01-04T21:03:15.151Z] 52d93a130db5: Layer already exists [2021-01-04T21:03:15.151Z] a4f343d350ec: Layer already exists [2021-01-04T21:03:15.151Z] 0a73953867ed: Layer already exists [2021-01-04T21:03:15.151Z] c72c10f06739: Layer already exists [2021-01-04T21:03:15.151Z] 4809f95e6da8: Layer already exists [2021-01-04T21:03:15.151Z] 77f2061643f1: Layer already exists [2021-01-04T21:03:15.151Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:4b9cf84fef7f11d7ed0515349037f5d7dc7cfc2a5c460853b42b484bbf053cc6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:15.484Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:15.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-04T21:03:15.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-04T21:03:15.817Z] a4f343d350ec: Preparing [2021-01-04T21:03:15.817Z] 4809f95e6da8: Preparing [2021-01-04T21:03:15.817Z] 52d93a130db5: Preparing [2021-01-04T21:03:15.817Z] 0a73953867ed: Preparing [2021-01-04T21:03:15.817Z] c72c10f06739: Preparing [2021-01-04T21:03:15.817Z] 77f2061643f1: Preparing [2021-01-04T21:03:15.817Z] 77f2061643f1: Waiting [2021-01-04T21:03:15.817Z] c72c10f06739: Layer already exists [2021-01-04T21:03:15.817Z] 4809f95e6da8: Layer already exists [2021-01-04T21:03:15.817Z] a4f343d350ec: Layer already exists [2021-01-04T21:03:15.817Z] 52d93a130db5: Layer already exists [2021-01-04T21:03:16.086Z] 0a73953867ed: Layer already exists [2021-01-04T21:03:16.086Z] 77f2061643f1: Layer already exists [2021-01-04T21:03:16.086Z] master: digest: sha256:4b9cf84fef7f11d7ed0515349037f5d7dc7cfc2a5c460853b42b484bbf053cc6 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T21:03:16.276Z] ===================================================== [Pipeline] echo [2021-01-04T21:03:16.322Z] taggedImages: [2021-01-04T21:03:16.322Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:03:16.322Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.25 [2021-01-04T21:03:16.322Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:03:16.322Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-04T21:03:16.385Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-04T21:03:16.386Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:03:16.386Z] 2.0.0-dev.25 [2021-01-04T21:03:16.386Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:03:16.386Z] master [2021-01-04T21:03:16.386Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:17.016Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:17.345Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:03:17.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-04T21:03:17.345Z] 5d74eec47f55: Preparing [2021-01-04T21:03:17.345Z] 8f391c6308f3: Preparing [2021-01-04T21:03:17.345Z] d84085b74581: Preparing [2021-01-04T21:03:17.616Z] d84085b74581: Pushed [2021-01-04T21:03:17.616Z] 5d74eec47f55: Pushed [2021-01-04T21:03:20.217Z] 8f391c6308f3: Pushed [2021-01-04T21:03:20.217Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:6fe6bf3a209fc27daf2bcdfa2b84240ef7f73f774906418a6280142085823364 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:20.551Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:20.880Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.25 [2021-01-04T21:03:20.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-04T21:03:20.880Z] 5d74eec47f55: Preparing [2021-01-04T21:03:20.880Z] 8f391c6308f3: Preparing [2021-01-04T21:03:20.880Z] d84085b74581: Preparing [2021-01-04T21:03:20.880Z] 5d74eec47f55: Layer already exists [2021-01-04T21:03:20.880Z] d84085b74581: Layer already exists [2021-01-04T21:03:20.880Z] 8f391c6308f3: Layer already exists [2021-01-04T21:03:21.151Z] 2.0.0-dev.25: digest: sha256:6fe6bf3a209fc27daf2bcdfa2b84240ef7f73f774906418a6280142085823364 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:21.491Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:21.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:03:21.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-04T21:03:21.846Z] 5d74eec47f55: Preparing [2021-01-04T21:03:21.846Z] 8f391c6308f3: Preparing [2021-01-04T21:03:21.846Z] d84085b74581: Preparing [2021-01-04T21:03:22.121Z] d84085b74581: Layer already exists [2021-01-04T21:03:22.121Z] 8f391c6308f3: Layer already exists [2021-01-04T21:03:22.121Z] 5d74eec47f55: Layer already exists [2021-01-04T21:03:22.121Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:6fe6bf3a209fc27daf2bcdfa2b84240ef7f73f774906418a6280142085823364 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:22.482Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:22.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-04T21:03:22.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-04T21:03:22.841Z] 5d74eec47f55: Preparing [2021-01-04T21:03:22.841Z] 8f391c6308f3: Preparing [2021-01-04T21:03:22.841Z] d84085b74581: Preparing [2021-01-04T21:03:22.841Z] 5d74eec47f55: Layer already exists [2021-01-04T21:03:22.841Z] d84085b74581: Layer already exists [2021-01-04T21:03:22.841Z] 8f391c6308f3: Layer already exists [2021-01-04T21:03:23.118Z] master: digest: sha256:6fe6bf3a209fc27daf2bcdfa2b84240ef7f73f774906418a6280142085823364 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T21:03:23.329Z] ===================================================== [Pipeline] echo [2021-01-04T21:03:23.381Z] taggedImages: [2021-01-04T21:03:23.381Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:03:23.381Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.25 [2021-01-04T21:03:23.381Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:03:23.381Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-04T21:03:23.449Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-04T21:03:23.449Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:03:23.449Z] 2.0.0-dev.25 [2021-01-04T21:03:23.449Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:03:23.449Z] master [2021-01-04T21:03:23.449Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:23.993Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:24.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:03:24.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-04T21:03:24.371Z] 4f99e8f570be: Preparing [2021-01-04T21:03:24.371Z] 95ba025a44b6: Preparing [2021-01-04T21:03:24.371Z] 9977793cddcc: Preparing [2021-01-04T21:03:24.371Z] eb90bb8de43f: Preparing [2021-01-04T21:03:24.371Z] 74cbd0fc895a: Preparing [2021-01-04T21:03:24.371Z] 21fffded1dee: Preparing [2021-01-04T21:03:24.371Z] 80df18b495e7: Preparing [2021-01-04T21:03:24.371Z] 9ded3b6bb9b5: Preparing [2021-01-04T21:03:24.371Z] fa1afe8e6ed9: Preparing [2021-01-04T21:03:24.372Z] 87a09b4c083e: Preparing [2021-01-04T21:03:24.372Z] 0f74e9ff2a61: Preparing [2021-01-04T21:03:24.372Z] b122376c33c6: Preparing [2021-01-04T21:03:24.372Z] f8381ed47b22: Preparing [2021-01-04T21:03:24.372Z] e934a737d657: Preparing [2021-01-04T21:03:24.372Z] 9ded3b6bb9b5: Waiting [2021-01-04T21:03:24.372Z] fa1afe8e6ed9: Waiting [2021-01-04T21:03:24.372Z] 87a09b4c083e: Waiting [2021-01-04T21:03:24.372Z] 0f74e9ff2a61: Waiting [2021-01-04T21:03:24.372Z] b122376c33c6: Waiting [2021-01-04T21:03:24.372Z] f8381ed47b22: Waiting [2021-01-04T21:03:24.372Z] e934a737d657: Waiting [2021-01-04T21:03:24.372Z] 21fffded1dee: Waiting [2021-01-04T21:03:24.372Z] 80df18b495e7: Waiting [2021-01-04T21:03:24.966Z] 74cbd0fc895a: Pushed [2021-01-04T21:03:25.240Z] 4f99e8f570be: Pushed [2021-01-04T21:03:25.514Z] eb90bb8de43f: Pushed [2021-01-04T21:03:25.514Z] 9ded3b6bb9b5: Layer already exists [2021-01-04T21:03:25.789Z] fa1afe8e6ed9: Layer already exists [2021-01-04T21:03:25.789Z] 87a09b4c083e: Layer already exists [2021-01-04T21:03:25.789Z] 0f74e9ff2a61: Layer already exists [2021-01-04T21:03:25.789Z] 80df18b495e7: Pushed [2021-01-04T21:03:25.789Z] b122376c33c6: Layer already exists [2021-01-04T21:03:25.789Z] f8381ed47b22: Layer already exists [2021-01-04T21:03:25.789Z] e934a737d657: Layer already exists [2021-01-04T21:03:26.382Z] 95ba025a44b6: Pushed [2021-01-04T21:03:27.357Z] 21fffded1dee: Pushed [2021-01-04T21:03:39.741Z] 9977793cddcc: Pushed [2021-01-04T21:03:39.741Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c: digest: sha256:813b5fb7f86d2792b15ef606adafdc0a1a63668937481b7a607b0f09fd688f2a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:40.081Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:40.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.25 [2021-01-04T21:03:40.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-04T21:03:40.416Z] 4f99e8f570be: Preparing [2021-01-04T21:03:40.416Z] 95ba025a44b6: Preparing [2021-01-04T21:03:40.416Z] 9977793cddcc: Preparing [2021-01-04T21:03:40.416Z] eb90bb8de43f: Preparing [2021-01-04T21:03:40.416Z] 74cbd0fc895a: Preparing [2021-01-04T21:03:40.416Z] 21fffded1dee: Preparing [2021-01-04T21:03:40.416Z] 80df18b495e7: Preparing [2021-01-04T21:03:40.416Z] 9ded3b6bb9b5: Preparing [2021-01-04T21:03:40.416Z] fa1afe8e6ed9: Preparing [2021-01-04T21:03:40.416Z] 87a09b4c083e: Preparing [2021-01-04T21:03:40.416Z] 0f74e9ff2a61: Preparing [2021-01-04T21:03:40.416Z] b122376c33c6: Preparing [2021-01-04T21:03:40.416Z] f8381ed47b22: Preparing [2021-01-04T21:03:40.416Z] e934a737d657: Preparing [2021-01-04T21:03:40.416Z] 21fffded1dee: Waiting [2021-01-04T21:03:40.416Z] 80df18b495e7: Waiting [2021-01-04T21:03:40.416Z] 9ded3b6bb9b5: Waiting [2021-01-04T21:03:40.416Z] fa1afe8e6ed9: Waiting [2021-01-04T21:03:40.416Z] 87a09b4c083e: Waiting [2021-01-04T21:03:40.416Z] f8381ed47b22: Waiting [2021-01-04T21:03:40.416Z] 0f74e9ff2a61: Waiting [2021-01-04T21:03:40.416Z] e934a737d657: Waiting [2021-01-04T21:03:40.416Z] 95ba025a44b6: Layer already exists [2021-01-04T21:03:40.416Z] 74cbd0fc895a: Layer already exists [2021-01-04T21:03:40.416Z] 4f99e8f570be: Layer already exists [2021-01-04T21:03:40.416Z] eb90bb8de43f: Layer already exists [2021-01-04T21:03:40.416Z] 9977793cddcc: Layer already exists [2021-01-04T21:03:40.689Z] 21fffded1dee: Layer already exists [2021-01-04T21:03:40.689Z] fa1afe8e6ed9: Layer already exists [2021-01-04T21:03:40.689Z] 9ded3b6bb9b5: Layer already exists [2021-01-04T21:03:40.689Z] 87a09b4c083e: Layer already exists [2021-01-04T21:03:40.689Z] 80df18b495e7: Layer already exists [2021-01-04T21:03:40.689Z] 0f74e9ff2a61: Layer already exists [2021-01-04T21:03:40.689Z] b122376c33c6: Layer already exists [2021-01-04T21:03:40.689Z] f8381ed47b22: Layer already exists [2021-01-04T21:03:40.689Z] e934a737d657: Layer already exists [2021-01-04T21:03:40.689Z] 2.0.0-dev.25: digest: sha256:813b5fb7f86d2792b15ef606adafdc0a1a63668937481b7a607b0f09fd688f2a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:41.031Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:41.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:03:41.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-04T21:03:41.371Z] 4f99e8f570be: Preparing [2021-01-04T21:03:41.371Z] 95ba025a44b6: Preparing [2021-01-04T21:03:41.371Z] 9977793cddcc: Preparing [2021-01-04T21:03:41.371Z] eb90bb8de43f: Preparing [2021-01-04T21:03:41.371Z] 74cbd0fc895a: Preparing [2021-01-04T21:03:41.371Z] 21fffded1dee: Preparing [2021-01-04T21:03:41.371Z] 80df18b495e7: Preparing [2021-01-04T21:03:41.371Z] 9ded3b6bb9b5: Preparing [2021-01-04T21:03:41.371Z] fa1afe8e6ed9: Preparing [2021-01-04T21:03:41.371Z] 87a09b4c083e: Preparing [2021-01-04T21:03:41.371Z] 0f74e9ff2a61: Preparing [2021-01-04T21:03:41.371Z] b122376c33c6: Preparing [2021-01-04T21:03:41.371Z] f8381ed47b22: Preparing [2021-01-04T21:03:41.371Z] e934a737d657: Preparing [2021-01-04T21:03:41.371Z] 80df18b495e7: Waiting [2021-01-04T21:03:41.371Z] 9ded3b6bb9b5: Waiting [2021-01-04T21:03:41.371Z] fa1afe8e6ed9: Waiting [2021-01-04T21:03:41.371Z] 87a09b4c083e: Waiting [2021-01-04T21:03:41.371Z] 21fffded1dee: Waiting [2021-01-04T21:03:41.371Z] 0f74e9ff2a61: Waiting [2021-01-04T21:03:41.371Z] e934a737d657: Waiting [2021-01-04T21:03:41.371Z] b122376c33c6: Waiting [2021-01-04T21:03:41.371Z] f8381ed47b22: Waiting [2021-01-04T21:03:41.371Z] 95ba025a44b6: Layer already exists [2021-01-04T21:03:41.371Z] 4f99e8f570be: Layer already exists [2021-01-04T21:03:41.371Z] 74cbd0fc895a: Layer already exists [2021-01-04T21:03:41.371Z] eb90bb8de43f: Layer already exists [2021-01-04T21:03:41.371Z] 9977793cddcc: Layer already exists [2021-01-04T21:03:41.371Z] 21fffded1dee: Layer already exists [2021-01-04T21:03:41.371Z] 80df18b495e7: Layer already exists [2021-01-04T21:03:41.643Z] 9ded3b6bb9b5: Layer already exists [2021-01-04T21:03:41.643Z] 87a09b4c083e: Layer already exists [2021-01-04T21:03:41.643Z] fa1afe8e6ed9: Layer already exists [2021-01-04T21:03:41.643Z] b122376c33c6: Layer already exists [2021-01-04T21:03:41.643Z] 0f74e9ff2a61: Layer already exists [2021-01-04T21:03:41.643Z] f8381ed47b22: Layer already exists [2021-01-04T21:03:41.643Z] e934a737d657: Layer already exists [2021-01-04T21:03:41.643Z] 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25: digest: sha256:813b5fb7f86d2792b15ef606adafdc0a1a63668937481b7a607b0f09fd688f2a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:41.993Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:42.347Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-04T21:03:42.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-04T21:03:42.347Z] 4f99e8f570be: Preparing [2021-01-04T21:03:42.347Z] 95ba025a44b6: Preparing [2021-01-04T21:03:42.347Z] 9977793cddcc: Preparing [2021-01-04T21:03:42.347Z] eb90bb8de43f: Preparing [2021-01-04T21:03:42.347Z] 74cbd0fc895a: Preparing [2021-01-04T21:03:42.347Z] 21fffded1dee: Preparing [2021-01-04T21:03:42.347Z] 80df18b495e7: Preparing [2021-01-04T21:03:42.347Z] 9ded3b6bb9b5: Preparing [2021-01-04T21:03:42.347Z] fa1afe8e6ed9: Preparing [2021-01-04T21:03:42.347Z] 87a09b4c083e: Preparing [2021-01-04T21:03:42.347Z] 0f74e9ff2a61: Preparing [2021-01-04T21:03:42.347Z] b122376c33c6: Preparing [2021-01-04T21:03:42.347Z] f8381ed47b22: Preparing [2021-01-04T21:03:42.347Z] e934a737d657: Preparing [2021-01-04T21:03:42.347Z] 21fffded1dee: Waiting [2021-01-04T21:03:42.347Z] 80df18b495e7: Waiting [2021-01-04T21:03:42.347Z] 9ded3b6bb9b5: Waiting [2021-01-04T21:03:42.347Z] fa1afe8e6ed9: Waiting [2021-01-04T21:03:42.347Z] 87a09b4c083e: Waiting [2021-01-04T21:03:42.347Z] 0f74e9ff2a61: Waiting [2021-01-04T21:03:42.347Z] b122376c33c6: Waiting [2021-01-04T21:03:42.347Z] f8381ed47b22: Waiting [2021-01-04T21:03:42.347Z] e934a737d657: Waiting [2021-01-04T21:03:42.347Z] 9977793cddcc: Layer already exists [2021-01-04T21:03:42.347Z] eb90bb8de43f: Layer already exists [2021-01-04T21:03:42.347Z] 95ba025a44b6: Layer already exists [2021-01-04T21:03:42.347Z] 74cbd0fc895a: Layer already exists [2021-01-04T21:03:42.347Z] 4f99e8f570be: Layer already exists [2021-01-04T21:03:42.347Z] 80df18b495e7: Layer already exists [2021-01-04T21:03:42.347Z] 21fffded1dee: Layer already exists [2021-01-04T21:03:42.347Z] fa1afe8e6ed9: Layer already exists [2021-01-04T21:03:42.347Z] 87a09b4c083e: Layer already exists [2021-01-04T21:03:42.347Z] 9ded3b6bb9b5: Layer already exists [2021-01-04T21:03:42.617Z] f8381ed47b22: Layer already exists [2021-01-04T21:03:42.617Z] b122376c33c6: Layer already exists [2021-01-04T21:03:42.617Z] 0f74e9ff2a61: Layer already exists [2021-01-04T21:03:42.617Z] e934a737d657: Layer already exists [2021-01-04T21:03:42.617Z] master: digest: sha256:813b5fb7f86d2792b15ef606adafdc0a1a63668937481b7a607b0f09fd688f2a size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T21:03:42.822Z] ===================================================== [Pipeline] echo [2021-01-04T21:03:42.873Z] taggedImages: [2021-01-04T21:03:42.873Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [2021-01-04T21:03:42.873Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.25 [2021-01-04T21:03:42.873Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7af4896cef5687a5f8c07b1f9027609ce8fe2c5c-2.0.0-dev.25 [2021-01-04T21:03:42.873Z] - 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-01-04T21:03:44.230Z] provisioning config files... [2021-01-04T21:03:44.240Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/270@tmp/config6375752839998150481tmp [Pipeline] { [Pipeline] sh [2021-01-04T21:03:44.633Z] + set +x [2021-01-04T21:03:44.633Z] + curl -s https://codecov.io/bash [2021-01-04T21:03:44.633Z] + bash -s -- [2021-01-04T21:03:44.898Z] [2021-01-04T21:03:44.898Z] _____ _ [2021-01-04T21:03:44.898Z] / ____| | | [2021-01-04T21:03:44.898Z] | | ___ __| | ___ ___ _____ __ [2021-01-04T21:03:44.898Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-04T21:03:44.898Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-04T21:03:44.898Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-04T21:03:44.898Z] Bash-20201231-23d4836 [2021-01-04T21:03:44.898Z] [2021-01-04T21:03:44.898Z] [2021-01-04T21:03:44.898Z] ==> git version 2.24.3 found [2021-01-04T21:03:45.161Z] ==> 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-01-04T21:03:45.161Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-04T21:03:45.161Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-04T21:03:45.161Z] ==> Jenkins CI detected. [2021-01-04T21:03:45.161Z] project root: . [2021-01-04T21:03:45.161Z] --> token set from env [2021-01-04T21:03:45.161Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-04T21:03:45.161Z] ==> Running gcov in . (disable via -X gcov) [2021-01-04T21:03:45.161Z] ==> Python coveragepy not found [2021-01-04T21:03:45.161Z] ==> Searching for coverage reports in: [2021-01-04T21:03:45.161Z] + . [2021-01-04T21:03:45.161Z] -> Found 1 reports [2021-01-04T21:03:45.161Z] ==> Detecting git/mercurial file structure [2021-01-04T21:03:45.161Z] ==> Reading reports [2021-01-04T21:03:45.161Z] + ./coverage.out bytes=538204 [2021-01-04T21:03:45.161Z] ==> Appending adjustments [2021-01-04T21:03:45.161Z] https://docs.codecov.io/docs/fixing-reports [2021-01-04T21:03:48.469Z] + Found adjustments [2021-01-04T21:03:48.469Z] ==> Gzipping contents [2021-01-04T21:03:48.469Z] 84K /tmp/codecov.SBXnMb.gz [2021-01-04T21:03:48.469Z] ==> Uploading reports [2021-01-04T21:03:48.469Z] url: https://codecov.io [2021-01-04T21:03:48.469Z] query: branch=master&commit=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c&build=270&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F270%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-04T21:03:48.469Z] -> Pinging Codecov [2021-01-04T21:03:48.469Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=7af4896cef5687a5f8c07b1f9027609ce8fe2c5c&build=270&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F270%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-04T21:03:48.469Z] -> Uploading to [2021-01-04T21:03:48.469Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-04/00271124DB129430A58F1EEE437C3FCB/7af4896cef5687a5f8c07b1f9027609ce8fe2c5c/8a10ede0-cfec-4fb6-8bd4-a7c3789c7fac.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T210348Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1989eedd43d1507f72e33eb14236d055b0ce8976979c4efc95e7ade5294ca393 [2021-01-04T21:03:48.469Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T21:03:48.469Z] Dload Upload Total Spent Left Speed [2021-01-04T21:03:49.065Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82032 0 0 100 82032 0 123k --:--:-- --:--:-- --:--:-- 123k 100 82032 0 0 100 82032 0 123k --:--:-- --:--:-- --:--:-- 123k [2021-01-04T21:03:49.065Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/7af4896cef5687a5f8c07b1f9027609ce8fe2c5c [Pipeline] } [2021-01-04T21:03:49.105Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-04T21:03:50.013Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-04T21:03:50.112Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:50.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-04T21:03:50.486Z] [2021-01-04T21:03:50.486Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:03:50.849Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-04T21:03:50.849Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-04T21:03:50.849Z] 188c0c94c7c5: Already exists [2021-01-04T21:03:50.849Z] 0ef7d3d256c8: Already exists [2021-01-04T21:03:50.849Z] de9db76c5a1d: Already exists [2021-01-04T21:03:50.849Z] 0eba1c9be4d2: Pulling fs layer [2021-01-04T21:03:50.849Z] 0d57e429df01: Pulling fs layer [2021-01-04T21:03:50.849Z] 4e4be7b47b0d: Pulling fs layer [2021-01-04T21:03:50.849Z] e1f770b5df2f: Pulling fs layer [2021-01-04T21:03:50.849Z] 85a0685a4137: Pulling fs layer [2021-01-04T21:03:50.849Z] e1f770b5df2f: Waiting [2021-01-04T21:03:50.849Z] 85a0685a4137: Waiting [2021-01-04T21:03:50.849Z] 0d57e429df01: Verifying Checksum [2021-01-04T21:03:50.849Z] 0d57e429df01: Download complete [2021-01-04T21:03:50.849Z] 4e4be7b47b0d: Verifying Checksum [2021-01-04T21:03:50.849Z] 4e4be7b47b0d: Download complete [2021-01-04T21:03:52.238Z] e1f770b5df2f: Verifying Checksum [2021-01-04T21:03:52.238Z] e1f770b5df2f: Download complete [2021-01-04T21:03:54.156Z] 0eba1c9be4d2: Verifying Checksum [2021-01-04T21:03:54.156Z] 0eba1c9be4d2: Download complete [2021-01-04T21:03:54.156Z] 85a0685a4137: Verifying Checksum [2021-01-04T21:03:54.156Z] 85a0685a4137: Download complete [2021-01-04T21:03:59.469Z] 0eba1c9be4d2: Pull complete [2021-01-04T21:03:59.730Z] 0d57e429df01: Pull complete [2021-01-04T21:03:59.730Z] 4e4be7b47b0d: Pull complete [2021-01-04T21:04:03.092Z] e1f770b5df2f: Pull complete [2021-01-04T21:04:13.135Z] 85a0685a4137: Pull complete [2021-01-04T21:04:13.135Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-04T21:04:13.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-04T21:04:13.135Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-04T21:04:13.326Z] prd-centos7-docker-4c-2g-18286 does not seem to be running inside a container [2021-01-04T21:04:13.378Z] $ 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/270 -v /w/workspace/edgex-go/270:/w/workspace/edgex-go/270:rw,z -v /w/workspace/edgex-go/270@tmp:/w/workspace/edgex-go/270@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-04T21:04:14.517Z] $ docker top ebaa00611cc4890416f5f6cd4316d7772720a1b52807bd55a084871031dcccb3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T21:04:14.837Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-04T21:04:15.137Z] + set -o pipefail [2021-01-04T21:04:15.137Z] + snyk monitor '--org=edgex-jenkins' [2021-01-04T21:04:23.309Z] [2021-01-04T21:04:23.309Z] Monitoring /w/workspace/edgex-go/270 (github.com/edgexfoundry/edgex-go)... [2021-01-04T21:04:23.309Z] [2021-01-04T21:04:23.309Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/5bd2fb4b-7681-40d1-84da-1c48f312f06d [2021-01-04T21:04:23.309Z] [2021-01-04T21:04:23.309Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-04T21:04:23.309Z] [2021-01-04T21:04:23.309Z] [Pipeline] } [2021-01-04T21:04:23.323Z] $ docker stop --time=1 ebaa00611cc4890416f5f6cd4316d7772720a1b52807bd55a084871031dcccb3 [2021-01-04T21:04:26.110Z] $ docker rm -f ebaa00611cc4890416f5f6cd4316d7772720a1b52807bd55a084871031dcccb3 [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-01-04T21:04:27.228Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T21:04:27.320Z] provisioning config files... [2021-01-04T21:04:27.333Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/270@tmp/config3525200190969834976tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:04:27.710Z] --> edgex-publish-swagger.sh [2021-01-04T21:04:27.710Z] === Publish openapi/v1 API === [2021-01-04T21:04:27.710Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-04T21:04:27.710Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-04T21:04:27.710Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T21:04:27.710Z] Dload Upload Total Spent Left Speed [2021-01-04T21:04:28.656Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9893 0:00:01 0:00:01 --:--:-- 9906 100 10521 0 0 100 10521 0 9891 0:00:01 0:00:01 --:--:-- 9906 [2021-01-04T21:04:28.656Z] [2021-01-04T21:04:28.656Z] [2021-01-04T21:04:28.656Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-04T21:04:28.656Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T21:04:28.656Z] Dload Upload Total Spent Left Speed [2021-01-04T21:04:30.048Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28186 0:00:01 0:00:01 --:--:-- 28211 100 32556 0 0 100 32556 0 28183 0:00:01 0:00:01 --:--:-- 28211 [2021-01-04T21:04:30.048Z] [2021-01-04T21:04:30.048Z] [2021-01-04T21:04:30.048Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-04T21:04:30.048Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T21:04:30.048Z] Dload Upload Total Spent Left Speed [2021-01-04T21:04:30.995Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 67049 0:00:01 0:00:01 --:--:-- 67018 100 73720 0 0 100 73720 0 67040 0:00:01 0:00:01 --:--:-- 67018 [2021-01-04T21:04:30.995Z] [2021-01-04T21:04:30.995Z] [2021-01-04T21:04:30.995Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-04T21:04:30.995Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T21:04:30.995Z] Dload Upload Total Spent Left Speed [2021-01-04T21:04:31.939Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12979 0:00:01 0:00:01 --:--:-- 12982 100 13580 0 0 100 13580 0 12977 0:00:01 0:00:01 --:--:-- 12982 [2021-01-04T21:04:31.939Z] [2021-01-04T21:04:31.939Z] [2021-01-04T21:04:31.939Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-04T21:04:32.200Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T21:04:32.200Z] Dload Upload Total Spent Left Speed [2021-01-04T21:04:33.149Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34440 0:00:01 0:00:01 --:--:-- 34445 100 38889 0 0 100 38889 0 34436 0:00:01 0:00:01 --:--:-- 34445 [2021-01-04T21:04:33.149Z] [2021-01-04T21:04:33.149Z] [2021-01-04T21:04:33.149Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-04T21:04:33.149Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T21:04:33.149Z] Dload Upload Total Spent Left Speed [2021-01-04T21:04:34.543Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13490 0:00:01 0:00:01 --:--:-- 13505 100 14248 0 0 100 14248 0 13488 0:00:01 0:00:01 --:--:-- 13492 [2021-01-04T21:04:34.543Z] [2021-01-04T21:04:34.543Z] [2021-01-04T21:04:34.543Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-04T21:04:34.543Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T21:04:34.543Z] Dload Upload Total Spent Left Speed [2021-01-04T21:04:35.498Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3877 0:00:01 0:00:01 --:--:-- 3880 100 4109 0 0 100 4109 0 3877 0:00:01 0:00:01 --:--:-- 3880 [2021-01-04T21:04:35.498Z] [2021-01-04T21:04:35.498Z] [2021-01-04T21:04:35.498Z] === Publish openapi/v2 API === [2021-01-04T21:04:35.498Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-04T21:04:35.498Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-04T21:04:35.498Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T21:04:35.498Z] Dload Upload Total Spent Left Speed [2021-01-04T21:04:36.708Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24754 0:00:01 0:00:01 --:--:-- 24777 100 29535 0 0 100 29535 0 23688 0:00:01 0:00:01 --:--:-- 23703 [2021-01-04T21:04:36.708Z] [2021-01-04T21:04:36.708Z] [2021-01-04T21:04:36.708Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-04T21:04:36.708Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T21:04:36.708Z] Dload Upload Total Spent Left Speed [2021-01-04T21:04:37.651Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59999 0 0 100 59999 0 54543 0:00:01 0:00:01 --:--:-- 54594 100 59999 0 0 100 59999 0 54536 0:00:01 0:00:01 --:--:-- 54544 [2021-01-04T21:04:37.651Z] [2021-01-04T21:04:37.651Z] [2021-01-04T21:04:37.651Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-04T21:04:37.651Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T21:04:37.651Z] Dload Upload Total Spent Left Speed [2021-01-04T21:04:38.855Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 119k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 107k 0:00:01 0:00:01 --:--:-- 107k [2021-01-04T21:04:38.856Z] [2021-01-04T21:04:38.856Z] [2021-01-04T21:04:38.856Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-04T21:04:38.856Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T21:04:38.856Z] Dload Upload Total Spent Left Speed [2021-01-04T21:04:40.062Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21333 0:00:01 0:00:01 --:--:-- 21324 100 23691 0 0 100 23691 0 21329 0:00:01 0:00:01 --:--:-- 21324 [2021-01-04T21:04:40.063Z] [2021-01-04T21:04:40.063Z] [2021-01-04T21:04:40.063Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-04T21:04:40.063Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T21:04:40.063Z] Dload Upload Total Spent Left Speed [2021-01-04T21:04:41.010Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 58438 0:00:01 0:00:01 --:--:-- 58480 100 62691 0 0 100 62691 0 58429 0:00:01 0:00:01 --:--:-- 58480 [2021-01-04T21:04:41.010Z] [2021-01-04T21:04:41.010Z] [2021-01-04T21:04:41.010Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-04T21:04:41.010Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T21:04:41.010Z] Dload Upload Total Spent Left Speed [2021-01-04T21:04:42.399Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 38596 0:00:01 0:00:01 --:--:-- 38627 100 46198 0 0 100 46198 0 38503 0:00:01 0:00:01 --:--:-- 38530 [2021-01-04T21:04:42.399Z] [2021-01-04T21:04:42.399Z] [2021-01-04T21:04:42.399Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-04T21:04:42.399Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T21:04:42.399Z] Dload Upload Total Spent Left Speed [2021-01-04T21:04:43.342Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 22603 0:00:01 0:00:01 --:--:-- 22616 100 23725 0 0 100 23725 0 22599 0:00:01 0:00:01 --:--:-- 22616 [2021-01-04T21:04:43.343Z] [2021-01-04T21:04:43.343Z] [Pipeline] } [2021-01-04T21:04:43.352Z] 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-01-04T21:04:44.192Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T21:04:44.193Z] . [Pipeline] withDockerContainer [2021-01-04T21:04:44.290Z] prd-centos7-docker-4c-2g-18286 does not seem to be running inside a container [2021-01-04T21:04:44.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/270 -v /w/workspace/edgex-go/270:/w/workspace/edgex-go/270:rw,z -v /w/workspace/edgex-go/270@tmp:/w/workspace/edgex-go/270@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-01-04T21:04:45.246Z] $ docker top 903c2b7828fc34567357b87b286dcc0b433ecb49d9aa2c3a93ce141164c79ed1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T21:04:45.559Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T21:04:45.559Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T21:04:45.808Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T21:04:45.811Z] $ docker exec 903c2b7828fc34567357b87b286dcc0b433ecb49d9aa2c3a93ce141164c79ed1 ssh-agent [2021-01-04T21:04:45.991Z] SSH_AUTH_SOCK=/tmp/ssh-h9bJ7pA8tIjJ/agent.11 [2021-01-04T21:04:45.991Z] SSH_AGENT_PID=17 [2021-01-04T21:04:45.999Z] Running ssh-add (command line suppressed) [2021-01-04T21:04:46.124Z] Identity added: /w/workspace/edgex-go/270@tmp/private_key_7450765579732824874.key (/w/workspace/edgex-go/270@tmp/private_key_7450765579732824874.key) [2021-01-04T21:04:46.181Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T21:04:46.513Z] + git semver tag [2021-01-04T21:04:46.774Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T21:04:46.774Z] # $GIT_DIR = /w/workspace/edgex-go/270/.git [2021-01-04T21:04:46.774Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/270 [2021-01-04T21:04:46.774Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T21:04:46.774Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T21:04:46.774Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T21:04:46.774Z] # $SEMVER_BRANCH = master [2021-01-04T21:04:46.774Z] # $SEMVER_DIR = /w/workspace/edgex-go/270/.semver [2021-01-04T21:04:46.774Z] # 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c HEAD [2021-01-04T21:04:47.035Z] # -> Force: false [2021-01-04T21:04:47.035Z] # 51cb12a66809b08cff71bd3f5ae7b0cfef095e52 refs/tags/v2.0.0-dev.25 [Pipeline] } [2021-01-04T21:04:47.046Z] $ docker exec --env ******** --env ******** 903c2b7828fc34567357b87b286dcc0b433ecb49d9aa2c3a93ce141164c79ed1 ssh-agent -k [2021-01-04T21:04:47.161Z] unset SSH_AUTH_SOCK; [2021-01-04T21:04:47.161Z] unset SSH_AGENT_PID; [2021-01-04T21:04:47.161Z] echo Agent pid 17 killed; [2021-01-04T21:04:47.227Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T21:04:47.756Z] + git semver [Pipeline] } [2021-01-04T21:04:47.840Z] $ docker stop --time=1 903c2b7828fc34567357b87b286dcc0b433ecb49d9aa2c3a93ce141164c79ed1 [2021-01-04T21:04:49.197Z] $ docker rm -f 903c2b7828fc34567357b87b286dcc0b433ecb49d9aa2c3a93ce141164c79ed1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:04:49.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-04T21:04:49.847Z] [2021-01-04T21:04:49.847Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:04:50.212Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-04T21:04:50.212Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-04T21:04:50.212Z] ab5ef0e58194: Pulling fs layer [2021-01-04T21:04:50.212Z] 9712f1f96733: Pulling fs layer [2021-01-04T21:04:50.212Z] 63f879dbbcfc: Pulling fs layer [2021-01-04T21:04:50.212Z] 0d9ebad4ef96: Pulling fs layer [2021-01-04T21:04:50.212Z] e9a5061849ea: Pulling fs layer [2021-01-04T21:04:50.212Z] d747dcd14b5f: Pulling fs layer [2021-01-04T21:04:50.212Z] 2de7ff778b66: Pulling fs layer [2021-01-04T21:04:50.212Z] 0d9ebad4ef96: Waiting [2021-01-04T21:04:50.212Z] e9a5061849ea: Waiting [2021-01-04T21:04:50.212Z] d747dcd14b5f: Waiting [2021-01-04T21:04:50.212Z] 2de7ff778b66: Waiting [2021-01-04T21:04:50.212Z] 9712f1f96733: Verifying Checksum [2021-01-04T21:04:50.212Z] 9712f1f96733: Download complete [2021-01-04T21:04:51.600Z] 63f879dbbcfc: Verifying Checksum [2021-01-04T21:04:51.600Z] 63f879dbbcfc: Download complete [2021-01-04T21:04:51.864Z] e9a5061849ea: Verifying Checksum [2021-01-04T21:04:51.864Z] e9a5061849ea: Download complete [2021-01-04T21:04:51.864Z] d747dcd14b5f: Verifying Checksum [2021-01-04T21:04:51.864Z] d747dcd14b5f: Download complete [2021-01-04T21:04:52.136Z] 2de7ff778b66: Verifying Checksum [2021-01-04T21:04:52.136Z] 2de7ff778b66: Download complete [2021-01-04T21:04:52.397Z] 0d9ebad4ef96: Verifying Checksum [2021-01-04T21:04:52.397Z] 0d9ebad4ef96: Download complete [2021-01-04T21:04:52.658Z] ab5ef0e58194: Verifying Checksum [2021-01-04T21:04:52.658Z] ab5ef0e58194: Download complete [2021-01-04T21:04:58.019Z] ab5ef0e58194: Pull complete [2021-01-04T21:04:58.019Z] 9712f1f96733: Pull complete [2021-01-04T21:04:59.939Z] 63f879dbbcfc: Pull complete [2021-01-04T21:05:05.254Z] 0d9ebad4ef96: Pull complete [2021-01-04T21:05:06.650Z] e9a5061849ea: Pull complete [2021-01-04T21:05:06.913Z] d747dcd14b5f: Pull complete [2021-01-04T21:05:11.143Z] 2de7ff778b66: Pull complete [2021-01-04T21:05:11.143Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-04T21:05:11.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-04T21:05:11.143Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-04T21:05:11.345Z] prd-centos7-docker-4c-2g-18286 does not seem to be running inside a container [2021-01-04T21:05:11.393Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/270 -v /w/workspace/edgex-go/270:/w/workspace/edgex-go/270:rw,z -v /w/workspace/edgex-go/270@tmp:/w/workspace/edgex-go/270@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-04T21:05:14.059Z] $ docker top a50aaa847bf3c7f8bba3de89d5683c884082451065a3b4e335fc7c259494c6f2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-04T21:05:14.316Z] provisioning config files... [2021-01-04T21:05:14.329Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/270@tmp/config9116365833128204286tmp [2021-01-04T21:05:14.344Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/270@tmp/config4735621957350992524tmp [2021-01-04T21:05:14.359Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/270@tmp/config8775396264605419724tmp [Pipeline] { [Pipeline] echo [2021-01-04T21:05:14.418Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:05:14.715Z] ---> sigul-configuration.sh [2021-01-04T21:05:14.715Z] gpg: directory `/root/.gnupg' created [2021-01-04T21:05:14.715Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-04T21:05:14.715Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-04T21:05:14.715Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-04T21:05:14.715Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-04T21:05:14.715Z] gpg: CAST5 encrypted data [2021-01-04T21:05:14.715Z] gpg: encrypted with 1 passphrase [2021-01-04T21:05:14.715Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-04T21:05:15.013Z] + mkdir /home/jenkins [2021-01-04T21:05:15.013Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-04T21:05:15.307Z] + 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-01-04T21:05:15.318Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:05:15.613Z] ---> sigul-install.sh [2021-01-04T21:05:20.914Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-04T21:05:21.214Z] + git tag --list [2021-01-04T21:05:21.214Z] 0.6.0 [2021-01-04T21:05:21.214Z] 0.6.1 [2021-01-04T21:05:21.214Z] 0.7.0 [2021-01-04T21:05:21.214Z] 0.7.1 [2021-01-04T21:05:21.214Z] v1.0.0 [2021-01-04T21:05:21.214Z] v1.0.1 [2021-01-04T21:05:21.214Z] v1.1.0 [2021-01-04T21:05:21.214Z] v1.2.0 [2021-01-04T21:05:21.214Z] v1.2.1 [2021-01-04T21:05:21.214Z] v1.2.2-dev.1 [2021-01-04T21:05:21.214Z] v1.2.2-dev.10 [2021-01-04T21:05:21.214Z] v1.2.2-dev.100 [2021-01-04T21:05:21.214Z] v1.2.2-dev.101 [2021-01-04T21:05:21.214Z] v1.2.2-dev.102 [2021-01-04T21:05:21.214Z] v1.2.2-dev.103 [2021-01-04T21:05:21.214Z] v1.2.2-dev.104 [2021-01-04T21:05:21.214Z] v1.2.2-dev.105 [2021-01-04T21:05:21.214Z] v1.2.2-dev.106 [2021-01-04T21:05:21.214Z] v1.2.2-dev.107 [2021-01-04T21:05:21.214Z] v1.2.2-dev.11 [2021-01-04T21:05:21.214Z] v1.2.2-dev.12 [2021-01-04T21:05:21.214Z] v1.2.2-dev.13 [2021-01-04T21:05:21.214Z] v1.2.2-dev.14 [2021-01-04T21:05:21.214Z] v1.2.2-dev.15 [2021-01-04T21:05:21.214Z] v1.2.2-dev.16 [2021-01-04T21:05:21.214Z] v1.2.2-dev.17 [2021-01-04T21:05:21.214Z] v1.2.2-dev.18 [2021-01-04T21:05:21.214Z] v1.2.2-dev.19 [2021-01-04T21:05:21.214Z] v1.2.2-dev.2 [2021-01-04T21:05:21.214Z] v1.2.2-dev.20 [2021-01-04T21:05:21.214Z] v1.2.2-dev.21 [2021-01-04T21:05:21.214Z] v1.2.2-dev.22 [2021-01-04T21:05:21.214Z] v1.2.2-dev.23 [2021-01-04T21:05:21.214Z] v1.2.2-dev.24 [2021-01-04T21:05:21.214Z] v1.2.2-dev.25 [2021-01-04T21:05:21.214Z] v1.2.2-dev.26 [2021-01-04T21:05:21.214Z] v1.2.2-dev.27 [2021-01-04T21:05:21.214Z] v1.2.2-dev.28 [2021-01-04T21:05:21.214Z] v1.2.2-dev.29 [2021-01-04T21:05:21.214Z] v1.2.2-dev.3 [2021-01-04T21:05:21.214Z] v1.2.2-dev.30 [2021-01-04T21:05:21.214Z] v1.2.2-dev.31 [2021-01-04T21:05:21.214Z] v1.2.2-dev.32 [2021-01-04T21:05:21.214Z] v1.2.2-dev.33 [2021-01-04T21:05:21.214Z] v1.2.2-dev.34 [2021-01-04T21:05:21.214Z] v1.2.2-dev.35 [2021-01-04T21:05:21.214Z] v1.2.2-dev.36 [2021-01-04T21:05:21.214Z] v1.2.2-dev.37 [2021-01-04T21:05:21.214Z] v1.2.2-dev.38 [2021-01-04T21:05:21.214Z] v1.2.2-dev.39 [2021-01-04T21:05:21.214Z] v1.2.2-dev.4 [2021-01-04T21:05:21.214Z] v1.2.2-dev.40 [2021-01-04T21:05:21.214Z] v1.2.2-dev.41 [2021-01-04T21:05:21.214Z] v1.2.2-dev.42 [2021-01-04T21:05:21.214Z] v1.2.2-dev.43 [2021-01-04T21:05:21.214Z] v1.2.2-dev.44 [2021-01-04T21:05:21.214Z] v1.2.2-dev.45 [2021-01-04T21:05:21.214Z] v1.2.2-dev.46 [2021-01-04T21:05:21.214Z] v1.2.2-dev.47 [2021-01-04T21:05:21.214Z] v1.2.2-dev.48 [2021-01-04T21:05:21.214Z] v1.2.2-dev.49 [2021-01-04T21:05:21.214Z] v1.2.2-dev.5 [2021-01-04T21:05:21.214Z] v1.2.2-dev.50 [2021-01-04T21:05:21.214Z] v1.2.2-dev.51 [2021-01-04T21:05:21.214Z] v1.2.2-dev.52 [2021-01-04T21:05:21.214Z] v1.2.2-dev.53 [2021-01-04T21:05:21.214Z] v1.2.2-dev.54 [2021-01-04T21:05:21.214Z] v1.2.2-dev.55 [2021-01-04T21:05:21.214Z] v1.2.2-dev.56 [2021-01-04T21:05:21.214Z] v1.2.2-dev.57 [2021-01-04T21:05:21.214Z] v1.2.2-dev.58 [2021-01-04T21:05:21.214Z] v1.2.2-dev.59 [2021-01-04T21:05:21.214Z] v1.2.2-dev.6 [2021-01-04T21:05:21.214Z] v1.2.2-dev.60 [2021-01-04T21:05:21.214Z] v1.2.2-dev.61 [2021-01-04T21:05:21.214Z] v1.2.2-dev.62 [2021-01-04T21:05:21.214Z] v1.2.2-dev.63 [2021-01-04T21:05:21.214Z] v1.2.2-dev.64 [2021-01-04T21:05:21.214Z] v1.2.2-dev.65 [2021-01-04T21:05:21.214Z] v1.2.2-dev.66 [2021-01-04T21:05:21.214Z] v1.2.2-dev.67 [2021-01-04T21:05:21.214Z] v1.2.2-dev.68 [2021-01-04T21:05:21.214Z] v1.2.2-dev.69 [2021-01-04T21:05:21.214Z] v1.2.2-dev.7 [2021-01-04T21:05:21.214Z] v1.2.2-dev.70 [2021-01-04T21:05:21.214Z] v1.2.2-dev.71 [2021-01-04T21:05:21.214Z] v1.2.2-dev.72 [2021-01-04T21:05:21.214Z] v1.2.2-dev.73 [2021-01-04T21:05:21.214Z] v1.2.2-dev.74 [2021-01-04T21:05:21.214Z] v1.2.2-dev.75 [2021-01-04T21:05:21.214Z] v1.2.2-dev.76 [2021-01-04T21:05:21.214Z] v1.2.2-dev.77 [2021-01-04T21:05:21.214Z] v1.2.2-dev.78 [2021-01-04T21:05:21.214Z] v1.2.2-dev.79 [2021-01-04T21:05:21.214Z] v1.2.2-dev.8 [2021-01-04T21:05:21.214Z] v1.2.2-dev.80 [2021-01-04T21:05:21.214Z] v1.2.2-dev.81 [2021-01-04T21:05:21.214Z] v1.2.2-dev.82 [2021-01-04T21:05:21.214Z] v1.2.2-dev.83 [2021-01-04T21:05:21.214Z] v1.2.2-dev.84 [2021-01-04T21:05:21.214Z] v1.2.2-dev.85 [2021-01-04T21:05:21.214Z] v1.2.2-dev.86 [2021-01-04T21:05:21.214Z] v1.2.2-dev.87 [2021-01-04T21:05:21.214Z] v1.2.2-dev.88 [2021-01-04T21:05:21.214Z] v1.2.2-dev.89 [2021-01-04T21:05:21.214Z] v1.2.2-dev.9 [2021-01-04T21:05:21.214Z] v1.2.2-dev.90 [2021-01-04T21:05:21.214Z] v1.2.2-dev.91 [2021-01-04T21:05:21.214Z] v1.2.2-dev.92 [2021-01-04T21:05:21.214Z] v1.2.2-dev.93 [2021-01-04T21:05:21.214Z] v1.2.2-dev.94 [2021-01-04T21:05:21.214Z] v1.2.2-dev.95 [2021-01-04T21:05:21.214Z] v1.2.2-dev.96 [2021-01-04T21:05:21.214Z] v1.2.2-dev.97 [2021-01-04T21:05:21.214Z] v1.2.2-dev.98 [2021-01-04T21:05:21.214Z] v1.2.2-dev.99 [2021-01-04T21:05:21.214Z] v1.3.0 [2021-01-04T21:05:21.214Z] v1.3.1-dev.1 [2021-01-04T21:05:21.214Z] v1.3.1-dev.10 [2021-01-04T21:05:21.214Z] v1.3.1-dev.11 [2021-01-04T21:05:21.214Z] v1.3.1-dev.12 [2021-01-04T21:05:21.214Z] v1.3.1-dev.13 [2021-01-04T21:05:21.214Z] v1.3.1-dev.14 [2021-01-04T21:05:21.214Z] v1.3.1-dev.15 [2021-01-04T21:05:21.214Z] v1.3.1-dev.16 [2021-01-04T21:05:21.214Z] v1.3.1-dev.17 [2021-01-04T21:05:21.214Z] v1.3.1-dev.18 [2021-01-04T21:05:21.214Z] v1.3.1-dev.2 [2021-01-04T21:05:21.214Z] v1.3.1-dev.3 [2021-01-04T21:05:21.214Z] v1.3.1-dev.4 [2021-01-04T21:05:21.214Z] v1.3.1-dev.5 [2021-01-04T21:05:21.214Z] v1.3.1-dev.6 [2021-01-04T21:05:21.214Z] v1.3.1-dev.7 [2021-01-04T21:05:21.214Z] v1.3.1-dev.8 [2021-01-04T21:05:21.214Z] v1.3.1-dev.9 [2021-01-04T21:05:21.214Z] v2.0.0-dev.1 [2021-01-04T21:05:21.214Z] v2.0.0-dev.10 [2021-01-04T21:05:21.214Z] v2.0.0-dev.11 [2021-01-04T21:05:21.214Z] v2.0.0-dev.12 [2021-01-04T21:05:21.214Z] v2.0.0-dev.13 [2021-01-04T21:05:21.214Z] v2.0.0-dev.14 [2021-01-04T21:05:21.214Z] v2.0.0-dev.15 [2021-01-04T21:05:21.214Z] v2.0.0-dev.16 [2021-01-04T21:05:21.214Z] v2.0.0-dev.17 [2021-01-04T21:05:21.214Z] v2.0.0-dev.18 [2021-01-04T21:05:21.214Z] v2.0.0-dev.19 [2021-01-04T21:05:21.214Z] v2.0.0-dev.2 [2021-01-04T21:05:21.214Z] v2.0.0-dev.20 [2021-01-04T21:05:21.214Z] v2.0.0-dev.21 [2021-01-04T21:05:21.214Z] v2.0.0-dev.22 [2021-01-04T21:05:21.214Z] v2.0.0-dev.23 [2021-01-04T21:05:21.214Z] v2.0.0-dev.24 [2021-01-04T21:05:21.214Z] v2.0.0-dev.25 [2021-01-04T21:05:21.214Z] v2.0.0-dev.3 [2021-01-04T21:05:21.214Z] v2.0.0-dev.4 [2021-01-04T21:05:21.214Z] v2.0.0-dev.5 [2021-01-04T21:05:21.214Z] v2.0.0-dev.6 [2021-01-04T21:05:21.214Z] v2.0.0-dev.7 [2021-01-04T21:05:21.214Z] v2.0.0-dev.8 [2021-01-04T21:05:21.214Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-04T21:05:21.510Z] + lftools sign git-tag v2.0.0-dev.25 [2021-01-04T21:05:22.456Z] Signing Git tag with Sigul... [2021-01-04T21:05:22.456Z] Signing v2.0.0-dev.25 [Pipeline] echo [2021-01-04T21:05:24.386Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:05:24.682Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-04T21:05:24.692Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-04T21:05:24.792Z] $ docker stop --time=1 a50aaa847bf3c7f8bba3de89d5683c884082451065a3b4e335fc7c259494c6f2 [2021-01-04T21:05:26.772Z] $ docker rm -f a50aaa847bf3c7f8bba3de89d5683c884082451065a3b4e335fc7c259494c6f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:05:27.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T21:05:27.647Z] . [Pipeline] withDockerContainer [2021-01-04T21:05:27.748Z] prd-centos7-docker-4c-2g-18286 does not seem to be running inside a container [2021-01-04T21:05:27.840Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/270 -v /w/workspace/edgex-go/270:/w/workspace/edgex-go/270:rw,z -v /w/workspace/edgex-go/270@tmp:/w/workspace/edgex-go/270@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-01-04T21:05:28.482Z] $ docker top 38bd360616e02ad1abfa238f30882fdd2c42ed17c72a5ca983ec0b4a7e705cc7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T21:05:28.775Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T21:05:28.775Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T21:05:28.965Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T21:05:28.969Z] $ docker exec 38bd360616e02ad1abfa238f30882fdd2c42ed17c72a5ca983ec0b4a7e705cc7 ssh-agent [2021-01-04T21:05:29.145Z] SSH_AUTH_SOCK=/tmp/ssh-jJbsodfJriY0/agent.12 [2021-01-04T21:05:29.145Z] SSH_AGENT_PID=17 [2021-01-04T21:05:29.152Z] Running ssh-add (command line suppressed) [2021-01-04T21:05:29.280Z] Identity added: /w/workspace/edgex-go/270@tmp/private_key_3858168566522625261.key (/w/workspace/edgex-go/270@tmp/private_key_3858168566522625261.key) [2021-01-04T21:05:29.332Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T21:05:29.664Z] + git semver bump pre [2021-01-04T21:05:29.664Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T21:05:29.664Z] # $GIT_DIR = /w/workspace/edgex-go/270/.git [2021-01-04T21:05:29.664Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/270 [2021-01-04T21:05:29.664Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T21:05:29.664Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T21:05:29.664Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T21:05:29.664Z] # $SEMVER_BRANCH = master [2021-01-04T21:05:29.664Z] # $SEMVER_DIR = /w/workspace/edgex-go/270/.semver [2021-01-04T21:05:29.664Z] 2.0.0-dev.26 [Pipeline] } [2021-01-04T21:05:29.674Z] $ docker exec --env ******** --env ******** 38bd360616e02ad1abfa238f30882fdd2c42ed17c72a5ca983ec0b4a7e705cc7 ssh-agent -k [2021-01-04T21:05:29.793Z] unset SSH_AUTH_SOCK; [2021-01-04T21:05:29.794Z] unset SSH_AGENT_PID; [2021-01-04T21:05:29.794Z] echo Agent pid 17 killed; [2021-01-04T21:05:29.842Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T21:05:30.334Z] + git semver [Pipeline] } [2021-01-04T21:05:30.350Z] $ docker stop --time=1 38bd360616e02ad1abfa238f30882fdd2c42ed17c72a5ca983ec0b4a7e705cc7 [2021-01-04T21:05:31.738Z] $ docker rm -f 38bd360616e02ad1abfa238f30882fdd2c42ed17c72a5ca983ec0b4a7e705cc7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:05:32.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T21:05:32.295Z] . [Pipeline] withDockerContainer [2021-01-04T21:05:32.391Z] prd-centos7-docker-4c-2g-18286 does not seem to be running inside a container [2021-01-04T21:05:32.435Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/270 -v /w/workspace/edgex-go/270:/w/workspace/edgex-go/270:rw,z -v /w/workspace/edgex-go/270@tmp:/w/workspace/edgex-go/270@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-01-04T21:05:33.159Z] $ docker top 44a553f0a100cd664bc663f4d66017e491606bf926b83ee708c70a5966f72f6f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T21:05:33.490Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T21:05:33.491Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T21:05:33.691Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T21:05:33.694Z] $ docker exec 44a553f0a100cd664bc663f4d66017e491606bf926b83ee708c70a5966f72f6f ssh-agent [2021-01-04T21:05:33.860Z] SSH_AUTH_SOCK=/tmp/ssh-2xhpUw4TIFux/agent.12 [2021-01-04T21:05:33.860Z] SSH_AGENT_PID=17 [2021-01-04T21:05:33.868Z] Running ssh-add (command line suppressed) [2021-01-04T21:05:33.988Z] Identity added: /w/workspace/edgex-go/270@tmp/private_key_2746182264505310606.key (/w/workspace/edgex-go/270@tmp/private_key_2746182264505310606.key) [2021-01-04T21:05:34.045Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T21:05:34.382Z] + git semver push [2021-01-04T21:05:34.382Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T21:05:34.382Z] # $GIT_DIR = /w/workspace/edgex-go/270/.git [2021-01-04T21:05:34.382Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/270 [2021-01-04T21:05:34.382Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T21:05:34.382Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T21:05:34.382Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T21:05:34.382Z] # $SEMVER_BRANCH = master [2021-01-04T21:05:34.382Z] # $SEMVER_DIR = /w/workspace/edgex-go/270/.semver [Pipeline] } [2021-01-04T21:05:44.430Z] $ docker exec --env ******** --env ******** 44a553f0a100cd664bc663f4d66017e491606bf926b83ee708c70a5966f72f6f ssh-agent -k [2021-01-04T21:05:44.583Z] unset SSH_AUTH_SOCK; [2021-01-04T21:05:44.583Z] unset SSH_AGENT_PID; [2021-01-04T21:05:44.583Z] echo Agent pid 17 killed; [2021-01-04T21:05:44.646Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T21:05:45.115Z] + git semver [Pipeline] } [2021-01-04T21:05:45.132Z] $ docker stop --time=1 44a553f0a100cd664bc663f4d66017e491606bf926b83ee708c70a5966f72f6f [2021-01-04T21:05:46.507Z] $ docker rm -f 44a553f0a100cd664bc663f4d66017e491606bf926b83ee708c70a5966f72f6f [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-01-04T21:05:47.645Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:05:48.520Z] ---> package-listing.sh [2021-01-04T21:05:48.520Z] ++ facter osfamily [2021-01-04T21:05:48.520Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-04T21:05:48.520Z] + OS_FAMILY=redhat [2021-01-04T21:05:48.520Z] + workspace=/w/workspace/edgex-go/270 [2021-01-04T21:05:48.520Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-04T21:05:48.520Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-04T21:05:48.520Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-04T21:05:48.520Z] + PACKAGES=/tmp/packages_start.txt [2021-01-04T21:05:48.520Z] + '[' /w/workspace/edgex-go/270 ']' [2021-01-04T21:05:48.520Z] + PACKAGES=/tmp/packages_end.txt [2021-01-04T21:05:48.520Z] + case "${OS_FAMILY}" in [2021-01-04T21:05:48.520Z] + rpm -qa [2021-01-04T21:05:48.520Z] + sort [2021-01-04T21:05:53.826Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-04T21:05:53.826Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-04T21:05:53.826Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-04T21:05:53.826Z] + '[' /w/workspace/edgex-go/270 ']' [2021-01-04T21:05:53.826Z] + mkdir -p /w/workspace/edgex-go/270/archives/ [2021-01-04T21:05:53.827Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/270/archives/ [Pipeline] echo [2021-01-04T21:05:53.841Z] 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/270/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-04T21:05:54.131Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:05:54.440Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T21:05:54.440Z] [2021-01-04T21:05:54.440Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:05:54.781Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T21:05:54.782Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-04T21:05:54.782Z] df20fa9351a1: Pulling fs layer [2021-01-04T21:05:54.782Z] 36b3adc4ff6f: Pulling fs layer [2021-01-04T21:05:54.782Z] 8ad3a11d3b57: Pulling fs layer [2021-01-04T21:05:54.782Z] 46f8f816bc3b: Pulling fs layer [2021-01-04T21:05:54.782Z] 93b61091891f: Pulling fs layer [2021-01-04T21:05:54.782Z] 93b9cdb0e59b: Pulling fs layer [2021-01-04T21:05:54.782Z] 5e14af77c1be: Pulling fs layer [2021-01-04T21:05:54.782Z] 01666e4c0597: Pulling fs layer [2021-01-04T21:05:54.782Z] aa168da1d23b: Pulling fs layer [2021-01-04T21:05:54.782Z] 46f8f816bc3b: Waiting [2021-01-04T21:05:54.782Z] 93b61091891f: Waiting [2021-01-04T21:05:54.782Z] 93b9cdb0e59b: Waiting [2021-01-04T21:05:54.782Z] 5e14af77c1be: Waiting [2021-01-04T21:05:54.782Z] 01666e4c0597: Waiting [2021-01-04T21:05:54.782Z] aa168da1d23b: Waiting [2021-01-04T21:05:54.782Z] 36b3adc4ff6f: Verifying Checksum [2021-01-04T21:05:54.782Z] 36b3adc4ff6f: Download complete [2021-01-04T21:05:54.782Z] 46f8f816bc3b: Verifying Checksum [2021-01-04T21:05:55.046Z] df20fa9351a1: Download complete [2021-01-04T21:05:55.046Z] 93b9cdb0e59b: Verifying Checksum [2021-01-04T21:05:55.046Z] 93b9cdb0e59b: Download complete [2021-01-04T21:05:55.046Z] 93b61091891f: Download complete [2021-01-04T21:05:55.046Z] 5e14af77c1be: Verifying Checksum [2021-01-04T21:05:55.046Z] 5e14af77c1be: Download complete [2021-01-04T21:05:55.046Z] 01666e4c0597: Verifying Checksum [2021-01-04T21:05:55.046Z] 01666e4c0597: Download complete [2021-01-04T21:05:55.309Z] df20fa9351a1: Pull complete [2021-01-04T21:05:55.309Z] 8ad3a11d3b57: Verifying Checksum [2021-01-04T21:05:55.309Z] 8ad3a11d3b57: Download complete [2021-01-04T21:05:55.572Z] 36b3adc4ff6f: Pull complete [2021-01-04T21:05:56.959Z] 8ad3a11d3b57: Pull complete [2021-01-04T21:05:56.959Z] 46f8f816bc3b: Pull complete [2021-01-04T21:05:57.220Z] aa168da1d23b: Verifying Checksum [2021-01-04T21:05:57.220Z] aa168da1d23b: Download complete [2021-01-04T21:05:58.169Z] 93b61091891f: Pull complete [2021-01-04T21:05:58.169Z] 93b9cdb0e59b: Pull complete [2021-01-04T21:05:58.169Z] 5e14af77c1be: Pull complete [2021-01-04T21:05:58.457Z] 01666e4c0597: Pull complete [2021-01-04T21:06:06.647Z] aa168da1d23b: Pull complete [2021-01-04T21:06:06.647Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-04T21:06:06.647Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T21:06:06.647Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-04T21:06:06.897Z] prd-centos7-docker-4c-2g-18286 does not seem to be running inside a container [2021-01-04T21:06:06.983Z] $ 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/270/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/270 -v /w/workspace/edgex-go/270:/w/workspace/edgex-go/270:rw,z -v /w/workspace/edgex-go/270@tmp:/w/workspace/edgex-go/270@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-04T21:06:10.005Z] $ docker top 3f3c5e95f0e80ec7544d5c75d3d06ad8337279ecbd391f7f7c98a4cb69e78eed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T21:06:10.506Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-04T21:06:10.801Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-04T21:06:11.094Z] + ls /var/log/sa-host [2021-01-04T21:06:11.094Z] + sadf -c /var/log/sa-host/sa04 [2021-01-04T21:06:11.094Z] file_magic: OK [2021-01-04T21:06:11.094Z] HZ: Using current value: 100 [2021-01-04T21:06:11.094Z] file_header: OK [2021-01-04T21:06:11.094Z] 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-01-04T21:06:11.094Z] Statistics: [2021-01-04T21:06:11.094Z] 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... [2021-01-04T21:06:11.094Z] File successfully converted to sysstat format version 12.2.1 [2021-01-04T21:06:11.094Z] + sadf -c /var/log/sa-host/sa23 [2021-01-04T21:06:11.094Z] file_magic: OK [2021-01-04T21:06:11.094Z] HZ: Using current value: 100 [2021-01-04T21:06:11.094Z] file_header: OK [2021-01-04T21:06:11.094Z] 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-01-04T21:06:11.094Z] Statistics: [2021-01-04T21:06:11.094Z] Hnuu...uuuununununu... [2021-01-04T21:06:11.094Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T21:06:11.734Z] provisioning config files... [2021-01-04T21:06:11.754Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/270@tmp/config3449178380844240992tmp [Pipeline] { [Pipeline] echo [2021-01-04T21:06:11.834Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:06:12.129Z] ---> create-netrc.sh [Pipeline] } [2021-01-04T21:06:12.139Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-04T21:06:12.230Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:06:12.524Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-04T21:06:12.535Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:06:12.829Z] ---> sudo-logs.sh [2021-01-04T21:06:12.829Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-04T21:06:12.840Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:06:13.135Z] ---> job-cost.sh [2021-01-04T21:06:13.135Z] lf-activate-venv: SKIPPING [2021-01-04T21:06:13.135Z] INFO: No Stack... [2021-01-04T21:06:15.058Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-04T21:06:15.320Z] INFO: Archiving Costs [Pipeline] echo [2021-01-04T21:06:15.333Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:06:15.626Z] ---> logs-deploy.sh [2021-01-04T21:06:15.626Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/270 [2021-01-04T21:06:15.626Z] INFO: archiving workspace using pattern(s): [2021-01-04T21:06:17.012Z] Archives upload complete. [2021-01-04T21:06:17.012Z] INFO: archiving logs to Nexus [2021-01-04T21:06:17.959Z] ---> uname -a: [2021-01-04T21:06:17.959Z] Linux prd-centos7-docker-4c-2g-18286.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-01-04T21:06:17.959Z] [2021-01-04T21:06:17.959Z] [2021-01-04T21:06:17.959Z] ---> lscpu: [2021-01-04T21:06:17.959Z] Architecture: x86_64 [2021-01-04T21:06:17.959Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-04T21:06:17.959Z] Byte Order: Little Endian [2021-01-04T21:06:17.959Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-04T21:06:17.959Z] CPU(s): 4 [2021-01-04T21:06:17.959Z] On-line CPU(s) list: 0-3 [2021-01-04T21:06:17.959Z] Thread(s) per core: 1 [2021-01-04T21:06:17.959Z] Core(s) per socket: 1 [2021-01-04T21:06:17.959Z] Socket(s): 4 [2021-01-04T21:06:17.959Z] NUMA node(s): 1 [2021-01-04T21:06:17.959Z] Vendor ID: GenuineIntel [2021-01-04T21:06:17.959Z] CPU family: 6 [2021-01-04T21:06:17.959Z] Model: 44 [2021-01-04T21:06:17.959Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-04T21:06:17.959Z] Stepping: 1 [2021-01-04T21:06:17.959Z] CPU MHz: 2933.438 [2021-01-04T21:06:17.959Z] BogoMIPS: 5866.87 [2021-01-04T21:06:17.959Z] Virtualization: VT-x [2021-01-04T21:06:17.959Z] Hypervisor vendor: KVM [2021-01-04T21:06:17.959Z] Virtualization type: full [2021-01-04T21:06:17.959Z] L1d cache: 128 KiB [2021-01-04T21:06:17.959Z] L1i cache: 128 KiB [2021-01-04T21:06:17.959Z] L2 cache: 16 MiB [2021-01-04T21:06:17.959Z] L3 cache: 64 MiB [2021-01-04T21:06:17.959Z] NUMA node0 CPU(s): 0-3 [2021-01-04T21:06:17.959Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-04T21:06:17.959Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-04T21:06:17.959Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-04T21:06:17.959Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-04T21:06:17.959Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-04T21:06:17.959Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-04T21:06:17.959Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-04T21:06:17.959Z] Vulnerability Srbds: Not affected [2021-01-04T21:06:17.959Z] Vulnerability Tsx async abort: Not affected [2021-01-04T21:06:17.959Z] 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-01-04T21:06:17.959Z] [2021-01-04T21:06:17.959Z] [2021-01-04T21:06:17.959Z] ---> nproc: [2021-01-04T21:06:17.959Z] 4 [2021-01-04T21:06:17.959Z] [2021-01-04T21:06:17.959Z] [2021-01-04T21:06:17.959Z] ---> df -h: [2021-01-04T21:06:17.959Z] Filesystem Size Used Available Use% Mounted on [2021-01-04T21:06:17.959Z] overlay 50.0G 14.1G 35.9G 28% / [2021-01-04T21:06:17.959Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-04T21:06:17.959Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-04T21:06:17.959Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-04T21:06:17.959Z] /dev/vda1 50.0G 14.1G 35.9G 28% /facter-os [2021-01-04T21:06:17.959Z] /dev/vda1 50.0G 14.1G 35.9G 28% /etc/resolv.conf [2021-01-04T21:06:17.959Z] /dev/vda1 50.0G 14.1G 35.9G 28% /etc/hostname [2021-01-04T21:06:17.959Z] /dev/vda1 50.0G 14.1G 35.9G 28% /etc/hosts [2021-01-04T21:06:17.959Z] /dev/vda1 50.0G 14.1G 35.9G 28% /run/cloud-init/result.json [2021-01-04T21:06:17.959Z] /dev/vda1 50.0G 14.1G 35.9G 28% /var/log/sa-host [2021-01-04T21:06:17.959Z] /dev/vda1 50.0G 14.1G 35.9G 28% /var/log/secure [2021-01-04T21:06:17.959Z] /dev/vda1 50.0G 14.1G 35.9G 28% /var/log/auth.log [2021-01-04T21:06:17.959Z] /dev/vda1 50.0G 14.1G 35.9G 28% /w/workspace/edgex-go/270 [2021-01-04T21:06:17.959Z] /dev/vda1 50.0G 14.1G 35.9G 28% /w/workspace/edgex-go/270@tmp [2021-01-04T21:06:17.959Z] [2021-01-04T21:06:17.959Z] [2021-01-04T21:06:17.959Z] ---> free -m: [2021-01-04T21:06:17.959Z] total used free shared buff/cache available [2021-01-04T21:06:17.959Z] Mem: 1837 783 152 0 901 997 [2021-01-04T21:06:17.959Z] Swap: 1023 60 963 [2021-01-04T21:06:17.959Z] [2021-01-04T21:06:17.959Z] [2021-01-04T21:06:17.959Z] ---> ip addr: [2021-01-04T21:06:17.959Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-04T21:06:17.959Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-04T21:06:17.959Z] inet 127.0.0.1/8 scope host lo [2021-01-04T21:06:17.959Z] valid_lft forever preferred_lft forever [2021-01-04T21:06:17.959Z] inet6 ::1/128 scope host [2021-01-04T21:06:17.959Z] valid_lft forever preferred_lft forever [2021-01-04T21:06:17.959Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-04T21:06:17.959Z] link/ether fa:16:3e:51:2b:aa brd ff:ff:ff:ff:ff:ff [2021-01-04T21:06:17.959Z] inet 10.30.123.140/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-04T21:06:17.959Z] valid_lft 85363sec preferred_lft 85363sec [2021-01-04T21:06:17.959Z] inet6 fe80::f816:3eff:fe51:2baa/64 scope link [2021-01-04T21:06:17.959Z] valid_lft forever preferred_lft forever [2021-01-04T21:06:17.959Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-04T21:06:17.959Z] link/ether 02:42:bc:78:48:6a brd ff:ff:ff:ff:ff:ff [2021-01-04T21:06:17.959Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-04T21:06:17.959Z] valid_lft forever preferred_lft forever [2021-01-04T21:06:17.959Z] inet6 fe80::42:bcff:fe78:486a/64 scope link [2021-01-04T21:06:17.959Z] valid_lft forever preferred_lft forever [2021-01-04T21:06:17.959Z] [2021-01-04T21:06:17.959Z] [2021-01-04T21:06:17.959Z] ---> sar -b -r -n DEV: [2021-01-04T21:06:17.959Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) [2021-01-04T21:06:17.959Z] [2021-01-04T21:06:17.959Z] 20:48:50 LINUX RESTART (4 CPU) [2021-01-04T21:06:17.959Z] [2021-01-04T21:06:17.959Z] 20:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-04T21:06:17.959Z] 20:51:01 275.20 133.24 141.95 0.00 7889.63 50111.82 0.00 [2021-01-04T21:06:17.959Z] 20:52:01 235.85 103.01 132.84 0.00 3684.76 18793.65 0.00 [2021-01-04T21:06:17.959Z] 20:53:02 138.58 60.59 78.00 0.00 3408.92 8092.03 0.00 [2021-01-04T21:06:17.959Z] 20:54:02 940.92 708.70 232.22 0.00 83865.00 159137.90 0.00 [2021-01-04T21:06:17.959Z] 20:55:01 2396.99 2039.90 357.09 0.00 148345.55 155481.28 0.00 [2021-01-04T21:06:17.959Z] 20:56:03 440.48 168.03 272.45 0.00 49310.59 97159.71 0.00 [2021-01-04T21:06:17.959Z] 20:57:01 2522.48 2140.20 382.28 0.00 152436.87 168728.36 0.00 [2021-01-04T21:06:17.959Z] 20:58:01 544.87 309.38 235.49 0.00 23874.94 37933.68 0.00 [2021-01-04T21:06:17.959Z] 20:59:01 81.40 70.27 11.12 0.00 3518.00 217.55 0.00 [2021-01-04T21:06:17.959Z] 21:00:01 1.23 0.78 0.45 0.00 112.06 6.95 0.00 [2021-01-04T21:06:17.959Z] 21:01:01 0.33 0.05 0.28 0.00 0.80 3.68 0.00 [2021-01-04T21:06:17.959Z] 21:02:02 0.65 0.30 0.35 0.00 8.26 5.26 0.00 [2021-01-04T21:06:17.959Z] 21:03:01 0.27 0.00 0.27 0.00 0.00 2.68 0.00 [2021-01-04T21:06:17.959Z] 21:04:01 63.55 17.97 45.59 0.00 1993.61 16423.78 0.00 [2021-01-04T21:06:17.959Z] 21:05:01 334.24 179.88 154.36 0.00 10941.15 39006.61 0.00 [2021-01-04T21:06:17.959Z] 21:06:01 225.06 103.73 121.32 0.00 8610.37 23359.05 0.00 [2021-01-04T21:06:17.959Z] Average: 508.40 373.22 135.18 0.00 30901.51 48270.03 0.00 [2021-01-04T21:06:17.959Z] [2021-01-04T21:06:17.959Z] 20:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-04T21:06:17.959Z] 20:51:01 72520 0 738576 39.25 1564 1068884 1524252 52.02 583304 968172 42996 [2021-01-04T21:06:17.959Z] 20:52:01 99620 0 855512 45.47 912 925500 1788648 61.04 719196 782816 58140 [2021-01-04T21:06:17.959Z] 20:53:02 210700 0 793448 42.17 680 876716 1433700 48.93 656404 728476 67016 [2021-01-04T21:06:17.959Z] 20:54:02 72112 0 828288 44.02 0 981144 2260432 77.14 702888 902560 48156 [2021-01-04T21:06:17.959Z] 20:55:01 112480 0 1192212 63.36 0 576852 3898376 133.05 751468 759004 21120 [2021-01-04T21:06:17.959Z] 20:56:03 53084 0 749996 39.86 0 1078464 1741820 59.45 760876 841372 106132 [2021-01-04T21:06:17.959Z] 20:57:01 73408 0 799044 42.47 0 1009092 2305464 78.68 594096 969276 40628 [2021-01-04T21:06:17.959Z] 20:58:01 376876 0 649128 34.50 0 855540 1266952 43.24 546608 711216 24 [2021-01-04T21:06:17.959Z] 20:59:01 284472 0 637752 33.90 0 959320 1199892 40.95 603220 748576 8 [2021-01-04T21:06:17.959Z] 21:00:01 281884 0 637032 33.86 0 962628 1171084 39.97 606712 748688 8 [2021-01-04T21:06:17.959Z] 21:01:01 282400 0 636512 33.83 0 962632 1162116 39.66 606448 748532 8 [2021-01-04T21:06:17.959Z] 21:02:02 282324 0 636336 33.82 0 962884 1160368 39.60 606168 748676 8 [2021-01-04T21:06:17.959Z] 21:03:01 282872 0 635776 33.79 0 962896 1160284 39.60 606072 748684 8 [2021-01-04T21:06:17.959Z] 21:04:01 178112 0 696928 37.04 0 1006504 1362492 46.50 587012 838808 116212 [2021-01-04T21:06:17.959Z] 21:05:01 63956 0 745988 39.65 0 1071600 1584484 54.08 621592 900548 58380 [2021-01-04T21:06:17.959Z] 21:06:01 79780 0 796332 42.32 0 1005432 1574896 53.75 651800 803332 45104 [2021-01-04T21:06:17.959Z] Average: 175412 0 751804 39.96 197 954130 1662204 56.73 637742 809296 37747 [2021-01-04T21:06:17.959Z] [2021-01-04T21:06:17.959Z] 20:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-04T21:06:17.959Z] 20:51:01 veth79a0330 89.83 113.21 8.22 461.76 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:51:01 eth0 1076.86 1061.19 5772.24 103.51 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:51:01 docker0 787.87 749.02 61.03 2927.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:52:01 veth217acab 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:52:01 eth0 40.49 29.10 33.57 69.28 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:52:01 docker0 0.38 0.80 0.03 2.91 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:53:02 veth217acab 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:53:02 eth0 30.89 15.88 25.79 13.63 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:54:02 veth6f51ae6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:54:02 eth0 209.90 169.32 1690.64 81.24 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:55:01 vethe07bf7c 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:55:01 veth6f51ae6 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:55:01 veth54aaf98 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:55:01 eth0 64.13 46.77 170.44 14.18 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:56:03 veth6f51ae6 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:56:03 eth0 206.30 169.35 1379.55 84.94 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:56:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:56:03 docker0 1019.10 952.21 80.62 3683.36 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:57:01 veth6f51ae6 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:57:01 veth997370d 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:57:01 eth0 108.26 55.26 489.37 20.03 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:58:01 eth0 95.61 66.64 135.89 175.57 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:58:01 docker0 1077.57 1050.64 84.58 4279.07 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:59:01 eth0 355.99 354.54 158.40 1402.37 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 21:00:01 eth0 1.10 0.47 0.45 0.29 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.959Z] 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:01:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:02:02 eth0 0.57 0.28 0.27 0.20 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:03:01 eth0 0.19 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:04:01 eth0 439.41 388.98 4026.68 69.89 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:05:01 eth0 463.30 415.23 3451.85 99.99 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:05:01 docker0 33.27 31.61 3.20 218.36 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:06:01 eth0 348.74 271.26 2414.30 75.21 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] 21:06:01 docker0 44.48 71.39 2.82 203.46 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] Average: eth0 215.77 190.87 1238.86 138.43 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] Average: docker0 59.79 62.31 4.55 259.31 0.00 0.00 0.00 0.00 [2021-01-04T21:06:17.960Z] [2021-01-04T21:06:17.960Z] [2021-01-04T21:06:17.960Z] ---> sar -P ALL: [2021-01-04T21:06:17.960Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) [2021-01-04T21:06:17.960Z] [2021-01-04T21:06:17.960Z] 20:48:50 LINUX RESTART (4 CPU) [2021-01-04T21:06:17.960Z] [2021-01-04T21:06:17.960Z] 20:50:01 CPU %user %nice %system %iowait %steal %idle [2021-01-04T21:06:17.960Z] 20:51:01 all 15.27 0.00 7.51 3.22 0.16 73.84 [2021-01-04T21:06:17.960Z] 20:51:01 0 15.42 0.00 8.83 2.77 0.15 72.83 [2021-01-04T21:06:17.960Z] 20:51:01 1 14.60 0.00 6.46 4.14 0.15 74.65 [2021-01-04T21:06:17.960Z] 20:51:01 2 15.79 0.00 7.38 3.43 0.15 73.24 [2021-01-04T21:06:17.960Z] 20:51:01 3 15.28 0.00 7.36 2.54 0.19 74.63 [2021-01-04T21:06:17.960Z] 20:52:01 all 42.52 0.00 10.57 5.85 0.31 40.75 [2021-01-04T21:06:17.960Z] 20:52:01 0 41.54 0.00 10.45 5.57 0.31 42.13 [2021-01-04T21:06:17.960Z] 20:52:01 1 43.11 0.00 9.62 10.07 0.31 36.89 [2021-01-04T21:06:17.960Z] 20:52:01 2 43.73 0.00 10.67 5.05 0.29 40.26 [2021-01-04T21:06:17.960Z] 20:52:01 3 41.69 0.00 11.53 2.72 0.31 43.74 [2021-01-04T21:06:17.960Z] 20:53:02 all 57.36 0.00 13.07 3.18 0.26 26.13 [2021-01-04T21:06:17.960Z] 20:53:02 0 56.87 0.00 12.63 4.09 0.23 26.18 [2021-01-04T21:06:17.960Z] 20:53:02 1 55.39 0.00 13.46 3.44 0.26 27.45 [2021-01-04T21:06:17.960Z] 20:53:02 2 58.59 0.00 13.44 2.55 0.30 25.12 [2021-01-04T21:06:17.960Z] 20:53:02 3 58.58 0.00 12.75 2.63 0.26 25.77 [2021-01-04T21:06:17.960Z] 20:54:02 all 25.29 0.00 18.32 6.40 0.58 49.40 [2021-01-04T21:06:17.960Z] 20:54:02 0 24.98 0.00 18.00 8.65 0.68 47.69 [2021-01-04T21:06:17.960Z] 20:54:02 1 25.19 0.00 18.29 5.72 0.50 50.29 [2021-01-04T21:06:17.960Z] 20:54:02 2 26.17 0.00 18.55 5.87 0.59 48.81 [2021-01-04T21:06:17.960Z] 20:54:02 3 24.81 0.00 18.44 5.38 0.56 50.81 [2021-01-04T21:06:17.960Z] 20:55:01 all 24.38 0.00 22.91 29.04 0.94 22.73 [2021-01-04T21:06:17.960Z] 20:55:01 0 24.41 0.00 22.22 29.00 1.01 23.36 [2021-01-04T21:06:17.960Z] 20:55:01 1 23.61 0.00 22.84 30.65 0.85 22.04 [2021-01-04T21:06:17.960Z] 20:55:01 2 24.04 0.00 23.24 29.61 1.01 22.10 [2021-01-04T21:06:17.960Z] 20:55:01 3 25.49 0.00 23.33 26.87 0.88 23.42 [2021-01-04T21:06:17.960Z] 20:56:03 all 48.59 0.00 16.28 17.86 0.46 16.81 [2021-01-04T21:06:17.960Z] 20:56:03 0 48.33 0.00 16.01 17.41 0.45 17.81 [2021-01-04T21:06:17.960Z] 20:56:03 1 48.25 0.00 16.61 16.30 0.36 18.48 [2021-01-04T21:06:17.960Z] 20:56:03 2 47.96 0.00 16.41 20.04 0.53 15.05 [2021-01-04T21:06:17.960Z] 20:56:03 3 49.81 0.00 16.11 17.70 0.50 15.88 [2021-01-04T21:06:17.960Z] 20:57:01 all 22.83 0.00 23.21 26.67 0.88 26.41 [2021-01-04T21:06:17.960Z] 20:57:01 0 22.18 0.00 23.20 27.93 0.95 25.75 [2021-01-04T21:06:17.960Z] 20:57:01 1 21.87 0.00 22.79 23.30 1.11 30.93 [2021-01-04T21:06:17.960Z] 20:57:01 2 23.18 0.00 23.18 28.01 0.82 24.82 [2021-01-04T21:06:17.960Z] 20:57:01 3 24.10 0.00 23.69 27.46 0.65 24.10 [2021-01-04T21:06:17.960Z] 20:58:01 all 48.91 0.00 13.69 8.98 0.26 28.15 [2021-01-04T21:06:17.960Z] 20:58:01 0 49.04 0.00 13.70 8.34 0.24 28.67 [2021-01-04T21:06:17.960Z] 20:58:01 1 48.74 0.00 13.43 6.49 0.31 31.04 [2021-01-04T21:06:17.960Z] 20:58:01 2 48.87 0.00 13.73 11.41 0.24 25.74 [2021-01-04T21:06:17.960Z] 20:58:01 3 49.00 0.00 13.92 9.69 0.24 27.14 [2021-01-04T21:06:17.960Z] 20:59:01 all 8.13 0.00 2.82 1.71 0.17 87.18 [2021-01-04T21:06:17.960Z] 20:59:01 0 8.14 0.00 3.46 1.62 0.20 86.58 [2021-01-04T21:06:17.960Z] 20:59:01 1 8.51 0.00 2.57 1.65 0.15 87.12 [2021-01-04T21:06:17.960Z] 20:59:01 2 8.24 0.00 2.88 1.89 0.15 86.85 [2021-01-04T21:06:17.960Z] 20:59:01 3 7.62 0.00 2.38 1.67 0.17 88.16 [2021-01-04T21:06:17.960Z] 21:00:01 all 0.17 0.00 0.05 0.01 0.00 99.78 [2021-01-04T21:06:17.960Z] 21:00:01 0 0.03 0.00 0.07 0.05 0.00 99.85 [2021-01-04T21:06:17.960Z] 21:00:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-04T21:06:17.960Z] 21:00:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-04T21:06:17.960Z] 21:00:01 3 0.50 0.00 0.05 0.00 0.00 99.45 [2021-01-04T21:06:17.960Z] 21:01:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2021-01-04T21:06:17.960Z] 21:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-04T21:06:17.960Z] 21:01:01 1 0.08 0.00 0.05 0.00 0.00 99.87 [2021-01-04T21:06:17.960Z] 21:01:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-04T21:06:17.960Z] 21:01:01 3 0.55 0.00 0.05 0.00 0.00 99.40 [2021-01-04T21:06:17.960Z] [2021-01-04T21:06:17.960Z] 21:01:01 CPU %user %nice %system %iowait %steal %idle [2021-01-04T21:06:17.960Z] 21:02:02 all 0.15 0.00 0.03 0.01 0.00 99.81 [2021-01-04T21:06:17.960Z] 21:02:02 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-04T21:06:17.960Z] 21:02:02 1 0.53 0.00 0.02 0.02 0.00 99.43 [2021-01-04T21:06:17.960Z] 21:02:02 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-04T21:06:17.960Z] 21:02:02 3 0.02 0.00 0.03 0.02 0.00 99.93 [2021-01-04T21:06:17.960Z] 21:03:01 all 0.17 0.00 0.12 0.00 0.00 99.70 [2021-01-04T21:06:17.960Z] 21:03:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-04T21:06:17.960Z] 21:03:01 1 0.54 0.00 0.15 0.00 0.00 99.31 [2021-01-04T21:06:17.960Z] 21:03:01 2 0.08 0.00 0.14 0.00 0.02 99.76 [2021-01-04T21:06:17.960Z] 21:03:01 3 0.03 0.00 0.12 0.00 0.00 99.85 [2021-01-04T21:06:17.960Z] 21:04:01 all 4.97 0.00 3.05 1.18 0.03 90.77 [2021-01-04T21:06:17.960Z] 21:04:01 0 4.58 0.00 3.19 1.94 0.02 90.27 [2021-01-04T21:06:17.960Z] 21:04:01 1 5.50 0.00 2.82 0.67 0.03 90.97 [2021-01-04T21:06:17.960Z] 21:04:01 2 4.65 0.00 2.90 0.27 0.02 92.17 [2021-01-04T21:06:17.960Z] 21:04:01 3 5.14 0.00 3.29 1.85 0.03 89.68 [2021-01-04T21:06:17.960Z] 21:05:01 all 10.43 0.00 7.26 7.03 0.05 75.23 [2021-01-04T21:06:17.960Z] 21:05:01 0 9.90 0.00 7.55 7.58 0.07 74.91 [2021-01-04T21:06:17.960Z] 21:05:01 1 10.95 0.00 6.53 8.24 0.05 74.22 [2021-01-04T21:06:17.960Z] 21:05:01 2 10.52 0.00 7.35 6.37 0.03 75.73 [2021-01-04T21:06:17.960Z] 21:05:01 3 10.33 0.00 7.63 5.93 0.03 76.07 [2021-01-04T21:06:17.960Z] 21:06:01 all 10.54 0.00 7.14 4.07 0.05 78.21 [2021-01-04T21:06:17.960Z] 21:06:01 0 9.53 0.00 7.51 2.50 0.03 80.42 [2021-01-04T21:06:17.960Z] 21:06:01 1 9.54 0.00 7.02 4.39 0.03 79.01 [2021-01-04T21:06:17.960Z] 21:06:01 2 12.75 0.00 7.48 3.26 0.08 76.42 [2021-01-04T21:06:17.960Z] 21:06:01 3 10.32 0.00 6.56 6.10 0.05 76.97 [2021-01-04T21:06:17.960Z] Average: all 19.72 0.00 8.95 7.02 0.25 64.06 [2021-01-04T21:06:17.960Z] Average: 0 19.44 0.00 9.02 7.16 0.26 64.12 [2021-01-04T21:06:17.960Z] Average: 1 19.53 0.00 8.75 7.03 0.25 64.45 [2021-01-04T21:06:17.960Z] Average: 2 20.03 0.00 9.04 7.17 0.26 63.50 [2021-01-04T21:06:17.960Z] Average: 3 19.90 0.00 9.00 6.71 0.24 64.16 [2021-01-04T21:06:17.960Z] [2021-01-04T21:06:17.960Z] [2021-01-04T21:06:17.960Z]